-- MariaDB dump 10.19  Distrib 10.5.21-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: thrill16_wp29
-- ------------------------------------------------------
-- Server version	10.5.21-MariaDB-log

/*!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 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `ayqgmg_wp1v_commentmeta`
--

DROP TABLE IF EXISTS `ayqgmg_wp1v_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ayqgmg_wp1v_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ayqgmg_wp1v_commentmeta`
--

LOCK TABLES `ayqgmg_wp1v_commentmeta` WRITE;
/*!40000 ALTER TABLE `ayqgmg_wp1v_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `ayqgmg_wp1v_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ayqgmg_wp1v_comments`
--

DROP TABLE IF EXISTS `ayqgmg_wp1v_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ayqgmg_wp1v_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ayqgmg_wp1v_comments`
--

LOCK TABLES `ayqgmg_wp1v_comments` WRITE;
/*!40000 ALTER TABLE `ayqgmg_wp1v_comments` DISABLE KEYS */;
INSERT INTO `ayqgmg_wp1v_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2020-09-17 05:12:09','2020-09-17 05:12:09','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);
/*!40000 ALTER TABLE `ayqgmg_wp1v_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ayqgmg_wp1v_links`
--

DROP TABLE IF EXISTS `ayqgmg_wp1v_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ayqgmg_wp1v_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ayqgmg_wp1v_links`
--

LOCK TABLES `ayqgmg_wp1v_links` WRITE;
/*!40000 ALTER TABLE `ayqgmg_wp1v_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `ayqgmg_wp1v_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ayqgmg_wp1v_options`
--

DROP TABLE IF EXISTS `ayqgmg_wp1v_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ayqgmg_wp1v_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=MyISAM AUTO_INCREMENT=731 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ayqgmg_wp1v_options`
--

LOCK TABLES `ayqgmg_wp1v_options` WRITE;
/*!40000 ALTER TABLE `ayqgmg_wp1v_options` DISABLE KEYS */;
INSERT INTO `ayqgmg_wp1v_options` VALUES (1,'siteurl','https://prosportsfoundation.com','yes'),(2,'home','https://prosportsfoundation.com','yes'),(3,'blogname','ProSports Foundation','yes'),(4,'blogdescription','Leveraging Sports for Social Impact','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','shahid@prosportsfoundation.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:94:{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:38:\"index.php?&page_id=5&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:4:{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\";}','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','5','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','53','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','1615871529','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,'wp1v_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'),(142,'oxygen_rewrite_rules_updated','1','yes'),(143,'oxygen_vsb_disable_emojis','true','yes'),(144,'oxygen_vsb_disable_jquery_migrate','true','yes'),(145,'oxygen_vsb_disable_embeds','false','yes'),(146,'oxygen_vsb_use_css_for_google_fonts','true','yes'),(147,'oxygen_vsb_universal_css_cache','true','yes'),(148,'oxygen_aos_classes','','yes'),(149,'oxygen_vsb_universal_css_cache_success','1','yes'),(150,'oxygen_vsb_universal_css_url','//prosportsfoundation.com/wp-content/uploads/oxygen/css/universal.css','yes'),(151,'oxygen_vsb_last_save_time','1600786598','yes'),(152,'oxygen_vsb_universal_css_latest_version','2.1','yes'),(153,'oxygen_vsb_presets_updated_3_3','1','yes'),(154,'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'),(104,'cron','a:9:{i:1600872712;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:1600873935;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:1600879874;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"0890eb47e933786c705def661562337a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:97;}}}}i:1600880913;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1600881132;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:1600924330;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:1600924339;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1601010730;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,'_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:1600872675;s:15:\"version_checked\";s:5:\"5.5.1\";s:12:\"translations\";a:0:{}}','no'),(119,'_site_transient_update_themes','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1600872697;}','no'),(120,'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.63\";s:13:\"first_install\";i:1600019999;s:11:\"reset_count\";i:1;}s:17:\"dismissed_notices\";a:1:{s:7:\"welcome\";b:1;}s:12:\"autouploader\";a:4:{s:9:\"snapshots\";a:0:{}s:16:\"current_snapshot\";b:0;s:6:\"status\";s:7:\"waiting\";s:7:\"message\";s:29:\"Waiting for new autosnapshots\";}}','yes'),(121,'wp-reset-snapshots','a:9:{s:6:\"vnrgha\";a:16:{s:4:\"name\";s:65:\"Before Coming Soon &amp; Maintenance Mode PRO v6.13 was activated\";s:7:\"plugins\";a:1:{s:44:\"Coming Soon &amp; Maintenance Mode PRO v6.13\";s:95:\"/home/thrill16/prosportsfoundation.com/wp-content/plugins/minimal-coming-soon-maintenance-mode/\";}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:\"vnrgha\";s:9:\"timestamp\";s:19:\"2020-09-13 18:51:42\";s:9:\"tbl_names\";a:12:{i:0;s:16:\"wp1v_commentmeta\";i:1;s:13:\"wp1v_comments\";i:2;s:10:\"wp1v_links\";i:3;s:12:\"wp1v_options\";i:4;s:13:\"wp1v_postmeta\";i:5;s:10:\"wp1v_posts\";i:6;s:23:\"wp1v_term_relationships\";i:7;s:18:\"wp1v_term_taxonomy\";i:8;s:13:\"wp1v_termmeta\";i:9;s:10:\"wp1v_terms\";i:10;s:13:\"wp1v_usermeta\";i:11;s:10:\"wp1v_users\";}s:9:\"file_size\";i:4151253;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:0;s:8:\"tbl_rows\";i:440;s:8:\"tbl_size\";i:2138773;s:5:\"local\";b:1;}s:6:\"xnunhk\";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:77:\"/home/thrill16/prosportsfoundation.com/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:\"xnunhk\";s:9:\"timestamp\";s:19:\"2020-09-17 02:08:00\";s:9:\"tbl_names\";a:12:{i:0;s:16:\"wp1v_commentmeta\";i:1;s:13:\"wp1v_comments\";i:2;s:10:\"wp1v_links\";i:3;s:12:\"wp1v_options\";i:4;s:13:\"wp1v_postmeta\";i:5;s:10:\"wp1v_posts\";i:6;s:23:\"wp1v_term_relationships\";i:7;s:18:\"wp1v_term_taxonomy\";i:8;s:13:\"wp1v_termmeta\";i:9;s:10:\"wp1v_terms\";i:10;s:13:\"wp1v_usermeta\";i:11;s:10:\"wp1v_users\";}s:9:\"file_size\";i:214295;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:0;s:8:\"tbl_rows\";i:630;s:8:\"tbl_size\";i:3413721;s:5:\"local\";b:1;}s:6:\"ogfpbt\";a:16:{s:4:\"name\";s:50:\"Before WPvivid Backup Plugin v0.9.46 was activated\";s:7:\"plugins\";a:1:{s:29:\"WPvivid Backup Plugin v0.9.46\";s:80:\"/home/thrill16/prosportsfoundation.com/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:\"ogfpbt\";s:9:\"timestamp\";s:19:\"2020-09-17 02:09:06\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wp1v_commentmeta\";i:1;s:13:\"wp1v_comments\";i:2;s:10:\"wp1v_links\";i:3;s:12:\"wp1v_options\";i:4;s:13:\"wp1v_postmeta\";i:5;s:10:\"wp1v_posts\";i:6;s:23:\"wp1v_term_relationships\";i:7;s:18:\"wp1v_term_taxonomy\";i:8;s:13:\"wp1v_termmeta\";i:9;s:10:\"wp1v_terms\";i:10;s:13:\"wp1v_usermeta\";i:11;s:10:\"wp1v_users\";i:12;s:24:\"wp1v_wpvivid_scan_result\";i:13;s:33:\"wp1v_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:639;s:8:\"tbl_size\";i:3429517;s:5:\"local\";b:1;}s:6:\"xybflm\";a:16:{s:4:\"name\";s:34:\"Before running the site reset tool\";s:7:\"plugins\";a:0:{}s:6:\"themes\";a:0:{}s:4:\"auto\";s:1:\"1\";s:10:\"autoupload\";b:0;s:4:\"ajax\";s:1:\"1\";s:8:\"imported\";b:0;s:3:\"uid\";s:6:\"xybflm\";s:9:\"timestamp\";s:19:\"2020-09-17 05:11:35\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wp1v_commentmeta\";i:1;s:13:\"wp1v_comments\";i:2;s:10:\"wp1v_links\";i:3;s:12:\"wp1v_options\";i:4;s:13:\"wp1v_postmeta\";i:5;s:10:\"wp1v_posts\";i:6;s:23:\"wp1v_term_relationships\";i:7;s:18:\"wp1v_term_taxonomy\";i:8;s:13:\"wp1v_termmeta\";i:9;s:10:\"wp1v_terms\";i:10;s:13:\"wp1v_usermeta\";i:11;s:10:\"wp1v_users\";i:12;s:24:\"wp1v_wpvivid_scan_result\";i:13;s:33:\"wp1v_wpvivid_unused_uploads_files\";}s:7:\"partial\";b:0;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:518;s:8:\"tbl_size\";i:3499945;s:5:\"local\";b:1;}s:6:\"zwlvkq\";a:16:{s:4:\"name\";s:67:\"Before Coming Soon &amp; Maintenance Mode PRO v6.13 was deactivated\";s:7:\"plugins\";a:1:{s:44:\"Coming Soon &amp; Maintenance Mode PRO v6.13\";s:95:\"/home/thrill16/prosportsfoundation.com/wp-content/plugins/minimal-coming-soon-maintenance-mode/\";}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:\"zwlvkq\";s:9:\"timestamp\";s:19:\"2020-09-17 05:11:52\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wp1v_commentmeta\";i:1;s:13:\"wp1v_comments\";i:2;s:10:\"wp1v_links\";i:3;s:12:\"wp1v_options\";i:4;s:13:\"wp1v_postmeta\";i:5;s:10:\"wp1v_posts\";i:6;s:23:\"wp1v_term_relationships\";i:7;s:18:\"wp1v_term_taxonomy\";i:8;s:13:\"wp1v_termmeta\";i:9;s:10:\"wp1v_terms\";i:10;s:13:\"wp1v_usermeta\";i:11;s:10:\"wp1v_users\";i:12;s:24:\"wp1v_wpvivid_scan_result\";i:13;s:33:\"wp1v_wpvivid_unused_uploads_files\";}s:9:\"file_size\";i:4151253;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:2;s:8:\"tbl_rows\";i:518;s:8:\"tbl_size\";i:3499945;s:5:\"local\";b:1;}s:6:\"gofzkr\";a:16:{s:4:\"name\";s:43:\"Before Akismet Anti-Spam v4.1.6 was deleted\";s:7:\"plugins\";a:1:{s:24:\"Akismet Anti-Spam v4.1.6\";s:66:\"/home/thrill16/prosportsfoundation.com/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:\"gofzkr\";s:9:\"timestamp\";s:19:\"2020-09-17 05:12:03\";s:9:\"tbl_names\";a:14:{i:0;s:16:\"wp1v_commentmeta\";i:1;s:13:\"wp1v_comments\";i:2;s:10:\"wp1v_links\";i:3;s:12:\"wp1v_options\";i:4;s:13:\"wp1v_postmeta\";i:5;s:10:\"wp1v_posts\";i:6;s:23:\"wp1v_term_relationships\";i:7;s:18:\"wp1v_term_taxonomy\";i:8;s:13:\"wp1v_termmeta\";i:9;s:10:\"wp1v_terms\";i:10;s:13:\"wp1v_usermeta\";i:11;s:10:\"wp1v_users\";i:12;s:24:\"wp1v_wpvivid_scan_result\";i:13;s:33:\"wp1v_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:517;s:8:\"tbl_size\";i:3499945;s:5:\"local\";b:1;}s:6:\"rzvtqn\";a:16:{s:4:\"name\";s:32:\"Before Oxygen v3.5 was activated\";s:7:\"plugins\";a:1:{s:11:\"Oxygen v3.5\";s:65:\"/home/thrill16/prosportsfoundation.com/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:\"rzvtqn\";s:9:\"timestamp\";s:19:\"2020-09-17 05:13:22\";s:9:\"tbl_names\";a:12:{i:0;s:16:\"wp1v_commentmeta\";i:1;s:13:\"wp1v_comments\";i:2;s:10:\"wp1v_links\";i:3;s:12:\"wp1v_options\";i:4;s:13:\"wp1v_postmeta\";i:5;s:10:\"wp1v_posts\";i:6;s:23:\"wp1v_term_relationships\";i:7;s:18:\"wp1v_term_taxonomy\";i:8;s:13:\"wp1v_termmeta\";i:9;s:10:\"wp1v_terms\";i:10;s:13:\"wp1v_usermeta\";i:11;s:10:\"wp1v_users\";}s:9:\"file_size\";i:2781986;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:0;s:8:\"tbl_rows\";i:157;s:8:\"tbl_size\";i:154569;s:5:\"local\";b:1;}s:6:\"xfukrx\";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:72:\"/home/thrill16/prosportsfoundation.com/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:\"xfukrx\";s:9:\"timestamp\";s:19:\"2020-09-21 03:28:20\";s:9:\"tbl_names\";a:12:{i:0;s:16:\"wp1v_commentmeta\";i:1;s:13:\"wp1v_comments\";i:2;s:10:\"wp1v_links\";i:3;s:12:\"wp1v_options\";i:4;s:13:\"wp1v_postmeta\";i:5;s:10:\"wp1v_posts\";i:6;s:23:\"wp1v_term_relationships\";i:7;s:18:\"wp1v_term_taxonomy\";i:8;s:13:\"wp1v_termmeta\";i:9;s:10:\"wp1v_terms\";i:10;s:13:\"wp1v_usermeta\";i:11;s:10:\"wp1v_users\";}s:9:\"file_size\";i:72164;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:0;s:8:\"tbl_rows\";i:1046;s:8:\"tbl_size\";i:4113770;s:5:\"local\";b:1;}s:6:\"mzrhyg\";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:77:\"/home/thrill16/prosportsfoundation.com/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:\"mzrhyg\";s:9:\"timestamp\";s:19:\"2020-09-23 14:51:22\";s:9:\"tbl_names\";a:12:{i:0;s:16:\"wp1v_commentmeta\";i:1;s:13:\"wp1v_comments\";i:2;s:10:\"wp1v_links\";i:3;s:12:\"wp1v_options\";i:4;s:13:\"wp1v_postmeta\";i:5;s:10:\"wp1v_posts\";i:6;s:23:\"wp1v_term_relationships\";i:7;s:18:\"wp1v_term_taxonomy\";i:8;s:13:\"wp1v_termmeta\";i:9;s:10:\"wp1v_terms\";i:10;s:13:\"wp1v_usermeta\";i:11;s:10:\"wp1v_users\";}s:9:\"file_size\";i:214295;s:8:\"tbl_core\";i:12;s:10:\"tbl_custom\";i:0;s:8:\"tbl_rows\";i:1075;s:8:\"tbl_size\";i:4119206;}}','yes'),(122,'wf_licensing_wpr','a:6:{s:11:\"license_key\";s:26:\"6834D603-3A759F87-F7F6F8F1\";s:5:\"error\";s:0:\"\";s:4:\"name\";s:16:\"WP Reset PRO LTD\";s:10:\"last_check\";i:1600857433;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'),(129,'recently_activated','a:0:{}','yes'),(707,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1600913134','no'),(708,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1600869934','no'),(709,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1600913134','no'),(710,'_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'),(716,'_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:1823;}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:1012;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:901;}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:414;}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'),(130,'can_compress_scripts','0','no'),(139,'finished_updating_comment_type','1','yes'),(185,'oxygen-vsb-activated','1','yes'),(202,'oxygen_vsb_presets_updated_3_4','1','yes'),(155,'oxygen_license_key','711b98a2c1875d1f9baa0e78294cdb4f','yes'),(156,'oxygen_license_updated','1','yes'),(157,'oxygen_vsb_css_cache_generated_2_2','true','yes'),(158,'oxygen_vsb_global_colors','a:4:{s:15:\"colorsIncrement\";i:28;s:13:\"setsIncrement\";i:3;s:6:\"colors\";a:28:{i:0;a:5:{s:2:\"id\";i:26;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:1;a:4:{s:2:\"id\";i:24;s:4:\"name\";s:5:\"White\";s:5:\"value\";s:7:\"#ffffff\";s:3:\"set\";i:3;}i:2;a:5:{s:2:\"id\";i:28;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:3;a:5:{s:2:\"id\";i:13;s:4:\"name\";s:9:\"Primary B\";s:5:\"value\";s:7:\"#cf71ca\";s:9:\"sourceVal\";s:7:\"#cf71ca\";s:3:\"set\";i:2;}i:4;a:5:{s:2:\"id\";i:16;s:4:\"name\";s:9:\"Primary C\";s:5:\"value\";s:7:\"#e96199\";s:9:\"sourceVal\";s:7:\"#e96199\";s:3:\"set\";i:2;}i:5;a:5:{s:2:\"id\";i:15;s:4:\"name\";s:19:\"Primary Translucent\";s:5:\"value\";s:20:\"rgba(233,97,153,0.9)\";s:9:\"sourceVal\";s:20:\"rgba(233,97,153,0.9)\";s:3:\"set\";i:2;}i:6;a:5:{s:2:\"id\";i:12;s:4:\"name\";s:13:\"Black Russian\";s:5:\"value\";s:7:\"#23232d\";s:9:\"sourceVal\";s:7:\"#23232d\";s:3:\"set\";i:2;}i:7;a:5:{s:2:\"id\";i:17;s:4:\"name\";s:11:\"Bright Grey\";s:5:\"value\";s:7:\"#52565a\";s:9:\"sourceVal\";s:7:\"#52565a\";s:3:\"set\";i:2;}i:8;a:5:{s:2:\"id\";i:14;s:4:\"name\";s:13:\"Outline Light\";s:5:\"value\";s:7:\"#E8E6F2\";s:9:\"sourceVal\";s:7:\"#e8e6f2\";s:3:\"set\";i:2;}i:9;a:5:{s:2:\"id\";i:23;s:4:\"name\";s:12:\"Outline Dark\";s:5:\"value\";s:7:\"#3d3f4b\";s:9:\"sourceVal\";s:7:\"#3d3f4b\";s:3:\"set\";i:2;}i:10;a:4:{s:2:\"id\";i:1;s:4:\"name\";s:7:\"Charade\";s:5:\"value\";s:7:\"#23232d\";s:3:\"set\";i:2;}i:11;a:4:{s:2:\"id\";i:2;s:4:\"name\";s:10:\"Deep Blush\";s:5:\"value\";s:7:\"#e96199\";s:3:\"set\";i:2;}i:12;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:13;a:4:{s:2:\"id\";i:4;s:4:\"name\";s:5:\"Abbey\";s:5:\"value\";s:7:\"#52565a\";s:3:\"set\";i:2;}i:14;a:4:{s:2:\"id\";i:5;s:4:\"name\";s:8:\"Amaranth\";s:5:\"value\";s:7:\"#e9435a\";s:3:\"set\";i:2;}i:15;a:4:{s:2:\"id\";i:6;s:4:\"name\";s:13:\"Mountain Mist\";s:5:\"value\";s:7:\"#a09fa2\";s:3:\"set\";i:2;}i:16;a:4:{s:2:\"id\";i:7;s:4:\"name\";s:4:\"Tuna\";s:5:\"value\";s:7:\"#3e3e4b\";s:3:\"set\";i:2;}i:17;a:4:{s:2:\"id\";i:8;s:4:\"name\";s:17:\"Black Translucent\";s:5:\"value\";s:15:\"rgba(0,0,0,0.3)\";s:3:\"set\";i:2;}i:18;a:4:{s:2:\"id\";i:9;s:4:\"name\";s:9:\"Gray Suit\";s:5:\"value\";s:7:\"#c2bfd3\";s:3:\"set\";i:2;}i:19;a:4:{s:2:\"id\";i:10;s:4:\"name\";s:7:\"Whisper\";s:5:\"value\";s:7:\"#e8e6f2\";s:3:\"set\";i:2;}i:20;a:4:{s:2:\"id\";i:11;s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:7:\"#000000\";s:3:\"set\";i:2;}i:21;a:4:{s:2:\"id\";i:18;s:4:\"name\";s:13:\"Fountain Blue\";s:5:\"value\";s:7:\"#65bec2\";s:3:\"set\";i:3;}i:22;a:4:{s:2:\"id\";i:19;s:4:\"name\";s:11:\"Heavy Metal\";s:5:\"value\";s:7:\"#2b2c27\";s:3:\"set\";i:3;}i:23;a:4:{s:2:\"id\";i:20;s:4:\"name\";s:12:\"Waikawa Gray\";s:5:\"value\";s:7:\"#566d8f\";s:3:\"set\";i:3;}i:24;a:4:{s:2:\"id\";i:21;s:4:\"name\";s:4:\"Kelp\";s:5:\"value\";s:7:\"#3b3c38\";s:3:\"set\";i:3;}i:25;a:5:{s:2:\"id\";i:22;s:4:\"name\";s:9:\"color #22\";s:5:\"value\";s:22:\"rgba(194,191,211,0.16)\";s:9:\"sourceVal\";s:22:\"rgba(194,191,211,0.16)\";s:3:\"set\";i:2;}i:26;a:4:{s:2:\"id\";i:25;s:4:\"name\";s:11:\"Hippie Blue\";s:5:\"value\";s:7:\"#6799b2\";s:3:\"set\";i:3;}i:27;a:4:{s:2:\"id\";i:27;s:4:\"name\";s:14:\"Catskill White\";s:5:\"value\";s:7:\"#eff4f7\";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:8:\"hyperion\";}i:2;a:2:{s:2:\"id\";i:3;s:4:\"name\";s:6:\"atomic\";}}}','yes'),(159,'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'),(160,'oxygen_vsb_history_limit','','yes'),(161,'oxygen_vsb_preview_dropdown_limit','','yes'),(162,'oxygen_vsb_preview_dropdown_exclude_non_public','true','yes'),(163,'oxygen_vsb_enable_selector_detector','','yes'),(164,'oxygen_vsb_enable_default_designsets','true','yes'),(165,'oxygen_vsb_enable_3rdp_designsets','','yes'),(166,'oxygen_vsb_enable_connection','','yes'),(167,'oxygen_vsb_google_maps_api_key','','yes'),(168,'oxygen_vsb_show_all_acf_fields','true','yes'),(169,'oxygen_vsb_enable_google_fonts_cache','true','yes'),(170,'oxygen_vsb_enable_ie_layout_improvements','true','yes'),(171,'oxygen_vsb_enable_signature_validation','true','yes'),(172,'oxygen_vsb_enable_signature_frontend_errors','false','yes'),(173,'oxygen_vsb_disable_google_fonts','','yes'),(174,'oxygen_vsb_block_category_label','','yes'),(175,'oxygen_vsb_full_page_block_category_label','','yes'),(176,'oxygen_vsb_access_role_editor','','yes'),(177,'oxygen_vsb_access_role_author','','yes'),(178,'oxygen_vsb_access_role_contributor','','yes'),(179,'oxygen_vsb_access_role_subscriber','','yes'),(180,'oxygen_vsb_ignore_post_type_post','','yes'),(181,'oxygen_vsb_ignore_post_type_page','','yes'),(182,'oxygen_vsb_ignore_post_type_user_request','','yes'),(183,'oxygen_vsb_ignore_post_type_wp_block','','yes'),(186,'_transient_oxygen_vsb_source_color_lookup_table','a:35:{s:7:\"#e9435a\";s:7:\"Primary\";s:7:\"#e8435b\";s:7:\"Primary\";s:7:\"#ce71cb\";s:9:\"Primary B\";s:7:\"#cf71ca\";s:9:\"Primary B\";s:7:\"#ce71ca\";s:9:\"Primary B\";s:7:\"#e96199\";s:9:\"Primary C\";s:20:\"rgba(233,97,153,0.9)\";s:19:\"Primary Translucent\";s:7:\"#23232d\";s:13:\"Black Russian\";s:7:\"#52565a\";s:11:\"Bright Grey\";s:7:\"#c2bfd3\";s:9:\"Blue Haze\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"Blue Haze\";s:7:\"#e8e6f2\";s:13:\"Outline Light\";s:7:\"#e9e7f3\";s:13:\"Outline Light\";s:7:\"#3d3f4b\";s:12:\"Outline Dark\";s:7:\"#999999\";s:6:\"IGNORE\";s:7:\"#4f5262\";s:6:\"IGNORE\";s:7:\"#000000\";s:6:\"IGNORE\";s:7:\"#ffffff\";s:6:\"IGNORE\";s:22:\"rgba(255,255,255,0.15)\";s:6:\"IGNORE\";s:21:\"rgba(255,255,255,0.1)\";s:6:\"IGNORE\";s:21:\"rgba(255,255,255,0.2)\";s:6:\"IGNORE\";s:22:\"rgba(255,255,255,0.05)\";s:6:\"IGNORE\";s:15:\"rgba(0,0,0,0.5)\";s:6:\"IGNORE\";s:15:\"rgba(0,0,0,0.3)\";s:6:\"IGNORE\";s:18:\"rgba(35,35,45,0.8)\";s:6:\"IGNORE\";s:15:\"rgba(0,0,0,0.1)\";s:6:\"IGNORE\";s:22:\"rgba(194,191,211,0.40)\";s:6:\"IGNORE\";s:7:\"#eeeeee\";s:6:\"IGNORE\";s:7:\"#dddddd\";s:6:\"IGNORE\";s:7:\"#3e3e4b\";s:6:\"IGNORE\";s:7:\"#a09fa2\";s:6:\"IGNORE\";s:7:\"#dedede\";s:6:\"IGNORE\";s:7:\"#404040\";s:6:\"IGNORE\";s:19:\"rgba(255,255,255,0)\";s:6:\"IGNORE\";s:21:\"rgba(255,255,255,0.9)\";s:6:\"IGNORE\";}','yes'),(196,'ct_components_classes','a:75:{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(19)\";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: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:5:\"color\";s:9:\"color(19)\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:2:\"56\";s:11:\"line-height\";s:3:\"1.1\";s:16:\"margin-left-unit\";s:2:\"px\";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(18)\";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(24)\";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(25)\";s:5:\"color\";s:9:\"color(24)\";}}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(16)\";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(28)\";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(21)\";s:9:\"font-size\";s:2:\"35\";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:9:{s:11:\"font-family\";s:7:\"Inherit\";s:11:\"font-weight\";s:3:\"500\";s:9:\"font-size\";s:2:\"46\";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:19:\"letter-spacing-unit\";s:2:\"em\";s:5:\"color\";s:9:\"color(24)\";}}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:6:{s:10:\"icon-style\";s:1:\"2\";s:10:\"icon-color\";s:9:\"color(16)\";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: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:5:\"color\";s:9:\"color(18)\";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:\"letter-spacing-unit\";s:2:\"em\";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(26)\";}}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:16:{s:16:\"background-color\";s:9:\"color(18)\";s:5:\"color\";s:9:\"color(24)\";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:\"letter-spacing-unit\";s:2:\"em\";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(24)\";}s:5:\"hover\";a:3:{s:16:\"background-color\";s:9:\"color(25)\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:5:\"color\";s:9:\"color(24)\";}}s:23:\"atomic-showcase-1-image\";a:3:{s:3:\"key\";s:23:\"atomic-showcase-1-image\";s:6:\"parent\";s:6:\"atomic\";s:8:\"original\";a:2:{s:13:\"margin-bottom\";s:2:\"18\";s:6:\"height\";s:3:\"250\";}}s:23:\"atomic-showcase-1-title\";a:3:{s:3:\"key\";s:23:\"atomic-showcase-1-title\";s:6:\"parent\";s:6:\"atomic\";s:8:\"original\";a:9:{s:5:\"color\";s:9:\"color(20)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"500\";s:11:\"line-height\";s:3:\"1.1\";s:14:\"letter-spacing\";s:3:\".12\";s:10:\"text-align\";s:4:\"left\";s:13:\"margin-bottom\";s:2:\"12\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:19:\"letter-spacing-unit\";s:2:\"em\";}}s:22:\"atomic-showcase-1-text\";a:3:{s:3:\"key\";s:22:\"atomic-showcase-1-text\";s:6:\"parent\";s:6:\"atomic\";s:8:\"original\";a:6:{s:5:\"color\";s:9:\"color(21)\";s:9:\"font-size\";s:2:\"18\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";s:10:\"text-align\";s:4:\"left\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";}}s:23:\"atomic-showcase-4-image\";a:4:{s:3:\"key\";s:23:\"atomic-showcase-4-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:19:\"hyperion-subheading\";a:3:{s:6:\"parent\";s:8:\"hyperion\";s:5:\"media\";a:2:{s:6:\"tablet\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"20\";}}s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"36\";}}}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(2)\";s:11:\"font-weight\";s:3:\"900\";s:9:\"font-size\";s:2:\"45\";s:14:\"letter-spacing\";s:1:\"4\";s:11:\"line-height\";s:3:\"1.1\";}}s:20:\"hyperion-heading-two\";a:3:{s:6:\"parent\";s:8:\"hyperion\";s:5:\"media\";a:3:{s:6:\"tablet\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"96\";}}s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"72\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"60\";}}}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:11:\"font-weight\";s:3:\"900\";s:9:\"font-size\";s:3:\"120\";s:11:\"line-height\";s:1:\"1\";}}s:25:\"hyperion-portfolio-3-tags\";a:2:{s:6:\"parent\";s:8:\"hyperion\";s:8:\"original\";a:9:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:10:\"custom-css\";s:14:\"z-index: 1000;\";s:9:\"font-size\";s:2:\"16\";s:5:\"color\";s:8:\"color(3)\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.1\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:13:\"margin-bottom\";s:2:\"24\";s:10:\"margin-top\";s:2:\"12\";}}s:28:\"hyperion-portfolio-3-wrapper\";a:3:{s:6:\"parent\";s:8:\"hyperion\";s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:2:{s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";}}}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:6:\"center\";s:16:\"background-color\";s:8:\"color(7)\";}}s:26:\"hyperion-portfolio-3-image\";a:3:{s:6:\"parent\";s:8:\"hyperion\";s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:2:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";}}}s:8:\"original\";a:2:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:2:\"50\";}}s:36:\"hyperion-portfolio-3-content-wrapper\";a:3:{s:6:\"parent\";s:8:\"hyperion\";s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:6:{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:6:\"center\";s:12:\"padding-left\";s:2:\"24\";s:13:\"padding-right\";s:2:\"24\";}}}s:8:\"original\";a:11:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:10:\"margin-top\";s:2:\"24\";s:11:\"margin-left\";s:2:\"24\";s:12:\"margin-right\";s:2:\"24\";s:13:\"margin-bottom\";s:2:\"24\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:15:\"justify-content\";s:6:\"center\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";}}s:26:\"hyperion-portfolio-3-title\";a:2:{s:6:\"parent\";s:8:\"hyperion\";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:\"20\";s:5:\"color\";s:8:\"color(3)\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"6\";}}s:25:\"hyperion-portfolio-3-link\";a:3:{s:6:\"parent\";s:8:\"hyperion\";s:8:\"original\";a:15:{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:\"18\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";s:14:\"letter-spacing\";s:1:\"1\";s:19:\"border-bottom-style\";s:5:\"solid\";s:19:\"border-bottom-color\";s:9:\"color(16)\";s:19:\"border-bottom-width\";s:1:\"2\";s:16:\"background-color\";s:21:\"rgba(255,255,255,0.1)\";s:11:\"padding-top\";s:2:\"18\";s:14:\"padding-bottom\";s:2:\"16\";s:12:\"padding-left\";s:2:\"42\";s:13:\"padding-right\";s:2:\"30\";s:10:\"custom-css\";s:26:\"transition: all ease 0.2s;\";}s:5:\"hover\";a:2:{s:16:\"background-color\";s:9:\"color(16)\";s:5:\"color\";s:9:\"color(23)\";}}s:27:\"hyperion-portfolio-3-number\";a:2:{s:6:\"parent\";s:8:\"hyperion\";s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:5:\"color\";s:8:\"color(4)\";s:11:\"font-weight\";s:3:\"900\";s:9:\"font-size\";s:2:\"30\";s:11:\"line-height\";s:3:\"1.1\";s:14:\"letter-spacing\";s:1:\"1\";s:13:\"margin-bottom\";s:2:\"12\";}}s:18:\"hyperion-body-text\";a:2:{s:6:\"parent\";s:8:\"hyperion\";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:\"20\";s:5:\"color\";s:8:\"color(4)\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.5\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";}}s:23:\"hyperion-primary-button\";a:4:{s:6:\"parent\";s:8:\"hyperion\";s:5:\"media\";a:2:{s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:5:{s:9:\"font-size\";s:2:\"18\";s:11:\"padding-top\";s:2:\"24\";s:14:\"padding-bottom\";s:2:\"24\";s:12:\"padding-left\";s:2:\"42\";s:13:\"padding-right\";s:2:\"42\";}}s:6:\"tablet\";a:1:{s:8:\"original\";a:2:{s:12:\"padding-left\";s:2:\"42\";s:13:\"padding-right\";s:2:\"42\";}}}s:8:\"original\";a:19:{s:11:\"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:8:\"color(2)\";}i:1;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:8:\"color(5)\";}}s:12:\"linear-angle\";s:3:\"120\";}s:9:\"font-size\";s:2:\"24\";s:5:\"color\";s:8:\"color(3)\";s:11:\"font-weight\";s:3:\"900\";s:15:\"text-decoration\";s:4:\"none\";s:10:\"text-align\";s:6:\"center\";s:11:\"line-height\";s:1:\"1\";s:16:\"background-color\";s:8:\"color(2)\";s:14:\"letter-spacing\";s:3:\".25\";s:11:\"padding-top\";s:2:\"30\";s:14:\"padding-bottom\";s:2:\"30\";s:12:\"padding-left\";s:2:\"60\";s:13:\"padding-right\";s:2:\"60\";s:13:\"border-radius\";s:4:\"1000\";s:19:\"transition-duration\";s:3:\"0.5\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";s:19:\"letter-spacing-unit\";s:2:\"em\";}s:5:\"hover\";a:2:{s:10:\"custom-css\";s:72:\"box-shadow: rgba(0, 0, 0, 0.1) 0 20px 40px; transform: scale(1.05,1.05);\";s:5:\"color\";s:8:\"color(3)\";}}s:17:\"hyperion-big-text\";a:3:{s:6:\"parent\";s:8:\"hyperion\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"24\";}}}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:\"30\";s:11:\"font-weight\";s:3:\"400\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:11:\"line-height\";s:3:\"1.5\";}}s:22:\"hyperion-team-1-column\";a:3:{s:6:\"parent\";s:8:\"hyperion\";s:8:\"original\";a:16:{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:\"border-top-style\";s:5:\"solid\";s:18:\"border-right-style\";s:4:\"none\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-style\";s:5:\"solid\";s:16:\"border-top-width\";s:1:\"2\";s:16:\"border-top-color\";s:9:\"color(10)\";s:17:\"border-left-width\";s:1:\"2\";s:17:\"border-left-color\";s:9:\"color(10)\";s:18:\"border-right-color\";s:9:\"color(10)\";s:19:\"border-bottom-color\";s:9:\"color(10)\";s:18:\"border-right-width\";s:1:\"2\";s:19:\"border-bottom-width\";s:1:\"2\";}s:5:\"hover\";a:1:{s:10:\"custom-css\";s:128:\"box-shadow: 0 20px 40px 0 rgba(194,191,211,0.40), inset 2px 2px 0px color(14), 2px 2px 0px color(14); transition: all ease 0.2s;\";}}s:22:\"hyperion-team-1-avatar\";a:2:{s:6:\"parent\";s:8:\"hyperion\";s:8:\"original\";a:4:{s:5:\"width\";s:3:\"144\";s:13:\"border-radius\";s:2:\"50\";s:10:\"margin-top\";s:2:\"24\";s:13:\"margin-bottom\";s:2:\"24\";}}s:21:\"hyperion-team-1-title\";a:2:{s:6:\"parent\";s:8:\"hyperion\";s:8:\"original\";a:10:{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:\"900\";s:10:\"text-align\";s:6:\"center\";s:11:\"line-height\";s:1:\"1\";s:14:\"letter-spacing\";s:1:\"1\";s:13:\"margin-bottom\";s:1:\"6\";s:11:\"margin-left\";s:2:\"20\";s:12:\"margin-right\";s:2:\"20\";}}s:13:\"hyperion-logo\";a:4:{s:6:\"parent\";s:8:\"hyperion\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:0:{}}}s:8:\"original\";a:4:{s:7:\"opacity\";s:3:\"0.7\";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:7:\"opacity\";s:1:\"1\";}}s:22:\"hyperion-footer-1-text\";a:2:{s:6:\"parent\";s:8:\"hyperion\";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:\"16\";s:11:\"font-weight\";s:3:\"400\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:11:\"line-height\";s:3:\"1.5\";s:5:\"color\";s:9:\"color(16)\";}}s:23:\"hyperion-outline-button\";a:4:{s:6:\"parent\";s:8:\"hyperion\";s:5:\"media\";a:2:{s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:5:{s:9:\"font-size\";s:2:\"18\";s:11:\"padding-top\";s:2:\"22\";s:14:\"padding-bottom\";s:2:\"22\";s:12:\"padding-left\";s:2:\"40\";s:13:\"padding-right\";s:2:\"40\";}}s:6:\"tablet\";a:1:{s:8:\"original\";a:2:{s:12:\"padding-left\";s:2:\"40\";s:13:\"padding-right\";s:2:\"40\";}}}s:8:\"original\";a:28:{s:11:\"font-weight\";s:3:\"900\";s:9:\"font-size\";s:2:\"24\";s:5:\"color\";s:8:\"color(2)\";s:11:\"line-height\";s:1:\"1\";s:14:\"letter-spacing\";s:4:\".125\";s:10:\"text-align\";s:6:\"center\";s:15:\"text-decoration\";s:4:\"none\";s:11:\"padding-top\";s:2:\"28\";s:14:\"padding-bottom\";s:2:\"28\";s:12:\"padding-left\";s:2:\"58\";s:13:\"padding-right\";s:2:\"58\";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:16:\"border-top-color\";s:7:\"3E96199\";s:18:\"border-right-color\";s:7:\"3E96199\";s:19:\"border-bottom-color\";s:7:\"3E96199\";s:17:\"border-left-color\";s:7:\"3E96199\";s:13:\"border-radius\";s:4:\"1000\";s:19:\"transition-duration\";s:3:\"0.5\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";s:19:\"letter-spacing-unit\";s:2:\"em\";}s:5:\"hover\";a:11:{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:5:\"color\";s:8:\"color(3)\";s:16:\"background-color\";s:9:\"color(16)\";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:8:\"color(2)\";s:18:\"border-right-color\";s:8:\"color(2)\";s:19:\"border-bottom-color\";s:8:\"color(2)\";s:17:\"border-left-color\";s:8:\"color(2)\";}}s:29:\"hyperion-blog-1-title-wrapper\";a:2:{s:6:\"parent\";s:8:\"hyperion\";s:8:\"original\";a:9:{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:8:\"color(5)\";}i:1;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:8:\"color(2)\";}}s:12:\"linear-angle\";s:2:\"45\";}s:13:\"margin-bottom\";s:4:\"-218\";s:12:\"padding-left\";s:2:\"48\";s:13:\"padding-right\";s:2:\"48\";s:14:\"padding-bottom\";s:2:\"72\";s:11:\"padding-top\";s:2:\"60\";s:10:\"custom-css\";s:24:\"width: calc(50% - 12px);\";s:16:\"background-color\";s:8:\"color(2)\";s:7:\"z-index\";s:3:\"100\";}}s:24:\"oxy-stock-content-styles\";a:2:{s:6:\"parent\";s:8:\"hyperion\";s:8:\"original\";a:0:{}}s:22:\"hyperion-simple-text-1\";a:2:{s:6:\"parent\";s:8:\"hyperion\";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(4)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"400\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:11:\"line-height\";s:3:\"1.5\";}}s:22:\"hyperion-heading-three\";a:2:{s:6:\"parent\";s:8:\"hyperion\";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:\"36\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:1:\"1\";s:7:\"z-index\";s:3:\"100\";}}s:23:\"hyperion-contact-2-text\";a:3:{s:6:\"parent\";s:8:\"hyperion\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:11:\"margin-left\";s:1:\"0\";}}}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:\"24\";s:5:\"color\";s:8:\"color(1)\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.1\";s:11:\"margin-left\";s:2:\"24\";}}s:29:\"hyperion-contact-2-small-text\";a:3:{s:6:\"parent\";s:8:\"hyperion\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:11:\"margin-left\";s:1:\"0\";}}}s:8:\"original\";a:7:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:9:\"font-size\";s:2:\"16\";s:5:\"color\";s:8:\"color(6)\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.5\";s:10:\"margin-top\";s:2:\"24\";s:11:\"margin-left\";s:2:\"24\";}}s:27:\"hyperion-progress-bar-1-bar\";a:3:{s:6:\"parent\";s:8:\"hyperion\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:3:{s:24:\"progress_bar_bar_padding\";s:2:\"16\";s:43:\"progress_bar_left_text_typography_font-size\";s:2:\"18\";s:44:\"progress_bar_right_text_typography_font-size\";s:2:\"18\";}}}s:8:\"original\";a:13:{s:46:\"progress_bar_right_text_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:45:\"progress_bar_left_text_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:26:\"progress_bar_animate_width\";s:4:\"true\";s:43:\"progress_bar_left_text_typography_font-size\";s:2:\"24\";s:44:\"progress_bar_right_text_typography_font-size\";s:2:\"24\";s:46:\"progress_bar_right_text_typography_font-weight\";s:3:\"700\";s:22:\"progress_bar_bar_color\";s:8:\"color(2)\";s:24:\"progress_bar_bar_padding\";s:2:\"12\";s:20:\"progress_bar_stripes\";s:5:\"false\";s:29:\"progress_bar_background_color\";s:9:\"color(10)\";s:13:\"margin-bottom\";s:2:\"30\";s:12:\"padding-left\";s:2:\"20\";s:13:\"padding-right\";s:2:\"20\";}}s:28:\"hyperion-iconblock-3-wrapper\";a:3:{s:6:\"parent\";s:8:\"hyperion\";s:5:\"media\";a:2:{s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:5:{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:11:\"padding-top\";s:1:\"0\";}}s:6:\"tablet\";a:1:{s:8:\"original\";a:1:{s:14:\"flex-direction\";s:5:\"unset\";}}}s:8:\"original\";a:12:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:16:\"background-color\";s:8:\"color(7)\";s:14:\"flex-direction\";s:5:\"unset\";s:7:\"display\";s:5:\"block\";s:15:\"justify-content\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";s:13:\"margin-bottom\";s:2:\"40\";s:11:\"padding-top\";s:2:\"24\";s:14:\"padding-bottom\";s:2:\"24\";s:12:\"padding-left\";s:2:\"24\";s:13:\"padding-right\";s:2:\"24\";}}s:25:\"hyperion-iconblock-3-icon\";a:3:{s:6:\"parent\";s:8:\"hyperion\";s:5:\"media\";a:3:{s:6:\"tablet\";a:1:{s:8:\"original\";a:6:{s:16:\"padding-top-unit\";s:1:\"%\";s:17:\"padding-left-unit\";s:1:\"%\";s:18:\"padding-right-unit\";s:1:\"%\";s:19:\"padding-bottom-unit\";s:1:\"%\";s:15:\"margin-top-unit\";s:4:\"auto\";s:18:\"margin-bottom-unit\";s:4:\"auto\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:6:{s:14:\"flex-direction\";s:5:\"unset\";s:5:\"width\";s:3:\"144\";s:6:\"height\";s:3:\"144\";s:13:\"margin-bottom\";s:2:\"24\";s:12:\"margin-right\";s:1:\"0\";s:11:\"margin-left\";s:1:\"0\";}}s:10:\"page-width\";a:1:{s:8:\"original\";a:2:{s:15:\"margin-top-unit\";s:4:\"auto\";s:18:\"margin-bottom-unit\";s:4:\"auto\";}}}s:8:\"original\";a:16:{s:5:\"width\";s:3:\"144\";s:14:\"flex-direction\";s:5:\"unset\";s:7:\"display\";s:5:\"block\";s:5:\"float\";s:4:\"left\";s:10:\"margin-top\";s:3:\"-24\";s:13:\"margin-bottom\";s:3:\"-24\";s:11:\"margin-left\";s:3:\"-24\";s:16:\"padding-top-unit\";s:2:\"px\";s:17:\"padding-left-unit\";s:2:\"px\";s:18:\"padding-right-unit\";s:2:\"px\";s:19:\"padding-bottom-unit\";s:2:\"px\";s:11:\"padding-top\";s:2:\"24\";s:12:\"padding-left\";s:2:\"24\";s:13:\"padding-right\";s:2:\"24\";s:14:\"padding-bottom\";s:2:\"24\";s:16:\"background-color\";s:9:\"color(22)\";}}s:26:\"hyperion-iconblock-3-title\";a:3:{s:6:\"parent\";s:8:\"hyperion\";s:5:\"media\";a:1:{s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:11:\"margin-left\";s:1:\"0\";}}}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:8:\"color(3)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:3:\"1.1\";s:14:\"letter-spacing\";s:1:\"1\";s:13:\"margin-bottom\";s:2:\"12\";s:11:\"margin-left\";s:3:\"156\";}}s:26:\"hyperion-logogrid-1-column\";a:3:{s:6:\"parent\";s:8:\"hyperion\";s:8:\"original\";a:6:{s:10:\"custom-css\";s:63:\"box-shadow: inset 2px 2px 0px color(14), 2px 2px 0px color(14);\";s:7:\"display\";s:4:\"flex\";s:14:\"flex-direction\";s:6:\"column\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:15:\"justify-content\";s:6:\"center\";}s:5:\"hover\";a:1:{s:10:\"custom-css\";s:101:\"box-shadow: 0 20px 40px 0 rgba(194,191,211,0.40), inset 2px 2px 0px color(14), 2px 2px 0px color(14);\";}}s:22:\"hyperion-simple-text-3\";a:2:{s:6:\"parent\";s:8:\"hyperion\";s:8:\"original\";a:0:{}}s:30:\"hyperion-three-columns-wrapper\";a:2:{s:6:\"parent\";s:8:\"hyperion\";s:8:\"original\";a:0:{}}s:23:\"hyperion-team-2-wrapper\";a:3:{s:6:\"parent\";s:8:\"hyperion\";s:5:\"media\";a:2:{s:6:\"tablet\";a:1:{s:8:\"original\";a:2:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:2:\"50\";}}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:11:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:5:\"33.33\";s:11:\"padding-top\";s:2:\"20\";s:12:\"padding-left\";s:2:\"20\";s:13:\"padding-right\";s:2:\"20\";s:14:\"padding-bottom\";s:2:\"60\";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:15:\"justify-content\";s:10:\"flex-start\";}}s:21:\"hyperion-team-2-image\";a:2:{s:6:\"parent\";s:8:\"hyperion\";s:8:\"original\";a:3:{s:5:\"width\";s:3:\"144\";s:13:\"border-radius\";s:2:\"50\";s:13:\"margin-bottom\";s:2:\"24\";}}s:20:\"hyperion-team-2-text\";a:2:{s:6:\"parent\";s:8:\"hyperion\";s:8:\"original\";a:7:{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:\"900\";s:14:\"letter-spacing\";s:1:\"1\";s:11:\"line-height\";s:3:\"1.1\";s:13:\"margin-bottom\";s:1:\"6\";}}s:26:\"hyperion-team-2-small-text\";a:2:{s:6:\"parent\";s:8:\"hyperion\";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(6)\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"400\";s:13:\"margin-bottom\";s:1:\"6\";}}s:20:\"hyperion-team-2-link\";a:3:{s:6:\"parent\";s:8:\"hyperion\";s:8:\"original\";a:8:{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:\"20\";s:11:\"font-weight\";s:3:\"400\";s:15:\"text-decoration\";s:4:\"none\";s:11:\"line-height\";s:3:\"1.5\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:10:\"margin-top\";s:2:\"18\";}s:5:\"hover\";a:1:{s:15:\"text-decoration\";s:9:\"underline\";}}s:23:\"atomic-content-25-price\";a:3:{s:3:\"key\";s:23:\"atomic-content-25-price\";s:6:\"parent\";s:6:\"atomic\";s:8:\"original\";a:6:{s:9:\"font-size\";s:2:\"35\";s:11:\"font-weight\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.1\";s:14:\"letter-spacing\";s:3:\"0.5\";s:13:\"margin-bottom\";s:2:\"12\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";}}s:23:\"atomic-content-35-title\";a:3:{s:3:\"key\";s:23:\"atomic-content-35-title\";s:6:\"parent\";s:6:\"atomic\";s:8:\"original\";a:9:{s:5:\"color\";s:9:\"color(20)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"500\";s:11:\"line-height\";s:3:\"1.2\";s:14:\"letter-spacing\";s:3:\".12\";s:10:\"text-align\";s:4:\"left\";s:13:\"margin-bottom\";s:2:\"12\";s:19:\"letter-spacing-unit\";s:2:\"em\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";}}s:24:\"atomic-content-25-column\";a:4:{s:3:\"key\";s:24:\"atomic-content-25-column\";s:6:\"parent\";s:6:\"atomic\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";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:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";}}}s:8:\"original\";a:4:{s:11:\"margin-left\";s:1:\"0\";s:5:\"width\";s:3:\"NaN\";s:13:\"padding-right\";s:1:\"5\";s:16:\"background-color\";s:9:\"color(16)\";}}s:20:\"hyperion-heading-one\";a:3:{s:6:\"parent\";s:8:\"hyperion\";s:5:\"media\";a:3:{s:6:\"tablet\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:3:\"120\";}}s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"96\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"72\";}}}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:3:\"180\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:1:\"1\";s:14:\"letter-spacing\";s:1:\"0\";}}s:27:\"hyperion-iconblock-1-column\";a:3:{s:6:\"parent\";s:8:\"hyperion\";s:5:\"media\";a:2:{s:6:\"tablet\";a:1:{s:8:\"original\";a:2:{s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";}}s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:0:{}}}s:8:\"original\";a:4:{s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:9:\"flex-wrap\";s:6:\"nowrap\";}}s:26:\"hyperion-iconblock-1-title\";a:3:{s:6:\"parent\";s:8:\"hyperion\";s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:3:{s:10:\"text-align\";s:6:\"center\";s:12:\"margin-right\";s:1:\"0\";s:13:\"margin-bottom\";s:2:\"12\";}}}s:8:\"original\";a:8:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:5:\"color\";s:8:\"color(7)\";s:9:\"font-size\";s:2:\"30\";s:11:\"font-weight\";s:3:\"900\";s:12:\"margin-right\";s:2:\"18\";s:9:\"min-width\";s:2:\"75\";s:10:\"text-align\";s:5:\"right\";s:11:\"line-height\";s:1:\"1\";}}s:25:\"hyperion-iconblock-1-icon\";a:3:{s:6:\"parent\";s:8:\"hyperion\";s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:2:{s:12:\"margin-right\";s:1:\"0\";s:13:\"margin-bottom\";s:2:\"12\";}}}s:8:\"original\";a:2:{s:5:\"width\";s:2:\"96\";s:12:\"margin-right\";s:2:\"18\";}}s:25:\"hyperion-iconblock-1-text\";a:3:{s:6:\"parent\";s:8:\"hyperion\";s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:1:{s:10:\"text-align\";s:6:\"center\";}}}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(3)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"400\";s:10:\"text-align\";s:4:\"left\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:11:\"line-height\";s:3:\"1.5\";}}s:26:\"hyperion-portfolio-wrapper\";a:3:{s:6:\"parent\";s:8:\"hyperion\";s:5:\"media\";a:3:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:5:\"order\";s:1:\"1\";}}s:6:\"tablet\";a:1:{s:8:\"original\";a:3:{s:12:\"padding-left\";s:2:\"48\";s:13:\"padding-right\";s:2:\"48\";s:14:\"padding-bottom\";s:2:\"48\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:3:{s:12:\"padding-left\";s:2:\"30\";s:13:\"padding-right\";s:2:\"30\";s:14:\"padding-bottom\";s:2:\"30\";}}}s:8:\"original\";a:15:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:16:\"background-color\";s:8:\"color(2)\";s:11:\"height-unit\";s:1:\"%\";s:19:\"padding-bottom-unit\";s:2:\"px\";s:14:\"padding-bottom\";s:2:\"60\";s:12:\"padding-left\";s:2:\"60\";s:11:\"padding-top\";s:2:\"50\";s:13:\"padding-right\";s:2:\"60\";s:13:\"margin-bottom\";s:2:\"40\";s:16:\"padding-top-unit\";s:1:\"%\";s:8:\"position\";s:8:\"relative\";s:16:\"background-image\";s:71:\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/p-3@2x.jpg\";s:15:\"background-size\";s:5:\"cover\";s:17:\"background-repeat\";s:9:\"no-repeat\";}}s:25:\"hyperion-portfolio-1-tags\";a:2:{s:6:\"parent\";s:8:\"hyperion\";s:8:\"original\";a:7:{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.5\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:13:\"margin-bottom\";s:2:\"18\";s:10:\"custom-css\";s:13:\"z-index: 100;\";}}s:27:\"hyperion-portfolio-1-button\";a:4:{s:6:\"parent\";s:8:\"hyperion\";s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:2:{s:12:\"padding-left\";s:2:\"24\";s:13:\"padding-right\";s:2:\"24\";}}}s:8:\"original\";a:19:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:8:\"color(3)\";s:9:\"font-size\";s:2:\"18\";s:11:\"line-height\";s:1:\"1\";s:14:\"letter-spacing\";s:4:\".125\";s:16:\"background-color\";s:21:\"rgba(255,255,255,0.2)\";s:12:\"padding-left\";s:2:\"48\";s:13:\"padding-right\";s:2:\"48\";s:11:\"padding-top\";s:2:\"18\";s:14:\"padding-bottom\";s:2:\"16\";s:19:\"border-bottom-style\";s:5:\"solid\";s:19:\"border-bottom-width\";s:1:\"2\";s:10:\"text-align\";s:6:\"center\";s:19:\"letter-spacing-unit\";s:2:\"em\";s:19:\"transition-duration\";s:3:\"0.5\";s:26:\"transition-timing-function\";s:4:\"ease\";s:19:\"transition-property\";s:3:\"all\";s:7:\"z-index\";s:3:\"100\";}s:5:\"hover\";a:2:{s:16:\"background-color\";s:5:\"white\";s:5:\"color\";s:8:\"color(2)\";}}s:27:\"hyperion-tesimonial-1-slide\";a:3:{s:6:\"parent\";s:8:\"hyperion\";s:5:\"media\";a:3:{s:6:\"tablet\";a:1:{s:8:\"original\";a:3:{s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";}}s:15:\"phone-landscape\";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:14:\"phone-portrait\";a:1:{s:8:\"original\";a:6:{s:12:\"padding-left\";s:1:\"0\";s:13:\"padding-right\";s:1:\"0\";s:11:\"padding-top\";s:2:\"12\";s:14:\"padding-bottom\";s:1:\"0\";s:11:\"height-unit\";s:1:\"%\";s:6:\"height\";s:3:\"100\";}}}s:8:\"original\";a:7:{s:12:\"padding-left\";s:2:\"24\";s:11:\"padding-top\";s:2:\"48\";s:13:\"padding-right\";s:2:\"24\";s:14:\"padding-bottom\";s:2:\"24\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";}}s:27:\"hyperion-testimonial-1-text\";a:3:{s:6:\"parent\";s:8:\"hyperion\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"24\";}}}s:8:\"original\";a:8:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:11:\"Testimonial\";}s:9:\"font-size\";s:2:\"30\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"italic\";s:11:\"line-height\";s:3:\"1.5\";s:13:\"margin-bottom\";s:2:\"24\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:5:\"color\";s:8:\"color(1)\";}}s:28:\"hyperion-testimonial-1-title\";a:3:{s:6:\"parent\";s:8:\"hyperion\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:3:{s:12:\"margin-right\";s:1:\"0\";s:13:\"margin-bottom\";s:2:\"12\";s:15:\"margin-top-unit\";s:4:\"auto\";}}}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(2)\";s:9:\"font-size\";s:2:\"30\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:1:\"1\";s:12:\"margin-right\";s:2:\"18\";}}s:28:\"hyperion-testimonial-1-image\";a:3:{s:6:\"parent\";s:8:\"hyperion\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:2:{s:12:\"margin-right\";s:1:\"0\";s:13:\"margin-bottom\";s:2:\"18\";}}}s:8:\"original\";a:3:{s:5:\"width\";s:2:\"96\";s:13:\"border-radius\";s:2:\"30\";s:12:\"margin-right\";s:2:\"18\";}}s:30:\"hyperion-testimonial-1-wrapper\";a:3:{s:6:\"parent\";s:8:\"hyperion\";s:5:\"media\";a:2:{s:15:\"phone-landscape\";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:14:\"phone-portrait\";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:4:{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:27:\"hyperion-testimonial-1-name\";a:2:{s:6:\"parent\";s:8:\"hyperion\";s:8:\"original\";a:7:{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:\"900\";s:11:\"line-height\";s:1:\"1\";s:14:\"letter-spacing\";s:1:\"1\";s:13:\"margin-bottom\";s:1:\"6\";}}s:26:\"hyperion-pricing-1-wrapper\";a:3:{s:6:\"parent\";s:8:\"hyperion\";s:8:\"original\";a:26:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";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:16:\"border-top-color\";s:8:\"color(7)\";s:18:\"border-right-color\";s:8:\"color(7)\";s:19:\"border-bottom-color\";s:8:\"color(7)\";s:17:\"border-left-color\";s:8:\"color(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:15:\"justify-content\";s:10:\"flex-start\";s:11:\"padding-top\";s:2:\"48\";s:12:\"padding-left\";s:2:\"30\";s:13:\"padding-right\";s:2:\"30\";s:14:\"padding-bottom\";s:2:\"48\";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:16:\"background-color\";s:8:\"color(7)\";}}s:23:\"hyperion-pricing-1-icon\";a:2:{s:6:\"parent\";s:8:\"hyperion\";s:8:\"original\";a:2:{s:5:\"width\";s:2:\"96\";s:13:\"margin-bottom\";s:2:\"18\";}}s:24:\"hyperion-pricing-1-title\";a:2:{s:6:\"parent\";s:8:\"hyperion\";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:\"36\";s:11:\"font-weight\";s:3:\"900\";s:11:\"line-height\";s:1:\"1\";s:13:\"margin-bottom\";s:2:\"12\";}}s:24:\"hyperion-pricing-1-label\";a:2:{s:6:\"parent\";s:8:\"hyperion\";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.5\";}}s:23:\"hyperion-pricing-1-text\";a:2:{s:6:\"parent\";s:8:\"hyperion\";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(3)\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"400\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:11:\"line-height\";s:3:\"1.5\";s:13:\"margin-bottom\";s:2:\"18\";}}s:11:\"toggle-8784\";a:1:{s:8:\"original\";a:0:{}}s:20:\"toggle-8784-expanded\";a:1:{s:8:\"original\";a:0:{}}s:11:\"toggle-5891\";a:1:{s:8:\"original\";a:0:{}}s:20:\"toggle-5891-expanded\";a:1:{s:8:\"original\";a:0:{}}}','yes'),(188,'ct_style_sheets','a:1:{i:0;a:4:{s:2:\"id\";i:1;s:4:\"name\";s:8:\"hyperion\";s:6:\"status\";i:1;s:6:\"folder\";i:1;}}','yes'),(189,'ct_global_settings','a:11:{s:5:\"fonts\";a:4:{s:4:\"Text\";s:13:\"Alegreya Sans\";s:7:\"Display\";s:13:\"Alegreya Sans\";s:6:\"Digits\";s:9:\"Open Sans\";s:11:\"Testimonial\";s:8:\"Alegreya\";}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:0:\"\";}s:2:\"H2\";a:4:{s:9:\"font-size\";s:2:\"30\";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:2:\"24\";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:2:\"20\";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:2:\"18\";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:2:\"16\";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(2)\";s:11:\"font-weight\";s:0:\"\";s:15:\"text-decoration\";s:4:\"none\";s:11:\"hover_color\";s:8:\"color(5)\";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: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:6:\"button\";a:3:{s:11:\"font-weight\";s:0:\"\";s:13:\"border-radius\";s:1:\"3\";s:18:\"border-radius-unit\";s:2:\"px\";}}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'),(190,'ct_style_sets','a:1:{s:30:\"Uncategorized Custom Selectors\";a:1:{s:3:\"key\";s:30:\"Uncategorized Custom Selectors\";}}','yes'),(191,'ct_custom_selectors','a:0:{}','yes'),(194,'oxygen_private_key','Kh^Suo>O1[U1X7O=53)J>Mx`1i0r;3#&','yes'),(195,'oxygen_vsb_css_files_state','a:9:{i:5;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:68:\"//prosportsfoundation.com/wp-content/uploads/oxygen/css/ui-kit-5.css\";s:4:\"path\";s:81:\"/home/thrill16/prosportsfoundation.com/wp-content/uploads/oxygen/css/ui-kit-5.css\";s:14:\"last_save_time\";i:1600488682;}i:8;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:66:\"//prosportsfoundation.com/wp-content/uploads/oxygen/css/main-8.css\";s:4:\"path\";s:79:\"/home/thrill16/prosportsfoundation.com/wp-content/uploads/oxygen/css/main-8.css\";s:14:\"last_save_time\";i:1600486554;}i:16;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:94:\"//prosportsfoundation.com/wp-content/uploads/oxygen/css/fundraiser-for-special-children-16.css\";s:4:\"path\";s:107:\"/home/thrill16/prosportsfoundation.com/wp-content/uploads/oxygen/css/fundraiser-for-special-children-16.css\";s:14:\"last_save_time\";i:1600786598;}i:43;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:71:\"//prosportsfoundation.com/wp-content/uploads/oxygen/css/about-us-43.css\";s:4:\"path\";s:84:\"/home/thrill16/prosportsfoundation.com/wp-content/uploads/oxygen/css/about-us-43.css\";s:14:\"last_save_time\";i:1600461012;}i:46;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:69:\"//prosportsfoundation.com/wp-content/uploads/oxygen/css/donate-46.css\";s:4:\"path\";s:82:\"/home/thrill16/prosportsfoundation.com/wp-content/uploads/oxygen/css/donate-46.css\";s:14:\"last_save_time\";i:1600752506;}i:55;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:73:\"//prosportsfoundation.com/wp-content/uploads/oxygen/css/contact-us-55.css\";s:4:\"path\";s:86:\"/home/thrill16/prosportsfoundation.com/wp-content/uploads/oxygen/css/contact-us-55.css\";s:14:\"last_save_time\";i:1600483890;}i:60;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:73:\"//prosportsfoundation.com/wp-content/uploads/oxygen/css/blog-posts-60.css\";s:4:\"path\";s:86:\"/home/thrill16/prosportsfoundation.com/wp-content/uploads/oxygen/css/blog-posts-60.css\";s:14:\"last_save_time\";i:1600458659;}i:61;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:74:\"//prosportsfoundation.com/wp-content/uploads/oxygen/css/single-post-61.css\";s:4:\"path\";s:87:\"/home/thrill16/prosportsfoundation.com/wp-content/uploads/oxygen/css/single-post-61.css\";s:14:\"last_save_time\";i:1600486734;}i:62;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:72:\"//prosportsfoundation.com/wp-content/uploads/oxygen/css/resources-62.css\";s:4:\"path\";s:85:\"/home/thrill16/prosportsfoundation.com/wp-content/uploads/oxygen/css/resources-62.css\";s:14:\"last_save_time\";i:1600459296;}}','yes'),(197,'ct_style_folders','a:2:{s:8:\"hyperion\";a:2:{s:3:\"key\";s:8:\"hyperion\";s:6:\"status\";i:1;}s:6:\"atomic\";a:2:{s:3:\"key\";s:6:\"atomic\";s:6:\"status\";i:1;}}','yes'),(198,'ct_last_installed_default_data','hyperion','yes'),(200,'theme_mods_twentytwenty','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(201,'oxygen_license_status','valid','yes'),(218,'_site_transient_timeout_browser_804438ddd49dcafd3732ea520f453cae','1600967312','no'),(219,'_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'),(220,'_site_transient_timeout_php_check_75e04be8322671c786117633c455e7a7','1600967313','no'),(221,'_site_transient_php_check_75e04be8322671c786117633c455e7a7','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'),(282,'oxygen_global_colors_cache_update_required','1','yes'),(699,'_site_transient_timeout_community-events-4d0806f1bc5ddb293fdee377cd30f0b7','1600913133','no'),(700,'_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'),(701,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1600913134','no');
INSERT INTO `ayqgmg_wp1v_options` VALUES (702,'_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 14:05:33 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'),(703,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1600913134','no'),(704,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1600869934','no'),(705,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1600913134','no'),(706,'_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:14434:\"<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=\"http://thelmachido.me/vid.mp4\">http://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=\"http://thelmachido.me/vid.mp4\">http://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 14:05:34 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 14: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'),(267,'_transient_health-check-site-status-result','{\"good\":\"12\",\"recommended\":\"8\",\"critical\":\"0\"}','yes'),(243,'category_children','a:0:{}','yes'),(244,'oxygen_vsb_easy_posts_templates','a:0:{}','yes'),(245,'oxygen_vsb_comments_list_templates','a:0:{}','yes'),(246,'oxygen_vsb_latest_typekit_fonts','a:0:{}','yes'),(247,'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'),(722,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1600872701;s:7:\"checked\";a:5:{s:24:\"header-footer/plugin.php\";s:5:\"3.2.1\";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: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: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'),(723,'wpvivid_email_setting','a:3:{s:7:\"send_to\";a:0:{}s:6:\"always\";b:1;s:12:\"email_enable\";b:0;}','no'),(724,'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'),(725,'wpvivid_local_setting','a:2:{s:4:\"path\";s:14:\"wpvividbackups\";s:10:\"save_local\";i:1;}','no'),(726,'wpvivid_upload_setting','a:1:{s:15:\"remote_selected\";a:0:{}}','no'),(727,'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'),(728,'wpvivid_init','init','no'),(729,'wpvivid_backup_list','a:0:{}','no'),(730,'wpvivid_remote_init','init','no'),(697,'_site_transient_timeout_php_check_9c1053d8f82668af273e4a26e955e566','1601474729','no'),(698,'_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'),(717,'_transient_timeout_wf_plugin_update_wpr','1600872738','no'),(718,'_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'),(348,'nav_menu_options','a:1:{s:8:\"auto_add\";a:0:{}}','yes'),(715,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1600881488','no'),(591,'hefo','a:75:{s:4:\"head\";s:326:\" <!-- Global site tag (gtag.js) - Google Analytics -->\r\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=UA-178427502-1\"></script>\r\n<script>\r\n  window.dataLayer = window.dataLayer || [];\r\n  function gtag(){dataLayer.push(arguments);}\r\n  gtag(\'js\', new Date());\r\n\r\n  gtag(\'config\', \'UA-178427502-1\');\r\n</script>\r\n\";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:42:\"phone\r\niphone\r\nipod\r\nandroid.+mobile\r\nxoom\";s:5:\"notes\";s:0:\"\";s:25:\"mobile_user_agents_parsed\";s:38:\"phone|iphone|ipod|android.+mobile|xoom\";}','yes');
/*!40000 ALTER TABLE `ayqgmg_wp1v_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ayqgmg_wp1v_postmeta`
--

DROP TABLE IF EXISTS `ayqgmg_wp1v_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ayqgmg_wp1v_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=923 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ayqgmg_wp1v_postmeta`
--

LOCK TABLES `ayqgmg_wp1v_postmeta` WRITE;
/*!40000 ALTER TABLE `ayqgmg_wp1v_postmeta` DISABLE KEYS */;
INSERT INTO `ayqgmg_wp1v_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(5,5,'ct_builder_shortcodes','[oxy_header ct_sign_sha256=\'8dfa238119f0ef5586fc18d4064863f82c69594f5e2b61d3af6defce76c5a559\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"_header-14-5\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"background-color\":\"color(1)\",\"globalConditionsResult\":true},\"nicename\":\"Header Two Rows\",\"ct_category\":\"Headers\",\"activeselector\":false}\'][oxy_header_row ct_sign_sha256=\'77bd7064bb3adf03639972e0017cc4c851bf970de3f799c783dc84e4d7f8994f\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"_header_row-15-5\",\"original\":{\"border-bottom-color\":\"#4f5262\",\"hide-row\":\"phone-landscape\",\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"background-color\":\"color(8)\",\"globalConditionsResult\":true}}\'][oxy_header_left ct_sign_sha256=\'eadaf8ad52ea2c2e997f51c18014c94e9b4a31b7aff35a35cca908c9ac0d519b\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"_header_left-16-5\"}\'][ct_fancy_icon ct_sign_sha256=\'e4bb898c9a8b142b8daed6c9982254cf41877f3427c294e3471221ec00b6aac4\' ct_options=\'{\"ct_id\":41,\"ct_parent\":16,\"selector\":\"fancy_icon-41-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-envelope\",\"icon-color\":\"color(3)\",\"icon-size\":\"14\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_text ct_sign_sha256=\'541d3a94a5b864830a364d6b8ac31171aeed20edbf19b503e65272ae2234efa3\' ct_options=\'{\"ct_id\":47,\"ct_parent\":16,\"selector\":\"link_text-47-5\",\"original\":{\"color\":\"color(2)\",\"font-size\":\"16\",\"url\":\"mailto:support@example.com\",\"-webkit-font-smoothing\":\"antialiased\",\"margin-right\":\"24\",\"globalConditionsResult\":true,\"url_encoded\":\"true\"},\"hover\":{\"text-decoration\":\"underline\"},\"activeselector\":false}\']contact@prosportsfoundation.com[/ct_link_text][ct_fancy_icon ct_sign_sha256=\'bcc20d4cc5fb1963613646c9398722cad75e3622857b3cc47834cc37ab97d2dc\' ct_options=\'{\"ct_id\":44,\"ct_parent\":16,\"selector\":\"fancy_icon-44-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-marker\",\"icon-color\":\"color(3)\",\"icon-size\":\"18\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'25f6b69e308e7d863405291b7dcbd62614a9def1ef933d5e13bd4655c1d235c8\' ct_options=\'{\"ct_id\":37,\"ct_parent\":16,\"selector\":\"text_block-37-5\",\"original\":{\"color\":\"color(3)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.5\",\"-webkit-font-smoothing\":\"antialiased\",\"globalConditionsResult\":true},\"activeselector\":false}\']Bengaluru, INDIA[/ct_text_block][/oxy_header_left][oxy_header_center ct_sign_sha256=\'23a9435bd1238e98ef39289b48871d14940b618769f366dbbd31902a15495499\' ct_options=\'{\"ct_id\":17,\"ct_parent\":15,\"selector\":\"_header_center-17-5\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'afc55c58d8515b6658fa011de7e039b20b5105bddc7a860451a64f85409beba7\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"_header_right-18-5\"}\'][oxy_social_icons ct_sign_sha256=\'fabe4701a1ad3629002e5fc159d030e8bdc506f3c23fb0a26d87b1f840f580c8\' ct_options=\'{\"ct_id\":31,\"ct_parent\":18,\"selector\":\"_social_icons-31-5\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true,\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'f599757a2e937bfb480fa3b052a3b49c40267f8302e6d9c1a1fbc09fe1e5993e\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-5\",\"original\":{\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/cycling-main.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"container-padding-top\":\"180\",\"container-padding-bottom\":\"54\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"container-padding-left\":\"40\",\"container-padding-right\":\"40\",\"globalConditionsResult\":true,\"background-size-width-unit\":\"%\",\"background-size-width\":\"100\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"background-size\":\"cover\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-size-width-unit\":\"%\",\"background-position-left-unit\":\"%\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-position-left\":\"0\"}},\"page-width\":{\"original\":{\"background-size\":\"cover\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"30\",\"background-blend-mode\":\"normal\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/cycling-main.jpg\",\"background-size\":\"cover\"}}},\"nicename\":\"Simple Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'50e562722e94964f913282372a3d971b2946d0c15ddce7ed0edc528cdbf4efc6\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"globalConditionsResult\":true,\"background-color\":\"color(3)\"}}\']PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'7e4b1e4735991b24fccca47efb19a31ee1fc6e9b742f4ea6f92264e0702dbac4\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-5\",\"original\":{\"margin-left\":\"-12\",\"globalConditionsResult\":true,\"font-size\":\"100\",\"color\":\"color(3)\",\"text-shadow-color\":\"color(1)\",\"text-shadow-horizontal-offset\":\"5\",\"text-shadow-vertical-offset\":\"5\",\"text-shadow-blur\":\"5\",\"margin-bottom\":\"20\",\"margin-top\":\"20\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-left\":\"-6\"}},\"phone-landscape\":{\"original\":{\"margin-left\":\"-6\",\"font-size\":\"75\",\"line-height\":\"1\"}},\"phone-portrait\":{\"original\":{\"font-size\":\"75\"}}}}\']Leverage Sports for Social Impact[/ct_headline][ct_link_text ct_sign_sha256=\'d9073bdf9e8bf97c83d2192db781bc3593738c511281a1586aae9296a47b60da\' ct_options=\'{\"ct_id\":12,\"ct_parent\":2,\"selector\":\"link_text-12-5\",\"original\":{\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/about-us/\",\"url_encoded\":\"true\",\"target\":\"\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":\"hyperion-primary-button\"}\']KNOW MORE[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'9ba81fb41b59bd9c8c416b4ecbc17b7987825f2ee39b26026ddf1e8f59d13975\' ct_options=\'{\"ct_id\":48,\"ct_parent\":0,\"selector\":\"section-48-5\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"91\",\"container-padding-bottom\":\"9\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"9\"}}}}\'][ct_text_block ct_sign_sha256=\'1bde4ad392297821ae268f7e15f34c51966f09cee5b6311286ccb61f9571ebf9\' ct_options=\'{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"text_block-49-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']WHY PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'2b74d08ea94e798115b992ecaac6e9c29cfaf1ddee0974fea0f112d6ffac444f\' ct_options=\'{\"ct_id\":57,\"ct_parent\":48,\"selector\":\"headline-57-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"31\",\"font-weight\":\"300\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"font-size\":\"29\"}}}}\']At ProSports Foundation, we believe in transforming the CSR ecosystem, by integrating corporates and its workforce, recipient institutions, individuals and the government ensuring that there is proper flow of capital and information, while also engaging stakeholders effectively.[/ct_headline][ct_image ct_sign_sha256=\'a128fa7aaa8ff21f6ee6e2641aa499a3d60f221e53b981b8c5a1b1d21fd77341\' ct_options=\'{\"ct_id\":60,\"ct_parent\":48,\"selector\":\"image-60-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/arrow@2x.png\",\"width\":\"220\",\"margin-top\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"42\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][ct_new_columns_2 ct_sign_sha256=\'32aaf962fb796d4643f74064a6b56ec5703a8ed8b25cf157de2bd5256431341f\' ct_options=\'{\"ct_id\":61,\"ct_parent\":48,\"selector\":\"new_columns-61-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'c6b59abbc989926ee3e72d701e0b877105e99482a74bf7de7f27628249c1a324\' ct_options=\'{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"div_block-62-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'cb979304e567e134a90cc22b91e43de09d9c571912359bc4fdefac50ca55b61d\' ct_options=\'{\"ct_id\":73,\"ct_parent\":62,\"selector\":\"headline-73-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o1[/ct_headline][ct_image ct_sign_sha256=\'e42d9f678bdf09e1e550b67c4cae19f2526cc21fc2ae5bc2fdcbb6a6706cdd03\' ct_options=\'{\"ct_id\":64,\"ct_parent\":62,\"selector\":\"image-64-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/sports.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'224dab30ca6942c6a3a3b28154825367ab9d8e5887a59691b510eed0804cfe79\' ct_options=\'{\"ct_id\":65,\"ct_parent\":62,\"selector\":\"text_block-65-5\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\"}\']Leverage sports discipline, activities and events to raise awareness[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'e563387aa03f36216908d1de6749c8c5e55c01ce1cf272f79fb95e4f641628f3\' ct_options=\'{\"ct_id\":63,\"ct_parent\":61,\"selector\":\"div_block-63-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'5701ccf5b7bce2eef7da8fdec8ed81ac24156e435cfabd21b9a3c93e51b2dd8a\' ct_options=\'{\"ct_id\":78,\"ct_parent\":63,\"selector\":\"headline-78-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o2[/ct_headline][ct_image ct_sign_sha256=\'5774985136fac599315c303d4067b19d147a7ad0709b6088723c5036b43c1946\' ct_options=\'{\"ct_id\":68,\"ct_parent\":63,\"selector\":\"image-68-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/active_directory.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'447654c68915f392225b38afa48e00c1a697962173f4effc9a81fb381051c39a\' ct_options=\'{\"ct_id\":70,\"ct_parent\":63,\"selector\":\"text_block-70-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Co-create a social agenda that aligns with the ethos of your organisation[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'6da0142010581c048561de2c6d042d61681072658f75b020d90662dc782f23e3\' ct_options=\'{\"ct_id\":81,\"ct_parent\":48,\"selector\":\"new_columns-81-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'769c3c50011b163b56627ef53887a357a5a9ba83e5960a2096d9fd0d6d26ba4f\' ct_options=\'{\"ct_id\":82,\"ct_parent\":81,\"selector\":\"div_block-82-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'169b1c6a44fb77edfda6e00bcb4acd7ebd32eef53004973c42507d2a129d09fc\' ct_options=\'{\"ct_id\":83,\"ct_parent\":82,\"selector\":\"headline-83-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o3[/ct_headline][ct_image ct_sign_sha256=\'296988e70264ba67467cfdf586072f00c86ae23189a1eb85f66a908e2b676519\' ct_options=\'{\"ct_id\":84,\"ct_parent\":82,\"selector\":\"image-84-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/programs.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'183db98fa8f7d1affcf27a1c8261ff0deb5ed85c2d49225d4a683e2ab1c42c5c\' ct_options=\'{\"ct_id\":85,\"ct_parent\":82,\"selector\":\"text_block-85-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Curate programmes that are aimed to address key issues in education, nutrition and health[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b8a41523aaf025951a7de608f84d411088f2ef4a565fa416bb5c4f7430984f0\' ct_options=\'{\"ct_id\":86,\"ct_parent\":81,\"selector\":\"div_block-86-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'da0205fd8e338d6c7a4d00a0f0228561005fd5e5959af36404268d6e180d23e5\' ct_options=\'{\"ct_id\":87,\"ct_parent\":86,\"selector\":\"headline-87-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o4[/ct_headline][ct_image ct_sign_sha256=\'2705c93ea2dea376a05d8a2bf05aa6809b5e23d800952d3f54c17b11f3a0646c\' ct_options=\'{\"ct_id\":88,\"ct_parent\":86,\"selector\":\"image-88-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/portfolio.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'46c32edec1030e92ef4e88974ff57cf0708632dbd27159f849dab06999ee01bb\' ct_options=\'{\"ct_id\":89,\"ct_parent\":86,\"selector\":\"text_block-89-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Expertise in designing a portfolio of well-audited projects and help entities involved to track and monitor the impact[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'8f21188af7b7b4340e9b5a52ddac9123b65cadf612e15707d4a01a0c09b83a8e\' ct_options=\'{\"ct_id\":90,\"ct_parent\":48,\"selector\":\"new_columns-90-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'e551a2132e92eaa3bf46f5953038a37f0ee62718f554f2fab965a6b67e4b7dbe\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"div_block-91-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'3a203938c1634c87239ba5e3fe08b49ab0943022c4ddd0e68d620ed1f3c0a5c7\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"headline-92-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o5[/ct_headline][ct_image ct_sign_sha256=\'866a76a9ff381afa84e16c5a303314bfb6e519c156388a9de0f1e64af227dfa9\' ct_options=\'{\"ct_id\":93,\"ct_parent\":91,\"selector\":\"image-93-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/campaign.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'70395e05c377e24d1a304754b7f57751139db6032b30f0e6dd0a15c61a2234c6\' ct_options=\'{\"ct_id\":94,\"ct_parent\":91,\"selector\":\"text_block-94-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Identifying best-fit online and offline campaigns and outreach partners; to achieve sustained progress and execution of scale[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'6cc40504055edc9c13175031aae4d8829ea69d51e37e12425b4a850ac969ccc3\' ct_options=\'{\"ct_id\":95,\"ct_parent\":90,\"selector\":\"div_block-95-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'696595c32e34d64be666053840f3469ecaa1f72de3614a4c20e37fa0cc79d058\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"headline-96-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o6[/ct_headline][ct_image ct_sign_sha256=\'7b17c4523e4ba40b24021b872e165b22d629fcf8ed0f7a51b962e752649b7b65\' ct_options=\'{\"ct_id\":97,\"ct_parent\":95,\"selector\":\"image-97-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/employees.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'7bd5f80a0aeaf130c94bb58c756cc5835b48eb74347116d81cf8528d7ed807e3\' ct_options=\'{\"ct_id\":98,\"ct_parent\":95,\"selector\":\"text_block-98-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Engaging your own workforce to further amplify the impact, as well as emphasising and enhancing the sense of giving back among the overall workforce[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'3fe3dab9ecfd952ec70b326ccd84f2b671653880e6b785529eb3ab1ad41e305b\' ct_options=\'{\"ct_id\":311,\"ct_parent\":0,\"selector\":\"section-311-5\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"0\",\"section-width\":\"full-width\",\"overflow\":\"hidden\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Watch CTA\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'1b92f0dabfc80ceb5187ef1738ed9c1a6b0bbd891405df654ce184de156ffa1b\' ct_options=\'{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"new_columns-312-5\",\"activeselector\":false,\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'ab4ea1b6e12c0d0f614aa5c2c457b47f2365094ed15770f8309edd3158007a9f\' ct_options=\'{\"ct_id\":313,\"ct_parent\":312,\"selector\":\"div_block-313-5\",\"original\":{\"width\":\"40\",\"width-unit\":\"%\",\"padding-top\":\"0\",\"padding-bottom\":\"0\",\"align-items\":\"flex-end\",\"text-align\":\"right\",\"justify-content\":\"center\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-bottom\":\"40\",\"padding-top\":\"40\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_image ct_sign_sha256=\'4a758fa9e6ba4ae04b100f45abccea0ee6d87dd36f4b8b58b68cb542bd92b43d\' ct_options=\'{\"ct_id\":351,\"ct_parent\":313,\"selector\":\"image-351-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\",\"margin-top\":\"-40\",\"margin-bottom\":\"-40\",\"max-height\":\"720\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-top\":\"0\",\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'5fb54016d0d267b78e5d059d7675ecde30ac627c0853d52de24fcc60e5c46b4f\' ct_options=\'{\"ct_id\":314,\"ct_parent\":312,\"selector\":\"div_block-314-5\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"flex-start\",\"justify-content\":\"center\",\"flex-wrap\":\"wrap\",\"padding-left\":\"40\",\"padding-right\":\"40\",\"padding-top\":\"60\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'246340b6c354496c3b1e5f27ebe2f69ac074f55df3f633cf6bd674d9280a0e13\' ct_options=\'{\"ct_id\":355,\"ct_parent\":314,\"selector\":\"text_block-355-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']EVENTS[/ct_text_block][ct_headline ct_sign_sha256=\'1c68a0d8cf0dcc161d595a7fa07d7059b06476c606152d47c502c5841f147fc3\' ct_options=\'{\"ct_id\":318,\"ct_parent\":314,\"selector\":\"headline-318-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Support &amp; Donate[/ct_headline][ct_text_block ct_sign_sha256=\'43bb833ccb203f5cc019199b054c130879b9bb120f2050f87326b73108c0d968\' ct_options=\'{\"ct_id\":326,\"ct_parent\":314,\"selector\":\"text_block-326-5\",\"original\":{\"max-width\":\"640\",\"color\":\"color(3)\",\"margin-bottom\":\"18\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']We are cycling for 150 kms from Bengaluru to Mysuru on 3rd Oct, 2020 to raise funds for special children.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'981374045607fc710b5405549c5bc9963f7c793a09dc7118997708f1fa9d9d9d\' ct_options=\'{\"ct_id\":342,\"ct_parent\":314,\"selector\":\"div_block-342-5\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"globalConditionsResult\":true},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_text ct_sign_sha256=\'ccf04af8feff472b65f772cd0ba51667ef03415d5c7b1797940d26ecf9b48e63\' ct_options=\'{\"ct_id\":329,\"ct_parent\":342,\"selector\":\"link_text-329-5\",\"original\":{\"margin-right\":\"12\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"18\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'9b1c0b936384d720d420b1c8904a4d2f85b90206bc5556b2184a1c8e28dcd93a\' ct_options=\'{\"ct_id\":336,\"ct_parent\":342,\"selector\":\"link_text-336-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/fundraiser-for-special-children/\",\"url_encoded\":\"true\",\"target\":\"\"}}\']KNOW MORE[/ct_link_text][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section]'),(440,46,'ct_builder_shortcodes_revisions_dates','1600456478'),(662,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:\"\";}'),(663,62,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'e0137039139535deb4fd4be35413324a9d4af48959837a007af0bb4c90c47938\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-62\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"globalConditionsResult\":true},\"nicename\":\"Articles\",\"ct_category\":\"Blog\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"24\"}},\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"48\"}}},\"hover\":{\"border-top-color\":\"color(3)\",\"border-right-color\":\"color(3)\",\"border-bottom-color\":\"color(3)\",\"border-left-color\":\"color(3)\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\"}}\'][ct_div_block_2 ct_sign_sha256=\'a7aec5b385527f67add47852d688d3c72732e7ec151b16e108fd54f08bbb1442\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-62\",\"original\":{\"width-unit\":\"%\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-blog-1-title-wrapper\",\"media\":{\"tablet\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"24\"}}},\"classes\":{\"0\":\"hyperion-blog-1-title-wrapper\"}}\'][ct_text_block ct_sign_sha256=\'754e7142d7a4455149f8b6d4d40e013ce886a4d655b6b733db4322f48dd57c64\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"text_block-4-62\",\"classes\":{\"0\":\"hyperion-subheading\"},\"original\":{\"color\":\"color(3)\",\"globalConditionsResult\":true}}\']OUR BLOG[/ct_text_block][ct_headline ct_sign_sha256=\'2f72415de9f0b489a692e17c35911c13b30cc1cc0714633d0844258c81ef74c8\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"headline-5-62\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Articles[/ct_headline][ct_text_block ct_sign_sha256=\'f5acc42350af2e35b77d6e61fac9083b383a6726dd5aa1063354e91422b46f43\' ct_options=\'{\"ct_id\":6,\"ct_parent\":3,\"selector\":\"text_block-6-62\",\"original\":{\"max-width\":\"640\",\"color\":\"color(3)\",\"margin-bottom\":\"18\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']Our latest resources and articles[/ct_text_block][/ct_div_block_2][oxy_posts_grid ct_sign_sha256=\'6a9aadbaf197f2ceb122e66e58302ecf17d30bf4cd93fee6ef7dde4ef6e5110e\' ct_options=\'{\"ct_id\":8,\"ct_parent\":2,\"selector\":\"_posts_grid-8-62\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QnPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgPC9kaXY+CiAgICAgIAogICAgICA8ZGl2IGNsYXNzPSdveHktcG9zdC1pbWFnZS1kYXRlLW92ZXJsYXknPgoJCTw/cGhwIHRoZV90aW1lKGdldF9vcHRpb24oJ2RhdGVfZm9ybWF0JykpOyA/PgoJICA8L2Rpdj4KICAgICAgCgk8L2E+CgoJPGEgY2xhc3M9J294eS1wb3N0LXRpdGxlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz48P3BocCB0aGVfdGl0bGUoKTsgPz48L2E+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YSc+CgoJCTxkaXYgY2xhc3M9J294eS1wb3N0LW1ldGEtYXV0aG9yIG94eS1wb3N0LW1ldGEtaXRlbSc+CgkJCTw/cGhwIHRoZV9hdXRob3IoKTsgPz4KCQk8L2Rpdj4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1jb21tZW50cyBveHktcG9zdC1tZXRhLWl0ZW0nPgoJCQk8YSBocmVmPSc8P3BocCBjb21tZW50c19saW5rKCk7ID8+Jz48P3BocCBjb21tZW50c19udW1iZXIoKTsgPz48L2E+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkJPD9waHAgdGhlX2V4Y2VycHQoKTsgPz4KCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlJz5SZWFkIE1vcmUg4oaSPC9hPgoKPC9kaXY+\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogYmxvY2s7CiAgY29sdW1uLWNvdW50OiAyOwogIGNvbHVtbi1nYXA6IDI0cHg7CiAgei1pbmRleDogNTA7CiAgcGFkZGluZy1ib3R0b206IDE4cHg7Cn0KCiUlRVBJRCUlIC5veHktcG9zdHM6YmVmb3JlIHsKICBjb250ZW50OiAnICc7CiAgZGlzcGxheTogYmxvY2s7CiAgbWluLWhlaWdodDogMjQwcHg7Cn0KCkBtZWRpYSAobWF4LXdpZHRoOjk5MnB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0czpiZWZvcmUgewogICAgZGlzcGxheTogbm9uZTsKICB9Cn0KCkBtZWRpYSAobWF4LXdpZHRoOjc2OHB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0cyB7CiAgICBjb2x1bW4tY291bnQ6IDE7CiAgfQp9CiAgCgolJUVQSUQlJSAub3h5LXBvc3QgewogIGRpc3BsYXk6IGZsZXg7CiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjsKICB0ZXh0LWFsaWduOiBsZWZ0OwogIGFsaWduLWl0ZW1zOiBmbGV4LXN0YXJ0OwogIG1hcmdpbi1ib3R0b206IDI0cHg7CiAgd2lkdGg6IDEwMCU7CiAgYm9yZGVyOiAycHggc29saWQgY29sb3IoMTQpOwogIGJyZWFrLWluc2lkZTogYXZvaWQ7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZSB7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGJhY2tncm91bmQtY29sb3I6IGdyZXk7CiAgYmFja2dyb3VuZC1pbWFnZTogcmVwZWF0aW5nLWxpbmVhci1ncmFkaWVudCgKICA0NWRlZywKICAjZWVlZWVlLAogICNlZWVlZWUgMTBweCwKICAjZGRkZGRkIDEwcHgsCiAgI2RkZGRkZCAyMHB4KTsKICB3aWR0aDogMTAwJTsKICBtYXJnaW46IC0ycHggMCAzNnB4IDA7CiAgZGlzcGxheTogYmxvY2s7CiAgd2lkdGg6IDEwMCU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZS1maXhlZC1yYXRpbyB7CiAgcGFkZGluZy1ib3R0b206IDgwJTsKICBiYWNrZ3JvdW5kLXNpemU6IGNvdmVyOwogIGJhY2tncm91bmQtcG9zaXRpb246IGNlbnRlciBjZW50ZXI7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZS1kYXRlLW92ZXJsYXkgewogIHBvc2l0aW9uOiBhYnNvbHV0ZTsKICB0b3A6IDFlbTsKICByaWdodDogMWVtOwogIGZvbnQtc2l6ZTogMTZweDsKICBjb2xvcjogd2hpdGU7CiAgYmFja2dyb3VuZC1jb2xvcjogY29sb3IoMTUpOwogIHBhZGRpbmc6IC43ZW0gMWVtOwogIGZvbnQtd2VpZ2h0OiBib2xkOwogIC13ZWJraXQtZm9udC1zbW9vdGhpbmc6IGFudGlhbGlhc2VkOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtdGl0bGUgewogIGZvbnQtc2l6ZTogMzZweDsKICBsaW5lLWhlaWdodDogMTsKICBjb2xvcjogY29sb3IoMTIpOwogIGZvbnQtd2VpZ2h0OiA5MDA7CiAgbWFyZ2luOiAwIDQ4cHg7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhIHsKICBtYXJnaW46IDE4cHggNDhweCAwcHggNDhweDsKICBmb250LXNpemU6IDE2cHg7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGNvbG9yOiBjb2xvcigxNik7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhIGEgewogIGNvbG9yOiAgY29sb3IoMTYpOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YSBhOmhvdmVyIHsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTo6YWZ0ZXIgewoJY29udGVudDogIlwwMGI3IjsKCW1hcmdpbi1yaWdodDogLjVlbTsKCW1hcmdpbi1sZWZ0OiAuNWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YS1pdGVtOmxhc3QtY2hpbGQ6OmFmdGVyIHsKCWNvbnRlbnQ6ICIiOwoJZGlzcGxheTogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgewogIG1hcmdpbi1ib3R0b206IDI0cHg7CiAgY29sb3I6IGNvbG9yKDE3KTsKICBtYXJnaW46IDE4cHggNDhweCAzNnB4IDQ4cHg7CiAgbGluZS1oZWlnaHQ6IDEuNTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgcCB7CiAgbWFyZ2luOiAwOwogIGZvbnQtc2l6ZTogMjBweDsKfQoKQG1lZGlhIChtYXgtd2lkdGg6IDExMjBweCkgewogICUlRVBJRCUlIC5veHktcG9zdC1tZXRhIHsKICAgIGRpc3BsYXk6IG5vbmU7CiAgfQp9CgolJUVQSUQlJSAub3h5LXJlYWQtbW9yZSB7CiAgdGV4dC1hbGlnbjogY2VudGVyOwogIGRpc3BsYXk6IGlubGluZS1ibG9jazsKICBtYXJnaW4tdG9wOiBhdXRvOwogIGJhY2tncm91bmQ6IGNvbG9yKDE0KTsKICBjb2xvcjogY29sb3IoMTYpOwogIGZvbnQtc2l6ZTogMThweDsKICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlOwogIGxldHRlci1zcGFjaW5nOiAxcHg7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICBwYWRkaW5nOiAxOHB4IDQ4cHggMTZweCA0OHB4OwogIGJvcmRlci1ib3R0b206IDJweCBzb2xpZCBjb2xvcigxNik7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKICBtYXJnaW46IGF1dG8gNDhweCA0OHB4IDQ4cHg7Cn0KCiUlRVBJRCUlIC5veHktcmVhZC1tb3JlOmhvdmVyIHsKICBiYWNrZ3JvdW5kOiBjb2xvcigxNik7CiAgY29sb3I6ICNmZmZmZmY7Cn0KCiUlRVBJRCUlIC5veHktZWFzeS1wb3N0cy1wYWdlcyB7CiAgZm9udC1zaXplOiAyMHB4OwogIHotaW5kZXg6IDMwMDsKfQoKJSVFUElEJSUgLnBhZ2UtbnVtYmVycyB7CiAgcGFkZGluZzogMThweDsKICBjb2xvcjogY29sb3IoMTYpOwp9CgolJUVQSUQlJSBhLnBhZ2UtbnVtYmVyczpob3ZlciB7CiAgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Cn0KCiUlRVBJRCUlIC5wYWdlLW51bWJlcnMuY3VycmVudCB7CiAgYmFja2dyb3VuZDogY29sb3IoMTYpOwogIGNvbG9yOiAjZmZmZmZmOwogIHBhZGRpbmc6IDIycHggMzJweCAyNHB4IDMycHg7CiAgYm9yZGVyLXJhZGl1czogMTAwJTsKfQ==\",\"read_more_display_as\":\"text link\",\"paginate_alignment\":\"center\",\"posts_5050_below\":\"page-width\",\"posts_100_below\":\"phone-landscape\",\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"post\"},\"query_order\":\"ASC\",\"globalConditionsResult\":true}}\'][/oxy_posts_grid][/ct_section]'),(664,62,'ct_builder_shortcodes_revisions_dates','1600459295'),(665,65,'_menu_item_type','post_type'),(775,80,'_wp_attached_file','2020/09/campaign.png'),(682,61,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'8b4d0bf66b24c7c0891c4ff63bf576fa9ca704dbe62b0d4b52248b816d5bba26\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"section-1-61\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"center\",\"container-padding-top\":\"57\",\"container-padding-bottom\":\"120\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"640\"},\"activeselector\":false,\"nicename\":\"Simple Text One Column\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'7629428e7ad5c4135040482018bf631f8904ec57f10c0d16bfed9cffb7cfcae2\' ct_options=\'{\"ct_id\":7,\"ct_parent\":1,\"selector\":\"headline-7-61\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"50\",\"color\":\"color(16)\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'f5e3beedb62b0e7d9decc24902a4356b9ae350fd6c3de0fc1c5781dc274011bb\' ct_options=\'{\"ct_id\":8,\"ct_parent\":7,\"selector\":\"span-8-61\"}\'][oxygen ct_sign_sha256=\'dbcae86f81a07a96fd0f6e7d80ef72ca19e42e3994d64fe6b9cc7769adc5f192\' data=\'title\' ][/ct_span][/ct_headline][ct_div_block_2 ct_sign_sha256=\'f38572ad7a638963f4b04439e8cdf58b1e685bd205e75be95161e6cea5f3df48\' ct_options=\'{\"ct_id\":15,\"ct_parent\":1,\"selector\":\"div_block-15-61\",\"original\":{\"display\":\"flex\",\"flex-direction\":\"row\"},\"activeselector\":false}\'][ct_text_block ct_sign_sha256=\'d719bc126df7c7d76c76ac1880c08f0fdcaa7cba9d503e9488a1fd8568f86712\' ct_options=\'{\"ct_id\":11,\"ct_parent\":15,\"selector\":\"text_block-11-61\",\"original\":{\"padding-right\":\"20\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'233fd60ee227361ae4d51facffa644b8d7df3c2bf3e9dc340f9f644cf90213a3\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"span-12-61\"}\'][oxygen ct_sign_sha256=\'5739b77cb07d1bf6c5c8fb78194fbe01f00922ca849ce41b3c5ad9dc8673fe4c\' data=\'date\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'c9fe18498f718504feeec35759fb1fdd16436e45d50674dc88b8779f87ff3382\' ct_options=\'{\"ct_id\":13,\"ct_parent\":15,\"selector\":\"text_block-13-61\"}\']By [ct_span ct_sign_sha256=\'ec52c4e5e93f36bc04be7be5b074669ebcf13bb1505dacda0124052b248d881a\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"span-14-61\"}\'][oxygen ct_sign_sha256=\'6701c6ab2aca4c9c921eb23d74215d3851ef8193c5cfce75e12cfbf6cc211417\' data=\'author\' ][/ct_span][/ct_text_block][/ct_div_block_2][ct_image ct_sign_sha256=\'09254b3fa7345a5659f143205a584783fcd136822c5376443337c0d395af8f25\' ct_options=\'{\"ct_id\":10,\"ct_parent\":1,\"selector\":\"image-10-61\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'3d82d9b6da94459e8da7f76112bfa69302250151f0ba8964a391835a4faf828b\' data=\'featured_image\' ]\",\"srcdynamic\":true},\"activeselector\":false}\'][/ct_image][ct_text_block ct_sign_sha256=\'0fc7346e15770c12f42d300b180c98357c47dcbcc7078b56c975661e8b8501e4\' ct_options=\'{\"ct_id\":4,\"ct_parent\":1,\"selector\":\"text_block-4-61\",\"classes\":{\"0\":\"hyperion-simple-text-1\"}}\'][ct_span ct_sign_sha256=\'ba9d958d7c81727eeb07470d9918346049ae80da0ef97c4acb3fd28996c8b8dc\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"span-5-61\",\"classes\":{\"0\":\"oxy-stock-content-styles\"}}\'][oxygen ct_sign_sha256=\'8320ad6a0f63bf1b9d7118163c185c7870937699cbe701f695de7f525de7ec17\' data=\'content\' ][/ct_span][/ct_text_block][ct_code_block ct_sign_sha256=\'ff39ef9b74492918a354cf2bc06fd6fe62f46433b2e5ab429812a66ae177116e\' ct_options=\'{\"ct_id\":6,\"ct_parent\":1,\"selector\":\"code_block-6-61\",\"original\":{\"code-php\":\"PCEtLSAtLT4=\",\"flex-direction\":\"unset\",\"display\":\"none\",\"code-css\":\"Lmh5cGVyaW9uLXNpbXBsZS10ZXh0LTEgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZC1jb2xvcjogY29sb3IoMTQpOwogIGZvbnQtZmFtaWx5OiAnQWxlZ3JleWEnOwogIGNvbG9yOiBjb2xvcigxMik7CiAgcGFkZGluZzogMThweCAyNHB4OwogIG1hcmdpbi1sZWZ0OiAwOwogIG1hcmdpbi1yaWdodDogMDsKICBmb250LXNpemU6IDE2cHg7CiAgbGluZS1oZWlnaHQ6IDEuNWVtOwogIGZvbnQtc3R5bGU6IGl0YWxpYzsKICBmb250LXNpemU6IDIwcHg7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIGltZyB7CiAgbWF4LXdpZHRoOiAxMDAlOwogIGhlaWdodDogYXV0bzsKICBtYXJnaW4tdG9wOiAxOHB4Owp9CgouaHlwZXJpb24tc2ltcGxlLXRleHQtMSBvbCBsaSB7CiAgY291bnRlci1pbmNyZW1lbnQ6IGxpc3Q7CiAgbGlzdC1zdHlsZS10eXBlOiBub25lOwogIHBvc2l0aW9uOiByZWxhdGl2ZTsKICBsaW5lLWhlaWdodDogMjsKfQoKLyogT3V0cHV0IHRoZSBudW1iZXJzIHVzaW5nIHRoZSBjb3VudGVyKCkgZnVuY3Rpb24sIGJ1dCB1c2UgYSBjdXN0b20gY29sb3IsIGFuZCBwb3NpdGlvbiB0aGUgbnVtYmVycyBob3cgd2Ugd2FudCAqLwouaHlwZXJpb24tc2ltcGxlLXRleHQtMSBzcGFuIG9sIGxpOmJlZm9yZSB7CiAgY29sb3I6IGNvbG9yKDE2KTsKICBjb250ZW50OiBjb3VudGVyKGxpc3QpICIuIjsKICBsZWZ0OiAtMzZweDsKICBmb250LXdlaWdodDogOTAwOwogIHBvc2l0aW9uOiBhYnNvbHV0ZTsKICB0ZXh0LWFsaWduOiByaWdodDsKICB3aWR0aDogMS41ZW07Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIHVsIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAyOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIHNwYW4gdWwgbGk6YmVmb3JlIHsKICBjb2xvcjogY29sb3IoMTYpOwogIGNvbnRlbnQ6IuKAoiI7CiAgbGVmdDogLTQycHg7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKICBmb250LXdlaWdodDogOTAwOwp9CgouaHlwZXJpb24tc2ltcGxlLXRleHQtMSAud3AtY2FwdGlvbi10ZXh0IHsKICBjb2xvcjogIzk5OTk5OTsKICBmb250LXN0eWxlOiBpdGFsaWM7CiAgZm9udC1zaXplOiAxMnB4OwogIG1hcmdpbi10b3A6IDA7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIGEgewogIGNvbG9yOiBjb2xvcigxNik7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIC53cC1jYXB0aW9uLmFsaWdubm9uZSB7CiAgd2lkdGg6IDEwMCUgIWltcG9ydGFudDsKfQo=\"}}\'][/ct_code_block][/ct_section]'),(6,5,'ct_other_template','0'),(7,5,'_edit_lock','1600488584:1'),(8,8,'_edit_last','1'),(9,8,'ct_template_archive_post_types_all',''),(10,8,'ct_template_categories','a:0:{}'),(11,8,'ct_template_categories_all',''),(12,8,'ct_template_tags','a:0:{}'),(13,8,'ct_template_tags_all',''),(14,8,'ct_template_custom_taxonomies','a:0:{}'),(15,8,'ct_template_custom_taxonomies_all',''),(16,8,'ct_template_authors_archives_all',''),(17,8,'ct_template_index','true'),(18,8,'ct_template_front_page',''),(19,8,'ct_template_blog_posts',''),(20,8,'ct_template_date_archive',''),(21,8,'ct_template_search_page',''),(22,8,'ct_template_inner_content',''),(23,8,'ct_template_404_page',''),(24,8,'ct_template_all_archives',''),(25,8,'ct_template_archive_among_taxonomies','a:0:{}'),(26,8,'ct_template_apply_if_archive_among_taxonomies',''),(27,8,'ct_template_archive_post_types','a:0:{}'),(28,8,'ct_template_apply_if_archive_among_cpt',''),(29,8,'ct_template_authors_archives','a:0:{}'),(30,8,'ct_template_apply_if_archive_among_authors',''),(31,8,'ct_template_single_all',''),(32,8,'ct_template_post_types','a:0:{}'),(33,8,'ct_template_exclude_ids',''),(34,8,'ct_template_include_ids',''),(35,8,'ct_template_taxonomies','a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),(36,8,'ct_use_template_taxonomies',''),(37,8,'ct_template_post_of_parents','a:1:{i:0;s:0:\"\";}'),(38,8,'ct_template_apply_if_post_of_parents',''),(39,8,'ct_template_order','0'),(40,8,'ct_builder_shortcodes','[oxy_header ct_sign_sha256=\'c589ba5ac3766421ee201f9faecf6108a388622c6a0eff3822715f675e9e3932\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"_header-1-8\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\"},\"activeselector\":false,\"nicename\":\"Header Simple One Line\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'14136e93856cb61a08bc6ac208142b2e68cc1c53a0f7b1767f716ba6e731e570\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"_header_row-2-8\",\"original\":{\"stack-header-vertically\":\"phone-portrait\",\"background-color\":\"color(1)\"},\"activeselector\":false}\'][oxy_header_left ct_sign_sha256=\'76a3f8af2c7eefe2ce763d96685ec7a187918522254270c827b9f81cf6261815\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"_header_left-3-8\"}\'][ct_link_2 ct_sign_sha256=\'33498bdaf785456ae11adf0b51c57d7587b3e321c419e1602d55ff599172962b\' ct_options=\'{\"ct_id\":27,\"ct_parent\":3,\"selector\":\"link-27-8\",\"original\":{\"url\":\"https://prosportsfoundation.com\",\"target\":\"\",\"url_encoded\":\"true\"}}\'][ct_image ct_sign_sha256=\'15461546542021c3b6727530bbd7c2da4134e4c6a090184d788ceca07c4b3086\' ct_options=\'{\"ct_id\":26,\"ct_parent\":27,\"selector\":\"image-26-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"width\":\"100\",\"margin-top\":\"5\",\"margin-bottom\":\"5\"},\"hover\":{\"overlay-color\":\"rgba(207,113,202,0.73)\"},\"activeselector\":false}\'][/ct_image][/ct_link_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'e9d810653e9c8655fa48bfc85e5e1955a4c50b68c8441b618c38f83e51560169\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"_header_center-6-8\"}\'][oxy_nav_menu ct_sign_sha256=\'9bc0789e5d7e5c6e1f6777cdb6f26460c2bed2d4647d50e72a1c91e275ac915d\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"_nav_menu-7-8\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"on\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"24\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"24\",\"menu_hover_background-color\":\"color(1)\",\"menu_flex-direction\":\"row\",\"menu_font-size\":\"18\",\"menu_color\":\"color(6)\",\"menu_letter-spacing\":\".125\",\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_hover_color\":\"color(3)\",\"menu_active_color\":\"color(2)\",\"menu_dropdowns_padding-top\":\"18\",\"menu_dropdowns_padding-bottom\":\"18\",\"menu_hover_border-bottom-width\":\"2\",\"menu_dropdowns_background-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(6)\",\"menu_dropdowns_hover_color\":\"color(3)\",\"menu_dropdowns_hover_background-color\":\"color(1)\",\"menu_responsive_icon_color\":\"#ffffff\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"menu_justify-content\":\"center\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_background-color\":\"color(1)\",\"menu_color\":\"color(3)\",\"menu_border-bottom-width\":\"2\",\"menu_dropdowns_color\":\"color(3)\",\"menu_dropdowns_background-color\":\"color(1)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"24\"}}}}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'2e22ea65133a60f60a0ae7f997c1003b483bbd787112614eca6494abe5f24e30\' ct_options=\'{\"ct_id\":8,\"ct_parent\":2,\"selector\":\"_header_right-8-8\"}\'][ct_link_text ct_sign_sha256=\'fa466fab2d3fb3141c445d8e9c5a0b072edf3926b4284f3f3118ada49f4bfbb2\' ct_options=\'{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"link_text-9-8\",\"original\":{\"font-size\":\"18\",\"font-weight\":\"900\",\"color\":\"color(3)\",\"hover_color\":\"color(1)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"background-color\":\"color(16)\",\"letter-spacing\":\"1\",\"line-height\":\"1\",\"padding-top\":\"18\",\"padding-bottom\":\"18\",\"padding-left\":\"42\",\"padding-right\":\"42\",\"border-radius\":\"100\",\"url\":\"mailto:contact@prosportsfoundation.com\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"url_encoded\":\"true\",\"target\":\"\"},\"hover\":{\"color\":\"color(1)\",\"background-color\":\"#ffffff\"},\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"12\",\"margin-bottom\":\"12\"}}}}\']EMAIL US[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content ct_sign_sha256=\'a686ce0415c9e0aecb60979d4145733a884e058d863e18bae4d702a94d2b93fb\' ct_options=\'{\"ct_id\":11,\"ct_parent\":0,\"selector\":\"inner_content-11-8\"}\'][/ct_inner_content][ct_section ct_sign_sha256=\'0fee7849e33bb21c9d04fcae423c2a79378d3cd8ad536b67e5c70ff3133d599a\' ct_options=\'{\"ct_id\":12,\"ct_parent\":0,\"selector\":\"section-12-8\",\"original\":{\"background-color\":\"color(11)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"48\",\"container-padding-bottom\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Footer\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"30\"}}}}\'][ct_link_2 ct_sign_sha256=\'9aea56be3d36b26d5583c2d00e9653e3cc527f50d69fd13b87ade8fb84a5473d\' ct_options=\'{\"ct_id\":28,\"ct_parent\":12,\"selector\":\"link-28-8\",\"original\":{\"url\":\"https://prosportsfoundation.com\",\"target\":\"\",\"url_encoded\":\"true\"}}\'][ct_image ct_sign_sha256=\'6484f23272922591a7c3e9be70ce7fb5aca54d8a39a251cc60be593945eb4ed4\' ct_options=\'{\"ct_id\":24,\"ct_parent\":28,\"selector\":\"image-24-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"width\":\"100\",\"padding-bottom\":\"10\"},\"activeselector\":false}\'][/ct_image][/ct_link_2][oxy_social_icons ct_sign_sha256=\'ccf9b214d87d86823a2ae881f8331ee549b79b9e013dfb0f5e3f95176401e236\' ct_options=\'{\"ct_id\":15,\"ct_parent\":12,\"selector\":\"_social_icons-15-8\",\"original\":{\"globalConditionsResult\":true,\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][oxy_nav_menu ct_sign_sha256=\'777a14a3814ac0ba50104f8a93db76270d1fe3bfe2f91a660c39349ca6ce8ce8\' ct_options=\'{\"ct_id\":16,\"ct_parent\":12,\"selector\":\"_nav_menu-16-8\",\"activeselector\":false,\"original\":{\"globalConditionsResult\":true,\"menu_responsive\":\"page-width\",\"menu_responsive_icon_size\":\"18\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"30\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"30\",\"menu_flex-direction\":\"row\",\"menu_color\":\"color(6)\",\"menu_font-size\":\"18\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_letter-spacing\":\".125\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"border-top-width\":\"0\",\"border-right-width\":\"0\",\"border-bottom-width\":\"2\",\"border-left-width\":\"0\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"none\",\"border-bottom-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(11)\",\"menu_responsive_dropdowns\":\"off\",\"margin-bottom\":\"24\",\"menu_responsive_background_color\":\"color(11)\",\"menu_responsive_link_color\":\"color(6)\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"}},\"phone-landscape\":{\"original\":{\"margin-right\":\"0\"}}}}\'][/oxy_nav_menu][ct_text_block ct_sign_sha256=\'772392294e606e8b243ec5d2b4cbb0a3bcaed3f58518c4ee6e3a8e3703279b81\' ct_options=\'{\"ct_id\":17,\"ct_parent\":12,\"selector\":\"text_block-17-8\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Copyright © ProSports Foundation[/ct_text_block][ct_text_block ct_sign_sha256=\'2a8a686c2c8b2b89754bed6d8be1a428c0efce2611c7a69727250e87e52e20e6\' ct_options=\'{\"ct_id\":18,\"ct_parent\":12,\"selector\":\"text_block-18-8\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\'][/ct_text_block][/ct_section]'),(41,8,'_edit_lock','1600486464:1'),(46,11,'_wp_attached_file','2020/09/ProSportsLogo-Trans.png'),(44,10,'_wp_attached_file','2020/09/ProSports-Non-Trans-Logo.png'),(45,10,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:36:\"2020/09/ProSports-Non-Trans-Logo.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"ProSports-Non-Trans-Logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"ProSports-Non-Trans-Logo-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"ProSports-Non-Trans-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:36:\"ProSports-Non-Trans-Logo-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;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:{}}}'),(47,11,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2020/09/ProSportsLogo-Trans.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"ProSportsLogo-Trans-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"ProSportsLogo-Trans-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"ProSportsLogo-Trans-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:\"ProSportsLogo-Trans-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;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:{}}}'),(48,8,'ct_preview_url','https://prosportsfoundation.com/'),(49,8,'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:\"\";}'),(50,8,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'826e56fd7535995ccc3d54080e378a3c655dfd10378e2798de1447711aeae02d\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"_header-1-8\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\"},\"activeselector\":false,\"nicename\":\"Header Simple One Line\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'06b6f414ad6e358dcc56986214d85efdde63b312e3e9f7fc5f5982a8c52e3b00\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"_header_row-2-8\",\"original\":{\"background-color\":\"color(1)\",\"stack-header-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][oxy_header_left ct_sign_sha256=\'b0da58d074027b0705029e9a03c71a7a9edaad3267f8e76a3f45502b1cce2ba2\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"_header_left-3-8\"}\'][ct_link_2 ct_sign_sha256=\'1c60caea64a68cc459c29721db348b3d6660cfdb5afe784c73413df634335a8f\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"link-4-8\",\"classes\":{\"0\":\"hyperion-logo\"},\"media\":{\"phone-portrait\":{\"original\":{\"padding-bottom\":\"18\",\"padding-top\":\"18\"}}}}\'][ct_image ct_sign_sha256=\'2a55068c6c6a89e1eab87ae374891c79049d28155031c8a339c5f5733638d4ae\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"image-5-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-Non-Trans-Logo.png\",\"width\":\"155\"},\"activeselector\":false}\'][/ct_image][/ct_link_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'e9d810653e9c8655fa48bfc85e5e1955a4c50b68c8441b618c38f83e51560169\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"_header_center-6-8\"}\'][oxy_nav_menu ct_sign_sha256=\'9bc0789e5d7e5c6e1f6777cdb6f26460c2bed2d4647d50e72a1c91e275ac915d\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"_nav_menu-7-8\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"on\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"24\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"24\",\"menu_hover_background-color\":\"color(1)\",\"menu_flex-direction\":\"row\",\"menu_font-size\":\"18\",\"menu_color\":\"color(6)\",\"menu_letter-spacing\":\".125\",\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_hover_color\":\"color(3)\",\"menu_active_color\":\"color(2)\",\"menu_dropdowns_padding-top\":\"18\",\"menu_dropdowns_padding-bottom\":\"18\",\"menu_hover_border-bottom-width\":\"2\",\"menu_dropdowns_background-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(6)\",\"menu_dropdowns_hover_color\":\"color(3)\",\"menu_dropdowns_hover_background-color\":\"color(1)\",\"menu_responsive_icon_color\":\"#ffffff\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"menu_justify-content\":\"center\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_background-color\":\"color(1)\",\"menu_color\":\"color(3)\",\"menu_border-bottom-width\":\"2\",\"menu_dropdowns_color\":\"color(3)\",\"menu_dropdowns_background-color\":\"color(1)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"24\"}}}}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'e4f71c43c5a91fb9f4c01a35f93b48a840da3d7eed9a6a90226b83ef80fc96ca\' ct_options=\'{\"ct_id\":8,\"ct_parent\":2,\"selector\":\"_header_right-8-8\"}\'][ct_link_text ct_sign_sha256=\'e01ff83f34fa8aa64af55b4e9ae101b85b4fc15399764f7bbbfcf03a7fafec1e\' ct_options=\'{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"link_text-9-8\",\"original\":{\"font-size\":\"18\",\"font-weight\":\"900\",\"color\":\"color(3)\",\"hover_color\":\"color(1)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"background-color\":\"color(16)\",\"letter-spacing\":\"1\",\"line-height\":\"1\",\"padding-top\":\"18\",\"padding-bottom\":\"18\",\"padding-left\":\"42\",\"padding-right\":\"42\",\"border-radius\":\"100\",\"url\":\"#\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"url_encoded\":\"true\"},\"hover\":{\"color\":\"color(1)\",\"background-color\":\"#ffffff\"},\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"12\",\"margin-bottom\":\"12\"}}}}\']CONTACT[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header]'),(51,8,'ct_builder_shortcodes_revisions_dates','1600363779'),(285,8,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'c528441f5f9406cdcfe11a9a6bcb865683ed7940cdb0e533574816a2456d6071\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"_header-1-8\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\"},\"activeselector\":false,\"nicename\":\"Header Simple One Line\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'446561cdd936ea5397bf2b9ad87cdb511050c6373e55efae6687cc1f52794672\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"_header_row-2-8\",\"original\":{\"stack-header-vertically\":\"phone-portrait\",\"background-color\":\"color(1)\"},\"activeselector\":false}\'][oxy_header_left ct_sign_sha256=\'a6d7687040503d62691eb2cb7763c45b4b5daa21555e357a7b8689c90f035dfc\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"_header_left-3-8\"}\'][ct_image ct_sign_sha256=\'e6d18945823b27123760991ead859e2dd5b2474953357ee843e8d1073816c67a\' ct_options=\'{\"ct_id\":26,\"ct_parent\":3,\"selector\":\"image-26-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"width\":\"150\"},\"hover\":{\"overlay-color\":\"rgba(207,113,202,0.73)\"},\"activeselector\":false}\'][/ct_image][/oxy_header_left][oxy_header_center ct_sign_sha256=\'e9d810653e9c8655fa48bfc85e5e1955a4c50b68c8441b618c38f83e51560169\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"_header_center-6-8\"}\'][oxy_nav_menu ct_sign_sha256=\'9bc0789e5d7e5c6e1f6777cdb6f26460c2bed2d4647d50e72a1c91e275ac915d\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"_nav_menu-7-8\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"on\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"24\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"24\",\"menu_hover_background-color\":\"color(1)\",\"menu_flex-direction\":\"row\",\"menu_font-size\":\"18\",\"menu_color\":\"color(6)\",\"menu_letter-spacing\":\".125\",\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_hover_color\":\"color(3)\",\"menu_active_color\":\"color(2)\",\"menu_dropdowns_padding-top\":\"18\",\"menu_dropdowns_padding-bottom\":\"18\",\"menu_hover_border-bottom-width\":\"2\",\"menu_dropdowns_background-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(6)\",\"menu_dropdowns_hover_color\":\"color(3)\",\"menu_dropdowns_hover_background-color\":\"color(1)\",\"menu_responsive_icon_color\":\"#ffffff\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"menu_justify-content\":\"center\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_background-color\":\"color(1)\",\"menu_color\":\"color(3)\",\"menu_border-bottom-width\":\"2\",\"menu_dropdowns_color\":\"color(3)\",\"menu_dropdowns_background-color\":\"color(1)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"24\"}}}}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'60c6b545548527fe00a0d84c0b6c864fdd399f1171311ad52d4946bb599c0e64\' ct_options=\'{\"ct_id\":8,\"ct_parent\":2,\"selector\":\"_header_right-8-8\"}\'][ct_link_text ct_sign_sha256=\'deef5fa3661a2de9aabfef0085f064a5bbbaf64137c087f4e87a615b276f2c3d\' ct_options=\'{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"link_text-9-8\",\"original\":{\"font-size\":\"18\",\"font-weight\":\"900\",\"color\":\"color(3)\",\"hover_color\":\"color(1)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"background-color\":\"color(16)\",\"letter-spacing\":\"1\",\"line-height\":\"1\",\"padding-top\":\"18\",\"padding-bottom\":\"18\",\"padding-left\":\"42\",\"padding-right\":\"42\",\"border-radius\":\"100\",\"url\":\"mailto:hello@prosportsfoundation.com\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"url_encoded\":\"true\",\"target\":\"\"},\"hover\":{\"color\":\"color(1)\",\"background-color\":\"#ffffff\"},\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"12\",\"margin-bottom\":\"12\"}}}}\']CONTACT[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content ct_sign_sha256=\'a686ce0415c9e0aecb60979d4145733a884e058d863e18bae4d702a94d2b93fb\' ct_options=\'{\"ct_id\":11,\"ct_parent\":0,\"selector\":\"inner_content-11-8\"}\'][/ct_inner_content][ct_section ct_sign_sha256=\'65ec2fbd0b0762d080a58e78cae5eaf67772a61513e68267e4968ced58f690c8\' ct_options=\'{\"ct_id\":12,\"ct_parent\":0,\"selector\":\"section-12-8\",\"original\":{\"background-color\":\"color(11)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"48\",\"container-padding-bottom\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Footer\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"30\"}}}}\'][ct_image ct_sign_sha256=\'1aabcea5ffe9658bd5e8ce73de584ef5e72bcfa39c32e63dd77211813f8e5dc0\' ct_options=\'{\"ct_id\":24,\"ct_parent\":12,\"selector\":\"image-24-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"width\":\"100\",\"padding-bottom\":\"10\"},\"activeselector\":false}\'][/ct_image][oxy_social_icons ct_sign_sha256=\'f4cbec156674ef906b224f816b6a070dd3dfa06c5f8b42a0f6a2bd3710f26657\' ct_options=\'{\"ct_id\":15,\"ct_parent\":12,\"selector\":\"_social_icons-15-8\",\"original\":{\"globalConditionsResult\":true,\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\"},\"activeselector\":false}\'][/oxy_social_icons][oxy_nav_menu ct_sign_sha256=\'777a14a3814ac0ba50104f8a93db76270d1fe3bfe2f91a660c39349ca6ce8ce8\' ct_options=\'{\"ct_id\":16,\"ct_parent\":12,\"selector\":\"_nav_menu-16-8\",\"activeselector\":false,\"original\":{\"globalConditionsResult\":true,\"menu_responsive\":\"page-width\",\"menu_responsive_icon_size\":\"18\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"30\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"30\",\"menu_flex-direction\":\"row\",\"menu_color\":\"color(6)\",\"menu_font-size\":\"18\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_letter-spacing\":\".125\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"border-top-width\":\"0\",\"border-right-width\":\"0\",\"border-bottom-width\":\"2\",\"border-left-width\":\"0\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"none\",\"border-bottom-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(11)\",\"menu_responsive_dropdowns\":\"off\",\"margin-bottom\":\"24\",\"menu_responsive_background_color\":\"color(11)\",\"menu_responsive_link_color\":\"color(6)\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"}},\"phone-landscape\":{\"original\":{\"margin-right\":\"0\"}}}}\'][/oxy_nav_menu][ct_text_block ct_sign_sha256=\'4904ed297a05dedb95903c656efdfefa7ff000de8eb6dbbd5b2ded3e77c8fd86\' ct_options=\'{\"ct_id\":17,\"ct_parent\":12,\"selector\":\"text_block-17-8\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Copyright © <a href=\"http://soflyy.com\">S</a>ProSports Foundation[/ct_text_block][ct_text_block ct_sign_sha256=\'2a8a686c2c8b2b89754bed6d8be1a428c0efce2611c7a69727250e87e52e20e6\' ct_options=\'{\"ct_id\":18,\"ct_parent\":12,\"selector\":\"text_block-18-8\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\'][/ct_text_block][/ct_section]'),(52,12,'_wp_attached_file','2020/09/cycling-main.jpg'),(53,12,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:24:\"2020/09/cycling-main.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"cycling-main-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:25:\"cycling-main-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:24:\"cycling-main-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:\"cycling-main-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:26:\"cycling-main-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:{}}}'),(54,5,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'eaad923cb2ec76c7517126bd8e99a2bae3513e8ee354b45aeefe623fec39ddd7\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"_header-14-5\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"background-color\":\"color(1)\",\"globalConditionsResult\":true},\"nicename\":\"Header Two Rows\",\"ct_category\":\"Headers\",\"activeselector\":false}\'][oxy_header_row ct_sign_sha256=\'b7b55ee983547cc107d4f2a07afdaf096c46920ecb914e39ddd3872366ab71eb\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"_header_row-15-5\",\"original\":{\"border-bottom-color\":\"#4f5262\",\"hide-row\":\"phone-landscape\",\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"background-color\":\"color(8)\",\"globalConditionsResult\":true}}\'][oxy_header_left ct_sign_sha256=\'38c5e6c825b8eb1903bd1b40ecce361eebbd857330dfed90cd548064f326af03\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"_header_left-16-5\"}\'][ct_fancy_icon ct_sign_sha256=\'e4bb898c9a8b142b8daed6c9982254cf41877f3427c294e3471221ec00b6aac4\' ct_options=\'{\"ct_id\":41,\"ct_parent\":16,\"selector\":\"fancy_icon-41-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-envelope\",\"icon-color\":\"color(3)\",\"icon-size\":\"14\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_text ct_sign_sha256=\'93a37aaf70ead390b5370d4f202773424940ec2aaf0fa781e8c5452157ae550f\' ct_options=\'{\"ct_id\":47,\"ct_parent\":16,\"selector\":\"link_text-47-5\",\"original\":{\"color\":\"color(2)\",\"font-size\":\"16\",\"url\":\"mailto:support@example.com\",\"-webkit-font-smoothing\":\"antialiased\",\"margin-right\":\"24\",\"globalConditionsResult\":true,\"url_encoded\":\"true\"},\"hover\":{\"text-decoration\":\"underline\"},\"activeselector\":false}\']support@example.com[/ct_link_text][ct_fancy_icon ct_sign_sha256=\'bcc20d4cc5fb1963613646c9398722cad75e3622857b3cc47834cc37ab97d2dc\' ct_options=\'{\"ct_id\":44,\"ct_parent\":16,\"selector\":\"fancy_icon-44-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-marker\",\"icon-color\":\"color(3)\",\"icon-size\":\"18\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'eaa6e83c10028aa400a56ff836ed5ebd26513551ad389f24384831df13b90c36\' ct_options=\'{\"ct_id\":37,\"ct_parent\":16,\"selector\":\"text_block-37-5\",\"original\":{\"color\":\"color(3)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.5\",\"-webkit-font-smoothing\":\"antialiased\",\"globalConditionsResult\":true},\"activeselector\":false}\']1236 Melville Road, Los Angeles, CA 678901236[/ct_text_block][/oxy_header_left][oxy_header_center ct_sign_sha256=\'23a9435bd1238e98ef39289b48871d14940b618769f366dbbd31902a15495499\' ct_options=\'{\"ct_id\":17,\"ct_parent\":15,\"selector\":\"_header_center-17-5\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'0e51938d940f0f4be1d36dc8816fb490419b61de4b6fb3be3cd00dc3ac6082fe\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"_header_right-18-5\"}\'][oxy_social_icons ct_sign_sha256=\'4655650e3bf85cefacd07f2d1e6847739e6e946a5547b35c608bdb0ab44fd0c4\' ct_options=\'{\"ct_id\":31,\"ct_parent\":18,\"selector\":\"_social_icons-31-5\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true,\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\"},\"activeselector\":false}\'][/oxy_social_icons][/oxy_header_right][/oxy_header_row][oxy_header_row ct_sign_sha256=\'3bac0c73580a2d88a1c50e15990a0e94c39228d1110725f8af8346a7a6786b99\' ct_options=\'{\"ct_id\":20,\"ct_parent\":14,\"selector\":\"_header_row-20-5\",\"original\":{\"stack-header-vertically\":\"phone-landscape\",\"globalConditionsResult\":true},\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"12\",\"padding-bottom\":\"24\"}}}}\'][oxy_header_left ct_sign_sha256=\'33f9b212e7d9c9e35b7aad1ec0cc78cd73cd43e827aa2c2dd28d409d62ba7714\' ct_options=\'{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"_header_left-21-5\"}\'][ct_link_2 ct_sign_sha256=\'a0f67d7111d2b8d4a3acabcaaf3f689ae8793cafd9bdd6674628ad3accb1482f\' ct_options=\'{\"ct_id\":24,\"ct_parent\":21,\"selector\":\"link-24-5\",\"classes\":{\"0\":\"hyperion-logo\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true}}\'][ct_image ct_sign_sha256=\'d851bb84851636f9e859af8f6a0ef7ae5624b003ce2b12e6b65ac28b9faac9b3\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"image-25-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/hyperion-logo-hor@2x.png\",\"width\":\"155\",\"globalConditionsResult\":true,\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\"},\"activeselector\":false}\'][/ct_image][/ct_link_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'c32779aee3678fd196961b6d351992b143f11d61c4b87f36621b1958c82fe316\' ct_options=\'{\"ct_id\":22,\"ct_parent\":20,\"selector\":\"_header_center-22-5\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'c68752be19ef66eac5cff7bd82f973d59fefb3b0140f089ec8147656a71b5389\' ct_options=\'{\"ct_id\":23,\"ct_parent\":20,\"selector\":\"_header_right-23-5\"}\'][ct_div_block ct_sign_sha256=\'4b806da67e597446033f516efe214714da46c9c551e2c93c88a3c380e4b4059e\' ct_options=\'{\"ct_id\":29,\"ct_parent\":23,\"selector\":\"div_block-29-5\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"flex-end\",\"text-align\":\"right\",\"border-right-width\":\"0\",\"border-bottom-width\":\"0\",\"border-left-width\":\"0\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\",\"flex-wrap\":\"nowrap\",\"globalConditionsResult\":true},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][oxy_nav_menu ct_sign_sha256=\'bd899bdad1f83edcda5d1e9541e4de15fbdc98f23785a3447941230266679e10\' ct_options=\'{\"ct_id\":26,\"ct_parent\":29,\"selector\":\"_nav_menu-26-5\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_icon_size\":\"18\",\"dropdowns\":\"on\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"30\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"30\",\"menu_flex-direction\":\"row\",\"menu_color\":\"color(6)\",\"menu_font-size\":\"18\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_letter-spacing\":\".125\",\"menu_hover_color\":\"color(3)\",\"menu_hover_border-bottom-width\":\"2\",\"menu_hover_background-color\":\"color(7)\",\"margin-right\":\"12\",\"menu_dropdowns_hover_background-color\":\"color(12)\",\"menu_dropdowns_color\":\"#a09fa2\",\"menu_dropdowns_hover_color\":\"#ffffff\",\"menu_dropdowns_padding-top\":\"18\",\"menu_dropdowns_padding-bottom\":\"18\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"menu_justify-content\":\"center\",\"globalConditionsResult\":true,\"menu_letter-spacing-unit\":\"em\",\"menu_responsive_icon_hover_color\":\"color(2)\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_border-bottom-width\":\"2\",\"menu_background-color\":\"color(7)\",\"menu_dropdowns_background-color\":\"color(12)\",\"menu_dropdowns_color\":\"#ffffff\",\"menu_responsive_icon_color\":\"color(2)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"}},\"phone-landscape\":{\"original\":{\"margin-right\":\"0\"}}}}\'][/oxy_nav_menu][ct_link_text ct_sign_sha256=\'9d4413f2611581d16459c37f5ffb29339f5563c31f02221f978649bcabf38338\' ct_options=\'{\"ct_id\":28,\"ct_parent\":29,\"selector\":\"link_text-28-5\",\"original\":{\"color\":\"color(3)\",\"font-size\":\"18\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"text-align\":\"center\",\"line-height\":\"1\",\"text-transform\":\"uppercase\",\"letter-spacing\":\"1\",\"padding-top\":\"18\",\"padding-bottom\":\"18\",\"padding-left\":\"42\",\"padding-right\":\"42\",\"border-top-style\":\"solid\",\"border-right-style\":\"solid\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"solid\",\"border-top-width\":\"2\",\"border-right-width\":\"2\",\"border-bottom-width\":\"2\",\"border-left-width\":\"2\",\"border-radius\":\"100\",\"globalConditionsResult\":true,\"url\":\"#\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"url_encoded\":\"true\"},\"activeselector\":false,\"hover\":{\"background-color\":\"#ffffff\",\"color\":\"color(1)\",\"border-top-style\":\"solid\",\"border-right-style\":\"solid\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"solid\",\"border-top-color\":\"color(3)\",\"border-right-color\":\"color(3)\",\"border-bottom-color\":\"color(3)\",\"border-left-color\":\"color(3)\"}}\']Contact[/ct_link_text][/ct_div_block][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'eea5ee794eaae4b2f991cf852155520526424546b7daa1072342012f8a0e9eb0\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-5\",\"original\":{\"background-image\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/hero-bg@2x.jpg\",\"background-size\":\"manual\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"container-padding-top\":\"180\",\"container-padding-bottom\":\"180\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"container-padding-left\":\"40\",\"container-padding-right\":\"40\",\"globalConditionsResult\":true,\"background-size-width-unit\":\"%\",\"background-size-width\":\"100\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-size-width-unit\":\"%\",\"background-position-left-unit\":\"%\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-position-left\":\"0\"}},\"page-width\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"30\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"-30\",\"background-image\":\"none\"}}},\"nicename\":\"Simple Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'1bc8845fa015d275bc31a6247d9c7ffffd324c143e723a37a296165ceedb63f0\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"globalConditionsResult\":true}}\']INTRODUCING[/ct_text_block][ct_headline ct_sign_sha256=\'dfd760e92bb27ba8757cb3ed80f0547f998f2b573ce2a4b535583b8cb8cc417a\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-5\",\"original\":{\"margin-left\":\"-12\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-left\":\"-6\"}},\"phone-landscape\":{\"original\":{\"margin-left\":\"-6\"}}}}\']Hyperion<br>UI-Kit[/ct_headline][ct_text_block ct_sign_sha256=\'96188fc068c6802a5c33243fc775c49a2049b0cb75df4acfc4a2876ae96f5751\' ct_options=\'{\"ct_id\":9,\"ct_parent\":2,\"selector\":\"text_block-9-5\",\"original\":{\"max-width\":\"360\",\"margin-bottom\":\"36\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":\"hyperion-body-text\",\"media\":{\"tablet\":{\"original\":{\"margin-bottom\":\"24\"}},\"phone-portrait\":{\"original\":{\"margin-bottom\":\"18\"}}}}\']Man request adapted spirits set pressed. Up to denoting subjects sensible feelings it indulged directly. We dwelling elegance do shutters.[/ct_text_block][ct_link_text ct_sign_sha256=\'3e789359cc6e2328e533ed2e4393df3883987993d6b4ec841b9e32e8e37868db\' ct_options=\'{\"ct_id\":12,\"ct_parent\":2,\"selector\":\"link_text-12-5\",\"original\":{\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":\"hyperion-primary-button\"}\']GET STARTED[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'46fa545b5c3fae69f092a0b936494af3b36da2fc78be3ab6de947f87eb78de4b\' ct_options=\'{\"ct_id\":48,\"ct_parent\":\"0\",\"selector\":\"section-48-5\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"80\"}}}}\'][ct_text_block ct_sign_sha256=\'f0203138b8b4a205185d3dc458c204fe1fcf7fb0bfb88e47e3456e801080e992\' ct_options=\'{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"text_block-49-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']ICON BLOCK[/ct_text_block][ct_headline ct_sign_sha256=\'70b8bc5ac4cf906a3764fe3ab2c79387d17c1d69436252964877b588f39fa7c6\' ct_options=\'{\"ct_id\":57,\"ct_parent\":48,\"selector\":\"headline-57-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Features![/ct_headline][ct_image ct_sign_sha256=\'a128fa7aaa8ff21f6ee6e2641aa499a3d60f221e53b981b8c5a1b1d21fd77341\' ct_options=\'{\"ct_id\":60,\"ct_parent\":48,\"selector\":\"image-60-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/arrow@2x.png\",\"width\":\"220\",\"margin-top\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"42\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][ct_new_columns_2 ct_sign_sha256=\'9680e2f38eea2030a7c123caf727e78729b7a3fe4fada6a8278bca0300d7b257\' ct_options=\'{\"ct_id\":61,\"ct_parent\":48,\"selector\":\"new_columns-61-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'fc077d41d9276331891d21bfaded2dce78e0c3e28e2cc1f9b2df86e583fbc3ac\' ct_options=\'{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"div_block-62-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'cb979304e567e134a90cc22b91e43de09d9c571912359bc4fdefac50ca55b61d\' ct_options=\'{\"ct_id\":73,\"ct_parent\":62,\"selector\":\"headline-73-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o1[/ct_headline][ct_image ct_sign_sha256=\'87ce4b0d278e1f581008839e7931a5d394dbcb78acd4b3ecd29b2fb29d8b0223\' ct_options=\'{\"ct_id\":64,\"ct_parent\":62,\"selector\":\"image-64-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-1@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'4a677abeb1cb4711140aaf910e8db69ba1c51f42351c8752fdfde9a0c9c0ad4c\' ct_options=\'{\"ct_id\":65,\"ct_parent\":62,\"selector\":\"text_block-65-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']In show dull give need so held. One order all scale sense her gay style wrote.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'754d3ecab36053b200842d989454a13544b1b1073c558cd4f904377b798bd05c\' ct_options=\'{\"ct_id\":63,\"ct_parent\":61,\"selector\":\"div_block-63-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'5701ccf5b7bce2eef7da8fdec8ed81ac24156e435cfabd21b9a3c93e51b2dd8a\' ct_options=\'{\"ct_id\":78,\"ct_parent\":63,\"selector\":\"headline-78-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o2[/ct_headline][ct_image ct_sign_sha256=\'e2e0c6daa4d8ed8c585ca851cae0ac68d929d16171e9d93545d7fa76701a91f8\' ct_options=\'{\"ct_id\":68,\"ct_parent\":63,\"selector\":\"image-68-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-2@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'21939e84bcadd9789d72c632c839502d1d78fae362d064a9febe727ec9a50f1b\' ct_options=\'{\"ct_id\":70,\"ct_parent\":63,\"selector\":\"text_block-70-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Cottage out enabled was entered greatly prevent message. No procured unlocked.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'aa27ad06f92973328eeddcea0aecb516199a5874391c3fdbc8ecf6e39411dde9\' ct_options=\'{\"ct_id\":81,\"ct_parent\":48,\"selector\":\"new_columns-81-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'8ec2853fc4cffe3e782d61f7d5006663b00058409d910a785a2b2215358939c3\' ct_options=\'{\"ct_id\":82,\"ct_parent\":81,\"selector\":\"div_block-82-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'169b1c6a44fb77edfda6e00bcb4acd7ebd32eef53004973c42507d2a129d09fc\' ct_options=\'{\"ct_id\":83,\"ct_parent\":82,\"selector\":\"headline-83-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o3[/ct_headline][ct_image ct_sign_sha256=\'7060357b26fd55ba711f7545b2189285e575e7a3a0b2fbb0e8308518fce841d6\' ct_options=\'{\"ct_id\":84,\"ct_parent\":82,\"selector\":\"image-84-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-3@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'ad6590e6b3a427cefa44cb310c1e396ceecd239683819359b3bc09542534a1c4\' ct_options=\'{\"ct_id\":85,\"ct_parent\":82,\"selector\":\"text_block-85-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Am increasing at contrasted in favourable he considered astonished. As if made.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'e66102ee910facf0dbbf60a32f75b021492fd06ad17bbad45836eb05a478ecc2\' ct_options=\'{\"ct_id\":86,\"ct_parent\":81,\"selector\":\"div_block-86-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'da0205fd8e338d6c7a4d00a0f0228561005fd5e5959af36404268d6e180d23e5\' ct_options=\'{\"ct_id\":87,\"ct_parent\":86,\"selector\":\"headline-87-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o4[/ct_headline][ct_image ct_sign_sha256=\'45abc105bd0cd8f6162c5d90b37ea373b4c3ce3ab63147937deababeb470d701\' ct_options=\'{\"ct_id\":88,\"ct_parent\":86,\"selector\":\"image-88-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-4@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'f222371176d73ad7c5517a9c016bfbf6ed11293d8360b27cf459420ff736268d\' ct_options=\'{\"ct_id\":89,\"ct_parent\":86,\"selector\":\"text_block-89-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Ignorant branched humanity led now marianne too strongly entrance.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'04574393573b01d9c32ec957e15651ba834063afdd2c3f4b8de5fcf828602b21\' ct_options=\'{\"ct_id\":90,\"ct_parent\":48,\"selector\":\"new_columns-90-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'087f3405efe1d59b5e90e500c15eb23661636fcd7d9ed136e97809784a69826a\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"div_block-91-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'3a203938c1634c87239ba5e3fe08b49ab0943022c4ddd0e68d620ed1f3c0a5c7\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"headline-92-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o5[/ct_headline][ct_image ct_sign_sha256=\'3f7e1b755e214302f7f5019cefa8d9ed391ce49e90c5b1bce777debaa2ffcd97\' ct_options=\'{\"ct_id\":93,\"ct_parent\":91,\"selector\":\"image-93-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-5@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'9cacaa1f4d64ed8fc0fcd6f7f79a7f85020f0452abaa7dc26abdf357ee38c911\' ct_options=\'{\"ct_id\":94,\"ct_parent\":91,\"selector\":\"text_block-94-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Neat own nor she said see walk. And charm add green you these. Sang busy.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'5941b85a551815d2cd0a016a75cdc61cd2569dd2d2a0138a0242a9995c3ef19d\' ct_options=\'{\"ct_id\":95,\"ct_parent\":90,\"selector\":\"div_block-95-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'696595c32e34d64be666053840f3469ecaa1f72de3614a4c20e37fa0cc79d058\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"headline-96-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o6[/ct_headline][ct_image ct_sign_sha256=\'f8d804fc4283724b65f8541429eebcaccb5e43834ae1e458946ed44dfbe57272\' ct_options=\'{\"ct_id\":97,\"ct_parent\":95,\"selector\":\"image-97-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-6@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'25ff1299d0e6ddf371c6f14cb91a6624b2bffadaf7bb7424e178640d275036c2\' ct_options=\'{\"ct_id\":98,\"ct_parent\":95,\"selector\":\"text_block-98-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Assure polite his really and others figure though. Day age advantages end.[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_link_text ct_sign_sha256=\'58886339bb70a31113947b4815e8a95ca276efa264dff2619aaabc39c7d30970\' ct_options=\'{\"ct_id\":108,\"ct_parent\":48,\"selector\":\"link_text-108-5\",\"original\":{\"margin-top\":\"30\",\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-top\":\"18\"}}}}\']GET STARTED[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'491a5786e8f3613fb34b91bd199f55496d06f6e670a30ea2be029aab5ce7ba8f\' ct_options=\'{\"ct_id\":112,\"ct_parent\":\"0\",\"selector\":\"section-112-5\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"globalConditionsResult\":true},\"nicename\":\"Meet the Team\",\"ct_category\":\"People\",\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\",\"container-padding-top\":\"60\"}}}}\'][ct_text_block ct_sign_sha256=\'c4708d4f6d062705565faab65e43510322da6ca2ef4a2078ae0c0eda69a5ec44\' ct_options=\'{\"ct_id\":113,\"ct_parent\":112,\"selector\":\"text_block-113-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']PEOPLE[/ct_text_block][ct_headline ct_sign_sha256=\'a9b2ba6bfea17717f99e13a63820de5cb91b8ac5d3be985e44ad18fda23b2c39\' ct_options=\'{\"ct_id\":115,\"ct_parent\":112,\"selector\":\"headline-115-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(1)\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Meet  the Team[/ct_headline][ct_text_block ct_sign_sha256=\'7ab0b3ff2658cb48646ddf143cd151eeb327843fdf1d7f2f38125ba5fe77d179\' ct_options=\'{\"ct_id\":119,\"ct_parent\":112,\"selector\":\"text_block-119-5\",\"original\":{\"max-width\":\"640\",\"margin-bottom\":\"72\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']Smallest directly families surprise honoured am an. Speaking replying mistress him numerous she returned feelings may day.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'a8b947ddf5759af333a9e163090c63a15211cc2a43280c2e323c8960667ebbdf\' ct_options=\'{\"ct_id\":124,\"ct_parent\":112,\"selector\":\"new_columns-124-5\",\"original\":{\"globalConditionsResult\":true,\"border-right-style\":\"solid\",\"border-right-width\":\"2\",\"border-right-color\":\"color(10)\",\"border-bottom-style\":\"solid\",\"border-bottom-width\":\"2\",\"border-bottom-color\":\"color(10)\",\"border-top-color\":\"color(10)\",\"border-left-color\":\"color(10)\",\"border-top-width\":\"2\",\"border-left-width\":\"2\"}}\'][ct_div_block_2 ct_sign_sha256=\'577f3a66311b28515af60d5926c49518e9f94847d41a6e0936c772472024f883\' ct_options=\'{\"ct_id\":125,\"ct_parent\":124,\"selector\":\"div_block-125-5\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-team-1-column\",\"classes\":{\"0\":\"hyperion-team-1-column\"}}\'][ct_image ct_sign_sha256=\'1e8d58070cb2c97ecf7f44fe9b6afcaa2d9d034339d7848b249fb8b405f83589\' ct_options=\'{\"ct_id\":133,\"ct_parent\":125,\"selector\":\"image-133-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/avatar3.jpg\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-avatar\"},\"activeselector\":\"hyperion-team-1-avatar\"}\'][/ct_image][ct_headline ct_sign_sha256=\'bd8041b91dffd0451ce705dc2d303b312cee1029f386fb3543be0f041120e29a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-5\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-title\"},\"activeselector\":\"hyperion-team-1-title\"}\']ANGELL ELLIOT[/ct_headline][ct_text_block ct_sign_sha256=\'4944f8a24c832b0cf4aa25b339ad5c456424699f3d662f366f0cc9fed03a72ec\' ct_options=\'{\"ct_id\":145,\"ct_parent\":125,\"selector\":\"text_block-145-5\",\"original\":{\"max-width\":\"360\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-bottom\":\"24\"}},\"phone-portrait\":{\"original\":{\"margin-bottom\":\"18\"}}}}\']Chief Executive Officer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'f73bbe90029c18912a639ab4cd0a311620b44d568100e532f32272f2bca1a0bc\' ct_options=\'{\"ct_id\":164,\"ct_parent\":125,\"selector\":\"_social_icons-164-5\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"24\",\"icon-style\":\"circle\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(9)\",\"icon-color\":\"color(3)\",\"icon-background-hover-color\":\"color(2)\",\"margin-top\":\"12\",\"padding-bottom\":\"48\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'b1837949bad0c41b74563ec6ee1eb5dbd6f3261efc5af6fcdd742bc5f9ffa159\' ct_options=\'{\"ct_id\":126,\"ct_parent\":124,\"selector\":\"div_block-126-5\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-team-1-column\",\"classes\":{\"0\":\"hyperion-team-1-column\"}}\'][ct_image ct_sign_sha256=\'898d079e078eede5211be96db76ddbf75112ef87c24d08aa9568f7ad91af0077\' ct_options=\'{\"ct_id\":134,\"ct_parent\":126,\"selector\":\"image-134-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/avatar14.jpg\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-avatar\"},\"activeselector\":\"hyperion-team-1-avatar\"}\'][/ct_image][ct_headline ct_sign_sha256=\'864c91caac10e60579f077477294da4de0fefe34294307fda236164176642073\' ct_options=\'{\"ct_id\":141,\"ct_parent\":126,\"selector\":\"headline-141-5\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-title\"},\"activeselector\":\"hyperion-team-1-title\"}\']LEONA QUINN[/ct_headline][ct_text_block ct_sign_sha256=\'46ab9a560a5a088e461d8387fa4087f0e594dd9dcac6c2115ea947e31bac70e0\' ct_options=\'{\"ct_id\":151,\"ct_parent\":126,\"selector\":\"text_block-151-5\",\"original\":{\"max-width\":\"360\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-bottom\":\"24\"}},\"phone-portrait\":{\"original\":{\"margin-bottom\":\"18\"}}}}\']Front-End Developer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'bb35dd6944e2b80b94516b02149dea7b29f99ae6db36a4ac9efe412ec90bfc5e\' ct_options=\'{\"ct_id\":160,\"ct_parent\":126,\"selector\":\"_social_icons-160-5\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"24\",\"icon-style\":\"circle\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(9)\",\"icon-color\":\"color(3)\",\"icon-background-hover-color\":\"color(2)\",\"margin-top\":\"12\",\"padding-bottom\":\"48\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f6070b20ac30cd3895aa428826588dca3176fcf09be257ee78ceb0342188e785\' ct_options=\'{\"ct_id\":127,\"ct_parent\":124,\"selector\":\"div_block-127-5\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-team-1-column\",\"classes\":{\"0\":\"hyperion-team-1-column\"}}\'][ct_image ct_sign_sha256=\'e16b8e9c176eb260084e84602d134bb3a6d5ff10e71d0b133e9460db09d5511e\' ct_options=\'{\"ct_id\":136,\"ct_parent\":127,\"selector\":\"image-136-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/avatar2.jpg\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-avatar\"},\"activeselector\":\"hyperion-team-1-avatar\"}\'][/ct_image][ct_headline ct_sign_sha256=\'99e1b3acfb502e84394d88d25c41c197494d0302a193e3544a2587d594a4a0ce\' ct_options=\'{\"ct_id\":143,\"ct_parent\":127,\"selector\":\"headline-143-5\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-title\"},\"activeselector\":\"hyperion-team-1-title\"}\']THERESA TAYLOR[/ct_headline][ct_text_block ct_sign_sha256=\'a364d47bbb0031fbb93390805c6c9f2817529a226475ace5646b99000943beb9\' ct_options=\'{\"ct_id\":153,\"ct_parent\":127,\"selector\":\"text_block-153-5\",\"original\":{\"max-width\":\"360\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-bottom\":\"24\"}},\"phone-portrait\":{\"original\":{\"margin-bottom\":\"18\"}}}}\']UI/UX Designer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'0e23cae19e13a286fe76405fc98cfcc371fcb02d977551ae46a84ef3b73560a4\' ct_options=\'{\"ct_id\":166,\"ct_parent\":127,\"selector\":\"_social_icons-166-5\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"24\",\"icon-style\":\"circle\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(9)\",\"icon-color\":\"color(3)\",\"icon-background-hover-color\":\"color(2)\",\"margin-top\":\"12\",\"padding-bottom\":\"48\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_2][/ct_new_columns_2][ct_link_text ct_sign_sha256=\'8cb402ef15348b2444e011a6f208dbaeefc793c8516e177310c90215d31c2b31\' ct_options=\'{\"ct_id\":121,\"ct_parent\":112,\"selector\":\"link_text-121-5\",\"original\":{\"margin-top\":\"72\",\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":\"hyperion-primary-button\"}\']TEAM DETAILS[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'8daab051c82cd11f8c8142256e88de3c107cc6bb88b1628d43384c4a8c72fe9d\' ct_options=\'{\"ct_id\":168,\"ct_parent\":0,\"selector\":\"section-168-5\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Portfolio\",\"ct_category\":\"Showcase\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'20bdb43b51e781d7f32e6ded9f2714c8d785ad71072e3e01af8416be8c1496db\' ct_options=\'{\"ct_id\":169,\"ct_parent\":168,\"selector\":\"new_columns-169-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'252f8ea4f79b913786f8802bb1d05a53431d1d97e3ee5e281ce481be526f84a3\' ct_options=\'{\"ct_id\":170,\"ct_parent\":169,\"selector\":\"div_block-170-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"position\":\"relative\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'95e31bfcf87da96a692dc1f233d1eb511487f98f4c1bae71d1bd9f74e6770299\' ct_options=\'{\"ct_id\":172,\"ct_parent\":170,\"selector\":\"text_block-172-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"width-unit\":\"%\",\"globalConditionsResult\":true}}\']PORTFOLIO[/ct_text_block][ct_headline ct_sign_sha256=\'d92efc816a9fe5460a832888d04425f4f52ab4e2a6d98512847ebe8024c0489b\' ct_options=\'{\"ct_id\":178,\"ct_parent\":170,\"selector\":\"headline-178-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"-6\",\"margin-bottom\":\"84\",\"globalConditionsResult\":true,\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-bottom\":\"56\"}},\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Projects[/ct_headline][ct_image ct_sign_sha256=\'7e9007856eb2af05cdcdfb3a461d59f2c4966b5c7fc63b5d4203926ba3f74308\' ct_options=\'{\"ct_id\":181,\"ct_parent\":170,\"selector\":\"image-181-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/arrow-hor@2x.png\",\"height\":\"200\",\"position\":\"absolute\",\"top\":\"18\",\"right\":\"20\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"position\":\"absolute\",\"flex-direction\":\"unset\",\"display\":\"none\"}}}}\'][/ct_image][ct_div_block_3 ct_sign_sha256=\'59517a5d992444fc14e34c7d292b51488819e4e5e09d297dfa7049c3437d6984\' ct_options=\'{\"ct_id\":201,\"ct_parent\":170,\"selector\":\"div_block-201-5\",\"original\":{\"background-image\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/p-1@2x.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-portfolio-wrapper\"},\"activeselector\":\"hyperion-portfolio-wrapper\"}\'][ct_headline ct_sign_sha256=\'6b093286ba2f7edaa30ac3dcd694876d54cbb3d75d3f6448b25ee6f78a2f6b5b\' ct_options=\'{\"ct_id\":202,\"ct_parent\":201,\"selector\":\"headline-202-5\",\"original\":{\"tag\":\"h3\",\"globalConditionsResult\":true,\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-heading-three\"},\"activeselector\":false}\']Yoga Temple[/ct_headline][ct_text_block ct_sign_sha256=\'0e9aaa6b1666f6b4c80fa8ce3b8c7f614e596548b1eb6fbce32f21d9fa61dfa2\' ct_options=\'{\"ct_id\":203,\"ct_parent\":201,\"selector\":\"text_block-203-5\",\"classes\":{\"0\":\"hyperion-portfolio-1-tags\"},\"activeselector\":\"hyperion-portfolio-1-tags\",\"original\":{\"globalConditionsResult\":true}}\']Animation  •  Branding[/ct_text_block][ct_link_text ct_sign_sha256=\'2bcd3113d0f1b79bc53ebaa715228687da633e22502c88e8210ce88660107bb7\' ct_options=\'{\"ct_id\":204,\"ct_parent\":201,\"selector\":\"link_text-204-5\",\"classes\":{\"0\":\"hyperion-portfolio-1-button\"},\"activeselector\":\"hyperion-portfolio-1-button\",\"original\":{\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"}}\']LAUNCH PROJECT →[/ct_link_text][/ct_div_block_3][ct_text_block ct_sign_sha256=\'fe8e7fdb8cd06c3757a2fb028bf3e793d30c10d47ba6af7577bb9a195c17952e\' ct_options=\'{\"ct_id\":212,\"ct_parent\":170,\"selector\":\"text_block-212-5\",\"original\":{\"margin-bottom\":\"36\",\"color\":\"color(3)\",\"-webkit-font-smoothing\":\"antialiased\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-bottom\":\"24\"}},\"phone-portrait\":{\"original\":{\"margin-bottom\":\"18\"}},\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Two assure edward whence the was. Who worthy yet ten boy denote wonder. Weeks views her sight old tears sorry. Additions can suspected its concealed put furnished. Met the why particular devonshire decisively considered partiality.[/ct_text_block][ct_link_text ct_sign_sha256=\'f7486c3f564263cac04e065e11050bda2f8e01e3f2353e3043f3b522cb39688a\' ct_options=\'{\"ct_id\":215,\"ct_parent\":170,\"selector\":\"link_text-215-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-top\":\"12\",\"margin-bottom\":\"60\"}},\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"}}\']SEE MORE WORKS[/ct_link_text][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'b8a352b72e251db9f2527150f3f43e24851855c496b4055d6ff1b70ffdd751ca\' ct_options=\'{\"ct_id\":171,\"ct_parent\":169,\"selector\":\"div_block-171-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_div_block_3 ct_sign_sha256=\'7584f9d69d35211b65400637284ed179c7f831697dcf39de798ee751fedb96ca\' ct_options=\'{\"ct_id\":190,\"ct_parent\":171,\"selector\":\"div_block-190-5\",\"original\":{\"background-image\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/p-2@2x.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-portfolio-wrapper\"},\"activeselector\":\"hyperion-portfolio-wrapper\"}\'][ct_headline ct_sign_sha256=\'3edcfd92f1129749ef8dd12b22791b0f3e49e0bf863f58231d52295f83df8121\' ct_options=\'{\"ct_id\":191,\"ct_parent\":190,\"selector\":\"headline-191-5\",\"original\":{\"tag\":\"h3\",\"globalConditionsResult\":true,\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-heading-three\"},\"activeselector\":false}\']Bridge[/ct_headline][ct_text_block ct_sign_sha256=\'88fd3583cab86490a5816e096f5538b9fa8c26f664df3dab97bc62b0a49d95ac\' ct_options=\'{\"ct_id\":195,\"ct_parent\":190,\"selector\":\"text_block-195-5\",\"classes\":{\"0\":\"hyperion-portfolio-1-tags\"},\"activeselector\":\"hyperion-portfolio-1-tags\",\"original\":{\"globalConditionsResult\":true}}\']Web Desing  •  Prototyping[/ct_text_block][ct_link_text ct_sign_sha256=\'d5f86981d6d3ab7bef34b3cb7503a2038517779161d982ac8a8344b390556ed5\' ct_options=\'{\"ct_id\":193,\"ct_parent\":190,\"selector\":\"link_text-193-5\",\"classes\":{\"0\":\"hyperion-portfolio-1-button\"},\"activeselector\":\"hyperion-portfolio-1-button\",\"original\":{\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"}}\']LEARN MORE →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e0facca1272745395d858d03980858dfb82981630896d648d78ed9b793d95e24\' ct_options=\'{\"ct_id\":197,\"ct_parent\":171,\"selector\":\"div_block-197-5\",\"classes\":{\"0\":\"hyperion-portfolio-wrapper\"},\"activeselector\":\"hyperion-portfolio-wrapper\",\"original\":{\"globalConditionsResult\":true}}\'][ct_headline ct_sign_sha256=\'41fa7633a7bc76315b8a01ef2efe91b2ed10e740d62bdf3be934fa2deccf4351\' ct_options=\'{\"ct_id\":198,\"ct_parent\":197,\"selector\":\"headline-198-5\",\"original\":{\"tag\":\"h3\",\"globalConditionsResult\":true,\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-heading-three\"},\"activeselector\":false}\']Mountains[/ct_headline][ct_text_block ct_sign_sha256=\'0576f86d411afd8cae35a31c4e81a45cf3b201d293e08432a4aa146f65c07e46\' ct_options=\'{\"ct_id\":199,\"ct_parent\":197,\"selector\":\"text_block-199-5\",\"classes\":{\"0\":\"hyperion-portfolio-1-tags\"},\"activeselector\":\"hyperion-portfolio-1-tags\",\"original\":{\"globalConditionsResult\":true}}\']UX Design  •  Developing[/ct_text_block][ct_link_text ct_sign_sha256=\'678eee1d7574342e40f77264e8cb7149680d2d66bf634b1b1a9293193d305a9b\' ct_options=\'{\"ct_id\":200,\"ct_parent\":197,\"selector\":\"link_text-200-5\",\"classes\":{\"0\":\"hyperion-portfolio-1-button\"},\"activeselector\":\"hyperion-portfolio-1-button\",\"original\":{\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"}}\']WATCH VIDEO →[/ct_link_text][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_code_block ct_sign_sha256=\'cec2f0d0ef8ab41fb6f212fb9416fb38e7dbac324ac5e98aae2f9bcee64f8dcc\' ct_options=\'{\"ct_id\":218,\"ct_parent\":168,\"selector\":\"code_block-218-5\",\"original\":{\"code-css\":\"Lmh5cGVyaW9uLXBvcnRmb2xpby13cmFwcGVyOmFmdGVyIHsKICAgIGNvbnRlbnQ6ICcnOwogICAgcG9zaXRpb246IGFic29sdXRlOwogICAgdG9wOiAwOwogICAgcmlnaHQ6IDA7CiAgICBib3R0b206IDA7CiAgICBsZWZ0OiAwOwogICAgYmFja2dyb3VuZC1pbWFnZTogbGluZWFyLWdyYWRpZW50KHRyYW5zcGFyZW50IDIwJSxjb2xvcigxMykpOwp9\",\"code-php\":\"PCEtLSAtLT4=\",\"flex-direction\":\"unset\",\"display\":\"none\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_code_block][/ct_section][ct_section ct_sign_sha256=\'f0a692db8c7e24653ee1b93403481e47ba1207e89458c73f2f7eadd9430a864b\' ct_options=\'{\"ct_id\":219,\"ct_parent\":0,\"selector\":\"section-219-5\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"globalConditionsResult\":true},\"nicename\":\"Testimonials\",\"ct_category\":\"Social Proof\",\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\",\"container-padding-top\":\"60\"}},\"tablet\":{\"original\":{\"container-padding-left\":\"40\",\"container-padding-right\":\"40\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"40\"}}}}\'][ct_text_block ct_sign_sha256=\'a5d19cd7e2760d2739679d37ad550d0a422ec3aea14479452b278145aee754ca\' ct_options=\'{\"ct_id\":220,\"ct_parent\":219,\"selector\":\"text_block-220-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']SLIDER[/ct_text_block][ct_headline ct_sign_sha256=\'d8efb57f01820162cf046dcd4daa6b9f97d83284c9e63cb1c9f360deee382d28\' ct_options=\'{\"ct_id\":221,\"ct_parent\":219,\"selector\":\"headline-221-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"120\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"96\"}}}}\']Testimonials[/ct_headline][ct_code_block ct_sign_sha256=\'d1ca67047cb660c89c1e9b7842a78af49f265039398e243d7aae9d55e0d4bcdf\' ct_options=\'{\"ct_id\":254,\"ct_parent\":219,\"selector\":\"code_block-254-5\",\"original\":{\"code-css\":\"LnVuc2xpZGVyLWFycm93IHsKICB3aWR0aDogNjBweDsKICBoZWlnaHQ6IDYwcHg7CiAgb3BhY2l0eTogMSAhaW1wb3J0YW50OwogIGJhY2tncm91bmQ6IHVybChodHRwOi8vaHlwZXJpb24ub3h5Lmhvc3Qvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzQ4LzIwMTgvMDQvc2xpZGVyLWFycm93QDJ4LnBuZyk7CiAgYmFja2dyb3VuZC1zaXplOiBjb250YWluOwp9CgoudW5zbGlkZXItYXJyb3cucHJldiB7CiAgICBsZWZ0OiAtMzBweDsKICAgIHJpZ2h0OiBhdXRvOwogICAgdHJhbnNmb3JtOiByb3RhdGUoLTE4MGRlZyk7Cn0KCi51bnNsaWRlci1hcnJvdy5uZXh0IHsKICAgIGxlZnQ6IGF1dG87CiAgICByaWdodDogLTMwcHg7Cn0KIAoudW5zbGlkZXItbmF2IHsKICBkaXNwbGF5OiBub25lOwp9\",\"code-php\":\"PCEtLSAtLT4=\",\"flex-direction\":\"unset\",\"display\":\"none\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_code_block][ct_text_block ct_sign_sha256=\'468de57c92ee0c7d6b6ad5555f7c98d28ea1e129e50c3329c0385783bb49bbe5\' ct_options=\'{\"ct_id\":258,\"ct_parent\":219,\"selector\":\"text_block-258-5\",\"original\":{\"font-size\":\"180\",\"font-weight\":\"900\",\"line-height\":\"0.1\",\"margin-bottom\":\"-48\",\"globalConditionsResult\":true,\"color\":\"color(10)\"},\"activeselector\":false}\']“[/ct_text_block][ct_slider ct_sign_sha256=\'ef5d55cbd1c1dcfc4054d997471720c3884d5bbe613a6e3caa4f055555b5af21\' ct_options=\'{\"ct_id\":243,\"ct_parent\":219,\"selector\":\"slider-243-5\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"yes\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"border-top-width\":\"2\",\"border-right-width\":\"2\",\"border-bottom-width\":\"2\",\"border-left-width\":\"2\",\"border-top-style\":\"solid\",\"border-right-style\":\"solid\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"solid\",\"border-top-color\":\"color(10)\",\"border-right-color\":\"color(10)\",\"border-bottom-color\":\"color(10)\",\"border-left-color\":\"color(10)\",\"slider-dot-color\":\"color(9)\",\"padding-top\":\"30\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"40\"}},\"phone-portrait\":{\"original\":{\"flex-direction\":\"unset\"}}}}\'][ct_slide ct_sign_sha256=\'faa1220d7b7afe2f6944610bf5b43b641bef345c864c12f3eb24601ebdf8e456\' ct_options=\'{\"ct_id\":244,\"ct_parent\":243,\"selector\":\"slide-244-5\",\"activeselector\":\"hyperion-tesimonial-1-slide\",\"classes\":{\"0\":\"hyperion-tesimonial-1-slide\"},\"original\":{\"globalConditionsResult\":true}}\'][ct_text_block ct_sign_sha256=\'d2cab2260448a995e2c802ee06280523546f26d3496d6eb4051a82d17c7cc8c0\' ct_options=\'{\"ct_id\":278,\"ct_parent\":244,\"selector\":\"text_block-278-5\",\"classes\":{\"0\":\"hyperion-testimonial-1-text\"},\"activeselector\":\"hyperion-testimonial-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Your it to gave life whom as. Favourable dissimilar resolution led for and had. At play much to time four many.&nbsp;[/ct_text_block][ct_headline ct_sign_sha256=\'8312057490df3622cba02040d2046231d6d017f81034a0bf074bf7098153cc5d\' ct_options=\'{\"ct_id\":283,\"ct_parent\":244,\"selector\":\"headline-283-5\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-testimonial-1-title\"},\"activeselector\":\"hyperion-testimonial-1-title\"}\']t. 01[/ct_headline][ct_image ct_sign_sha256=\'f8ffd64bc61dd73516be9acd87851c8fffb46a8e3f1d9685e0af5eeb406ddb4f\' ct_options=\'{\"ct_id\":285,\"ct_parent\":244,\"selector\":\"image-285-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/avatar3.jpg\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-testimonial-1-image\"},\"activeselector\":\"hyperion-testimonial-1-image\"}\'][/ct_image][ct_div_block_3 ct_sign_sha256=\'4f7afaf0939cdce4f2a8beb865634e25a462e363e15edd1c10a04d5637f74111\' ct_options=\'{\"ct_id\":287,\"ct_parent\":244,\"selector\":\"div_block-287-5\",\"original\":{\"display\":\"flex\",\"text-align\":\"left\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-testimonial-1-wrapper\",\"classes\":{\"0\":\"hyperion-testimonial-1-wrapper\"}}\'][ct_headline ct_sign_sha256=\'6f2ebf048493f7a52ecfb31d215ed325b56d2837c75fd314afefd6136216208a\' ct_options=\'{\"ct_id\":288,\"ct_parent\":287,\"selector\":\"headline-288-5\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-testimonial-1-name\"},\"activeselector\":\"hyperion-testimonial-1-name\"}\']ANGELL ELLIOT[/ct_headline][ct_text_block ct_sign_sha256=\'ca344552de90a1ec4f073870968147c82d5d78357b0c5548fec6e35d49e4f226\' ct_options=\'{\"ct_id\":289,\"ct_parent\":287,\"selector\":\"text_block-289-5\",\"original\":{\"max-width\":\"360\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"18\"}}}}\']Chief Executive Officer[/ct_text_block][/ct_div_block_3][/ct_slide][ct_slide ct_sign_sha256=\'baf9737dba85d3ec76df8803bce2359feb9ecb9891faebe96eb91c2e9c520d19\' ct_options=\'{\"ct_id\":245,\"ct_parent\":243,\"selector\":\"slide-245-5\",\"classes\":{\"0\":\"hyperion-tesimonial-1-slide\"},\"activeselector\":\"hyperion-tesimonial-1-slide\",\"original\":{\"globalConditionsResult\":true}}\'][ct_text_block ct_sign_sha256=\'e613624506f4cdb315d4c597deffa66d6e2467fcb4ad2a875a2729b3d60958bd\' ct_options=\'{\"ct_id\":280,\"ct_parent\":245,\"selector\":\"text_block-280-5\",\"classes\":{\"0\":\"hyperion-testimonial-1-text\"},\"activeselector\":\"hyperion-testimonial-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Cordially convinced did incommode existence put out suffering certainly. Besides another and saw ferrars limited.[/ct_text_block][ct_headline ct_sign_sha256=\'9c97ec5be8fa1e270f8948d3fc93a6b0d80aac3874d43844dff51eba68fb5415\' ct_options=\'{\"ct_id\":296,\"ct_parent\":245,\"selector\":\"headline-296-5\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-testimonial-1-title\"},\"activeselector\":\"hyperion-testimonial-1-title\"}\']t. 02[/ct_headline][ct_image ct_sign_sha256=\'1c05604a73e0e0332c3edcbaaf46e5babde12e6b07037b8c4e2457529831abe7\' ct_options=\'{\"ct_id\":298,\"ct_parent\":245,\"selector\":\"image-298-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/avatar2.jpg\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-testimonial-1-image\"},\"activeselector\":\"hyperion-testimonial-1-image\"}\'][/ct_image][ct_div_block_3 ct_sign_sha256=\'fd358a458d905f8936329249b0fcc8e5ae5de56aefd165dd12dbfb890d9e4cb8\' ct_options=\'{\"ct_id\":300,\"ct_parent\":245,\"selector\":\"div_block-300-5\",\"original\":{\"display\":\"flex\",\"text-align\":\"left\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-testimonial-1-wrapper\",\"classes\":{\"0\":\"hyperion-testimonial-1-wrapper\"}}\'][ct_headline ct_sign_sha256=\'5e58a871af0a7e4da9bd4b175424cb36b8b5333e689b03ebbf46d4053adb57d1\' ct_options=\'{\"ct_id\":301,\"ct_parent\":300,\"selector\":\"headline-301-5\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-testimonial-1-name\"},\"activeselector\":\"hyperion-testimonial-1-name\"}\']THERESA TAYLOR[/ct_headline][ct_text_block ct_sign_sha256=\'fd220e7b3bef16ec9a2ae83add471dd1c1f0c577b2e17e3c28c8b151f3ed406d\' ct_options=\'{\"ct_id\":302,\"ct_parent\":300,\"selector\":\"text_block-302-5\",\"original\":{\"max-width\":\"360\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"18\"}}}}\']UI/UX Designer[/ct_text_block][/ct_div_block_3][/ct_slide][ct_slide ct_sign_sha256=\'681280ab0311198895f227dc676a8832d512938572910de577c30cb630094a5b\' ct_options=\'{\"ct_id\":246,\"ct_parent\":243,\"selector\":\"slide-246-5\",\"classes\":{\"0\":\"hyperion-tesimonial-1-slide\"},\"activeselector\":\"hyperion-tesimonial-1-slide\",\"original\":{\"globalConditionsResult\":true}}\'][ct_text_block ct_sign_sha256=\'e184f2181e57fbcc706aca8b1ec8105b60c12cd74f9b22726b27c98ad198b77e\' ct_options=\'{\"ct_id\":261,\"ct_parent\":246,\"selector\":\"text_block-261-5\",\"classes\":{\"0\":\"hyperion-testimonial-1-text\"},\"activeselector\":\"hyperion-testimonial-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Smallest directly families surprise honoured am an. Speaking replying mistress him numerous.[/ct_text_block][ct_headline ct_sign_sha256=\'b42a3e5d976685468299e8d50f98407fcffc7b067bd71c0e71f121ee40b96a26\' ct_options=\'{\"ct_id\":264,\"ct_parent\":246,\"selector\":\"headline-264-5\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-testimonial-1-title\"},\"activeselector\":\"hyperion-testimonial-1-title\"}\']t. 03[/ct_headline][ct_image ct_sign_sha256=\'8ae56fd26b689df1b33cf247b89405edb6137c0eecd57937b11d0d8b3715c74b\' ct_options=\'{\"ct_id\":266,\"ct_parent\":246,\"selector\":\"image-266-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/avatar14.jpg\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-testimonial-1-image\"},\"activeselector\":\"hyperion-testimonial-1-image\"}\'][/ct_image][ct_div_block_3 ct_sign_sha256=\'d291dcabafcbd3ba9eb7de1d0edb514707ff0d8f382f201f23f19ca6d07fd4ea\' ct_options=\'{\"ct_id\":267,\"ct_parent\":246,\"selector\":\"div_block-267-5\",\"original\":{\"display\":\"flex\",\"text-align\":\"left\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-testimonial-1-wrapper\",\"classes\":{\"0\":\"hyperion-testimonial-1-wrapper\"}}\'][ct_headline ct_sign_sha256=\'e513cae880ef2cea50536a14683524b854973809ee924a99c5c299b405f3a421\' ct_options=\'{\"ct_id\":268,\"ct_parent\":267,\"selector\":\"headline-268-5\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-testimonial-1-name\"},\"activeselector\":\"hyperion-testimonial-1-name\"}\']LEONA QUINN[/ct_headline][ct_text_block ct_sign_sha256=\'9b1183d612c5907df823186560555030e73e0bae3413d9ba863b6ee4e6ed0d50\' ct_options=\'{\"ct_id\":270,\"ct_parent\":267,\"selector\":\"text_block-270-5\",\"original\":{\"max-width\":\"360\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"18\"}}}}\']Front-End Developer[/ct_text_block][/ct_div_block_3][/ct_slide][/ct_slider][/ct_section][ct_section ct_sign_sha256=\'ef27ee57e1a85c63fa13427b68505c21a0aefe8aa15ecae14d36e3d51a86cd26\' ct_options=\'{\"ct_id\":311,\"ct_parent\":\"0\",\"selector\":\"section-311-5\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"0\",\"section-width\":\"full-width\",\"overflow\":\"hidden\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Watch CTA\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'3814b691375643b08cc35ae87af403b16d0694e1b1e3face58719d1761af9934\' ct_options=\'{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"new_columns-312-5\",\"activeselector\":false,\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'ba09758346f632be552c1af7401268ae1faf42d735b79ef80405f1b0f1f271d8\' ct_options=\'{\"ct_id\":313,\"ct_parent\":312,\"selector\":\"div_block-313-5\",\"original\":{\"width\":\"40\",\"width-unit\":\"%\",\"padding-top\":\"0\",\"padding-bottom\":\"0\",\"align-items\":\"flex-end\",\"text-align\":\"right\",\"justify-content\":\"center\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-bottom\":\"40\",\"padding-top\":\"40\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_image ct_sign_sha256=\'5799a0507d36c2e65fbc1ae5c07d59bce24563a9773f093bffde877cfe09a867\' ct_options=\'{\"ct_id\":351,\"ct_parent\":313,\"selector\":\"image-351-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/watch@2x.png\",\"margin-top\":\"-40\",\"margin-bottom\":\"-40\",\"max-height\":\"720\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-top\":\"0\",\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'25ee8d57a9a785b01657566767d22b8f28eb9a5bf42b28feb0391654c4e88eff\' ct_options=\'{\"ct_id\":314,\"ct_parent\":312,\"selector\":\"div_block-314-5\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"flex-start\",\"justify-content\":\"center\",\"flex-wrap\":\"wrap\",\"padding-left\":\"40\",\"padding-right\":\"40\",\"padding-top\":\"60\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'ce257834c3859f6328f73c6fd28fd00c0195e075d2ee0c5c0d503f68cce8b3c6\' ct_options=\'{\"ct_id\":318,\"ct_parent\":314,\"selector\":\"headline-318-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Call to&nbsp;Action[/ct_headline][ct_text_block ct_sign_sha256=\'cb96e68d9cf8fcbf09d44dda787a4bb00063eecd80952a0de6627f07edc2f083\' ct_options=\'{\"ct_id\":326,\"ct_parent\":314,\"selector\":\"text_block-326-5\",\"original\":{\"max-width\":\"640\",\"color\":\"color(3)\",\"margin-bottom\":\"18\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']Smallest directly families surprise honoured am&nbsp;an.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'2ae3ab0b46c2eb1cac798200d3de85969618b3fa22cb6e49084c7971f040d150\' ct_options=\'{\"ct_id\":342,\"ct_parent\":314,\"selector\":\"div_block-342-5\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"globalConditionsResult\":true},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_text ct_sign_sha256=\'35692882cbc5378ce67ff733b2e4ef46c6744811be46687322c7f29683b3facf\' ct_options=\'{\"ct_id\":329,\"ct_parent\":342,\"selector\":\"link_text-329-5\",\"original\":{\"margin-right\":\"12\",\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"18\"}}}}\']BUY[/ct_link_text][ct_link_text ct_sign_sha256=\'92bff7286eb377f956b22a8f20c228d8b1e35a4b5852ebe89d9407c64c10f02a\' ct_options=\'{\"ct_id\":336,\"ct_parent\":342,\"selector\":\"link_text-336-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"}}\']LEARN MORE[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3662555308012f433723a0eda6b7dda3d9f26b6413bb591012323474b54c4f64\' ct_options=\'{\"ct_id\":345,\"ct_parent\":314,\"selector\":\"div_block-345-5\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"text-align\":\"left\",\"align-items\":\"center\",\"margin-top\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'778e454b09b090123a44278a8c4efdb11f640345d18b52f0cc5b1d5e7c25ac09\' ct_options=\'{\"ct_id\":347,\"ct_parent\":345,\"selector\":\"fancy_icon-347-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-lock\",\"icon-color\":\"color(3)\",\"icon-size\":\"18\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'ca74f772461db8eb5df1fca7f0000fc02218c2982bdb2379cfb8427491a58924\' ct_options=\'{\"ct_id\":348,\"ct_parent\":345,\"selector\":\"text_block-348-5\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.5\",\"-webkit-font-smoothing\":\"antialiased\",\"globalConditionsResult\":true},\"activeselector\":false}\']We never save you credit card data[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'2d35247b7cbd305ee01ee6fecd467cc0566f78dadbda31d3b0e12001d7c2cdd0\' ct_options=\'{\"ct_id\":352,\"ct_parent\":0,\"selector\":\"section-352-5\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"globalConditionsResult\":true},\"nicename\":\"Articles\",\"ct_category\":\"Blog\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"24\"}},\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"48\"}}},\"hover\":{\"border-top-color\":\"color(3)\",\"border-right-color\":\"color(3)\",\"border-bottom-color\":\"color(3)\",\"border-left-color\":\"color(3)\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\"}}\'][ct_div_block_2 ct_sign_sha256=\'abdc9c112c2d5cc14ff453404a1726308173a18f5c6ab331ea5280e0581ce65f\' ct_options=\'{\"ct_id\":357,\"ct_parent\":352,\"selector\":\"div_block-357-5\",\"original\":{\"width-unit\":\"%\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-blog-1-title-wrapper\",\"media\":{\"tablet\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"24\"}}},\"classes\":{\"0\":\"hyperion-blog-1-title-wrapper\"}}\'][ct_text_block ct_sign_sha256=\'e6c79376f43a5afff502cef4452be138ff64cea3fdb7a32e29aff8b187b2e493\' ct_options=\'{\"ct_id\":362,\"ct_parent\":357,\"selector\":\"text_block-362-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"color\":\"color(3)\",\"globalConditionsResult\":true}}\']OUR BLOG[/ct_text_block][ct_headline ct_sign_sha256=\'2c751c31d6e8290f670cb54609af8f3fe86d8a1aa19fe323390e91c5ad90e226\' ct_options=\'{\"ct_id\":359,\"ct_parent\":357,\"selector\":\"headline-359-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Articles[/ct_headline][ct_text_block ct_sign_sha256=\'2eaff08206ead331526fad30968d3467424ca84c4f2d7fb50584f55de109f2da\' ct_options=\'{\"ct_id\":366,\"ct_parent\":357,\"selector\":\"text_block-366-5\",\"original\":{\"max-width\":\"640\",\"color\":\"color(3)\",\"margin-bottom\":\"18\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']Smallest directly families surprise honoured am an.[/ct_text_block][ct_link_text ct_sign_sha256=\'e5029dd3c22f874553b0246b48ef37bca126e57f058a330c63c9faa12be9ea3b\' ct_options=\'{\"ct_id\":368,\"ct_parent\":357,\"selector\":\"link_text-368-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"color\":\"color(3)\",\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"},\"hover\":{\"background-color\":\"#ffffff\",\"color\":\"color(5)\",\"border-top-color\":\"color(3)\",\"border-right-color\":\"color(3)\",\"border-bottom-color\":\"color(3)\",\"border-left-color\":\"color(3)\"}}\']LEARN MORE[/ct_link_text][/ct_div_block_2][oxy_posts_grid ct_sign_sha256=\'af3f5b5371447b23defc0dd9caf822668f64eac5037304bbde099ebd98b7ffae\' ct_options=\'{\"ct_id\":356,\"ct_parent\":352,\"selector\":\"_posts_grid-356-5\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QnPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgPC9kaXY+CiAgICAgIAogICAgICA8ZGl2IGNsYXNzPSdveHktcG9zdC1pbWFnZS1kYXRlLW92ZXJsYXknPgoJCTw/cGhwIHRoZV90aW1lKGdldF9vcHRpb24oJ2RhdGVfZm9ybWF0JykpOyA/PgoJICA8L2Rpdj4KICAgICAgCgk8L2E+CgoJPGEgY2xhc3M9J294eS1wb3N0LXRpdGxlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz48P3BocCB0aGVfdGl0bGUoKTsgPz48L2E+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YSc+CgoJCTxkaXYgY2xhc3M9J294eS1wb3N0LW1ldGEtYXV0aG9yIG94eS1wb3N0LW1ldGEtaXRlbSc+CgkJCTw/cGhwIHRoZV9hdXRob3IoKTsgPz4KCQk8L2Rpdj4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1jb21tZW50cyBveHktcG9zdC1tZXRhLWl0ZW0nPgoJCQk8YSBocmVmPSc8P3BocCBjb21tZW50c19saW5rKCk7ID8+Jz48P3BocCBjb21tZW50c19udW1iZXIoKTsgPz48L2E+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkJPD9waHAgdGhlX2V4Y2VycHQoKTsgPz4KCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlJz5SZWFkIE1vcmUg4oaSPC9hPgoKPC9kaXY+\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogYmxvY2s7CiAgY29sdW1uLWNvdW50OiAyOwogIGNvbHVtbi1nYXA6IDI0cHg7CiAgei1pbmRleDogNTA7CiAgcGFkZGluZy1ib3R0b206IDE4cHg7Cn0KCiUlRVBJRCUlIC5veHktcG9zdHM6YmVmb3JlIHsKICBjb250ZW50OiAnICc7CiAgZGlzcGxheTogYmxvY2s7CiAgbWluLWhlaWdodDogMjQwcHg7Cn0KCkBtZWRpYSAobWF4LXdpZHRoOjk5MnB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0czpiZWZvcmUgewogICAgZGlzcGxheTogbm9uZTsKICB9Cn0KCkBtZWRpYSAobWF4LXdpZHRoOjc2OHB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0cyB7CiAgICBjb2x1bW4tY291bnQ6IDE7CiAgfQp9CiAgCgolJUVQSUQlJSAub3h5LXBvc3QgewogIGRpc3BsYXk6IGZsZXg7CiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjsKICB0ZXh0LWFsaWduOiBsZWZ0OwogIGFsaWduLWl0ZW1zOiBmbGV4LXN0YXJ0OwogIG1hcmdpbi1ib3R0b206IDI0cHg7CiAgd2lkdGg6IDEwMCU7CiAgYm9yZGVyOiAycHggc29saWQgY29sb3IoMTQpOwogIGJyZWFrLWluc2lkZTogYXZvaWQ7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZSB7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGJhY2tncm91bmQtY29sb3I6IGdyZXk7CiAgYmFja2dyb3VuZC1pbWFnZTogcmVwZWF0aW5nLWxpbmVhci1ncmFkaWVudCgKICA0NWRlZywKICAjZWVlZWVlLAogICNlZWVlZWUgMTBweCwKICAjZGRkZGRkIDEwcHgsCiAgI2RkZGRkZCAyMHB4KTsKICB3aWR0aDogMTAwJTsKICBtYXJnaW46IC0ycHggMCAzNnB4IDA7CiAgZGlzcGxheTogYmxvY2s7CiAgd2lkdGg6IDEwMCU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZS1maXhlZC1yYXRpbyB7CiAgcGFkZGluZy1ib3R0b206IDgwJTsKICBiYWNrZ3JvdW5kLXNpemU6IGNvdmVyOwogIGJhY2tncm91bmQtcG9zaXRpb246IGNlbnRlciBjZW50ZXI7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZS1kYXRlLW92ZXJsYXkgewogIHBvc2l0aW9uOiBhYnNvbHV0ZTsKICB0b3A6IDFlbTsKICByaWdodDogMWVtOwogIGZvbnQtc2l6ZTogMTZweDsKICBjb2xvcjogd2hpdGU7CiAgYmFja2dyb3VuZC1jb2xvcjogY29sb3IoMTUpOwogIHBhZGRpbmc6IC43ZW0gMWVtOwogIGZvbnQtd2VpZ2h0OiBib2xkOwogIC13ZWJraXQtZm9udC1zbW9vdGhpbmc6IGFudGlhbGlhc2VkOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtdGl0bGUgewogIGZvbnQtc2l6ZTogMzZweDsKICBsaW5lLWhlaWdodDogMTsKICBjb2xvcjogY29sb3IoMTIpOwogIGZvbnQtd2VpZ2h0OiA5MDA7CiAgbWFyZ2luOiAwIDQ4cHg7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhIHsKICBtYXJnaW46IDE4cHggNDhweCAwcHggNDhweDsKICBmb250LXNpemU6IDE2cHg7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGNvbG9yOiBjb2xvcigxNik7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhIGEgewogIGNvbG9yOiAgY29sb3IoMTYpOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YSBhOmhvdmVyIHsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTo6YWZ0ZXIgewoJY29udGVudDogIlwwMGI3IjsKCW1hcmdpbi1yaWdodDogLjVlbTsKCW1hcmdpbi1sZWZ0OiAuNWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YS1pdGVtOmxhc3QtY2hpbGQ6OmFmdGVyIHsKCWNvbnRlbnQ6ICIiOwoJZGlzcGxheTogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgewogIG1hcmdpbi1ib3R0b206IDI0cHg7CiAgY29sb3I6IGNvbG9yKDE3KTsKICBtYXJnaW46IDE4cHggNDhweCAzNnB4IDQ4cHg7CiAgbGluZS1oZWlnaHQ6IDEuNTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgcCB7CiAgbWFyZ2luOiAwOwogIGZvbnQtc2l6ZTogMjBweDsKfQoKQG1lZGlhIChtYXgtd2lkdGg6IDExMjBweCkgewogICUlRVBJRCUlIC5veHktcG9zdC1tZXRhIHsKICAgIGRpc3BsYXk6IG5vbmU7CiAgfQp9CgolJUVQSUQlJSAub3h5LXJlYWQtbW9yZSB7CiAgdGV4dC1hbGlnbjogY2VudGVyOwogIGRpc3BsYXk6IGlubGluZS1ibG9jazsKICBtYXJnaW4tdG9wOiBhdXRvOwogIGJhY2tncm91bmQ6IGNvbG9yKDE0KTsKICBjb2xvcjogY29sb3IoMTYpOwogIGZvbnQtc2l6ZTogMThweDsKICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlOwogIGxldHRlci1zcGFjaW5nOiAxcHg7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICBwYWRkaW5nOiAxOHB4IDQ4cHggMTZweCA0OHB4OwogIGJvcmRlci1ib3R0b206IDJweCBzb2xpZCBjb2xvcigxNik7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKICBtYXJnaW46IGF1dG8gNDhweCA0OHB4IDQ4cHg7Cn0KCiUlRVBJRCUlIC5veHktcmVhZC1tb3JlOmhvdmVyIHsKICBiYWNrZ3JvdW5kOiBjb2xvcigxNik7CiAgY29sb3I6ICNmZmZmZmY7Cn0KCiUlRVBJRCUlIC5veHktZWFzeS1wb3N0cy1wYWdlcyB7CiAgZm9udC1zaXplOiAyMHB4OwogIHotaW5kZXg6IDMwMDsKfQoKJSVFUElEJSUgLnBhZ2UtbnVtYmVycyB7CiAgcGFkZGluZzogMThweDsKICBjb2xvcjogY29sb3IoMTYpOwp9CgolJUVQSUQlJSBhLnBhZ2UtbnVtYmVyczpob3ZlciB7CiAgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Cn0KCiUlRVBJRCUlIC5wYWdlLW51bWJlcnMuY3VycmVudCB7CiAgYmFja2dyb3VuZDogY29sb3IoMTYpOwogIGNvbG9yOiAjZmZmZmZmOwogIHBhZGRpbmc6IDIycHggMzJweCAyNHB4IDMycHg7CiAgYm9yZGVyLXJhZGl1czogMTAwJTsKfQ==\",\"read_more_display_as\":\"text link\",\"paginate_alignment\":\"center\",\"posts_5050_below\":\"page-width\",\"posts_100_below\":\"phone-landscape\",\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"post\"},\"query_order\":\"ASC\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/oxy_posts_grid][/ct_section][ct_section ct_sign_sha256=\'8c6134644932c553cd1240f7eabff8af1fcc4939eb93b4c89b8d32f33f507151\' ct_options=\'{\"ct_id\":371,\"ct_parent\":0,\"selector\":\"section-371-5\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"80\",\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'12a6827fc0876186f561db877602f923d04ba51536b671eb56e61935ee36535e\' ct_options=\'{\"ct_id\":372,\"ct_parent\":371,\"selector\":\"text_block-372-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']ABOUT MONEY[/ct_text_block][ct_headline ct_sign_sha256=\'82a9520e65df11db40a6611eaf214ba02626e28b19d01b64215bd7e146dd17a8\' ct_options=\'{\"ct_id\":374,\"ct_parent\":371,\"selector\":\"headline-374-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Pricing Tables[/ct_headline][ct_image ct_sign_sha256=\'b2c8135c50e7137fec94120a143470ac5518b675293947320900378908f7fa0d\' ct_options=\'{\"ct_id\":376,\"ct_parent\":371,\"selector\":\"image-376-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/arrow@2x.png\",\"width\":\"220\",\"margin-top\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"42\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][ct_new_columns_2 ct_sign_sha256=\'d4edcb415c8cbe8443374062a6720dc973059911eca89f4abbd38fe5855c44fd\' ct_options=\'{\"ct_id\":383,\"ct_parent\":371,\"selector\":\"new_columns-383-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'85909e728292367efc99908fa137425ae2d4cff1ba9915b848e5c2a7a23785ac\' ct_options=\'{\"ct_id\":384,\"ct_parent\":383,\"selector\":\"div_block-384-5\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\",\"globalConditionsResult\":true},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'ac2e1d648da88e5c80137d7ff1dcbb2b6a1e8b7d11d0b2e990398f6a4292f86e\' ct_options=\'{\"ct_id\":388,\"ct_parent\":384,\"selector\":\"div_block-388-5\",\"classes\":{\"0\":\"hyperion-pricing-1-wrapper\"},\"activeselector\":\"hyperion-pricing-1-wrapper\",\"original\":{\"globalConditionsResult\":true}}\'][ct_image ct_sign_sha256=\'ebad31037b9df9489c8f48875335e7314c63163434a168f57abdc615efaad8ea\' ct_options=\'{\"ct_id\":389,\"ct_parent\":388,\"selector\":\"image-389-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/p-1@2x.png\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-pricing-1-icon\",\"classes\":{\"0\":\"hyperion-pricing-1-icon\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b4ccf2ba8153bc205467edc6bcffe23985f9950c918ca2e49987443649219e8f\' ct_options=\'{\"ct_id\":408,\"ct_parent\":388,\"selector\":\"headline-408-5\",\"original\":{\"tag\":\"h3\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-pricing-1-title\"},\"activeselector\":\"hyperion-pricing-1-title\"}\']Newbie[/ct_headline][ct_text_block ct_sign_sha256=\'5a8d4358a7b9e77af88e165a7adf652238de183ea7c4e8b374c3dba82196df7c\' ct_options=\'{\"ct_id\":412,\"ct_parent\":388,\"selector\":\"text_block-412-5\",\"classes\":{\"0\":\"hyperion-pricing-1-label\"},\"activeselector\":\"hyperion-pricing-1-label\",\"original\":{\"globalConditionsResult\":true}}\']Expiry:[/ct_text_block][ct_text_block ct_sign_sha256=\'de93b9ca3d85e5d2c12855775809009f3625cb8565c71be80b0b0235026cab07\' ct_options=\'{\"ct_id\":414,\"ct_parent\":388,\"selector\":\"text_block-414-5\",\"classes\":{\"0\":\"hyperion-pricing-1-text\"},\"activeselector\":\"hyperion-pricing-1-text\",\"original\":{\"globalConditionsResult\":true}}\']1 month[/ct_text_block][ct_text_block ct_sign_sha256=\'f1f734dad1567fc4d5296d15625be44b27be4e38d57785f6661e53132b86d682\' ct_options=\'{\"ct_id\":417,\"ct_parent\":388,\"selector\":\"text_block-417-5\",\"classes\":{\"0\":\"hyperion-pricing-1-label\"},\"activeselector\":\"hyperion-pricing-1-label\",\"original\":{\"globalConditionsResult\":true}}\']Expiry:[/ct_text_block][ct_text_block ct_sign_sha256=\'da23528d852b88d15cddce92f31b747c369fd592bcc3b296b5fcabf573733f7f\' ct_options=\'{\"ct_id\":419,\"ct_parent\":388,\"selector\":\"text_block-419-5\",\"classes\":{\"0\":\"hyperion-pricing-1-text\"},\"activeselector\":\"hyperion-pricing-1-text\",\"original\":{\"globalConditionsResult\":true}}\']$24[/ct_text_block][ct_link_text ct_sign_sha256=\'63dda4691d19dc594efd60bbeb9f6193ffee7831357c12ac70dd08fc49027c62\' ct_options=\'{\"ct_id\":390,\"ct_parent\":388,\"selector\":\"link_text-390-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"}}\']BUY[/ct_link_text][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'422b1f05d4da59526ed7e279cfb6870abb2b0b2243b07f817eec4a030760b0a5\' ct_options=\'{\"ct_id\":385,\"ct_parent\":383,\"selector\":\"div_block-385-5\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\",\"globalConditionsResult\":true},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'82262c99a90f843aaaedcbb532f311f3fe495f87d15f372899ede5079b6e561c\' ct_options=\'{\"ct_id\":395,\"ct_parent\":385,\"selector\":\"div_block-395-5\",\"classes\":{\"0\":\"hyperion-pricing-1-wrapper\"},\"activeselector\":\"hyperion-pricing-1-wrapper\",\"original\":{\"globalConditionsResult\":true}}\'][ct_image ct_sign_sha256=\'0a614a3958aff1d7a49f8401666db0b287e5ef13a6affea6d17ae53f02ddab72\' ct_options=\'{\"ct_id\":396,\"ct_parent\":395,\"selector\":\"image-396-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/p-2@2x.png\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-pricing-1-icon\",\"classes\":{\"0\":\"hyperion-pricing-1-icon\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'d85184423a871b8579f84587d54bb5d37099fac8ca6384935c66a08d2a2520c5\' ct_options=\'{\"ct_id\":403,\"ct_parent\":395,\"selector\":\"headline-403-5\",\"original\":{\"tag\":\"h3\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-pricing-1-title\"},\"activeselector\":\"hyperion-pricing-1-title\"}\']Business[/ct_headline][ct_text_block ct_sign_sha256=\'f8429ee28bf9b6e1623222a0c849f5ef64977401a5917fd0e3bfa519fc8036bc\' ct_options=\'{\"ct_id\":421,\"ct_parent\":395,\"selector\":\"text_block-421-5\",\"classes\":{\"0\":\"hyperion-pricing-1-label\"},\"activeselector\":\"hyperion-pricing-1-label\",\"original\":{\"globalConditionsResult\":true}}\']Expiry:[/ct_text_block][ct_text_block ct_sign_sha256=\'4a06fc04223aeab2fb3596bdb9024beebc4c9d7d2dd03417a51e3c7c9c63daef\' ct_options=\'{\"ct_id\":426,\"ct_parent\":395,\"selector\":\"text_block-426-5\",\"classes\":{\"0\":\"hyperion-pricing-1-text\"},\"activeselector\":\"hyperion-pricing-1-text\",\"original\":{\"globalConditionsResult\":true}}\']1 year[/ct_text_block][ct_text_block ct_sign_sha256=\'4fbd582e4b36053139dc3c987436c73f595a014e832275d4d2e39cc5d290bb02\' ct_options=\'{\"ct_id\":430,\"ct_parent\":395,\"selector\":\"text_block-430-5\",\"classes\":{\"0\":\"hyperion-pricing-1-label\"},\"activeselector\":\"hyperion-pricing-1-label\",\"original\":{\"globalConditionsResult\":true}}\']Expiry:[/ct_text_block][ct_text_block ct_sign_sha256=\'f755b5bf2ae18f82bb97fe76a0e4cb7d2a1d4d4aba9bc31493b9f56f7854ab3e\' ct_options=\'{\"ct_id\":436,\"ct_parent\":395,\"selector\":\"text_block-436-5\",\"classes\":{\"0\":\"hyperion-pricing-1-text\"},\"activeselector\":\"hyperion-pricing-1-text\",\"original\":{\"globalConditionsResult\":true}}\']$48[/ct_text_block][ct_link_text ct_sign_sha256=\'083cce0baeac0eaa29de532d2b94caacf30df18bdc383f7c7dce2875596a3cd8\' ct_options=\'{\"ct_id\":397,\"ct_parent\":395,\"selector\":\"link_text-397-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"}}\']BUY[/ct_link_text][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'e99de8b95e558fcb7968a51c069b22e638e0bfa3c7fe000c12d426c5f848f06c\' ct_options=\'{\"ct_id\":386,\"ct_parent\":383,\"selector\":\"div_block-386-5\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\",\"globalConditionsResult\":true},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'bb3ef7e116ff54872ac4818ee22a088d64eac2080e6654074c97813b150f00c1\' ct_options=\'{\"ct_id\":399,\"ct_parent\":386,\"selector\":\"div_block-399-5\",\"classes\":{\"0\":\"hyperion-pricing-1-wrapper\"},\"activeselector\":\"hyperion-pricing-1-wrapper\",\"original\":{\"globalConditionsResult\":true}}\'][ct_image ct_sign_sha256=\'a5cd8a9dd7aa17915ff785c2147039c9a3d080ea9f3bf43048c08421a4ee9b87\' ct_options=\'{\"ct_id\":400,\"ct_parent\":399,\"selector\":\"image-400-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/p-3@2x.png\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-pricing-1-icon\",\"classes\":{\"0\":\"hyperion-pricing-1-icon\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'52367904acd183693def03b467afc9856effd0d4e5b626471ed937f2d9985038\' ct_options=\'{\"ct_id\":406,\"ct_parent\":399,\"selector\":\"headline-406-5\",\"original\":{\"tag\":\"h3\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-pricing-1-title\"},\"activeselector\":\"hyperion-pricing-1-title\"}\']Science[/ct_headline][ct_text_block ct_sign_sha256=\'ee2c3700fa0c4bcd5c95e78041cc0a895d8a9784fed5fb5bdf2d27bdbfd79d59\' ct_options=\'{\"ct_id\":424,\"ct_parent\":399,\"selector\":\"text_block-424-5\",\"classes\":{\"0\":\"hyperion-pricing-1-label\"},\"activeselector\":\"hyperion-pricing-1-label\",\"original\":{\"globalConditionsResult\":true}}\']Expiry:[/ct_text_block][ct_text_block ct_sign_sha256=\'e74daa8233787f1b6a9821789abcce212d50299f9bac0e7bc4570812e907392d\' ct_options=\'{\"ct_id\":428,\"ct_parent\":399,\"selector\":\"text_block-428-5\",\"classes\":{\"0\":\"hyperion-pricing-1-text\"},\"activeselector\":\"hyperion-pricing-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Full time[/ct_text_block][ct_text_block ct_sign_sha256=\'8713e406ae75d086fc5fef6ba647a13ae7331e4d0b555b050fe8160e2b1cb188\' ct_options=\'{\"ct_id\":432,\"ct_parent\":399,\"selector\":\"text_block-432-5\",\"classes\":{\"0\":\"hyperion-pricing-1-label\"},\"activeselector\":\"hyperion-pricing-1-label\",\"original\":{\"globalConditionsResult\":true}}\']Expiry:[/ct_text_block][ct_text_block ct_sign_sha256=\'0ada9e43d6fa33b5353854e694f33d35650f700d2d41a067f2b32307e0e48946\' ct_options=\'{\"ct_id\":434,\"ct_parent\":399,\"selector\":\"text_block-434-5\",\"classes\":{\"0\":\"hyperion-pricing-1-text\"},\"activeselector\":\"hyperion-pricing-1-text\",\"original\":{\"globalConditionsResult\":true}}\']$64[/ct_text_block][ct_link_text ct_sign_sha256=\'de58895fc622a8414290ade050dd868e1ff6993110134325811ba36d99122ddd\' ct_options=\'{\"ct_id\":401,\"ct_parent\":399,\"selector\":\"link_text-401-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"}}\']BUY[/ct_link_text][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'a655735d9caaf64790971edba03c0e90c35fcc87d7b53d49e488845e8f5a7d93\' ct_options=\'{\"ct_id\":446,\"ct_parent\":\"0\",\"selector\":\"section-446-5\",\"original\":{\"background-color\":\"color(11)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"48\",\"container-padding-bottom\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Footer\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"30\"}}}}\'][ct_link_2 ct_sign_sha256=\'a1b9524533cb73a2974552b6eff4bcd4865536beac4c2cbc3dc2fdc8f8a0bdeb\' ct_options=\'{\"ct_id\":447,\"ct_parent\":446,\"selector\":\"link-447-5\",\"classes\":{\"0\":\"hyperion-logo\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"margin-bottom\":\"12\",\"globalConditionsResult\":true}}\'][ct_image ct_sign_sha256=\'3efc6cbb3369f845a2752cfc38353d8e512c1ddaf64173627572e8cbbe5417ab\' ct_options=\'{\"ct_id\":448,\"ct_parent\":447,\"selector\":\"image-448-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/logo-vertical@2x.png\",\"width\":\"119\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][/ct_link_2][oxy_social_icons ct_sign_sha256=\'ee05d3c6564b5d80b0f8fa2a65c0f85a10d4d7078cd55f994e281efc6ddbddbe\' ct_options=\'{\"ct_id\":451,\"ct_parent\":446,\"selector\":\"_social_icons-451-5\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/oxy_social_icons][oxy_nav_menu ct_sign_sha256=\'b44c2dfaa4455fd9b0993c5cf6c6d3e707698316cbb6780385b032afab2b4687\' ct_options=\'{\"ct_id\":454,\"ct_parent\":446,\"selector\":\"_nav_menu-454-5\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_icon_size\":\"18\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"30\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"30\",\"menu_flex-direction\":\"row\",\"menu_color\":\"color(6)\",\"menu_font-size\":\"18\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_letter-spacing\":\".125\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"border-top-width\":\"0\",\"border-right-width\":\"0\",\"border-bottom-width\":\"2\",\"border-left-width\":\"0\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"none\",\"border-bottom-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(11)\",\"menu_responsive_dropdowns\":\"off\",\"margin-bottom\":\"24\",\"menu_responsive_background_color\":\"color(11)\",\"menu_responsive_link_color\":\"color(6)\",\"menu_responsive_hover_link_color\":\"color(3)\",\"globalConditionsResult\":true,\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"}},\"phone-landscape\":{\"original\":{\"margin-right\":\"0\"}}}}\'][/oxy_nav_menu][ct_text_block ct_sign_sha256=\'cdaccf9989bff4e8da7462540ab5d3189d6f45a3ec1c2085f8e041c6e506551d\' ct_options=\'{\"ct_id\":455,\"ct_parent\":446,\"selector\":\"text_block-455-5\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Copyright © <a href=\"http://soflyy.com\">Soflyy</a>[/ct_text_block][ct_text_block ct_sign_sha256=\'5c33de4cfc9cffdfe041526f3c7fd8d616a7c9d3597e9061d44a8e90d7d06a08\' ct_options=\'{\"ct_id\":457,\"ct_parent\":446,\"selector\":\"text_block-457-5\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Proudly designed with <a href=\"http://oxygenbuilder.com\">Oxygen</a>, the world\'s best visual website design software[/ct_text_block][/ct_section]'),(56,5,'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:\"\";}'),(915,93,'_wp_attached_file','2020/09/Ankur.png'),(916,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:17:\"2020/09/Ankur.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Ankur-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Ankur-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:{}}}'),(917,94,'_wp_attached_file','2020/09/Karni.png'),(918,94,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:17:\"2020/09/Karni.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Karni-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Karni-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:{}}}'),(919,95,'_wp_attached_file','2020/09/Manjula.png'),(920,95,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:19:\"2020/09/Manjula.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Manjula-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Manjula-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:{}}}'),(921,96,'_wp_attached_file','2020/09/Subhradeep.png'),(922,96,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:22:\"2020/09/Subhradeep.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Subhradeep-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Subhradeep-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:{}}}'),(58,5,'ct_builder_shortcodes_revisions_dates','1600364875'),(59,13,'_wp_attached_file','2020/09/ProSports-New-Trans.png'),(60,13,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2020/09/ProSports-New-Trans.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"ProSports-New-Trans-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"ProSports-New-Trans-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"ProSports-New-Trans-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:\"ProSports-New-Trans-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;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:{}}}'),(61,14,'_wp_attached_file','2020/09/ProSports-New.png'),(62,14,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:25:\"2020/09/ProSports-New.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"ProSports-New-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"ProSports-New-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ProSports-New-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:\"ProSports-New-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;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:{}}}'),(63,8,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'826e56fd7535995ccc3d54080e378a3c655dfd10378e2798de1447711aeae02d\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"_header-1-8\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\"},\"activeselector\":false,\"nicename\":\"Header Simple One Line\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'06b6f414ad6e358dcc56986214d85efdde63b312e3e9f7fc5f5982a8c52e3b00\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"_header_row-2-8\",\"original\":{\"background-color\":\"color(1)\",\"stack-header-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][oxy_header_left ct_sign_sha256=\'b0da58d074027b0705029e9a03c71a7a9edaad3267f8e76a3f45502b1cce2ba2\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"_header_left-3-8\"}\'][ct_link_2 ct_sign_sha256=\'1c60caea64a68cc459c29721db348b3d6660cfdb5afe784c73413df634335a8f\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"link-4-8\",\"classes\":{\"0\":\"hyperion-logo\"},\"media\":{\"phone-portrait\":{\"original\":{\"padding-bottom\":\"18\",\"padding-top\":\"18\"}}}}\'][ct_image ct_sign_sha256=\'2a55068c6c6a89e1eab87ae374891c79049d28155031c8a339c5f5733638d4ae\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"image-5-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-Non-Trans-Logo.png\",\"width\":\"155\"},\"activeselector\":false}\'][/ct_image][/ct_link_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'e9d810653e9c8655fa48bfc85e5e1955a4c50b68c8441b618c38f83e51560169\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"_header_center-6-8\"}\'][oxy_nav_menu ct_sign_sha256=\'9bc0789e5d7e5c6e1f6777cdb6f26460c2bed2d4647d50e72a1c91e275ac915d\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"_nav_menu-7-8\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"on\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"24\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"24\",\"menu_hover_background-color\":\"color(1)\",\"menu_flex-direction\":\"row\",\"menu_font-size\":\"18\",\"menu_color\":\"color(6)\",\"menu_letter-spacing\":\".125\",\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_hover_color\":\"color(3)\",\"menu_active_color\":\"color(2)\",\"menu_dropdowns_padding-top\":\"18\",\"menu_dropdowns_padding-bottom\":\"18\",\"menu_hover_border-bottom-width\":\"2\",\"menu_dropdowns_background-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(6)\",\"menu_dropdowns_hover_color\":\"color(3)\",\"menu_dropdowns_hover_background-color\":\"color(1)\",\"menu_responsive_icon_color\":\"#ffffff\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"menu_justify-content\":\"center\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_background-color\":\"color(1)\",\"menu_color\":\"color(3)\",\"menu_border-bottom-width\":\"2\",\"menu_dropdowns_color\":\"color(3)\",\"menu_dropdowns_background-color\":\"color(1)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"24\"}}}}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'e4f71c43c5a91fb9f4c01a35f93b48a840da3d7eed9a6a90226b83ef80fc96ca\' ct_options=\'{\"ct_id\":8,\"ct_parent\":2,\"selector\":\"_header_right-8-8\"}\'][ct_link_text ct_sign_sha256=\'e01ff83f34fa8aa64af55b4e9ae101b85b4fc15399764f7bbbfcf03a7fafec1e\' ct_options=\'{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"link_text-9-8\",\"original\":{\"font-size\":\"18\",\"font-weight\":\"900\",\"color\":\"color(3)\",\"hover_color\":\"color(1)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"background-color\":\"color(16)\",\"letter-spacing\":\"1\",\"line-height\":\"1\",\"padding-top\":\"18\",\"padding-bottom\":\"18\",\"padding-left\":\"42\",\"padding-right\":\"42\",\"border-radius\":\"100\",\"url\":\"#\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"url_encoded\":\"true\"},\"hover\":{\"color\":\"color(1)\",\"background-color\":\"#ffffff\"},\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"12\",\"margin-bottom\":\"12\"}}}}\']CONTACT[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content ct_sign_sha256=\'a686ce0415c9e0aecb60979d4145733a884e058d863e18bae4d702a94d2b93fb\' ct_options=\'{\"ct_id\":11,\"ct_parent\":0,\"selector\":\"inner_content-11-8\"}\'][/ct_inner_content][ct_section ct_sign_sha256=\'96ea182a9a37200411e1761ebe6eefb2d1b1ec1a78f720ad40dd22a399f8917a\' ct_options=\'{\"ct_id\":12,\"ct_parent\":0,\"selector\":\"section-12-8\",\"original\":{\"background-color\":\"color(11)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"48\",\"container-padding-bottom\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Footer\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"30\"}}}}\'][ct_link_2 ct_sign_sha256=\'b23edd70da2182e0b30777a363d176007ede1b56e05dcedc8e17f3b6ed77fb71\' ct_options=\'{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"link-13-8\",\"classes\":{\"0\":\"hyperion-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"margin-bottom\":\"12\",\"globalConditionsResult\":true}}\'][ct_image ct_sign_sha256=\'fde5fb8af552b91668262b2e253a626cc66aa6c404bfe39e516c9af3eeed28d7\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"image-14-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-Non-Trans-Logo.png\",\"width\":\"119\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][/ct_link_2][oxy_social_icons ct_sign_sha256=\'910f124e9284268957ce069f83d08c5982dc82ef01bf0248feb3c63697fbea5e\' ct_options=\'{\"ct_id\":15,\"ct_parent\":12,\"selector\":\"_social_icons-15-8\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/oxy_social_icons][oxy_nav_menu ct_sign_sha256=\'fc8983faff2b944b8ef53dd425c3bea15f99acfc4834f53a39a6347150a8aac3\' ct_options=\'{\"ct_id\":16,\"ct_parent\":12,\"selector\":\"_nav_menu-16-8\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_icon_size\":\"18\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"30\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"30\",\"menu_flex-direction\":\"row\",\"menu_color\":\"color(6)\",\"menu_font-size\":\"18\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_letter-spacing\":\".125\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"border-top-width\":\"0\",\"border-right-width\":\"0\",\"border-bottom-width\":\"2\",\"border-left-width\":\"0\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"none\",\"border-bottom-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(11)\",\"menu_responsive_dropdowns\":\"off\",\"margin-bottom\":\"24\",\"menu_responsive_background_color\":\"color(11)\",\"menu_responsive_link_color\":\"color(6)\",\"menu_responsive_hover_link_color\":\"color(3)\",\"globalConditionsResult\":true,\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"}},\"phone-landscape\":{\"original\":{\"margin-right\":\"0\"}}}}\'][/oxy_nav_menu][ct_text_block ct_sign_sha256=\'4904ed297a05dedb95903c656efdfefa7ff000de8eb6dbbd5b2ded3e77c8fd86\' ct_options=\'{\"ct_id\":17,\"ct_parent\":12,\"selector\":\"text_block-17-8\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Copyright © <a href=\"http://soflyy.com\">S</a>ProSports Foundation[/ct_text_block][ct_text_block ct_sign_sha256=\'31e643e4c2c4586a9dea7a6daa35c22f9becb3c9a0b95310114b41a97b32a0af\' ct_options=\'{\"ct_id\":18,\"ct_parent\":12,\"selector\":\"text_block-18-8\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Proudly designed with <a href=\"http://oxygenbuilder.com\">Oxygen</a>, the world\'s best visual website design software[/ct_text_block][/ct_section]'),(64,8,'ct_builder_shortcodes_revisions_dates','1600405089'),(65,8,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'d7f7f4113ccabda645db58f7eb0ffd3a85aa1d86740520e8595bef4b3d8a7ca9\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"_header-1-8\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\"},\"activeselector\":false,\"nicename\":\"Header Simple One Line\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'5bfdd4c954b889bf6e0f8154cdcf170b2ad38368ec40c318511b487c6fbb7ff0\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"_header_row-2-8\",\"original\":{\"background-color\":\"color(1)\",\"stack-header-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][oxy_header_left ct_sign_sha256=\'dc432990b2e2d78c94d2406fa487b155edcf425430ce6cda792bba9857c18d0c\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"_header_left-3-8\"}\'][ct_link_2 ct_sign_sha256=\'ffe1bdb29addb59baae92cfda4f57010cce89d7fa345befdd3e217380cccb392\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"link-4-8\",\"classes\":{\"0\":\"hyperion-logo\"},\"media\":{\"phone-portrait\":{\"original\":{\"padding-bottom\":\"18\",\"padding-top\":\"18\"}}}}\'][ct_image ct_sign_sha256=\'cc1be666885e83bd857f4aea1304e622dba1c80e826254aaee82c1c075bfe2e1\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"image-5-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"width\":\"155\",\"background-color\":\"#000000\"},\"activeselector\":false}\'][/ct_image][/ct_link_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'e9d810653e9c8655fa48bfc85e5e1955a4c50b68c8441b618c38f83e51560169\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"_header_center-6-8\"}\'][oxy_nav_menu ct_sign_sha256=\'9bc0789e5d7e5c6e1f6777cdb6f26460c2bed2d4647d50e72a1c91e275ac915d\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"_nav_menu-7-8\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"on\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"24\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"24\",\"menu_hover_background-color\":\"color(1)\",\"menu_flex-direction\":\"row\",\"menu_font-size\":\"18\",\"menu_color\":\"color(6)\",\"menu_letter-spacing\":\".125\",\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_hover_color\":\"color(3)\",\"menu_active_color\":\"color(2)\",\"menu_dropdowns_padding-top\":\"18\",\"menu_dropdowns_padding-bottom\":\"18\",\"menu_hover_border-bottom-width\":\"2\",\"menu_dropdowns_background-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(6)\",\"menu_dropdowns_hover_color\":\"color(3)\",\"menu_dropdowns_hover_background-color\":\"color(1)\",\"menu_responsive_icon_color\":\"#ffffff\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"menu_justify-content\":\"center\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_background-color\":\"color(1)\",\"menu_color\":\"color(3)\",\"menu_border-bottom-width\":\"2\",\"menu_dropdowns_color\":\"color(3)\",\"menu_dropdowns_background-color\":\"color(1)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"24\"}}}}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'e4f71c43c5a91fb9f4c01a35f93b48a840da3d7eed9a6a90226b83ef80fc96ca\' ct_options=\'{\"ct_id\":8,\"ct_parent\":2,\"selector\":\"_header_right-8-8\"}\'][ct_link_text ct_sign_sha256=\'e01ff83f34fa8aa64af55b4e9ae101b85b4fc15399764f7bbbfcf03a7fafec1e\' ct_options=\'{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"link_text-9-8\",\"original\":{\"font-size\":\"18\",\"font-weight\":\"900\",\"color\":\"color(3)\",\"hover_color\":\"color(1)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"background-color\":\"color(16)\",\"letter-spacing\":\"1\",\"line-height\":\"1\",\"padding-top\":\"18\",\"padding-bottom\":\"18\",\"padding-left\":\"42\",\"padding-right\":\"42\",\"border-radius\":\"100\",\"url\":\"#\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"url_encoded\":\"true\"},\"hover\":{\"color\":\"color(1)\",\"background-color\":\"#ffffff\"},\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"12\",\"margin-bottom\":\"12\"}}}}\']CONTACT[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content ct_sign_sha256=\'a686ce0415c9e0aecb60979d4145733a884e058d863e18bae4d702a94d2b93fb\' ct_options=\'{\"ct_id\":11,\"ct_parent\":0,\"selector\":\"inner_content-11-8\"}\'][/ct_inner_content][ct_section ct_sign_sha256=\'96ea182a9a37200411e1761ebe6eefb2d1b1ec1a78f720ad40dd22a399f8917a\' ct_options=\'{\"ct_id\":12,\"ct_parent\":0,\"selector\":\"section-12-8\",\"original\":{\"background-color\":\"color(11)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"48\",\"container-padding-bottom\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Footer\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"30\"}}}}\'][ct_link_2 ct_sign_sha256=\'b23edd70da2182e0b30777a363d176007ede1b56e05dcedc8e17f3b6ed77fb71\' ct_options=\'{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"link-13-8\",\"classes\":{\"0\":\"hyperion-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"margin-bottom\":\"12\",\"globalConditionsResult\":true}}\'][ct_image ct_sign_sha256=\'fde5fb8af552b91668262b2e253a626cc66aa6c404bfe39e516c9af3eeed28d7\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"image-14-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-Non-Trans-Logo.png\",\"width\":\"119\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][/ct_link_2][oxy_social_icons ct_sign_sha256=\'910f124e9284268957ce069f83d08c5982dc82ef01bf0248feb3c63697fbea5e\' ct_options=\'{\"ct_id\":15,\"ct_parent\":12,\"selector\":\"_social_icons-15-8\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/oxy_social_icons][oxy_nav_menu ct_sign_sha256=\'fc8983faff2b944b8ef53dd425c3bea15f99acfc4834f53a39a6347150a8aac3\' ct_options=\'{\"ct_id\":16,\"ct_parent\":12,\"selector\":\"_nav_menu-16-8\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_icon_size\":\"18\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"30\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"30\",\"menu_flex-direction\":\"row\",\"menu_color\":\"color(6)\",\"menu_font-size\":\"18\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_letter-spacing\":\".125\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"border-top-width\":\"0\",\"border-right-width\":\"0\",\"border-bottom-width\":\"2\",\"border-left-width\":\"0\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"none\",\"border-bottom-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(11)\",\"menu_responsive_dropdowns\":\"off\",\"margin-bottom\":\"24\",\"menu_responsive_background_color\":\"color(11)\",\"menu_responsive_link_color\":\"color(6)\",\"menu_responsive_hover_link_color\":\"color(3)\",\"globalConditionsResult\":true,\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"}},\"phone-landscape\":{\"original\":{\"margin-right\":\"0\"}}}}\'][/oxy_nav_menu][ct_text_block ct_sign_sha256=\'4904ed297a05dedb95903c656efdfefa7ff000de8eb6dbbd5b2ded3e77c8fd86\' ct_options=\'{\"ct_id\":17,\"ct_parent\":12,\"selector\":\"text_block-17-8\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Copyright © <a href=\"http://soflyy.com\">S</a>ProSports Foundation[/ct_text_block][ct_text_block ct_sign_sha256=\'31e643e4c2c4586a9dea7a6daa35c22f9becb3c9a0b95310114b41a97b32a0af\' ct_options=\'{\"ct_id\":18,\"ct_parent\":12,\"selector\":\"text_block-18-8\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Proudly designed with <a href=\"http://oxygenbuilder.com\">Oxygen</a>, the world\'s best visual website design software[/ct_text_block][/ct_section]'),(66,8,'ct_builder_shortcodes_revisions_dates','1600405121'),(67,8,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'e63dbe5d218d23bd0b9fb33954c0a3e048bef7c04e7b3bcd532156ccfd88b650\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"_header-1-8\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\"},\"activeselector\":false,\"nicename\":\"Header Simple One Line\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'85aff153504469b4c145d7061334f899ce803f9a21b44711904c88c28ec4e944\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"_header_row-2-8\",\"original\":{\"background-color\":\"color(1)\",\"stack-header-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][oxy_header_left ct_sign_sha256=\'36cc5df5385b568fc628ba83be205850a891f5d81f0e3ea41ca265468f8f0d89\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"_header_left-3-8\"}\'][ct_link_2 ct_sign_sha256=\'242ca652e04c236ed8a0f6f977bd279f9a15983987f5566857578f2f6dcf483e\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"link-4-8\",\"classes\":{\"0\":\"hyperion-logo\"},\"media\":{\"phone-portrait\":{\"original\":{\"padding-bottom\":\"18\",\"padding-top\":\"18\"}}},\"original\":{\"background-attachment\":\"scroll\"}}\'][ct_image ct_sign_sha256=\'cc1be666885e83bd857f4aea1304e622dba1c80e826254aaee82c1c075bfe2e1\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"image-5-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"width\":\"155\",\"background-color\":\"#000000\"},\"activeselector\":false}\'][/ct_image][/ct_link_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'e9d810653e9c8655fa48bfc85e5e1955a4c50b68c8441b618c38f83e51560169\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"_header_center-6-8\"}\'][oxy_nav_menu ct_sign_sha256=\'9bc0789e5d7e5c6e1f6777cdb6f26460c2bed2d4647d50e72a1c91e275ac915d\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"_nav_menu-7-8\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"on\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"24\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"24\",\"menu_hover_background-color\":\"color(1)\",\"menu_flex-direction\":\"row\",\"menu_font-size\":\"18\",\"menu_color\":\"color(6)\",\"menu_letter-spacing\":\".125\",\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_hover_color\":\"color(3)\",\"menu_active_color\":\"color(2)\",\"menu_dropdowns_padding-top\":\"18\",\"menu_dropdowns_padding-bottom\":\"18\",\"menu_hover_border-bottom-width\":\"2\",\"menu_dropdowns_background-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(6)\",\"menu_dropdowns_hover_color\":\"color(3)\",\"menu_dropdowns_hover_background-color\":\"color(1)\",\"menu_responsive_icon_color\":\"#ffffff\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"menu_justify-content\":\"center\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_background-color\":\"color(1)\",\"menu_color\":\"color(3)\",\"menu_border-bottom-width\":\"2\",\"menu_dropdowns_color\":\"color(3)\",\"menu_dropdowns_background-color\":\"color(1)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"24\"}}}}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'e4f71c43c5a91fb9f4c01a35f93b48a840da3d7eed9a6a90226b83ef80fc96ca\' ct_options=\'{\"ct_id\":8,\"ct_parent\":2,\"selector\":\"_header_right-8-8\"}\'][ct_link_text ct_sign_sha256=\'e01ff83f34fa8aa64af55b4e9ae101b85b4fc15399764f7bbbfcf03a7fafec1e\' ct_options=\'{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"link_text-9-8\",\"original\":{\"font-size\":\"18\",\"font-weight\":\"900\",\"color\":\"color(3)\",\"hover_color\":\"color(1)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"background-color\":\"color(16)\",\"letter-spacing\":\"1\",\"line-height\":\"1\",\"padding-top\":\"18\",\"padding-bottom\":\"18\",\"padding-left\":\"42\",\"padding-right\":\"42\",\"border-radius\":\"100\",\"url\":\"#\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"url_encoded\":\"true\"},\"hover\":{\"color\":\"color(1)\",\"background-color\":\"#ffffff\"},\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"12\",\"margin-bottom\":\"12\"}}}}\']CONTACT[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content ct_sign_sha256=\'a686ce0415c9e0aecb60979d4145733a884e058d863e18bae4d702a94d2b93fb\' ct_options=\'{\"ct_id\":11,\"ct_parent\":0,\"selector\":\"inner_content-11-8\"}\'][/ct_inner_content][ct_section ct_sign_sha256=\'96ea182a9a37200411e1761ebe6eefb2d1b1ec1a78f720ad40dd22a399f8917a\' ct_options=\'{\"ct_id\":12,\"ct_parent\":0,\"selector\":\"section-12-8\",\"original\":{\"background-color\":\"color(11)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"48\",\"container-padding-bottom\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Footer\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"30\"}}}}\'][ct_link_2 ct_sign_sha256=\'b23edd70da2182e0b30777a363d176007ede1b56e05dcedc8e17f3b6ed77fb71\' ct_options=\'{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"link-13-8\",\"classes\":{\"0\":\"hyperion-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"margin-bottom\":\"12\",\"globalConditionsResult\":true}}\'][ct_image ct_sign_sha256=\'fde5fb8af552b91668262b2e253a626cc66aa6c404bfe39e516c9af3eeed28d7\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"image-14-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-Non-Trans-Logo.png\",\"width\":\"119\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][/ct_link_2][oxy_social_icons ct_sign_sha256=\'910f124e9284268957ce069f83d08c5982dc82ef01bf0248feb3c63697fbea5e\' ct_options=\'{\"ct_id\":15,\"ct_parent\":12,\"selector\":\"_social_icons-15-8\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/oxy_social_icons][oxy_nav_menu ct_sign_sha256=\'fc8983faff2b944b8ef53dd425c3bea15f99acfc4834f53a39a6347150a8aac3\' ct_options=\'{\"ct_id\":16,\"ct_parent\":12,\"selector\":\"_nav_menu-16-8\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_icon_size\":\"18\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"30\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"30\",\"menu_flex-direction\":\"row\",\"menu_color\":\"color(6)\",\"menu_font-size\":\"18\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_letter-spacing\":\".125\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"border-top-width\":\"0\",\"border-right-width\":\"0\",\"border-bottom-width\":\"2\",\"border-left-width\":\"0\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"none\",\"border-bottom-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(11)\",\"menu_responsive_dropdowns\":\"off\",\"margin-bottom\":\"24\",\"menu_responsive_background_color\":\"color(11)\",\"menu_responsive_link_color\":\"color(6)\",\"menu_responsive_hover_link_color\":\"color(3)\",\"globalConditionsResult\":true,\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"}},\"phone-landscape\":{\"original\":{\"margin-right\":\"0\"}}}}\'][/oxy_nav_menu][ct_text_block ct_sign_sha256=\'4904ed297a05dedb95903c656efdfefa7ff000de8eb6dbbd5b2ded3e77c8fd86\' ct_options=\'{\"ct_id\":17,\"ct_parent\":12,\"selector\":\"text_block-17-8\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Copyright © <a href=\"http://soflyy.com\">S</a>ProSports Foundation[/ct_text_block][ct_text_block ct_sign_sha256=\'31e643e4c2c4586a9dea7a6daa35c22f9becb3c9a0b95310114b41a97b32a0af\' ct_options=\'{\"ct_id\":18,\"ct_parent\":12,\"selector\":\"text_block-18-8\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Proudly designed with <a href=\"http://oxygenbuilder.com\">Oxygen</a>, the world\'s best visual website design software[/ct_text_block][/ct_section]'),(68,8,'ct_builder_shortcodes_revisions_dates','1600405165'),(69,8,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'f69da0c5c45cb368acd5d154cbc05b2f869000960fa79e35bcbde50c409e4ed4\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"_header-1-8\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\"},\"activeselector\":false,\"nicename\":\"Header Simple One Line\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'01d13c5c3a3a6c335ce78cc330f62999781591bb4d16c3db9ea3cf344a43b5d2\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"_header_row-2-8\",\"original\":{\"background-color\":\"color(1)\",\"stack-header-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][oxy_header_left ct_sign_sha256=\'b592ca77b877e1224cfc91940a49c5322d3e3b3dcd1d5d02f5c73310e597e75f\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"_header_left-3-8\"}\'][ct_link_2 ct_sign_sha256=\'bfe1f06908774d0b43a4e6bce68c008f330486f4236e861fbe7771327887e607\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"link-4-8\",\"classes\":{\"0\":\"hyperion-logo\"},\"media\":{\"phone-portrait\":{\"original\":{\"padding-bottom\":\"18\",\"padding-top\":\"18\"}}},\"original\":{\"background-attachment\":\"scroll\"}}\'][ct_image ct_sign_sha256=\'d72ab60ec03c0889a44056d604267076cb361ebad3b1dbef89531058ab4dd706\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"image-5-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"width\":\"150\",\"background-color\":\"#000000\"},\"activeselector\":false}\'][/ct_image][/ct_link_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'e9d810653e9c8655fa48bfc85e5e1955a4c50b68c8441b618c38f83e51560169\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"_header_center-6-8\"}\'][oxy_nav_menu ct_sign_sha256=\'9bc0789e5d7e5c6e1f6777cdb6f26460c2bed2d4647d50e72a1c91e275ac915d\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"_nav_menu-7-8\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"on\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"24\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"24\",\"menu_hover_background-color\":\"color(1)\",\"menu_flex-direction\":\"row\",\"menu_font-size\":\"18\",\"menu_color\":\"color(6)\",\"menu_letter-spacing\":\".125\",\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_hover_color\":\"color(3)\",\"menu_active_color\":\"color(2)\",\"menu_dropdowns_padding-top\":\"18\",\"menu_dropdowns_padding-bottom\":\"18\",\"menu_hover_border-bottom-width\":\"2\",\"menu_dropdowns_background-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(6)\",\"menu_dropdowns_hover_color\":\"color(3)\",\"menu_dropdowns_hover_background-color\":\"color(1)\",\"menu_responsive_icon_color\":\"#ffffff\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"menu_justify-content\":\"center\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_background-color\":\"color(1)\",\"menu_color\":\"color(3)\",\"menu_border-bottom-width\":\"2\",\"menu_dropdowns_color\":\"color(3)\",\"menu_dropdowns_background-color\":\"color(1)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"24\"}}}}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'e4f71c43c5a91fb9f4c01a35f93b48a840da3d7eed9a6a90226b83ef80fc96ca\' ct_options=\'{\"ct_id\":8,\"ct_parent\":2,\"selector\":\"_header_right-8-8\"}\'][ct_link_text ct_sign_sha256=\'e01ff83f34fa8aa64af55b4e9ae101b85b4fc15399764f7bbbfcf03a7fafec1e\' ct_options=\'{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"link_text-9-8\",\"original\":{\"font-size\":\"18\",\"font-weight\":\"900\",\"color\":\"color(3)\",\"hover_color\":\"color(1)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"background-color\":\"color(16)\",\"letter-spacing\":\"1\",\"line-height\":\"1\",\"padding-top\":\"18\",\"padding-bottom\":\"18\",\"padding-left\":\"42\",\"padding-right\":\"42\",\"border-radius\":\"100\",\"url\":\"#\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"url_encoded\":\"true\"},\"hover\":{\"color\":\"color(1)\",\"background-color\":\"#ffffff\"},\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"12\",\"margin-bottom\":\"12\"}}}}\']CONTACT[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content ct_sign_sha256=\'a686ce0415c9e0aecb60979d4145733a884e058d863e18bae4d702a94d2b93fb\' ct_options=\'{\"ct_id\":11,\"ct_parent\":0,\"selector\":\"inner_content-11-8\"}\'][/ct_inner_content][ct_section ct_sign_sha256=\'96ea182a9a37200411e1761ebe6eefb2d1b1ec1a78f720ad40dd22a399f8917a\' ct_options=\'{\"ct_id\":12,\"ct_parent\":0,\"selector\":\"section-12-8\",\"original\":{\"background-color\":\"color(11)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"48\",\"container-padding-bottom\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Footer\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"30\"}}}}\'][ct_link_2 ct_sign_sha256=\'b23edd70da2182e0b30777a363d176007ede1b56e05dcedc8e17f3b6ed77fb71\' ct_options=\'{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"link-13-8\",\"classes\":{\"0\":\"hyperion-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"margin-bottom\":\"12\",\"globalConditionsResult\":true}}\'][ct_image ct_sign_sha256=\'fde5fb8af552b91668262b2e253a626cc66aa6c404bfe39e516c9af3eeed28d7\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"image-14-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-Non-Trans-Logo.png\",\"width\":\"119\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][/ct_link_2][oxy_social_icons ct_sign_sha256=\'910f124e9284268957ce069f83d08c5982dc82ef01bf0248feb3c63697fbea5e\' ct_options=\'{\"ct_id\":15,\"ct_parent\":12,\"selector\":\"_social_icons-15-8\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/oxy_social_icons][oxy_nav_menu ct_sign_sha256=\'fc8983faff2b944b8ef53dd425c3bea15f99acfc4834f53a39a6347150a8aac3\' ct_options=\'{\"ct_id\":16,\"ct_parent\":12,\"selector\":\"_nav_menu-16-8\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_icon_size\":\"18\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"30\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"30\",\"menu_flex-direction\":\"row\",\"menu_color\":\"color(6)\",\"menu_font-size\":\"18\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_letter-spacing\":\".125\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"border-top-width\":\"0\",\"border-right-width\":\"0\",\"border-bottom-width\":\"2\",\"border-left-width\":\"0\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"none\",\"border-bottom-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(11)\",\"menu_responsive_dropdowns\":\"off\",\"margin-bottom\":\"24\",\"menu_responsive_background_color\":\"color(11)\",\"menu_responsive_link_color\":\"color(6)\",\"menu_responsive_hover_link_color\":\"color(3)\",\"globalConditionsResult\":true,\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"}},\"phone-landscape\":{\"original\":{\"margin-right\":\"0\"}}}}\'][/oxy_nav_menu][ct_text_block ct_sign_sha256=\'4904ed297a05dedb95903c656efdfefa7ff000de8eb6dbbd5b2ded3e77c8fd86\' ct_options=\'{\"ct_id\":17,\"ct_parent\":12,\"selector\":\"text_block-17-8\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Copyright © <a href=\"http://soflyy.com\">S</a>ProSports Foundation[/ct_text_block][ct_text_block ct_sign_sha256=\'31e643e4c2c4586a9dea7a6daa35c22f9becb3c9a0b95310114b41a97b32a0af\' ct_options=\'{\"ct_id\":18,\"ct_parent\":12,\"selector\":\"text_block-18-8\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Proudly designed with <a href=\"http://oxygenbuilder.com\">Oxygen</a>, the world\'s best visual website design software[/ct_text_block][/ct_section]'),(70,8,'ct_builder_shortcodes_revisions_dates','1600405222'),(283,8,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'140390b78fe9404faa61147795e399c2acd7208f1cb594574a889366953477d2\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"_header-1-8\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\"},\"activeselector\":false,\"nicename\":\"Header Simple One Line\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'1125d8b77251a7a7204d7cce2dc39cd96cb62aca6244654750ab6f4e3e2ec5c6\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"_header_row-2-8\",\"original\":{\"background-color\":\"color(1)\",\"stack-header-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][oxy_header_left ct_sign_sha256=\'b592ca77b877e1224cfc91940a49c5322d3e3b3dcd1d5d02f5c73310e597e75f\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"_header_left-3-8\"}\'][ct_link_2 ct_sign_sha256=\'bfe1f06908774d0b43a4e6bce68c008f330486f4236e861fbe7771327887e607\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"link-4-8\",\"classes\":{\"0\":\"hyperion-logo\"},\"media\":{\"phone-portrait\":{\"original\":{\"padding-bottom\":\"18\",\"padding-top\":\"18\"}}},\"original\":{\"background-attachment\":\"scroll\"}}\'][ct_image ct_sign_sha256=\'d72ab60ec03c0889a44056d604267076cb361ebad3b1dbef89531058ab4dd706\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"image-5-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"width\":\"150\",\"background-color\":\"#000000\"},\"activeselector\":false}\'][/ct_image][/ct_link_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'e9d810653e9c8655fa48bfc85e5e1955a4c50b68c8441b618c38f83e51560169\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"_header_center-6-8\"}\'][oxy_nav_menu ct_sign_sha256=\'9bc0789e5d7e5c6e1f6777cdb6f26460c2bed2d4647d50e72a1c91e275ac915d\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"_nav_menu-7-8\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"on\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"24\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"24\",\"menu_hover_background-color\":\"color(1)\",\"menu_flex-direction\":\"row\",\"menu_font-size\":\"18\",\"menu_color\":\"color(6)\",\"menu_letter-spacing\":\".125\",\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_hover_color\":\"color(3)\",\"menu_active_color\":\"color(2)\",\"menu_dropdowns_padding-top\":\"18\",\"menu_dropdowns_padding-bottom\":\"18\",\"menu_hover_border-bottom-width\":\"2\",\"menu_dropdowns_background-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(6)\",\"menu_dropdowns_hover_color\":\"color(3)\",\"menu_dropdowns_hover_background-color\":\"color(1)\",\"menu_responsive_icon_color\":\"#ffffff\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"menu_justify-content\":\"center\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_background-color\":\"color(1)\",\"menu_color\":\"color(3)\",\"menu_border-bottom-width\":\"2\",\"menu_dropdowns_color\":\"color(3)\",\"menu_dropdowns_background-color\":\"color(1)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"24\"}}}}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'60c6b545548527fe00a0d84c0b6c864fdd399f1171311ad52d4946bb599c0e64\' ct_options=\'{\"ct_id\":8,\"ct_parent\":2,\"selector\":\"_header_right-8-8\"}\'][ct_link_text ct_sign_sha256=\'deef5fa3661a2de9aabfef0085f064a5bbbaf64137c087f4e87a615b276f2c3d\' ct_options=\'{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"link_text-9-8\",\"original\":{\"font-size\":\"18\",\"font-weight\":\"900\",\"color\":\"color(3)\",\"hover_color\":\"color(1)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"background-color\":\"color(16)\",\"letter-spacing\":\"1\",\"line-height\":\"1\",\"padding-top\":\"18\",\"padding-bottom\":\"18\",\"padding-left\":\"42\",\"padding-right\":\"42\",\"border-radius\":\"100\",\"url\":\"mailto:hello@prosportsfoundation.com\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"url_encoded\":\"true\",\"target\":\"\"},\"hover\":{\"color\":\"color(1)\",\"background-color\":\"#ffffff\"},\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"12\",\"margin-bottom\":\"12\"}}}}\']CONTACT[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content ct_sign_sha256=\'a686ce0415c9e0aecb60979d4145733a884e058d863e18bae4d702a94d2b93fb\' ct_options=\'{\"ct_id\":11,\"ct_parent\":0,\"selector\":\"inner_content-11-8\"}\'][/ct_inner_content][ct_section ct_sign_sha256=\'152d8a67b20ab4bab61cad845709d51fc84f84669ba1ad7d9536a9a4fd0e06e3\' ct_options=\'{\"ct_id\":12,\"ct_parent\":0,\"selector\":\"section-12-8\",\"original\":{\"background-color\":\"color(11)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"48\",\"container-padding-bottom\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Footer\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"30\"}}}}\'][ct_link_2 ct_sign_sha256=\'b23edd70da2182e0b30777a363d176007ede1b56e05dcedc8e17f3b6ed77fb71\' ct_options=\'{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"link-13-8\",\"classes\":{\"0\":\"hyperion-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"margin-bottom\":\"12\",\"globalConditionsResult\":true}}\'][ct_image ct_sign_sha256=\'fde5fb8af552b91668262b2e253a626cc66aa6c404bfe39e516c9af3eeed28d7\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"image-14-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-Non-Trans-Logo.png\",\"width\":\"119\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][/ct_link_2][oxy_social_icons ct_sign_sha256=\'910f124e9284268957ce069f83d08c5982dc82ef01bf0248feb3c63697fbea5e\' ct_options=\'{\"ct_id\":15,\"ct_parent\":12,\"selector\":\"_social_icons-15-8\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/oxy_social_icons][oxy_nav_menu ct_sign_sha256=\'fc8983faff2b944b8ef53dd425c3bea15f99acfc4834f53a39a6347150a8aac3\' ct_options=\'{\"ct_id\":16,\"ct_parent\":12,\"selector\":\"_nav_menu-16-8\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_icon_size\":\"18\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"30\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"30\",\"menu_flex-direction\":\"row\",\"menu_color\":\"color(6)\",\"menu_font-size\":\"18\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_letter-spacing\":\".125\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"border-top-width\":\"0\",\"border-right-width\":\"0\",\"border-bottom-width\":\"2\",\"border-left-width\":\"0\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"none\",\"border-bottom-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(11)\",\"menu_responsive_dropdowns\":\"off\",\"margin-bottom\":\"24\",\"menu_responsive_background_color\":\"color(11)\",\"menu_responsive_link_color\":\"color(6)\",\"menu_responsive_hover_link_color\":\"color(3)\",\"globalConditionsResult\":true,\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"}},\"phone-landscape\":{\"original\":{\"margin-right\":\"0\"}}}}\'][/oxy_nav_menu][ct_text_block ct_sign_sha256=\'4904ed297a05dedb95903c656efdfefa7ff000de8eb6dbbd5b2ded3e77c8fd86\' ct_options=\'{\"ct_id\":17,\"ct_parent\":12,\"selector\":\"text_block-17-8\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Copyright © <a href=\"http://soflyy.com\">S</a>ProSports Foundation[/ct_text_block][ct_text_block ct_sign_sha256=\'2a8a686c2c8b2b89754bed6d8be1a428c0efce2611c7a69727250e87e52e20e6\' ct_options=\'{\"ct_id\":18,\"ct_parent\":12,\"selector\":\"text_block-18-8\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\'][/ct_text_block][/ct_section]'),(887,46,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'1aac6d2b4fe7451d9233fb14f5e16566bb1bb11dbf0a1b2a7901a05b9d94b5b0\' ct_options=\'{\"ct_id\":23,\"ct_parent\":0,\"selector\":\"section-23-46\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"43\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'b579ed47e64e2fe03d888ac6e87bd228bd815758c6c593650e37b24e5095fb67\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"text_block-24-46\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"39\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']FUNDRAISER FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'ad51d776e43ab0555f4a7332992be68ab92fccdf6e2fb66ee93c991502d3d010\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"headline-25-46\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']DONATE[/ct_headline][ct_text_block ct_sign_sha256=\'6b4339a0e8b3596ad8962bf4319e208f98164c671eac5d333a81c5ed60746f9b\' ct_options=\'{\"ct_id\":26,\"ct_parent\":23,\"selector\":\"text_block-26-46\",\"original\":{\"margin-bottom\":\"30\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"28\"},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']We are facing some issues with Razorpay payment button. We will sort it and add the button soon. We should be able to add the button back by 12pm.&nbsp;Apologies for any inconvenience caused.[/ct_text_block][/ct_section]'),(891,89,'_wp_attached_file','2020/09/Anoop.png'),(892,89,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:17:\"2020/09/Anoop.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Anoop-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Anoop-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:{}}}'),(893,90,'_wp_attached_file','2020/09/Harikrupa.png'),(894,90,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:21:\"2020/09/Harikrupa.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Harikrupa-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Harikrupa-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:{}}}'),(895,91,'_wp_attached_file','2020/09/Mona-Gul.png'),(896,91,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2020/09/Mona-Gul.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Mona-Gul-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Mona-Gul-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:{}}}'),(897,92,'_wp_attached_file','2020/09/Prajwal.png'),(898,92,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:19:\"2020/09/Prajwal.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Prajwal-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Prajwal-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:{}}}'),(836,46,'ct_builder_shortcodes_revisions_dates','1600498851'),(857,46,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'51b4ab186d0ae40bca5a4dd3328002e4293bdaa9714c310dcef573e2bb7a6fe5\' ct_options=\'{\"ct_id\":23,\"ct_parent\":0,\"selector\":\"section-23-46\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"0\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'b579ed47e64e2fe03d888ac6e87bd228bd815758c6c593650e37b24e5095fb67\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"text_block-24-46\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"39\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']FUNDRAISER FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'ad51d776e43ab0555f4a7332992be68ab92fccdf6e2fb66ee93c991502d3d010\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"headline-25-46\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']DONATE[/ct_headline][ct_text_block ct_sign_sha256=\'74351e039cb0e844d24f80ff451fe50318ecb44e27901cfda64b36239b7be94f\' ct_options=\'{\"ct_id\":26,\"ct_parent\":23,\"selector\":\"text_block-26-46\",\"original\":{\"margin-bottom\":\"30\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"28\"},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']Donate by pressing the button below and fill the Donor Details for our records. If you want to be anonymous, then you can skip the form below. You are making the payment directly to Deepika Trust.[/ct_text_block][ct_code_block ct_sign_sha256=\'cf4da75e3dd924ecae17a839110ce17bf051f2b794b7db82d79f3cce8451f724\' ct_options=\'{\"ct_id\":33,\"ct_parent\":23,\"selector\":\"code_block-33-46\",\"original\":{\"code-php\":\"PGZvcm0+PHNjcmlwdCBzcmM9Imh0dHBzOi8vY2RuLnJhem9ycGF5LmNvbS9zdGF0aWMvd2lkZ2V0L3BheW1lbnQtYnV0dG9uLmpzIiBkYXRhLXBheW1lbnRfYnV0dG9uX2lkPSJwbF9GYk5yOUlVbHFEWXBDbiI+IDwvc2NyaXB0PiA8L2Zvcm0+\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][/ct_code_block][/ct_section]'),(837,46,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'0950736fc91548ce4b6c8858855d637131900e777a027b1040eabfa4ce91d8dd\' ct_options=\'{\"ct_id\":23,\"ct_parent\":0,\"selector\":\"section-23-46\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"0\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'b579ed47e64e2fe03d888ac6e87bd228bd815758c6c593650e37b24e5095fb67\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"text_block-24-46\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"39\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']FUNDRAISER FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'ad51d776e43ab0555f4a7332992be68ab92fccdf6e2fb66ee93c991502d3d010\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"headline-25-46\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']DONATE[/ct_headline][ct_text_block ct_sign_sha256=\'100cef9c4b208bb1d78b1574e55587b0cac0ce63d5348aaca2a406c78e3cf819\' ct_options=\'{\"ct_id\":26,\"ct_parent\":23,\"selector\":\"text_block-26-46\",\"original\":{\"margin-bottom\":\"30\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']Donate by pressing the button below and fill the Donor Details for our records. If you want to be anonymous, then you can skip the form below. You are making the payment directly to Deepika Education Trust.[/ct_text_block][ct_code_block ct_sign_sha256=\'cf4da75e3dd924ecae17a839110ce17bf051f2b794b7db82d79f3cce8451f724\' ct_options=\'{\"ct_id\":33,\"ct_parent\":23,\"selector\":\"code_block-33-46\",\"original\":{\"code-php\":\"PGZvcm0+PHNjcmlwdCBzcmM9Imh0dHBzOi8vY2RuLnJhem9ycGF5LmNvbS9zdGF0aWMvd2lkZ2V0L3BheW1lbnQtYnV0dG9uLmpzIiBkYXRhLXBheW1lbnRfYnV0dG9uX2lkPSJwbF9GYk5yOUlVbHFEWXBDbiI+IDwvc2NyaXB0PiA8L2Zvcm0+\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][/ct_code_block][ct_code_block ct_sign_sha256=\'58900d5720da9528fd16125ec4fe38bc9fceeb8e5e431977c762f4f97040596e\' ct_options=\'{\"ct_id\":32,\"ct_parent\":23,\"selector\":\"code_block-32-46\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0iaW52b2x2ZW1lX2VtYmVkIiBkYXRhLWVtYmVkPSJqdW1wcC9kb25hdGlvbi1mb3JtLWZvci1jeWNsaW5nIj48L2Rpdj4KPHNjcmlwdCBzcmM9Imh0dHBzOi8vYXBwLmludm9sdmUubWUvZW1iZWQiPjwvc2NyaXB0Pg==\",\"padding-bottom\":\"15\"},\"activeselector\":false}\'][/ct_code_block][/ct_section]'),(813,83,'_wp_attached_file','2020/09/Koushalyam-Movement.jpg'),(814,83,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1059;s:6:\"height\";i:794;s:4:\"file\";s:31:\"2020/09/Koushalyam-Movement.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Koushalyam-Movement-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Koushalyam-Movement-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Koushalyam-Movement-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:31:\"Koushalyam-Movement-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;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:{}}}'),(815,84,'_wp_attached_file','2020/09/Koushalyam-Music-and-Rhythm.jpg'),(816,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1412;s:6:\"height\";i:794;s:4:\"file\";s:39:\"2020/09/Koushalyam-Music-and-Rhythm.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Koushalyam-Music-and-Rhythm-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Koushalyam-Music-and-Rhythm-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Koushalyam-Music-and-Rhythm-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:39:\"Koushalyam-Music-and-Rhythm-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;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:{}}}'),(817,85,'_wp_attached_file','2020/09/Koushalyam-Visual-art.jpg'),(818,85,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1059;s:6:\"height\";i:794;s:4:\"file\";s:33:\"2020/09/Koushalyam-Visual-art.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Koushalyam-Visual-art-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Koushalyam-Visual-art-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Koushalyam-Visual-art-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:33:\"Koushalyam-Visual-art-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;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:{}}}'),(819,86,'_wp_attached_file','2020/09/Samashraya-Online.png'),(820,86,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:29:\"2020/09/Samashraya-Online.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Samashraya-Online-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Samashraya-Online-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Samashraya-Online-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:29:\"Samashraya-Online-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;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:{}}}'),(821,87,'_wp_attached_file','2020/09/Samashraya-On-the-stage.jpeg'),(822,87,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1152;s:6:\"height\";i:532;s:4:\"file\";s:36:\"2020/09/Samashraya-On-the-stage.jpeg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Samashraya-On-the-stage-300x139.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Samashraya-On-the-stage-1024x473.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Samashraya-On-the-stage-150x150.jpeg\";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:36:\"Samashraya-On-the-stage-768x355.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:355;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:{}}}'),(823,88,'_wp_attached_file','2020/09/Samshraya-Trekking.jpeg'),(824,88,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1152;s:6:\"height\";i:864;s:4:\"file\";s:31:\"2020/09/Samshraya-Trekking.jpeg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Samshraya-Trekking-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Samshraya-Trekking-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Samshraya-Trekking-150x150.jpeg\";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:31:\"Samshraya-Trekking-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;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:{}}}'),(838,46,'ct_builder_shortcodes_revisions_dates','1600498881'),(839,46,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'1927f6eb59ec19596019368f4608275222b4330e7de57471d8da366fccb794f7\' ct_options=\'{\"ct_id\":23,\"ct_parent\":0,\"selector\":\"section-23-46\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"0\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'b579ed47e64e2fe03d888ac6e87bd228bd815758c6c593650e37b24e5095fb67\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"text_block-24-46\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"39\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']FUNDRAISER FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'ad51d776e43ab0555f4a7332992be68ab92fccdf6e2fb66ee93c991502d3d010\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"headline-25-46\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']DONATE[/ct_headline][ct_text_block ct_sign_sha256=\'74351e039cb0e844d24f80ff451fe50318ecb44e27901cfda64b36239b7be94f\' ct_options=\'{\"ct_id\":26,\"ct_parent\":23,\"selector\":\"text_block-26-46\",\"original\":{\"margin-bottom\":\"30\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"28\"},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']Donate by pressing the button below and fill the Donor Details for our records. If you want to be anonymous, then you can skip the form below. You are making the payment directly to Deepika Trust.[/ct_text_block][ct_code_block ct_sign_sha256=\'cf4da75e3dd924ecae17a839110ce17bf051f2b794b7db82d79f3cce8451f724\' ct_options=\'{\"ct_id\":33,\"ct_parent\":23,\"selector\":\"code_block-33-46\",\"original\":{\"code-php\":\"PGZvcm0+PHNjcmlwdCBzcmM9Imh0dHBzOi8vY2RuLnJhem9ycGF5LmNvbS9zdGF0aWMvd2lkZ2V0L3BheW1lbnQtYnV0dG9uLmpzIiBkYXRhLXBheW1lbnRfYnV0dG9uX2lkPSJwbF9GYk5yOUlVbHFEWXBDbiI+IDwvc2NyaXB0PiA8L2Zvcm0+\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][/ct_code_block][ct_code_block ct_sign_sha256=\'58900d5720da9528fd16125ec4fe38bc9fceeb8e5e431977c762f4f97040596e\' ct_options=\'{\"ct_id\":32,\"ct_parent\":23,\"selector\":\"code_block-32-46\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0iaW52b2x2ZW1lX2VtYmVkIiBkYXRhLWVtYmVkPSJqdW1wcC9kb25hdGlvbi1mb3JtLWZvci1jeWNsaW5nIj48L2Rpdj4KPHNjcmlwdCBzcmM9Imh0dHBzOi8vYXBwLmludm9sdmUubWUvZW1iZWQiPjwvc2NyaXB0Pg==\",\"padding-bottom\":\"15\"},\"activeselector\":false}\'][/ct_code_block][/ct_section]'),(840,46,'ct_builder_shortcodes_revisions_dates','1600498889'),(883,46,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'ac29ed58b6aa4f01b5f04401db1e0bc080bed5645c107219a9ffe7f0ce51a74b\' ct_options=\'{\"ct_id\":23,\"ct_parent\":0,\"selector\":\"section-23-46\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"43\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'b579ed47e64e2fe03d888ac6e87bd228bd815758c6c593650e37b24e5095fb67\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"text_block-24-46\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"39\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']FUNDRAISER FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'ad51d776e43ab0555f4a7332992be68ab92fccdf6e2fb66ee93c991502d3d010\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"headline-25-46\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']DONATE[/ct_headline][ct_text_block ct_sign_sha256=\'4d51ecfaa8fea32d42fa098e61bc56ccb81a2d92d50faf6dc50bcebcc3ec256e\' ct_options=\'{\"ct_id\":26,\"ct_parent\":23,\"selector\":\"text_block-26-46\",\"original\":{\"margin-bottom\":\"30\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"28\"},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']Donate by pressing the button below. You are making the payment directly to Deepika Trust.[/ct_text_block][ct_code_block ct_sign_sha256=\'cf4da75e3dd924ecae17a839110ce17bf051f2b794b7db82d79f3cce8451f724\' ct_options=\'{\"ct_id\":33,\"ct_parent\":23,\"selector\":\"code_block-33-46\",\"original\":{\"code-php\":\"PGZvcm0+PHNjcmlwdCBzcmM9Imh0dHBzOi8vY2RuLnJhem9ycGF5LmNvbS9zdGF0aWMvd2lkZ2V0L3BheW1lbnQtYnV0dG9uLmpzIiBkYXRhLXBheW1lbnRfYnV0dG9uX2lkPSJwbF9GYk5yOUlVbHFEWXBDbiI+IDwvc2NyaXB0PiA8L2Zvcm0+\",\"padding-bottom\":\"20\"},\"activeselector\":false}\'][/ct_code_block][/ct_section]'),(884,46,'ct_builder_shortcodes_revisions_dates','1600747426'),(886,46,'ct_builder_shortcodes_revisions_dates','1600747620'),(776,80,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:20:\"2020/09/campaign.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(890,46,'ct_builder_shortcodes_revisions_dates','1600752505'),(779,81,'_wp_attached_file','2020/09/employee.png'),(780,81,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:20:\"2020/09/employee.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(781,82,'_wp_attached_file','2020/09/employees.png'),(782,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:21:\"2020/09/employees.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(783,5,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'8dfa238119f0ef5586fc18d4064863f82c69594f5e2b61d3af6defce76c5a559\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"_header-14-5\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"background-color\":\"color(1)\",\"globalConditionsResult\":true},\"nicename\":\"Header Two Rows\",\"ct_category\":\"Headers\",\"activeselector\":false}\'][oxy_header_row ct_sign_sha256=\'77bd7064bb3adf03639972e0017cc4c851bf970de3f799c783dc84e4d7f8994f\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"_header_row-15-5\",\"original\":{\"border-bottom-color\":\"#4f5262\",\"hide-row\":\"phone-landscape\",\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"background-color\":\"color(8)\",\"globalConditionsResult\":true}}\'][oxy_header_left ct_sign_sha256=\'eadaf8ad52ea2c2e997f51c18014c94e9b4a31b7aff35a35cca908c9ac0d519b\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"_header_left-16-5\"}\'][ct_fancy_icon ct_sign_sha256=\'e4bb898c9a8b142b8daed6c9982254cf41877f3427c294e3471221ec00b6aac4\' ct_options=\'{\"ct_id\":41,\"ct_parent\":16,\"selector\":\"fancy_icon-41-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-envelope\",\"icon-color\":\"color(3)\",\"icon-size\":\"14\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_text ct_sign_sha256=\'541d3a94a5b864830a364d6b8ac31171aeed20edbf19b503e65272ae2234efa3\' ct_options=\'{\"ct_id\":47,\"ct_parent\":16,\"selector\":\"link_text-47-5\",\"original\":{\"color\":\"color(2)\",\"font-size\":\"16\",\"url\":\"mailto:support@example.com\",\"-webkit-font-smoothing\":\"antialiased\",\"margin-right\":\"24\",\"globalConditionsResult\":true,\"url_encoded\":\"true\"},\"hover\":{\"text-decoration\":\"underline\"},\"activeselector\":false}\']contact@prosportsfoundation.com[/ct_link_text][ct_fancy_icon ct_sign_sha256=\'bcc20d4cc5fb1963613646c9398722cad75e3622857b3cc47834cc37ab97d2dc\' ct_options=\'{\"ct_id\":44,\"ct_parent\":16,\"selector\":\"fancy_icon-44-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-marker\",\"icon-color\":\"color(3)\",\"icon-size\":\"18\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'25f6b69e308e7d863405291b7dcbd62614a9def1ef933d5e13bd4655c1d235c8\' ct_options=\'{\"ct_id\":37,\"ct_parent\":16,\"selector\":\"text_block-37-5\",\"original\":{\"color\":\"color(3)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.5\",\"-webkit-font-smoothing\":\"antialiased\",\"globalConditionsResult\":true},\"activeselector\":false}\']Bengaluru, INDIA[/ct_text_block][/oxy_header_left][oxy_header_center ct_sign_sha256=\'23a9435bd1238e98ef39289b48871d14940b618769f366dbbd31902a15495499\' ct_options=\'{\"ct_id\":17,\"ct_parent\":15,\"selector\":\"_header_center-17-5\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'afc55c58d8515b6658fa011de7e039b20b5105bddc7a860451a64f85409beba7\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"_header_right-18-5\"}\'][oxy_social_icons ct_sign_sha256=\'fabe4701a1ad3629002e5fc159d030e8bdc506f3c23fb0a26d87b1f840f580c8\' ct_options=\'{\"ct_id\":31,\"ct_parent\":18,\"selector\":\"_social_icons-31-5\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true,\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'f7078fc9fea5188099b2d68ed543eae98affe073471a0faaa7ad65dd8823ef6d\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-5\",\"original\":{\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/cycling-main.jpg\",\"background-size\":\"manual\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"container-padding-top\":\"180\",\"container-padding-bottom\":\"54\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"container-padding-left\":\"40\",\"container-padding-right\":\"40\",\"globalConditionsResult\":true,\"background-size-width-unit\":\"%\",\"background-size-width\":\"100\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-size-width-unit\":\"%\",\"background-position-left-unit\":\"%\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-position-left\":\"0\"}},\"page-width\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"30\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"-30\",\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/cycling-main.jpg\",\"background-color\":\"color(15)\"}}},\"nicename\":\"Simple Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'50e562722e94964f913282372a3d971b2946d0c15ddce7ed0edc528cdbf4efc6\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"globalConditionsResult\":true,\"background-color\":\"color(3)\"}}\']PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'d1d0ba8b20078a67568b799355a892c790e72c7924d3c8ce3c8ef71d987849f6\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-5\",\"original\":{\"margin-left\":\"-12\",\"globalConditionsResult\":true,\"font-size\":\"100\",\"color\":\"color(3)\",\"text-shadow-color\":\"color(1)\",\"text-shadow-horizontal-offset\":\"5\",\"text-shadow-vertical-offset\":\"5\",\"text-shadow-blur\":\"5\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-left\":\"-6\"}},\"phone-landscape\":{\"original\":{\"margin-left\":\"-6\",\"font-size\":\"86\"}}}}\']Leverage Sports for Social Impact[/ct_headline][ct_link_text ct_sign_sha256=\'d9073bdf9e8bf97c83d2192db781bc3593738c511281a1586aae9296a47b60da\' ct_options=\'{\"ct_id\":12,\"ct_parent\":2,\"selector\":\"link_text-12-5\",\"original\":{\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/about-us/\",\"url_encoded\":\"true\",\"target\":\"\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":\"hyperion-primary-button\"}\']KNOW MORE[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'3b1bb4f720faeb5c4db7120d77196bbe4091bb4a01ff54ab58adb76b0c272803\' ct_options=\'{\"ct_id\":48,\"ct_parent\":0,\"selector\":\"section-48-5\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"91\",\"container-padding-bottom\":\"9\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"80\"}}}}\'][ct_text_block ct_sign_sha256=\'1bde4ad392297821ae268f7e15f34c51966f09cee5b6311286ccb61f9571ebf9\' ct_options=\'{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"text_block-49-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']WHY PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'2b74d08ea94e798115b992ecaac6e9c29cfaf1ddee0974fea0f112d6ffac444f\' ct_options=\'{\"ct_id\":57,\"ct_parent\":48,\"selector\":\"headline-57-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"31\",\"font-weight\":\"300\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"font-size\":\"29\"}}}}\']At ProSports Foundation, we believe in transforming the CSR ecosystem, by integrating corporates and its workforce, recipient institutions, individuals and the government ensuring that there is proper flow of capital and information, while also engaging stakeholders effectively.[/ct_headline][ct_image ct_sign_sha256=\'a128fa7aaa8ff21f6ee6e2641aa499a3d60f221e53b981b8c5a1b1d21fd77341\' ct_options=\'{\"ct_id\":60,\"ct_parent\":48,\"selector\":\"image-60-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/arrow@2x.png\",\"width\":\"220\",\"margin-top\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"42\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][ct_new_columns_2 ct_sign_sha256=\'32aaf962fb796d4643f74064a6b56ec5703a8ed8b25cf157de2bd5256431341f\' ct_options=\'{\"ct_id\":61,\"ct_parent\":48,\"selector\":\"new_columns-61-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'c6b59abbc989926ee3e72d701e0b877105e99482a74bf7de7f27628249c1a324\' ct_options=\'{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"div_block-62-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'cb979304e567e134a90cc22b91e43de09d9c571912359bc4fdefac50ca55b61d\' ct_options=\'{\"ct_id\":73,\"ct_parent\":62,\"selector\":\"headline-73-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o1[/ct_headline][ct_image ct_sign_sha256=\'e42d9f678bdf09e1e550b67c4cae19f2526cc21fc2ae5bc2fdcbb6a6706cdd03\' ct_options=\'{\"ct_id\":64,\"ct_parent\":62,\"selector\":\"image-64-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/sports.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'224dab30ca6942c6a3a3b28154825367ab9d8e5887a59691b510eed0804cfe79\' ct_options=\'{\"ct_id\":65,\"ct_parent\":62,\"selector\":\"text_block-65-5\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\"}\']Leverage sports discipline, activities and events to raise awareness[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'e563387aa03f36216908d1de6749c8c5e55c01ce1cf272f79fb95e4f641628f3\' ct_options=\'{\"ct_id\":63,\"ct_parent\":61,\"selector\":\"div_block-63-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'5701ccf5b7bce2eef7da8fdec8ed81ac24156e435cfabd21b9a3c93e51b2dd8a\' ct_options=\'{\"ct_id\":78,\"ct_parent\":63,\"selector\":\"headline-78-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o2[/ct_headline][ct_image ct_sign_sha256=\'5774985136fac599315c303d4067b19d147a7ad0709b6088723c5036b43c1946\' ct_options=\'{\"ct_id\":68,\"ct_parent\":63,\"selector\":\"image-68-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/active_directory.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'447654c68915f392225b38afa48e00c1a697962173f4effc9a81fb381051c39a\' ct_options=\'{\"ct_id\":70,\"ct_parent\":63,\"selector\":\"text_block-70-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Co-create a social agenda that aligns with the ethos of your organisation[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'6da0142010581c048561de2c6d042d61681072658f75b020d90662dc782f23e3\' ct_options=\'{\"ct_id\":81,\"ct_parent\":48,\"selector\":\"new_columns-81-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'769c3c50011b163b56627ef53887a357a5a9ba83e5960a2096d9fd0d6d26ba4f\' ct_options=\'{\"ct_id\":82,\"ct_parent\":81,\"selector\":\"div_block-82-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'169b1c6a44fb77edfda6e00bcb4acd7ebd32eef53004973c42507d2a129d09fc\' ct_options=\'{\"ct_id\":83,\"ct_parent\":82,\"selector\":\"headline-83-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o3[/ct_headline][ct_image ct_sign_sha256=\'296988e70264ba67467cfdf586072f00c86ae23189a1eb85f66a908e2b676519\' ct_options=\'{\"ct_id\":84,\"ct_parent\":82,\"selector\":\"image-84-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/programs.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'183db98fa8f7d1affcf27a1c8261ff0deb5ed85c2d49225d4a683e2ab1c42c5c\' ct_options=\'{\"ct_id\":85,\"ct_parent\":82,\"selector\":\"text_block-85-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Curate programmes that are aimed to address key issues in education, nutrition and health[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b8a41523aaf025951a7de608f84d411088f2ef4a565fa416bb5c4f7430984f0\' ct_options=\'{\"ct_id\":86,\"ct_parent\":81,\"selector\":\"div_block-86-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'da0205fd8e338d6c7a4d00a0f0228561005fd5e5959af36404268d6e180d23e5\' ct_options=\'{\"ct_id\":87,\"ct_parent\":86,\"selector\":\"headline-87-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o4[/ct_headline][ct_image ct_sign_sha256=\'2705c93ea2dea376a05d8a2bf05aa6809b5e23d800952d3f54c17b11f3a0646c\' ct_options=\'{\"ct_id\":88,\"ct_parent\":86,\"selector\":\"image-88-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/portfolio.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'46c32edec1030e92ef4e88974ff57cf0708632dbd27159f849dab06999ee01bb\' ct_options=\'{\"ct_id\":89,\"ct_parent\":86,\"selector\":\"text_block-89-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Expertise in designing a portfolio of well-audited projects and help entities involved to track and monitor the impact[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'f6cea377917ae6960dfcf3c4e5dde032d48802fccb8e1c8d003580fa494682c2\' ct_options=\'{\"ct_id\":90,\"ct_parent\":48,\"selector\":\"new_columns-90-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'e551a2132e92eaa3bf46f5953038a37f0ee62718f554f2fab965a6b67e4b7dbe\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"div_block-91-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'3a203938c1634c87239ba5e3fe08b49ab0943022c4ddd0e68d620ed1f3c0a5c7\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"headline-92-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o5[/ct_headline][ct_image ct_sign_sha256=\'866a76a9ff381afa84e16c5a303314bfb6e519c156388a9de0f1e64af227dfa9\' ct_options=\'{\"ct_id\":93,\"ct_parent\":91,\"selector\":\"image-93-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/campaign.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'70395e05c377e24d1a304754b7f57751139db6032b30f0e6dd0a15c61a2234c6\' ct_options=\'{\"ct_id\":94,\"ct_parent\":91,\"selector\":\"text_block-94-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Identifying best-fit online and offline campaigns and outreach partners; to achieve sustained progress and execution of scale[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'578fb3ab44cc6ca30e7a1c42a7426d80ffef7061ff6a73b87a20b0826dd81315\' ct_options=\'{\"ct_id\":95,\"ct_parent\":90,\"selector\":\"div_block-95-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'696595c32e34d64be666053840f3469ecaa1f72de3614a4c20e37fa0cc79d058\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"headline-96-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o6[/ct_headline][ct_image ct_sign_sha256=\'ce694f66abdfef64a7df771855d5340c46e551417e39bb316a3aa6c9814650ed\' ct_options=\'{\"ct_id\":97,\"ct_parent\":95,\"selector\":\"image-97-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New-Trans.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'7bd5f80a0aeaf130c94bb58c756cc5835b48eb74347116d81cf8528d7ed807e3\' ct_options=\'{\"ct_id\":98,\"ct_parent\":95,\"selector\":\"text_block-98-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Engaging your own workforce to further amplify the impact, as well as emphasising and enhancing the sense of giving back among the overall workforce[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'3fe3dab9ecfd952ec70b326ccd84f2b671653880e6b785529eb3ab1ad41e305b\' ct_options=\'{\"ct_id\":311,\"ct_parent\":0,\"selector\":\"section-311-5\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"0\",\"section-width\":\"full-width\",\"overflow\":\"hidden\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Watch CTA\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'1b92f0dabfc80ceb5187ef1738ed9c1a6b0bbd891405df654ce184de156ffa1b\' ct_options=\'{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"new_columns-312-5\",\"activeselector\":false,\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'ab4ea1b6e12c0d0f614aa5c2c457b47f2365094ed15770f8309edd3158007a9f\' ct_options=\'{\"ct_id\":313,\"ct_parent\":312,\"selector\":\"div_block-313-5\",\"original\":{\"width\":\"40\",\"width-unit\":\"%\",\"padding-top\":\"0\",\"padding-bottom\":\"0\",\"align-items\":\"flex-end\",\"text-align\":\"right\",\"justify-content\":\"center\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-bottom\":\"40\",\"padding-top\":\"40\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_image ct_sign_sha256=\'4a758fa9e6ba4ae04b100f45abccea0ee6d87dd36f4b8b58b68cb542bd92b43d\' ct_options=\'{\"ct_id\":351,\"ct_parent\":313,\"selector\":\"image-351-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\",\"margin-top\":\"-40\",\"margin-bottom\":\"-40\",\"max-height\":\"720\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-top\":\"0\",\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'5fb54016d0d267b78e5d059d7675ecde30ac627c0853d52de24fcc60e5c46b4f\' ct_options=\'{\"ct_id\":314,\"ct_parent\":312,\"selector\":\"div_block-314-5\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"flex-start\",\"justify-content\":\"center\",\"flex-wrap\":\"wrap\",\"padding-left\":\"40\",\"padding-right\":\"40\",\"padding-top\":\"60\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'246340b6c354496c3b1e5f27ebe2f69ac074f55df3f633cf6bd674d9280a0e13\' ct_options=\'{\"ct_id\":355,\"ct_parent\":314,\"selector\":\"text_block-355-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']EVENTS[/ct_text_block][ct_headline ct_sign_sha256=\'1c68a0d8cf0dcc161d595a7fa07d7059b06476c606152d47c502c5841f147fc3\' ct_options=\'{\"ct_id\":318,\"ct_parent\":314,\"selector\":\"headline-318-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Support &amp; Donate[/ct_headline][ct_text_block ct_sign_sha256=\'43bb833ccb203f5cc019199b054c130879b9bb120f2050f87326b73108c0d968\' ct_options=\'{\"ct_id\":326,\"ct_parent\":314,\"selector\":\"text_block-326-5\",\"original\":{\"max-width\":\"640\",\"color\":\"color(3)\",\"margin-bottom\":\"18\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']We are cycling for 150 kms from Bengaluru to Mysuru on 3rd Oct, 2020 to raise funds for special children.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'981374045607fc710b5405549c5bc9963f7c793a09dc7118997708f1fa9d9d9d\' ct_options=\'{\"ct_id\":342,\"ct_parent\":314,\"selector\":\"div_block-342-5\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"globalConditionsResult\":true},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_text ct_sign_sha256=\'ccf04af8feff472b65f772cd0ba51667ef03415d5c7b1797940d26ecf9b48e63\' ct_options=\'{\"ct_id\":329,\"ct_parent\":342,\"selector\":\"link_text-329-5\",\"original\":{\"margin-right\":\"12\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"18\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'9b1c0b936384d720d420b1c8904a4d2f85b90206bc5556b2184a1c8e28dcd93a\' ct_options=\'{\"ct_id\":336,\"ct_parent\":342,\"selector\":\"link_text-336-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/fundraiser-for-special-children/\",\"url_encoded\":\"true\",\"target\":\"\"}}\']KNOW MORE[/ct_link_text][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section]'),(785,5,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'8dfa238119f0ef5586fc18d4064863f82c69594f5e2b61d3af6defce76c5a559\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"_header-14-5\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"background-color\":\"color(1)\",\"globalConditionsResult\":true},\"nicename\":\"Header Two Rows\",\"ct_category\":\"Headers\",\"activeselector\":false}\'][oxy_header_row ct_sign_sha256=\'77bd7064bb3adf03639972e0017cc4c851bf970de3f799c783dc84e4d7f8994f\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"_header_row-15-5\",\"original\":{\"border-bottom-color\":\"#4f5262\",\"hide-row\":\"phone-landscape\",\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"background-color\":\"color(8)\",\"globalConditionsResult\":true}}\'][oxy_header_left ct_sign_sha256=\'eadaf8ad52ea2c2e997f51c18014c94e9b4a31b7aff35a35cca908c9ac0d519b\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"_header_left-16-5\"}\'][ct_fancy_icon ct_sign_sha256=\'e4bb898c9a8b142b8daed6c9982254cf41877f3427c294e3471221ec00b6aac4\' ct_options=\'{\"ct_id\":41,\"ct_parent\":16,\"selector\":\"fancy_icon-41-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-envelope\",\"icon-color\":\"color(3)\",\"icon-size\":\"14\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_text ct_sign_sha256=\'541d3a94a5b864830a364d6b8ac31171aeed20edbf19b503e65272ae2234efa3\' ct_options=\'{\"ct_id\":47,\"ct_parent\":16,\"selector\":\"link_text-47-5\",\"original\":{\"color\":\"color(2)\",\"font-size\":\"16\",\"url\":\"mailto:support@example.com\",\"-webkit-font-smoothing\":\"antialiased\",\"margin-right\":\"24\",\"globalConditionsResult\":true,\"url_encoded\":\"true\"},\"hover\":{\"text-decoration\":\"underline\"},\"activeselector\":false}\']contact@prosportsfoundation.com[/ct_link_text][ct_fancy_icon ct_sign_sha256=\'bcc20d4cc5fb1963613646c9398722cad75e3622857b3cc47834cc37ab97d2dc\' ct_options=\'{\"ct_id\":44,\"ct_parent\":16,\"selector\":\"fancy_icon-44-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-marker\",\"icon-color\":\"color(3)\",\"icon-size\":\"18\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'25f6b69e308e7d863405291b7dcbd62614a9def1ef933d5e13bd4655c1d235c8\' ct_options=\'{\"ct_id\":37,\"ct_parent\":16,\"selector\":\"text_block-37-5\",\"original\":{\"color\":\"color(3)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.5\",\"-webkit-font-smoothing\":\"antialiased\",\"globalConditionsResult\":true},\"activeselector\":false}\']Bengaluru, INDIA[/ct_text_block][/oxy_header_left][oxy_header_center ct_sign_sha256=\'23a9435bd1238e98ef39289b48871d14940b618769f366dbbd31902a15495499\' ct_options=\'{\"ct_id\":17,\"ct_parent\":15,\"selector\":\"_header_center-17-5\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'afc55c58d8515b6658fa011de7e039b20b5105bddc7a860451a64f85409beba7\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"_header_right-18-5\"}\'][oxy_social_icons ct_sign_sha256=\'fabe4701a1ad3629002e5fc159d030e8bdc506f3c23fb0a26d87b1f840f580c8\' ct_options=\'{\"ct_id\":31,\"ct_parent\":18,\"selector\":\"_social_icons-31-5\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true,\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'f7078fc9fea5188099b2d68ed543eae98affe073471a0faaa7ad65dd8823ef6d\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-5\",\"original\":{\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/cycling-main.jpg\",\"background-size\":\"manual\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"container-padding-top\":\"180\",\"container-padding-bottom\":\"54\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"container-padding-left\":\"40\",\"container-padding-right\":\"40\",\"globalConditionsResult\":true,\"background-size-width-unit\":\"%\",\"background-size-width\":\"100\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-size-width-unit\":\"%\",\"background-position-left-unit\":\"%\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-position-left\":\"0\"}},\"page-width\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"30\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"-30\",\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/cycling-main.jpg\",\"background-color\":\"color(15)\"}}},\"nicename\":\"Simple Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'50e562722e94964f913282372a3d971b2946d0c15ddce7ed0edc528cdbf4efc6\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"globalConditionsResult\":true,\"background-color\":\"color(3)\"}}\']PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'d1d0ba8b20078a67568b799355a892c790e72c7924d3c8ce3c8ef71d987849f6\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-5\",\"original\":{\"margin-left\":\"-12\",\"globalConditionsResult\":true,\"font-size\":\"100\",\"color\":\"color(3)\",\"text-shadow-color\":\"color(1)\",\"text-shadow-horizontal-offset\":\"5\",\"text-shadow-vertical-offset\":\"5\",\"text-shadow-blur\":\"5\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-left\":\"-6\"}},\"phone-landscape\":{\"original\":{\"margin-left\":\"-6\",\"font-size\":\"86\"}}}}\']Leverage Sports for Social Impact[/ct_headline][ct_link_text ct_sign_sha256=\'d9073bdf9e8bf97c83d2192db781bc3593738c511281a1586aae9296a47b60da\' ct_options=\'{\"ct_id\":12,\"ct_parent\":2,\"selector\":\"link_text-12-5\",\"original\":{\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/about-us/\",\"url_encoded\":\"true\",\"target\":\"\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":\"hyperion-primary-button\"}\']KNOW MORE[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'9c192781ae57ef42ec43608fe0c67f82275ce3db69015b0a53098c1cfeeb8f23\' ct_options=\'{\"ct_id\":48,\"ct_parent\":0,\"selector\":\"section-48-5\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"91\",\"container-padding-bottom\":\"9\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"80\"}}}}\'][ct_text_block ct_sign_sha256=\'1bde4ad392297821ae268f7e15f34c51966f09cee5b6311286ccb61f9571ebf9\' ct_options=\'{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"text_block-49-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']WHY PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'2b74d08ea94e798115b992ecaac6e9c29cfaf1ddee0974fea0f112d6ffac444f\' ct_options=\'{\"ct_id\":57,\"ct_parent\":48,\"selector\":\"headline-57-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"31\",\"font-weight\":\"300\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"font-size\":\"29\"}}}}\']At ProSports Foundation, we believe in transforming the CSR ecosystem, by integrating corporates and its workforce, recipient institutions, individuals and the government ensuring that there is proper flow of capital and information, while also engaging stakeholders effectively.[/ct_headline][ct_image ct_sign_sha256=\'a128fa7aaa8ff21f6ee6e2641aa499a3d60f221e53b981b8c5a1b1d21fd77341\' ct_options=\'{\"ct_id\":60,\"ct_parent\":48,\"selector\":\"image-60-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/arrow@2x.png\",\"width\":\"220\",\"margin-top\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"42\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][ct_new_columns_2 ct_sign_sha256=\'32aaf962fb796d4643f74064a6b56ec5703a8ed8b25cf157de2bd5256431341f\' ct_options=\'{\"ct_id\":61,\"ct_parent\":48,\"selector\":\"new_columns-61-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'c6b59abbc989926ee3e72d701e0b877105e99482a74bf7de7f27628249c1a324\' ct_options=\'{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"div_block-62-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'cb979304e567e134a90cc22b91e43de09d9c571912359bc4fdefac50ca55b61d\' ct_options=\'{\"ct_id\":73,\"ct_parent\":62,\"selector\":\"headline-73-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o1[/ct_headline][ct_image ct_sign_sha256=\'e42d9f678bdf09e1e550b67c4cae19f2526cc21fc2ae5bc2fdcbb6a6706cdd03\' ct_options=\'{\"ct_id\":64,\"ct_parent\":62,\"selector\":\"image-64-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/sports.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'224dab30ca6942c6a3a3b28154825367ab9d8e5887a59691b510eed0804cfe79\' ct_options=\'{\"ct_id\":65,\"ct_parent\":62,\"selector\":\"text_block-65-5\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\"}\']Leverage sports discipline, activities and events to raise awareness[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'e563387aa03f36216908d1de6749c8c5e55c01ce1cf272f79fb95e4f641628f3\' ct_options=\'{\"ct_id\":63,\"ct_parent\":61,\"selector\":\"div_block-63-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'5701ccf5b7bce2eef7da8fdec8ed81ac24156e435cfabd21b9a3c93e51b2dd8a\' ct_options=\'{\"ct_id\":78,\"ct_parent\":63,\"selector\":\"headline-78-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o2[/ct_headline][ct_image ct_sign_sha256=\'5774985136fac599315c303d4067b19d147a7ad0709b6088723c5036b43c1946\' ct_options=\'{\"ct_id\":68,\"ct_parent\":63,\"selector\":\"image-68-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/active_directory.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'447654c68915f392225b38afa48e00c1a697962173f4effc9a81fb381051c39a\' ct_options=\'{\"ct_id\":70,\"ct_parent\":63,\"selector\":\"text_block-70-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Co-create a social agenda that aligns with the ethos of your organisation[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'6da0142010581c048561de2c6d042d61681072658f75b020d90662dc782f23e3\' ct_options=\'{\"ct_id\":81,\"ct_parent\":48,\"selector\":\"new_columns-81-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'769c3c50011b163b56627ef53887a357a5a9ba83e5960a2096d9fd0d6d26ba4f\' ct_options=\'{\"ct_id\":82,\"ct_parent\":81,\"selector\":\"div_block-82-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'169b1c6a44fb77edfda6e00bcb4acd7ebd32eef53004973c42507d2a129d09fc\' ct_options=\'{\"ct_id\":83,\"ct_parent\":82,\"selector\":\"headline-83-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o3[/ct_headline][ct_image ct_sign_sha256=\'296988e70264ba67467cfdf586072f00c86ae23189a1eb85f66a908e2b676519\' ct_options=\'{\"ct_id\":84,\"ct_parent\":82,\"selector\":\"image-84-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/programs.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'183db98fa8f7d1affcf27a1c8261ff0deb5ed85c2d49225d4a683e2ab1c42c5c\' ct_options=\'{\"ct_id\":85,\"ct_parent\":82,\"selector\":\"text_block-85-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Curate programmes that are aimed to address key issues in education, nutrition and health[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9b8a41523aaf025951a7de608f84d411088f2ef4a565fa416bb5c4f7430984f0\' ct_options=\'{\"ct_id\":86,\"ct_parent\":81,\"selector\":\"div_block-86-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'da0205fd8e338d6c7a4d00a0f0228561005fd5e5959af36404268d6e180d23e5\' ct_options=\'{\"ct_id\":87,\"ct_parent\":86,\"selector\":\"headline-87-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o4[/ct_headline][ct_image ct_sign_sha256=\'2705c93ea2dea376a05d8a2bf05aa6809b5e23d800952d3f54c17b11f3a0646c\' ct_options=\'{\"ct_id\":88,\"ct_parent\":86,\"selector\":\"image-88-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/portfolio.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'46c32edec1030e92ef4e88974ff57cf0708632dbd27159f849dab06999ee01bb\' ct_options=\'{\"ct_id\":89,\"ct_parent\":86,\"selector\":\"text_block-89-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Expertise in designing a portfolio of well-audited projects and help entities involved to track and monitor the impact[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'8f21188af7b7b4340e9b5a52ddac9123b65cadf612e15707d4a01a0c09b83a8e\' ct_options=\'{\"ct_id\":90,\"ct_parent\":48,\"selector\":\"new_columns-90-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'e551a2132e92eaa3bf46f5953038a37f0ee62718f554f2fab965a6b67e4b7dbe\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"div_block-91-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'3a203938c1634c87239ba5e3fe08b49ab0943022c4ddd0e68d620ed1f3c0a5c7\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"headline-92-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o5[/ct_headline][ct_image ct_sign_sha256=\'866a76a9ff381afa84e16c5a303314bfb6e519c156388a9de0f1e64af227dfa9\' ct_options=\'{\"ct_id\":93,\"ct_parent\":91,\"selector\":\"image-93-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/campaign.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'70395e05c377e24d1a304754b7f57751139db6032b30f0e6dd0a15c61a2234c6\' ct_options=\'{\"ct_id\":94,\"ct_parent\":91,\"selector\":\"text_block-94-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Identifying best-fit online and offline campaigns and outreach partners; to achieve sustained progress and execution of scale[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'6cc40504055edc9c13175031aae4d8829ea69d51e37e12425b4a850ac969ccc3\' ct_options=\'{\"ct_id\":95,\"ct_parent\":90,\"selector\":\"div_block-95-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'696595c32e34d64be666053840f3469ecaa1f72de3614a4c20e37fa0cc79d058\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"headline-96-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o6[/ct_headline][ct_image ct_sign_sha256=\'7b17c4523e4ba40b24021b872e165b22d629fcf8ed0f7a51b962e752649b7b65\' ct_options=\'{\"ct_id\":97,\"ct_parent\":95,\"selector\":\"image-97-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/employees.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'7bd5f80a0aeaf130c94bb58c756cc5835b48eb74347116d81cf8528d7ed807e3\' ct_options=\'{\"ct_id\":98,\"ct_parent\":95,\"selector\":\"text_block-98-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Engaging your own workforce to further amplify the impact, as well as emphasising and enhancing the sense of giving back among the overall workforce[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'3fe3dab9ecfd952ec70b326ccd84f2b671653880e6b785529eb3ab1ad41e305b\' ct_options=\'{\"ct_id\":311,\"ct_parent\":0,\"selector\":\"section-311-5\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"0\",\"section-width\":\"full-width\",\"overflow\":\"hidden\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Watch CTA\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'1b92f0dabfc80ceb5187ef1738ed9c1a6b0bbd891405df654ce184de156ffa1b\' ct_options=\'{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"new_columns-312-5\",\"activeselector\":false,\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'ab4ea1b6e12c0d0f614aa5c2c457b47f2365094ed15770f8309edd3158007a9f\' ct_options=\'{\"ct_id\":313,\"ct_parent\":312,\"selector\":\"div_block-313-5\",\"original\":{\"width\":\"40\",\"width-unit\":\"%\",\"padding-top\":\"0\",\"padding-bottom\":\"0\",\"align-items\":\"flex-end\",\"text-align\":\"right\",\"justify-content\":\"center\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-bottom\":\"40\",\"padding-top\":\"40\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_image ct_sign_sha256=\'4a758fa9e6ba4ae04b100f45abccea0ee6d87dd36f4b8b58b68cb542bd92b43d\' ct_options=\'{\"ct_id\":351,\"ct_parent\":313,\"selector\":\"image-351-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\",\"margin-top\":\"-40\",\"margin-bottom\":\"-40\",\"max-height\":\"720\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-top\":\"0\",\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'5fb54016d0d267b78e5d059d7675ecde30ac627c0853d52de24fcc60e5c46b4f\' ct_options=\'{\"ct_id\":314,\"ct_parent\":312,\"selector\":\"div_block-314-5\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"flex-start\",\"justify-content\":\"center\",\"flex-wrap\":\"wrap\",\"padding-left\":\"40\",\"padding-right\":\"40\",\"padding-top\":\"60\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'246340b6c354496c3b1e5f27ebe2f69ac074f55df3f633cf6bd674d9280a0e13\' ct_options=\'{\"ct_id\":355,\"ct_parent\":314,\"selector\":\"text_block-355-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']EVENTS[/ct_text_block][ct_headline ct_sign_sha256=\'1c68a0d8cf0dcc161d595a7fa07d7059b06476c606152d47c502c5841f147fc3\' ct_options=\'{\"ct_id\":318,\"ct_parent\":314,\"selector\":\"headline-318-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Support &amp; Donate[/ct_headline][ct_text_block ct_sign_sha256=\'43bb833ccb203f5cc019199b054c130879b9bb120f2050f87326b73108c0d968\' ct_options=\'{\"ct_id\":326,\"ct_parent\":314,\"selector\":\"text_block-326-5\",\"original\":{\"max-width\":\"640\",\"color\":\"color(3)\",\"margin-bottom\":\"18\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']We are cycling for 150 kms from Bengaluru to Mysuru on 3rd Oct, 2020 to raise funds for special children.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'981374045607fc710b5405549c5bc9963f7c793a09dc7118997708f1fa9d9d9d\' ct_options=\'{\"ct_id\":342,\"ct_parent\":314,\"selector\":\"div_block-342-5\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"globalConditionsResult\":true},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_text ct_sign_sha256=\'ccf04af8feff472b65f772cd0ba51667ef03415d5c7b1797940d26ecf9b48e63\' ct_options=\'{\"ct_id\":329,\"ct_parent\":342,\"selector\":\"link_text-329-5\",\"original\":{\"margin-right\":\"12\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"18\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'9b1c0b936384d720d420b1c8904a4d2f85b90206bc5556b2184a1c8e28dcd93a\' ct_options=\'{\"ct_id\":336,\"ct_parent\":342,\"selector\":\"link_text-336-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/fundraiser-for-special-children/\",\"url_encoded\":\"true\",\"target\":\"\"}}\']KNOW MORE[/ct_link_text][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section]'),(74,5,'ct_builder_shortcodes_revisions_dates','1600405914'),(666,65,'_menu_item_menu_item_parent','0'),(667,65,'_menu_item_object_id','62'),(668,65,'_menu_item_object','page'),(669,65,'_menu_item_target',''),(670,65,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(671,65,'_menu_item_xfn',''),(672,65,'_menu_item_url',''),(673,64,'_wp_trash_meta_status','publish'),(674,64,'_wp_trash_meta_time','1600459325'),(675,1,'_wp_old_slug','hello-world'),(683,61,'ct_builder_shortcodes_revisions_dates','1600459932'),(684,61,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'be226d7eb84a3d25df9418150659118d301640f13ff4e777f9ada8a58257e932\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"_header-16-61\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\"},\"activeselector\":false,\"nicename\":\"Header Simple One Line\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'62e96338566b46f486f1b9ace45d5a6101cf7d4aed683ea24db341f9ddfa599e\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"_header_row-17-61\",\"original\":{\"background-color\":\"color(1)\",\"stack-header-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][oxy_header_left ct_sign_sha256=\'571ef22b22624a6271ae79203a0d7dc2c796772884ea44db7c03480517606fa3\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"_header_left-18-61\"}\'][ct_image ct_sign_sha256=\'9f3a9f0fdb30f07b564300c67f8af3c9a048e2c61ec6cb0bbefa81a49f9df922\' ct_options=\'{\"ct_id\":26,\"ct_parent\":18,\"selector\":\"image-26-61\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"height\":\"100\"},\"activeselector\":false}\'][/ct_image][/oxy_header_left][oxy_header_center ct_sign_sha256=\'1abb909940cc0ef98259f5131f535ac8b2e87594b68292835ac7fdcc2790ce57\' ct_options=\'{\"ct_id\":21,\"ct_parent\":17,\"selector\":\"_header_center-21-61\"}\'][oxy_nav_menu ct_sign_sha256=\'60934183a76734cff3a45de641035c63dbcc9fd74fbfec39f8f35f67ba473436\' ct_options=\'{\"ct_id\":22,\"ct_parent\":21,\"selector\":\"_nav_menu-22-61\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"on\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"24\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"24\",\"menu_hover_background-color\":\"color(1)\",\"menu_flex-direction\":\"row\",\"menu_font-size\":\"18\",\"menu_color\":\"color(6)\",\"menu_letter-spacing\":\".125\",\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_hover_color\":\"color(3)\",\"menu_active_color\":\"color(2)\",\"menu_dropdowns_padding-top\":\"18\",\"menu_dropdowns_padding-bottom\":\"18\",\"menu_hover_border-bottom-width\":\"2\",\"menu_dropdowns_background-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(6)\",\"menu_dropdowns_hover_color\":\"color(3)\",\"menu_dropdowns_hover_background-color\":\"color(1)\",\"menu_responsive_icon_color\":\"#ffffff\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"menu_justify-content\":\"center\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_background-color\":\"color(1)\",\"menu_color\":\"color(3)\",\"menu_border-bottom-width\":\"2\",\"menu_dropdowns_color\":\"color(3)\",\"menu_dropdowns_background-color\":\"color(1)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"24\"}}}}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'e4fcd7eaf596f8d951f678f62d7dec818fd194f0b195f49a80e2c11c561a3bae\' ct_options=\'{\"ct_id\":23,\"ct_parent\":17,\"selector\":\"_header_right-23-61\"}\'][ct_link_text ct_sign_sha256=\'a3fac7977fb86b53bc164ddae7b0726ce9a2012ea222c6270f570aa030975540\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link_text-24-61\",\"original\":{\"font-size\":\"18\",\"font-weight\":\"900\",\"color\":\"color(3)\",\"hover_color\":\"color(1)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"background-color\":\"color(16)\",\"letter-spacing\":\"1\",\"line-height\":\"1\",\"padding-top\":\"18\",\"padding-bottom\":\"18\",\"padding-left\":\"42\",\"padding-right\":\"42\",\"border-radius\":\"100\",\"url\":\"http://contact@prosportsfoundation.com\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"url_encoded\":\"true\",\"target\":\"\"},\"hover\":{\"color\":\"color(1)\",\"background-color\":\"#ffffff\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"12\",\"margin-bottom\":\"12\"}}}}\']CONTACT[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'8b4d0bf66b24c7c0891c4ff63bf576fa9ca704dbe62b0d4b52248b816d5bba26\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"section-1-61\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"center\",\"container-padding-top\":\"57\",\"container-padding-bottom\":\"120\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"640\"},\"activeselector\":false,\"nicename\":\"Simple Text One Column\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'7629428e7ad5c4135040482018bf631f8904ec57f10c0d16bfed9cffb7cfcae2\' ct_options=\'{\"ct_id\":7,\"ct_parent\":1,\"selector\":\"headline-7-61\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"50\",\"color\":\"color(16)\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'f5e3beedb62b0e7d9decc24902a4356b9ae350fd6c3de0fc1c5781dc274011bb\' ct_options=\'{\"ct_id\":8,\"ct_parent\":7,\"selector\":\"span-8-61\"}\'][oxygen ct_sign_sha256=\'dbcae86f81a07a96fd0f6e7d80ef72ca19e42e3994d64fe6b9cc7769adc5f192\' data=\'title\' ][/ct_span][/ct_headline][ct_div_block_2 ct_sign_sha256=\'f38572ad7a638963f4b04439e8cdf58b1e685bd205e75be95161e6cea5f3df48\' ct_options=\'{\"ct_id\":15,\"ct_parent\":1,\"selector\":\"div_block-15-61\",\"original\":{\"display\":\"flex\",\"flex-direction\":\"row\"},\"activeselector\":false}\'][ct_text_block ct_sign_sha256=\'d719bc126df7c7d76c76ac1880c08f0fdcaa7cba9d503e9488a1fd8568f86712\' ct_options=\'{\"ct_id\":11,\"ct_parent\":15,\"selector\":\"text_block-11-61\",\"original\":{\"padding-right\":\"20\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'233fd60ee227361ae4d51facffa644b8d7df3c2bf3e9dc340f9f644cf90213a3\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"span-12-61\"}\'][oxygen ct_sign_sha256=\'5739b77cb07d1bf6c5c8fb78194fbe01f00922ca849ce41b3c5ad9dc8673fe4c\' data=\'date\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'c9fe18498f718504feeec35759fb1fdd16436e45d50674dc88b8779f87ff3382\' ct_options=\'{\"ct_id\":13,\"ct_parent\":15,\"selector\":\"text_block-13-61\"}\']By [ct_span ct_sign_sha256=\'ec52c4e5e93f36bc04be7be5b074669ebcf13bb1505dacda0124052b248d881a\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"span-14-61\"}\'][oxygen ct_sign_sha256=\'6701c6ab2aca4c9c921eb23d74215d3851ef8193c5cfce75e12cfbf6cc211417\' data=\'author\' ][/ct_span][/ct_text_block][/ct_div_block_2][ct_image ct_sign_sha256=\'09254b3fa7345a5659f143205a584783fcd136822c5376443337c0d395af8f25\' ct_options=\'{\"ct_id\":10,\"ct_parent\":1,\"selector\":\"image-10-61\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'3d82d9b6da94459e8da7f76112bfa69302250151f0ba8964a391835a4faf828b\' data=\'featured_image\' ]\",\"srcdynamic\":true},\"activeselector\":false}\'][/ct_image][ct_text_block ct_sign_sha256=\'0fc7346e15770c12f42d300b180c98357c47dcbcc7078b56c975661e8b8501e4\' ct_options=\'{\"ct_id\":4,\"ct_parent\":1,\"selector\":\"text_block-4-61\",\"classes\":{\"0\":\"hyperion-simple-text-1\"}}\'][ct_span ct_sign_sha256=\'ba9d958d7c81727eeb07470d9918346049ae80da0ef97c4acb3fd28996c8b8dc\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"span-5-61\",\"classes\":{\"0\":\"oxy-stock-content-styles\"}}\'][oxygen ct_sign_sha256=\'8320ad6a0f63bf1b9d7118163c185c7870937699cbe701f695de7f525de7ec17\' data=\'content\' ][/ct_span][/ct_text_block][ct_code_block ct_sign_sha256=\'ff39ef9b74492918a354cf2bc06fd6fe62f46433b2e5ab429812a66ae177116e\' ct_options=\'{\"ct_id\":6,\"ct_parent\":1,\"selector\":\"code_block-6-61\",\"original\":{\"code-php\":\"PCEtLSAtLT4=\",\"flex-direction\":\"unset\",\"display\":\"none\",\"code-css\":\"Lmh5cGVyaW9uLXNpbXBsZS10ZXh0LTEgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZC1jb2xvcjogY29sb3IoMTQpOwogIGZvbnQtZmFtaWx5OiAnQWxlZ3JleWEnOwogIGNvbG9yOiBjb2xvcigxMik7CiAgcGFkZGluZzogMThweCAyNHB4OwogIG1hcmdpbi1sZWZ0OiAwOwogIG1hcmdpbi1yaWdodDogMDsKICBmb250LXNpemU6IDE2cHg7CiAgbGluZS1oZWlnaHQ6IDEuNWVtOwogIGZvbnQtc3R5bGU6IGl0YWxpYzsKICBmb250LXNpemU6IDIwcHg7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIGltZyB7CiAgbWF4LXdpZHRoOiAxMDAlOwogIGhlaWdodDogYXV0bzsKICBtYXJnaW4tdG9wOiAxOHB4Owp9CgouaHlwZXJpb24tc2ltcGxlLXRleHQtMSBvbCBsaSB7CiAgY291bnRlci1pbmNyZW1lbnQ6IGxpc3Q7CiAgbGlzdC1zdHlsZS10eXBlOiBub25lOwogIHBvc2l0aW9uOiByZWxhdGl2ZTsKICBsaW5lLWhlaWdodDogMjsKfQoKLyogT3V0cHV0IHRoZSBudW1iZXJzIHVzaW5nIHRoZSBjb3VudGVyKCkgZnVuY3Rpb24sIGJ1dCB1c2UgYSBjdXN0b20gY29sb3IsIGFuZCBwb3NpdGlvbiB0aGUgbnVtYmVycyBob3cgd2Ugd2FudCAqLwouaHlwZXJpb24tc2ltcGxlLXRleHQtMSBzcGFuIG9sIGxpOmJlZm9yZSB7CiAgY29sb3I6IGNvbG9yKDE2KTsKICBjb250ZW50OiBjb3VudGVyKGxpc3QpICIuIjsKICBsZWZ0OiAtMzZweDsKICBmb250LXdlaWdodDogOTAwOwogIHBvc2l0aW9uOiBhYnNvbHV0ZTsKICB0ZXh0LWFsaWduOiByaWdodDsKICB3aWR0aDogMS41ZW07Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIHVsIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAyOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIHNwYW4gdWwgbGk6YmVmb3JlIHsKICBjb2xvcjogY29sb3IoMTYpOwogIGNvbnRlbnQ6IuKAoiI7CiAgbGVmdDogLTQycHg7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKICBmb250LXdlaWdodDogOTAwOwp9CgouaHlwZXJpb24tc2ltcGxlLXRleHQtMSAud3AtY2FwdGlvbi10ZXh0IHsKICBjb2xvcjogIzk5OTk5OTsKICBmb250LXN0eWxlOiBpdGFsaWM7CiAgZm9udC1zaXplOiAxMnB4OwogIG1hcmdpbi10b3A6IDA7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIGEgewogIGNvbG9yOiBjb2xvcigxNik7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIC53cC1jYXB0aW9uLmFsaWdubm9uZSB7CiAgd2lkdGg6IDEwMCUgIWltcG9ydGFudDsKfQo=\"}}\'][/ct_code_block][/ct_section]'),(446,5,'ct_builder_shortcodes_revisions_dates','1600457189'),(625,61,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'af1872590d35da187e5e936b921b266ee6b81b3c36fdfa5a47d4519cb20fb1ff\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"section-1-61\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"center\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"640\"},\"activeselector\":false,\"nicename\":\"Simple Text One Column\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'7629428e7ad5c4135040482018bf631f8904ec57f10c0d16bfed9cffb7cfcae2\' ct_options=\'{\"ct_id\":7,\"ct_parent\":1,\"selector\":\"headline-7-61\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"50\",\"color\":\"color(16)\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'f5e3beedb62b0e7d9decc24902a4356b9ae350fd6c3de0fc1c5781dc274011bb\' ct_options=\'{\"ct_id\":8,\"ct_parent\":7,\"selector\":\"span-8-61\"}\'][oxygen ct_sign_sha256=\'dbcae86f81a07a96fd0f6e7d80ef72ca19e42e3994d64fe6b9cc7769adc5f192\' data=\'title\' ][/ct_span][/ct_headline][ct_div_block_2 ct_sign_sha256=\'f38572ad7a638963f4b04439e8cdf58b1e685bd205e75be95161e6cea5f3df48\' ct_options=\'{\"ct_id\":15,\"ct_parent\":1,\"selector\":\"div_block-15-61\",\"original\":{\"display\":\"flex\",\"flex-direction\":\"row\"},\"activeselector\":false}\'][ct_text_block ct_sign_sha256=\'d719bc126df7c7d76c76ac1880c08f0fdcaa7cba9d503e9488a1fd8568f86712\' ct_options=\'{\"ct_id\":11,\"ct_parent\":15,\"selector\":\"text_block-11-61\",\"original\":{\"padding-right\":\"20\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'233fd60ee227361ae4d51facffa644b8d7df3c2bf3e9dc340f9f644cf90213a3\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"span-12-61\"}\'][oxygen ct_sign_sha256=\'5739b77cb07d1bf6c5c8fb78194fbe01f00922ca849ce41b3c5ad9dc8673fe4c\' data=\'date\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'c9fe18498f718504feeec35759fb1fdd16436e45d50674dc88b8779f87ff3382\' ct_options=\'{\"ct_id\":13,\"ct_parent\":15,\"selector\":\"text_block-13-61\"}\']By [ct_span ct_sign_sha256=\'ec52c4e5e93f36bc04be7be5b074669ebcf13bb1505dacda0124052b248d881a\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"span-14-61\"}\'][oxygen ct_sign_sha256=\'6701c6ab2aca4c9c921eb23d74215d3851ef8193c5cfce75e12cfbf6cc211417\' data=\'author\' ][/ct_span][/ct_text_block][/ct_div_block_2][ct_image ct_sign_sha256=\'09254b3fa7345a5659f143205a584783fcd136822c5376443337c0d395af8f25\' ct_options=\'{\"ct_id\":10,\"ct_parent\":1,\"selector\":\"image-10-61\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'3d82d9b6da94459e8da7f76112bfa69302250151f0ba8964a391835a4faf828b\' data=\'featured_image\' ]\",\"srcdynamic\":true},\"activeselector\":false}\'][/ct_image][ct_text_block ct_sign_sha256=\'0fc7346e15770c12f42d300b180c98357c47dcbcc7078b56c975661e8b8501e4\' ct_options=\'{\"ct_id\":4,\"ct_parent\":1,\"selector\":\"text_block-4-61\",\"classes\":{\"0\":\"hyperion-simple-text-1\"}}\'][ct_span ct_sign_sha256=\'ba9d958d7c81727eeb07470d9918346049ae80da0ef97c4acb3fd28996c8b8dc\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"span-5-61\",\"classes\":{\"0\":\"oxy-stock-content-styles\"}}\'][oxygen ct_sign_sha256=\'8320ad6a0f63bf1b9d7118163c185c7870937699cbe701f695de7f525de7ec17\' data=\'content\' ][/ct_span][/ct_text_block][ct_code_block ct_sign_sha256=\'ff39ef9b74492918a354cf2bc06fd6fe62f46433b2e5ab429812a66ae177116e\' ct_options=\'{\"ct_id\":6,\"ct_parent\":1,\"selector\":\"code_block-6-61\",\"original\":{\"code-php\":\"PCEtLSAtLT4=\",\"flex-direction\":\"unset\",\"display\":\"none\",\"code-css\":\"Lmh5cGVyaW9uLXNpbXBsZS10ZXh0LTEgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZC1jb2xvcjogY29sb3IoMTQpOwogIGZvbnQtZmFtaWx5OiAnQWxlZ3JleWEnOwogIGNvbG9yOiBjb2xvcigxMik7CiAgcGFkZGluZzogMThweCAyNHB4OwogIG1hcmdpbi1sZWZ0OiAwOwogIG1hcmdpbi1yaWdodDogMDsKICBmb250LXNpemU6IDE2cHg7CiAgbGluZS1oZWlnaHQ6IDEuNWVtOwogIGZvbnQtc3R5bGU6IGl0YWxpYzsKICBmb250LXNpemU6IDIwcHg7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIGltZyB7CiAgbWF4LXdpZHRoOiAxMDAlOwogIGhlaWdodDogYXV0bzsKICBtYXJnaW4tdG9wOiAxOHB4Owp9CgouaHlwZXJpb24tc2ltcGxlLXRleHQtMSBvbCBsaSB7CiAgY291bnRlci1pbmNyZW1lbnQ6IGxpc3Q7CiAgbGlzdC1zdHlsZS10eXBlOiBub25lOwogIHBvc2l0aW9uOiByZWxhdGl2ZTsKICBsaW5lLWhlaWdodDogMjsKfQoKLyogT3V0cHV0IHRoZSBudW1iZXJzIHVzaW5nIHRoZSBjb3VudGVyKCkgZnVuY3Rpb24sIGJ1dCB1c2UgYSBjdXN0b20gY29sb3IsIGFuZCBwb3NpdGlvbiB0aGUgbnVtYmVycyBob3cgd2Ugd2FudCAqLwouaHlwZXJpb24tc2ltcGxlLXRleHQtMSBzcGFuIG9sIGxpOmJlZm9yZSB7CiAgY29sb3I6IGNvbG9yKDE2KTsKICBjb250ZW50OiBjb3VudGVyKGxpc3QpICIuIjsKICBsZWZ0OiAtMzZweDsKICBmb250LXdlaWdodDogOTAwOwogIHBvc2l0aW9uOiBhYnNvbHV0ZTsKICB0ZXh0LWFsaWduOiByaWdodDsKICB3aWR0aDogMS41ZW07Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIHVsIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAyOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIHNwYW4gdWwgbGk6YmVmb3JlIHsKICBjb2xvcjogY29sb3IoMTYpOwogIGNvbnRlbnQ6IuKAoiI7CiAgbGVmdDogLTQycHg7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKICBmb250LXdlaWdodDogOTAwOwp9CgouaHlwZXJpb24tc2ltcGxlLXRleHQtMSAud3AtY2FwdGlvbi10ZXh0IHsKICBjb2xvcjogIzk5OTk5OTsKICBmb250LXN0eWxlOiBpdGFsaWM7CiAgZm9udC1zaXplOiAxMnB4OwogIG1hcmdpbi10b3A6IDA7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIGEgewogIGNvbG9yOiBjb2xvcigxNik7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIC53cC1jYXB0aW9uLmFsaWdubm9uZSB7CiAgd2lkdGg6IDEwMCUgIWltcG9ydGFudDsKfQo=\"}}\'][/ct_code_block][/ct_section]'),(626,61,'ct_builder_shortcodes_revisions_dates','1600459080'),(627,62,'_edit_lock','1600459162:1'),(628,62,'_edit_last','1'),(629,62,'ct_other_template','0'),(630,62,'ct_template_archive_post_types_all',''),(631,62,'ct_template_categories','a:0:{}'),(632,62,'ct_template_categories_all',''),(633,62,'ct_template_tags','a:0:{}'),(634,62,'ct_template_tags_all',''),(635,62,'ct_template_custom_taxonomies','a:0:{}'),(636,62,'ct_template_custom_taxonomies_all',''),(637,62,'ct_template_authors_archives_all',''),(638,62,'ct_template_index',''),(639,62,'ct_template_front_page',''),(640,62,'ct_template_blog_posts',''),(641,62,'ct_template_date_archive',''),(642,62,'ct_template_search_page',''),(643,62,'ct_template_inner_content',''),(644,62,'ct_template_404_page',''),(645,62,'ct_template_all_archives',''),(646,62,'ct_template_archive_among_taxonomies','a:0:{}'),(647,62,'ct_template_apply_if_archive_among_taxonomies',''),(648,62,'ct_template_archive_post_types','a:0:{}'),(649,62,'ct_template_apply_if_archive_among_cpt',''),(650,62,'ct_template_authors_archives','a:0:{}'),(651,62,'ct_template_apply_if_archive_among_authors',''),(652,62,'ct_template_single_all',''),(653,62,'ct_template_post_types','a:0:{}'),(654,62,'ct_template_exclude_ids',''),(655,62,'ct_template_include_ids',''),(656,62,'ct_template_taxonomies','a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),(657,62,'ct_use_template_taxonomies',''),(658,62,'ct_template_post_of_parents','a:0:{}'),(659,62,'ct_template_apply_if_post_of_parents',''),(660,62,'ct_template_order','0'),(661,62,'ct_builder_shortcodes','[ct_section ct_sign_sha256=\'e0137039139535deb4fd4be35413324a9d4af48959837a007af0bb4c90c47938\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-62\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"globalConditionsResult\":true},\"nicename\":\"Articles\",\"ct_category\":\"Blog\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"24\"}},\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"48\"}}},\"hover\":{\"border-top-color\":\"color(3)\",\"border-right-color\":\"color(3)\",\"border-bottom-color\":\"color(3)\",\"border-left-color\":\"color(3)\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\"}}\'][ct_div_block_2 ct_sign_sha256=\'a7aec5b385527f67add47852d688d3c72732e7ec151b16e108fd54f08bbb1442\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-62\",\"original\":{\"width-unit\":\"%\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-blog-1-title-wrapper\",\"media\":{\"tablet\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"24\"}}},\"classes\":{\"0\":\"hyperion-blog-1-title-wrapper\"}}\'][ct_text_block ct_sign_sha256=\'754e7142d7a4455149f8b6d4d40e013ce886a4d655b6b733db4322f48dd57c64\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"text_block-4-62\",\"classes\":{\"0\":\"hyperion-subheading\"},\"original\":{\"color\":\"color(3)\",\"globalConditionsResult\":true}}\']OUR BLOG[/ct_text_block][ct_headline ct_sign_sha256=\'2f72415de9f0b489a692e17c35911c13b30cc1cc0714633d0844258c81ef74c8\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"headline-5-62\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Articles[/ct_headline][ct_text_block ct_sign_sha256=\'f5acc42350af2e35b77d6e61fac9083b383a6726dd5aa1063354e91422b46f43\' ct_options=\'{\"ct_id\":6,\"ct_parent\":3,\"selector\":\"text_block-6-62\",\"original\":{\"max-width\":\"640\",\"color\":\"color(3)\",\"margin-bottom\":\"18\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']Our latest resources and articles[/ct_text_block][/ct_div_block_2][oxy_posts_grid ct_sign_sha256=\'6a9aadbaf197f2ceb122e66e58302ecf17d30bf4cd93fee6ef7dde4ef6e5110e\' ct_options=\'{\"ct_id\":8,\"ct_parent\":2,\"selector\":\"_posts_grid-8-62\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QnPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgPC9kaXY+CiAgICAgIAogICAgICA8ZGl2IGNsYXNzPSdveHktcG9zdC1pbWFnZS1kYXRlLW92ZXJsYXknPgoJCTw/cGhwIHRoZV90aW1lKGdldF9vcHRpb24oJ2RhdGVfZm9ybWF0JykpOyA/PgoJICA8L2Rpdj4KICAgICAgCgk8L2E+CgoJPGEgY2xhc3M9J294eS1wb3N0LXRpdGxlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz48P3BocCB0aGVfdGl0bGUoKTsgPz48L2E+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YSc+CgoJCTxkaXYgY2xhc3M9J294eS1wb3N0LW1ldGEtYXV0aG9yIG94eS1wb3N0LW1ldGEtaXRlbSc+CgkJCTw/cGhwIHRoZV9hdXRob3IoKTsgPz4KCQk8L2Rpdj4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1jb21tZW50cyBveHktcG9zdC1tZXRhLWl0ZW0nPgoJCQk8YSBocmVmPSc8P3BocCBjb21tZW50c19saW5rKCk7ID8+Jz48P3BocCBjb21tZW50c19udW1iZXIoKTsgPz48L2E+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkJPD9waHAgdGhlX2V4Y2VycHQoKTsgPz4KCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlJz5SZWFkIE1vcmUg4oaSPC9hPgoKPC9kaXY+\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogYmxvY2s7CiAgY29sdW1uLWNvdW50OiAyOwogIGNvbHVtbi1nYXA6IDI0cHg7CiAgei1pbmRleDogNTA7CiAgcGFkZGluZy1ib3R0b206IDE4cHg7Cn0KCiUlRVBJRCUlIC5veHktcG9zdHM6YmVmb3JlIHsKICBjb250ZW50OiAnICc7CiAgZGlzcGxheTogYmxvY2s7CiAgbWluLWhlaWdodDogMjQwcHg7Cn0KCkBtZWRpYSAobWF4LXdpZHRoOjk5MnB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0czpiZWZvcmUgewogICAgZGlzcGxheTogbm9uZTsKICB9Cn0KCkBtZWRpYSAobWF4LXdpZHRoOjc2OHB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0cyB7CiAgICBjb2x1bW4tY291bnQ6IDE7CiAgfQp9CiAgCgolJUVQSUQlJSAub3h5LXBvc3QgewogIGRpc3BsYXk6IGZsZXg7CiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjsKICB0ZXh0LWFsaWduOiBsZWZ0OwogIGFsaWduLWl0ZW1zOiBmbGV4LXN0YXJ0OwogIG1hcmdpbi1ib3R0b206IDI0cHg7CiAgd2lkdGg6IDEwMCU7CiAgYm9yZGVyOiAycHggc29saWQgY29sb3IoMTQpOwogIGJyZWFrLWluc2lkZTogYXZvaWQ7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZSB7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGJhY2tncm91bmQtY29sb3I6IGdyZXk7CiAgYmFja2dyb3VuZC1pbWFnZTogcmVwZWF0aW5nLWxpbmVhci1ncmFkaWVudCgKICA0NWRlZywKICAjZWVlZWVlLAogICNlZWVlZWUgMTBweCwKICAjZGRkZGRkIDEwcHgsCiAgI2RkZGRkZCAyMHB4KTsKICB3aWR0aDogMTAwJTsKICBtYXJnaW46IC0ycHggMCAzNnB4IDA7CiAgZGlzcGxheTogYmxvY2s7CiAgd2lkdGg6IDEwMCU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZS1maXhlZC1yYXRpbyB7CiAgcGFkZGluZy1ib3R0b206IDgwJTsKICBiYWNrZ3JvdW5kLXNpemU6IGNvdmVyOwogIGJhY2tncm91bmQtcG9zaXRpb246IGNlbnRlciBjZW50ZXI7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZS1kYXRlLW92ZXJsYXkgewogIHBvc2l0aW9uOiBhYnNvbHV0ZTsKICB0b3A6IDFlbTsKICByaWdodDogMWVtOwogIGZvbnQtc2l6ZTogMTZweDsKICBjb2xvcjogd2hpdGU7CiAgYmFja2dyb3VuZC1jb2xvcjogY29sb3IoMTUpOwogIHBhZGRpbmc6IC43ZW0gMWVtOwogIGZvbnQtd2VpZ2h0OiBib2xkOwogIC13ZWJraXQtZm9udC1zbW9vdGhpbmc6IGFudGlhbGlhc2VkOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtdGl0bGUgewogIGZvbnQtc2l6ZTogMzZweDsKICBsaW5lLWhlaWdodDogMTsKICBjb2xvcjogY29sb3IoMTIpOwogIGZvbnQtd2VpZ2h0OiA5MDA7CiAgbWFyZ2luOiAwIDQ4cHg7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhIHsKICBtYXJnaW46IDE4cHggNDhweCAwcHggNDhweDsKICBmb250LXNpemU6IDE2cHg7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGNvbG9yOiBjb2xvcigxNik7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhIGEgewogIGNvbG9yOiAgY29sb3IoMTYpOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YSBhOmhvdmVyIHsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTo6YWZ0ZXIgewoJY29udGVudDogIlwwMGI3IjsKCW1hcmdpbi1yaWdodDogLjVlbTsKCW1hcmdpbi1sZWZ0OiAuNWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YS1pdGVtOmxhc3QtY2hpbGQ6OmFmdGVyIHsKCWNvbnRlbnQ6ICIiOwoJZGlzcGxheTogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgewogIG1hcmdpbi1ib3R0b206IDI0cHg7CiAgY29sb3I6IGNvbG9yKDE3KTsKICBtYXJnaW46IDE4cHggNDhweCAzNnB4IDQ4cHg7CiAgbGluZS1oZWlnaHQ6IDEuNTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgcCB7CiAgbWFyZ2luOiAwOwogIGZvbnQtc2l6ZTogMjBweDsKfQoKQG1lZGlhIChtYXgtd2lkdGg6IDExMjBweCkgewogICUlRVBJRCUlIC5veHktcG9zdC1tZXRhIHsKICAgIGRpc3BsYXk6IG5vbmU7CiAgfQp9CgolJUVQSUQlJSAub3h5LXJlYWQtbW9yZSB7CiAgdGV4dC1hbGlnbjogY2VudGVyOwogIGRpc3BsYXk6IGlubGluZS1ibG9jazsKICBtYXJnaW4tdG9wOiBhdXRvOwogIGJhY2tncm91bmQ6IGNvbG9yKDE0KTsKICBjb2xvcjogY29sb3IoMTYpOwogIGZvbnQtc2l6ZTogMThweDsKICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlOwogIGxldHRlci1zcGFjaW5nOiAxcHg7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICBwYWRkaW5nOiAxOHB4IDQ4cHggMTZweCA0OHB4OwogIGJvcmRlci1ib3R0b206IDJweCBzb2xpZCBjb2xvcigxNik7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKICBtYXJnaW46IGF1dG8gNDhweCA0OHB4IDQ4cHg7Cn0KCiUlRVBJRCUlIC5veHktcmVhZC1tb3JlOmhvdmVyIHsKICBiYWNrZ3JvdW5kOiBjb2xvcigxNik7CiAgY29sb3I6ICNmZmZmZmY7Cn0KCiUlRVBJRCUlIC5veHktZWFzeS1wb3N0cy1wYWdlcyB7CiAgZm9udC1zaXplOiAyMHB4OwogIHotaW5kZXg6IDMwMDsKfQoKJSVFUElEJSUgLnBhZ2UtbnVtYmVycyB7CiAgcGFkZGluZzogMThweDsKICBjb2xvcjogY29sb3IoMTYpOwp9CgolJUVQSUQlJSBhLnBhZ2UtbnVtYmVyczpob3ZlciB7CiAgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Cn0KCiUlRVBJRCUlIC5wYWdlLW51bWJlcnMuY3VycmVudCB7CiAgYmFja2dyb3VuZDogY29sb3IoMTYpOwogIGNvbG9yOiAjZmZmZmZmOwogIHBhZGRpbmc6IDIycHggMzJweCAyNHB4IDMycHg7CiAgYm9yZGVyLXJhZGl1czogMTAwJTsKfQ==\",\"read_more_display_as\":\"text link\",\"paginate_alignment\":\"center\",\"posts_5050_below\":\"page-width\",\"posts_100_below\":\"phone-landscape\",\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"post\"},\"query_order\":\"ASC\",\"globalConditionsResult\":true}}\'][/oxy_posts_grid][/ct_section]'),(496,55,'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:\"\";}'),(497,58,'_menu_item_type','post_type'),(498,58,'_menu_item_menu_item_parent','0'),(499,58,'_menu_item_object_id','55'),(500,58,'_menu_item_object','page'),(501,58,'_menu_item_target',''),(502,58,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(503,58,'_menu_item_xfn',''),(504,58,'_menu_item_url',''),(505,57,'_wp_trash_meta_status','publish'),(506,57,'_wp_trash_meta_time','1600458360'),(507,1,'_edit_lock','1600486366:1'),(510,1,'_edit_last','1'),(754,1,'_pingme','1'),(512,1,'ct_other_template','0'),(513,1,'ct_template_archive_post_types_all',''),(514,1,'ct_template_categories','a:0:{}'),(515,1,'ct_template_categories_all',''),(516,1,'ct_template_tags','a:0:{}'),(517,1,'ct_template_tags_all',''),(518,1,'ct_template_custom_taxonomies','a:0:{}'),(519,1,'ct_template_custom_taxonomies_all',''),(520,1,'ct_template_authors_archives_all',''),(521,1,'ct_template_index',''),(522,1,'ct_template_front_page',''),(523,1,'ct_template_blog_posts',''),(524,1,'ct_template_date_archive',''),(525,1,'ct_template_search_page',''),(526,1,'ct_template_inner_content',''),(527,1,'ct_template_404_page',''),(528,1,'ct_template_all_archives',''),(529,1,'ct_template_archive_among_taxonomies','a:0:{}'),(530,1,'ct_template_apply_if_archive_among_taxonomies',''),(531,1,'ct_template_archive_post_types','a:0:{}'),(532,1,'ct_template_apply_if_archive_among_cpt',''),(533,1,'ct_template_authors_archives','a:0:{}'),(534,1,'ct_template_apply_if_archive_among_authors',''),(535,1,'ct_template_single_all',''),(536,1,'ct_template_post_types','a:0:{}'),(537,1,'ct_template_exclude_ids',''),(538,1,'ct_template_include_ids',''),(539,1,'ct_template_taxonomies','a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),(540,1,'ct_use_template_taxonomies',''),(541,1,'ct_template_post_of_parents','a:0:{}'),(542,1,'ct_template_apply_if_post_of_parents',''),(543,1,'ct_template_order','0'),(544,1,'ct_builder_shortcodes',''),(546,1,'_thumbnail_id','73'),(549,60,'_edit_last','1'),(550,60,'_edit_lock','1600460411:1'),(551,60,'ct_parent_template','8'),(552,60,'ct_template_archive_post_types_all',''),(553,60,'ct_template_categories','a:0:{}'),(554,60,'ct_template_categories_all',''),(555,60,'ct_template_tags','a:0:{}'),(556,60,'ct_template_tags_all',''),(557,60,'ct_template_custom_taxonomies','a:0:{}'),(558,60,'ct_template_custom_taxonomies_all',''),(559,60,'ct_template_authors_archives_all',''),(560,60,'ct_template_index',''),(561,60,'ct_template_front_page',''),(562,60,'ct_template_blog_posts','true'),(563,60,'ct_template_date_archive',''),(564,60,'ct_template_search_page',''),(565,60,'ct_template_inner_content',''),(566,60,'ct_template_404_page',''),(567,60,'ct_template_all_archives',''),(568,60,'ct_template_archive_among_taxonomies','a:0:{}'),(569,60,'ct_template_apply_if_archive_among_taxonomies',''),(570,60,'ct_template_archive_post_types','a:0:{}'),(571,60,'ct_template_apply_if_archive_among_cpt',''),(572,60,'ct_template_authors_archives','a:0:{}'),(573,60,'ct_template_apply_if_archive_among_authors',''),(574,60,'ct_template_single_all',''),(575,60,'ct_template_post_types','a:0:{}'),(576,60,'ct_template_exclude_ids',''),(577,60,'ct_template_include_ids',''),(578,60,'ct_template_taxonomies','a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),(579,60,'ct_use_template_taxonomies',''),(580,60,'ct_template_post_of_parents','a:1:{i:0;s:0:\"\";}'),(581,60,'ct_template_apply_if_post_of_parents',''),(582,60,'ct_template_order','0'),(583,60,'ct_builder_shortcodes','[ct_section ct_sign_sha256=\'05a64f9ddfcf9dc1417b15d7b500cd16913d512fd197486041054b5060b5552a\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-60\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"globalConditionsResult\":true},\"nicename\":\"Articles\",\"ct_category\":\"Blog\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"24\"}},\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"48\"}}},\"hover\":{\"border-top-color\":\"color(3)\",\"border-right-color\":\"color(3)\",\"border-bottom-color\":\"color(3)\",\"border-left-color\":\"color(3)\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\"}}\'][ct_div_block_2 ct_sign_sha256=\'6ced417e7a42e9763f1b82883c126580fe2d9c870531076ce8b086cad2417fe0\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-60\",\"original\":{\"width-unit\":\"%\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-blog-1-title-wrapper\",\"media\":{\"tablet\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"24\"}}},\"classes\":{\"0\":\"hyperion-blog-1-title-wrapper\"}}\'][ct_text_block ct_sign_sha256=\'fda9832fc091b22fcfc5e5425d8c3e3f3713d4d89b5525719f900e628bd9669e\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"text_block-4-60\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"color\":\"color(3)\",\"globalConditionsResult\":true}}\']OUR BLOG[/ct_text_block][ct_headline ct_sign_sha256=\'c46405e5e5224109234659ff3975f5dfea19c09df38b176c187b46b85f1faeb5\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"headline-5-60\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Articles[/ct_headline][ct_text_block ct_sign_sha256=\'cb06840583881d5ddad246203c223fce50ccb6140e90247382bfff17d5d0fdd0\' ct_options=\'{\"ct_id\":6,\"ct_parent\":3,\"selector\":\"text_block-6-60\",\"original\":{\"max-width\":\"640\",\"color\":\"color(3)\",\"margin-bottom\":\"18\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']Our latest Articles[/ct_text_block][/ct_div_block_2][oxy_posts_grid ct_sign_sha256=\'8a707f3838df6fa1d5ba26f23beb357f5e65d6b5bc8de594eb5e3b2f1071cd81\' ct_options=\'{\"ct_id\":8,\"ct_parent\":2,\"selector\":\"_posts_grid-8-60\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QnPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgPC9kaXY+CiAgICAgIAogICAgICA8ZGl2IGNsYXNzPSdveHktcG9zdC1pbWFnZS1kYXRlLW92ZXJsYXknPgoJCTw/cGhwIHRoZV90aW1lKGdldF9vcHRpb24oJ2RhdGVfZm9ybWF0JykpOyA/PgoJICA8L2Rpdj4KICAgICAgCgk8L2E+CgoJPGEgY2xhc3M9J294eS1wb3N0LXRpdGxlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz48P3BocCB0aGVfdGl0bGUoKTsgPz48L2E+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YSc+CgoJCTxkaXYgY2xhc3M9J294eS1wb3N0LW1ldGEtYXV0aG9yIG94eS1wb3N0LW1ldGEtaXRlbSc+CgkJCTw/cGhwIHRoZV9hdXRob3IoKTsgPz4KCQk8L2Rpdj4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1jb21tZW50cyBveHktcG9zdC1tZXRhLWl0ZW0nPgoJCQk8YSBocmVmPSc8P3BocCBjb21tZW50c19saW5rKCk7ID8+Jz48P3BocCBjb21tZW50c19udW1iZXIoKTsgPz48L2E+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkJPD9waHAgdGhlX2V4Y2VycHQoKTsgPz4KCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlJz5SZWFkIE1vcmUg4oaSPC9hPgoKPC9kaXY+\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogYmxvY2s7CiAgY29sdW1uLWNvdW50OiAyOwogIGNvbHVtbi1nYXA6IDI0cHg7CiAgei1pbmRleDogNTA7CiAgcGFkZGluZy1ib3R0b206IDE4cHg7Cn0KCiUlRVBJRCUlIC5veHktcG9zdHM6YmVmb3JlIHsKICBjb250ZW50OiAnICc7CiAgZGlzcGxheTogYmxvY2s7CiAgbWluLWhlaWdodDogMjQwcHg7Cn0KCkBtZWRpYSAobWF4LXdpZHRoOjk5MnB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0czpiZWZvcmUgewogICAgZGlzcGxheTogbm9uZTsKICB9Cn0KCkBtZWRpYSAobWF4LXdpZHRoOjc2OHB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0cyB7CiAgICBjb2x1bW4tY291bnQ6IDE7CiAgfQp9CiAgCgolJUVQSUQlJSAub3h5LXBvc3QgewogIGRpc3BsYXk6IGZsZXg7CiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjsKICB0ZXh0LWFsaWduOiBsZWZ0OwogIGFsaWduLWl0ZW1zOiBmbGV4LXN0YXJ0OwogIG1hcmdpbi1ib3R0b206IDI0cHg7CiAgd2lkdGg6IDEwMCU7CiAgYm9yZGVyOiAycHggc29saWQgY29sb3IoMTQpOwogIGJyZWFrLWluc2lkZTogYXZvaWQ7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZSB7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGJhY2tncm91bmQtY29sb3I6IGdyZXk7CiAgYmFja2dyb3VuZC1pbWFnZTogcmVwZWF0aW5nLWxpbmVhci1ncmFkaWVudCgKICA0NWRlZywKICAjZWVlZWVlLAogICNlZWVlZWUgMTBweCwKICAjZGRkZGRkIDEwcHgsCiAgI2RkZGRkZCAyMHB4KTsKICB3aWR0aDogMTAwJTsKICBtYXJnaW46IC0ycHggMCAzNnB4IDA7CiAgZGlzcGxheTogYmxvY2s7CiAgd2lkdGg6IDEwMCU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZS1maXhlZC1yYXRpbyB7CiAgcGFkZGluZy1ib3R0b206IDgwJTsKICBiYWNrZ3JvdW5kLXNpemU6IGNvdmVyOwogIGJhY2tncm91bmQtcG9zaXRpb246IGNlbnRlciBjZW50ZXI7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZS1kYXRlLW92ZXJsYXkgewogIHBvc2l0aW9uOiBhYnNvbHV0ZTsKICB0b3A6IDFlbTsKICByaWdodDogMWVtOwogIGZvbnQtc2l6ZTogMTZweDsKICBjb2xvcjogd2hpdGU7CiAgYmFja2dyb3VuZC1jb2xvcjogY29sb3IoMTUpOwogIHBhZGRpbmc6IC43ZW0gMWVtOwogIGZvbnQtd2VpZ2h0OiBib2xkOwogIC13ZWJraXQtZm9udC1zbW9vdGhpbmc6IGFudGlhbGlhc2VkOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtdGl0bGUgewogIGZvbnQtc2l6ZTogMzZweDsKICBsaW5lLWhlaWdodDogMTsKICBjb2xvcjogY29sb3IoMTIpOwogIGZvbnQtd2VpZ2h0OiA5MDA7CiAgbWFyZ2luOiAwIDQ4cHg7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhIHsKICBtYXJnaW46IDE4cHggNDhweCAwcHggNDhweDsKICBmb250LXNpemU6IDE2cHg7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGNvbG9yOiBjb2xvcigxNik7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhIGEgewogIGNvbG9yOiAgY29sb3IoMTYpOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YSBhOmhvdmVyIHsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTo6YWZ0ZXIgewoJY29udGVudDogIlwwMGI3IjsKCW1hcmdpbi1yaWdodDogLjVlbTsKCW1hcmdpbi1sZWZ0OiAuNWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YS1pdGVtOmxhc3QtY2hpbGQ6OmFmdGVyIHsKCWNvbnRlbnQ6ICIiOwoJZGlzcGxheTogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgewogIG1hcmdpbi1ib3R0b206IDI0cHg7CiAgY29sb3I6IGNvbG9yKDE3KTsKICBtYXJnaW46IDE4cHggNDhweCAzNnB4IDQ4cHg7CiAgbGluZS1oZWlnaHQ6IDEuNTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgcCB7CiAgbWFyZ2luOiAwOwogIGZvbnQtc2l6ZTogMjBweDsKfQoKQG1lZGlhIChtYXgtd2lkdGg6IDExMjBweCkgewogICUlRVBJRCUlIC5veHktcG9zdC1tZXRhIHsKICAgIGRpc3BsYXk6IG5vbmU7CiAgfQp9CgolJUVQSUQlJSAub3h5LXJlYWQtbW9yZSB7CiAgdGV4dC1hbGlnbjogY2VudGVyOwogIGRpc3BsYXk6IGlubGluZS1ibG9jazsKICBtYXJnaW4tdG9wOiBhdXRvOwogIGJhY2tncm91bmQ6IGNvbG9yKDE0KTsKICBjb2xvcjogY29sb3IoMTYpOwogIGZvbnQtc2l6ZTogMThweDsKICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlOwogIGxldHRlci1zcGFjaW5nOiAxcHg7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICBwYWRkaW5nOiAxOHB4IDQ4cHggMTZweCA0OHB4OwogIGJvcmRlci1ib3R0b206IDJweCBzb2xpZCBjb2xvcigxNik7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKICBtYXJnaW46IGF1dG8gNDhweCA0OHB4IDQ4cHg7Cn0KCiUlRVBJRCUlIC5veHktcmVhZC1tb3JlOmhvdmVyIHsKICBiYWNrZ3JvdW5kOiBjb2xvcigxNik7CiAgY29sb3I6ICNmZmZmZmY7Cn0KCiUlRVBJRCUlIC5veHktZWFzeS1wb3N0cy1wYWdlcyB7CiAgZm9udC1zaXplOiAyMHB4OwogIHotaW5kZXg6IDMwMDsKfQoKJSVFUElEJSUgLnBhZ2UtbnVtYmVycyB7CiAgcGFkZGluZzogMThweDsKICBjb2xvcjogY29sb3IoMTYpOwp9CgolJUVQSUQlJSBhLnBhZ2UtbnVtYmVyczpob3ZlciB7CiAgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Cn0KCiUlRVBJRCUlIC5wYWdlLW51bWJlcnMuY3VycmVudCB7CiAgYmFja2dyb3VuZDogY29sb3IoMTYpOwogIGNvbG9yOiAjZmZmZmZmOwogIHBhZGRpbmc6IDIycHggMzJweCAyNHB4IDMycHg7CiAgYm9yZGVyLXJhZGl1czogMTAwJTsKfQ==\",\"read_more_display_as\":\"text link\",\"paginate_alignment\":\"center\",\"posts_5050_below\":\"page-width\",\"posts_100_below\":\"phone-landscape\",\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"post\"},\"query_order\":\"ASC\",\"globalConditionsResult\":true}}\'][/oxy_posts_grid][/ct_section]'),(587,61,'_edit_last','1'),(588,61,'_edit_lock','1600486851:1'),(589,61,'ct_template_archive_post_types_all',''),(590,61,'ct_template_categories','a:0:{}'),(591,61,'ct_template_categories_all',''),(592,61,'ct_template_tags','a:0:{}'),(593,61,'ct_template_tags_all',''),(594,61,'ct_template_custom_taxonomies','a:0:{}'),(584,60,'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:\"\";}'),(585,60,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'033d9e3ec24fa978e2751dec15455fb61c37a5ce476ef731f50bc25fe7abaa8f\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-60\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"globalConditionsResult\":true},\"nicename\":\"Articles\",\"ct_category\":\"Blog\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"24\"}},\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"48\"}}},\"hover\":{\"border-top-color\":\"color(3)\",\"border-right-color\":\"color(3)\",\"border-bottom-color\":\"color(3)\",\"border-left-color\":\"color(3)\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\"}}\'][ct_div_block_2 ct_sign_sha256=\'7e87aba4c4cffcc5e062db202b3e799527acea8d9fba0091da2b18fe01fe9d6a\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-60\",\"original\":{\"width-unit\":\"%\",\"globalConditionsResult\":true},\"media\":{\"tablet\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"24\"}}},\"classes\":{\"0\":\"hyperion-blog-1-title-wrapper\"}}\'][ct_text_block ct_sign_sha256=\'fda9832fc091b22fcfc5e5425d8c3e3f3713d4d89b5525719f900e628bd9669e\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"text_block-4-60\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"color\":\"color(3)\",\"globalConditionsResult\":true}}\']OUR BLOG[/ct_text_block][ct_headline ct_sign_sha256=\'c46405e5e5224109234659ff3975f5dfea19c09df38b176c187b46b85f1faeb5\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"headline-5-60\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Articles[/ct_headline][ct_text_block ct_sign_sha256=\'cb06840583881d5ddad246203c223fce50ccb6140e90247382bfff17d5d0fdd0\' ct_options=\'{\"ct_id\":6,\"ct_parent\":3,\"selector\":\"text_block-6-60\",\"original\":{\"max-width\":\"640\",\"color\":\"color(3)\",\"margin-bottom\":\"18\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']Our latest Articles[/ct_text_block][ct_link_text ct_sign_sha256=\'ee39a1f25aaf3498d43c711f6624e6540a4fa2cf512c2f71016fb2d062b6ef1e\' ct_options=\'{\"ct_id\":7,\"ct_parent\":3,\"selector\":\"link_text-7-60\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"color\":\"color(3)\",\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"},\"hover\":{\"background-color\":\"#ffffff\",\"color\":\"color(5)\",\"border-top-color\":\"color(3)\",\"border-right-color\":\"color(3)\",\"border-bottom-color\":\"color(3)\",\"border-left-color\":\"color(3)\"}}\']LEARN MORE[/ct_link_text][/ct_div_block_2][oxy_posts_grid ct_sign_sha256=\'8a707f3838df6fa1d5ba26f23beb357f5e65d6b5bc8de594eb5e3b2f1071cd81\' ct_options=\'{\"ct_id\":8,\"ct_parent\":2,\"selector\":\"_posts_grid-8-60\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QnPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgPC9kaXY+CiAgICAgIAogICAgICA8ZGl2IGNsYXNzPSdveHktcG9zdC1pbWFnZS1kYXRlLW92ZXJsYXknPgoJCTw/cGhwIHRoZV90aW1lKGdldF9vcHRpb24oJ2RhdGVfZm9ybWF0JykpOyA/PgoJICA8L2Rpdj4KICAgICAgCgk8L2E+CgoJPGEgY2xhc3M9J294eS1wb3N0LXRpdGxlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz48P3BocCB0aGVfdGl0bGUoKTsgPz48L2E+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YSc+CgoJCTxkaXYgY2xhc3M9J294eS1wb3N0LW1ldGEtYXV0aG9yIG94eS1wb3N0LW1ldGEtaXRlbSc+CgkJCTw/cGhwIHRoZV9hdXRob3IoKTsgPz4KCQk8L2Rpdj4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1jb21tZW50cyBveHktcG9zdC1tZXRhLWl0ZW0nPgoJCQk8YSBocmVmPSc8P3BocCBjb21tZW50c19saW5rKCk7ID8+Jz48P3BocCBjb21tZW50c19udW1iZXIoKTsgPz48L2E+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkJPD9waHAgdGhlX2V4Y2VycHQoKTsgPz4KCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlJz5SZWFkIE1vcmUg4oaSPC9hPgoKPC9kaXY+\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogYmxvY2s7CiAgY29sdW1uLWNvdW50OiAyOwogIGNvbHVtbi1nYXA6IDI0cHg7CiAgei1pbmRleDogNTA7CiAgcGFkZGluZy1ib3R0b206IDE4cHg7Cn0KCiUlRVBJRCUlIC5veHktcG9zdHM6YmVmb3JlIHsKICBjb250ZW50OiAnICc7CiAgZGlzcGxheTogYmxvY2s7CiAgbWluLWhlaWdodDogMjQwcHg7Cn0KCkBtZWRpYSAobWF4LXdpZHRoOjk5MnB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0czpiZWZvcmUgewogICAgZGlzcGxheTogbm9uZTsKICB9Cn0KCkBtZWRpYSAobWF4LXdpZHRoOjc2OHB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0cyB7CiAgICBjb2x1bW4tY291bnQ6IDE7CiAgfQp9CiAgCgolJUVQSUQlJSAub3h5LXBvc3QgewogIGRpc3BsYXk6IGZsZXg7CiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjsKICB0ZXh0LWFsaWduOiBsZWZ0OwogIGFsaWduLWl0ZW1zOiBmbGV4LXN0YXJ0OwogIG1hcmdpbi1ib3R0b206IDI0cHg7CiAgd2lkdGg6IDEwMCU7CiAgYm9yZGVyOiAycHggc29saWQgY29sb3IoMTQpOwogIGJyZWFrLWluc2lkZTogYXZvaWQ7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZSB7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGJhY2tncm91bmQtY29sb3I6IGdyZXk7CiAgYmFja2dyb3VuZC1pbWFnZTogcmVwZWF0aW5nLWxpbmVhci1ncmFkaWVudCgKICA0NWRlZywKICAjZWVlZWVlLAogICNlZWVlZWUgMTBweCwKICAjZGRkZGRkIDEwcHgsCiAgI2RkZGRkZCAyMHB4KTsKICB3aWR0aDogMTAwJTsKICBtYXJnaW46IC0ycHggMCAzNnB4IDA7CiAgZGlzcGxheTogYmxvY2s7CiAgd2lkdGg6IDEwMCU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZS1maXhlZC1yYXRpbyB7CiAgcGFkZGluZy1ib3R0b206IDgwJTsKICBiYWNrZ3JvdW5kLXNpemU6IGNvdmVyOwogIGJhY2tncm91bmQtcG9zaXRpb246IGNlbnRlciBjZW50ZXI7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZS1kYXRlLW92ZXJsYXkgewogIHBvc2l0aW9uOiBhYnNvbHV0ZTsKICB0b3A6IDFlbTsKICByaWdodDogMWVtOwogIGZvbnQtc2l6ZTogMTZweDsKICBjb2xvcjogd2hpdGU7CiAgYmFja2dyb3VuZC1jb2xvcjogY29sb3IoMTUpOwogIHBhZGRpbmc6IC43ZW0gMWVtOwogIGZvbnQtd2VpZ2h0OiBib2xkOwogIC13ZWJraXQtZm9udC1zbW9vdGhpbmc6IGFudGlhbGlhc2VkOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtdGl0bGUgewogIGZvbnQtc2l6ZTogMzZweDsKICBsaW5lLWhlaWdodDogMTsKICBjb2xvcjogY29sb3IoMTIpOwogIGZvbnQtd2VpZ2h0OiA5MDA7CiAgbWFyZ2luOiAwIDQ4cHg7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhIHsKICBtYXJnaW46IDE4cHggNDhweCAwcHggNDhweDsKICBmb250LXNpemU6IDE2cHg7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGNvbG9yOiBjb2xvcigxNik7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhIGEgewogIGNvbG9yOiAgY29sb3IoMTYpOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YSBhOmhvdmVyIHsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTo6YWZ0ZXIgewoJY29udGVudDogIlwwMGI3IjsKCW1hcmdpbi1yaWdodDogLjVlbTsKCW1hcmdpbi1sZWZ0OiAuNWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YS1pdGVtOmxhc3QtY2hpbGQ6OmFmdGVyIHsKCWNvbnRlbnQ6ICIiOwoJZGlzcGxheTogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgewogIG1hcmdpbi1ib3R0b206IDI0cHg7CiAgY29sb3I6IGNvbG9yKDE3KTsKICBtYXJnaW46IDE4cHggNDhweCAzNnB4IDQ4cHg7CiAgbGluZS1oZWlnaHQ6IDEuNTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgcCB7CiAgbWFyZ2luOiAwOwogIGZvbnQtc2l6ZTogMjBweDsKfQoKQG1lZGlhIChtYXgtd2lkdGg6IDExMjBweCkgewogICUlRVBJRCUlIC5veHktcG9zdC1tZXRhIHsKICAgIGRpc3BsYXk6IG5vbmU7CiAgfQp9CgolJUVQSUQlJSAub3h5LXJlYWQtbW9yZSB7CiAgdGV4dC1hbGlnbjogY2VudGVyOwogIGRpc3BsYXk6IGlubGluZS1ibG9jazsKICBtYXJnaW4tdG9wOiBhdXRvOwogIGJhY2tncm91bmQ6IGNvbG9yKDE0KTsKICBjb2xvcjogY29sb3IoMTYpOwogIGZvbnQtc2l6ZTogMThweDsKICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlOwogIGxldHRlci1zcGFjaW5nOiAxcHg7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICBwYWRkaW5nOiAxOHB4IDQ4cHggMTZweCA0OHB4OwogIGJvcmRlci1ib3R0b206IDJweCBzb2xpZCBjb2xvcigxNik7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKICBtYXJnaW46IGF1dG8gNDhweCA0OHB4IDQ4cHg7Cn0KCiUlRVBJRCUlIC5veHktcmVhZC1tb3JlOmhvdmVyIHsKICBiYWNrZ3JvdW5kOiBjb2xvcigxNik7CiAgY29sb3I6ICNmZmZmZmY7Cn0KCiUlRVBJRCUlIC5veHktZWFzeS1wb3N0cy1wYWdlcyB7CiAgZm9udC1zaXplOiAyMHB4OwogIHotaW5kZXg6IDMwMDsKfQoKJSVFUElEJSUgLnBhZ2UtbnVtYmVycyB7CiAgcGFkZGluZzogMThweDsKICBjb2xvcjogY29sb3IoMTYpOwp9CgolJUVQSUQlJSBhLnBhZ2UtbnVtYmVyczpob3ZlciB7CiAgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Cn0KCiUlRVBJRCUlIC5wYWdlLW51bWJlcnMuY3VycmVudCB7CiAgYmFja2dyb3VuZDogY29sb3IoMTYpOwogIGNvbG9yOiAjZmZmZmZmOwogIHBhZGRpbmc6IDIycHggMzJweCAyNHB4IDMycHg7CiAgYm9yZGVyLXJhZGl1czogMTAwJTsKfQ==\",\"read_more_display_as\":\"text link\",\"paginate_alignment\":\"center\",\"posts_5050_below\":\"page-width\",\"posts_100_below\":\"phone-landscape\",\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"post\"},\"query_order\":\"ASC\",\"globalConditionsResult\":true}}\'][/oxy_posts_grid][/ct_section]'),(586,60,'ct_builder_shortcodes_revisions_dates','1600458658'),(595,61,'ct_template_custom_taxonomies_all',''),(596,61,'ct_template_authors_archives_all',''),(597,61,'ct_template_index',''),(598,61,'ct_template_front_page',''),(599,61,'ct_template_blog_posts',''),(600,61,'ct_template_date_archive',''),(601,61,'ct_template_search_page',''),(602,61,'ct_template_inner_content',''),(603,61,'ct_template_404_page',''),(604,61,'ct_template_all_archives',''),(605,61,'ct_template_archive_among_taxonomies','a:0:{}'),(606,61,'ct_template_apply_if_archive_among_taxonomies',''),(607,61,'ct_template_archive_post_types','a:0:{}'),(608,61,'ct_template_apply_if_archive_among_cpt',''),(609,61,'ct_template_authors_archives','a:0:{}'),(610,61,'ct_template_apply_if_archive_among_authors',''),(611,61,'ct_template_single_all',''),(612,61,'ct_template_post_types','a:1:{i:0;s:4:\"post\";}'),(613,61,'ct_template_exclude_ids',''),(614,61,'ct_template_include_ids',''),(615,61,'ct_template_taxonomies','a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),(616,61,'ct_use_template_taxonomies',''),(617,61,'ct_template_post_of_parents','a:1:{i:0;s:0:\"\";}'),(618,61,'ct_template_apply_if_post_of_parents',''),(619,61,'ct_template_order','0'),(620,61,'ct_builder_shortcodes','[oxy_header ct_sign_sha256=\'92a434cb340cb0b6ff05dc9326fa33dec9043c7c8a7b40da291e61e08f9b32ab\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"_header-16-61\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\"},\"activeselector\":false,\"nicename\":\"Header Simple One Line\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'0cb7a6c3c558b733129ed16ccdf66a8728d1816d04a9a0b415610f0e8f722f80\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"_header_row-17-61\",\"original\":{\"background-color\":\"color(1)\",\"stack-header-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][oxy_header_left ct_sign_sha256=\'a2f0c3ba95379b3bc72126d2689a3885aa14df786d11c9d0388f22fa79476c13\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"_header_left-18-61\"}\'][ct_link_2 ct_sign_sha256=\'f4d12b76c9454af0a870e30980d46b59ebabf72b4bebe454d24e510de66c8e2e\' ct_options=\'{\"ct_id\":36,\"ct_parent\":18,\"selector\":\"link-36-61\",\"original\":{\"url\":\"https://prosportsfoundation.com\",\"target\":\"\",\"url_encoded\":\"true\"}}\'][ct_image ct_sign_sha256=\'e5b08c8c2bcfcfac7b920ff216179627b3d3f3da5b7a49f381d95900e36658b1\' ct_options=\'{\"ct_id\":26,\"ct_parent\":36,\"selector\":\"image-26-61\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"height\":\"100\",\"margin-top\":\"10\",\"margin-bottom\":\"10\"},\"activeselector\":false}\'][/ct_image][/ct_link_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'1abb909940cc0ef98259f5131f535ac8b2e87594b68292835ac7fdcc2790ce57\' ct_options=\'{\"ct_id\":21,\"ct_parent\":17,\"selector\":\"_header_center-21-61\"}\'][oxy_nav_menu ct_sign_sha256=\'60934183a76734cff3a45de641035c63dbcc9fd74fbfec39f8f35f67ba473436\' ct_options=\'{\"ct_id\":22,\"ct_parent\":21,\"selector\":\"_nav_menu-22-61\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"on\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"24\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"24\",\"menu_hover_background-color\":\"color(1)\",\"menu_flex-direction\":\"row\",\"menu_font-size\":\"18\",\"menu_color\":\"color(6)\",\"menu_letter-spacing\":\".125\",\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_hover_color\":\"color(3)\",\"menu_active_color\":\"color(2)\",\"menu_dropdowns_padding-top\":\"18\",\"menu_dropdowns_padding-bottom\":\"18\",\"menu_hover_border-bottom-width\":\"2\",\"menu_dropdowns_background-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(6)\",\"menu_dropdowns_hover_color\":\"color(3)\",\"menu_dropdowns_hover_background-color\":\"color(1)\",\"menu_responsive_icon_color\":\"#ffffff\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"menu_justify-content\":\"center\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_background-color\":\"color(1)\",\"menu_color\":\"color(3)\",\"menu_border-bottom-width\":\"2\",\"menu_dropdowns_color\":\"color(3)\",\"menu_dropdowns_background-color\":\"color(1)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"24\"}}}}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'9caced03588716b222c5b993b576bfe8b58e9f6a06b41da8ab1a4a95c2b50fba\' ct_options=\'{\"ct_id\":23,\"ct_parent\":17,\"selector\":\"_header_right-23-61\"}\'][ct_link_text ct_sign_sha256=\'fc98314c84fa48133c1522f03ece6773e4a0840838d2ebf93d5f9561d36ef2df\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link_text-24-61\",\"original\":{\"font-size\":\"18\",\"font-weight\":\"900\",\"color\":\"color(3)\",\"hover_color\":\"color(1)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"background-color\":\"color(16)\",\"letter-spacing\":\"1\",\"line-height\":\"1\",\"padding-top\":\"18\",\"padding-bottom\":\"18\",\"padding-left\":\"42\",\"padding-right\":\"42\",\"border-radius\":\"100\",\"url\":\"mailto:contact@prosportsfoundation.com\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"url_encoded\":\"true\",\"target\":\"\"},\"hover\":{\"color\":\"color(1)\",\"background-color\":\"#ffffff\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"12\",\"margin-bottom\":\"12\"}}}}\']EMAIL US[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'b2413da1b156131afb0308d74bbcaee0aac88e78c17695ba562eb8e57b7b8688\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"section-1-61\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"container-padding-top\":\"57\",\"container-padding-bottom\":\"62\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"640\",\"align-items\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"nicename\":\"Simple Text One Column\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'7629428e7ad5c4135040482018bf631f8904ec57f10c0d16bfed9cffb7cfcae2\' ct_options=\'{\"ct_id\":7,\"ct_parent\":1,\"selector\":\"headline-7-61\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"50\",\"color\":\"color(16)\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'f5e3beedb62b0e7d9decc24902a4356b9ae350fd6c3de0fc1c5781dc274011bb\' ct_options=\'{\"ct_id\":8,\"ct_parent\":7,\"selector\":\"span-8-61\"}\'][oxygen ct_sign_sha256=\'dbcae86f81a07a96fd0f6e7d80ef72ca19e42e3994d64fe6b9cc7769adc5f192\' data=\'title\' ][/ct_span][/ct_headline][ct_div_block_2 ct_sign_sha256=\'5fbf0b7762a44d80b8cc5816c5a317e0dba3ab2192c4bfe02294f4880549c32d\' ct_options=\'{\"ct_id\":15,\"ct_parent\":1,\"selector\":\"div_block-15-61\",\"original\":{\"display\":\"flex\",\"flex-direction\":\"row\",\"margin-bottom\":\"10\"},\"activeselector\":false}\'][ct_text_block ct_sign_sha256=\'d719bc126df7c7d76c76ac1880c08f0fdcaa7cba9d503e9488a1fd8568f86712\' ct_options=\'{\"ct_id\":11,\"ct_parent\":15,\"selector\":\"text_block-11-61\",\"original\":{\"padding-right\":\"20\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'233fd60ee227361ae4d51facffa644b8d7df3c2bf3e9dc340f9f644cf90213a3\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"span-12-61\"}\'][oxygen ct_sign_sha256=\'5739b77cb07d1bf6c5c8fb78194fbe01f00922ca849ce41b3c5ad9dc8673fe4c\' data=\'date\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'c9fe18498f718504feeec35759fb1fdd16436e45d50674dc88b8779f87ff3382\' ct_options=\'{\"ct_id\":13,\"ct_parent\":15,\"selector\":\"text_block-13-61\"}\']By [ct_span ct_sign_sha256=\'ec52c4e5e93f36bc04be7be5b074669ebcf13bb1505dacda0124052b248d881a\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"span-14-61\"}\'][oxygen ct_sign_sha256=\'6701c6ab2aca4c9c921eb23d74215d3851ef8193c5cfce75e12cfbf6cc211417\' data=\'author\' ][/ct_span][/ct_text_block][/ct_div_block_2][ct_text_block ct_sign_sha256=\'0fc7346e15770c12f42d300b180c98357c47dcbcc7078b56c975661e8b8501e4\' ct_options=\'{\"ct_id\":4,\"ct_parent\":1,\"selector\":\"text_block-4-61\",\"classes\":{\"0\":\"hyperion-simple-text-1\"}}\'][ct_span ct_sign_sha256=\'ba9d958d7c81727eeb07470d9918346049ae80da0ef97c4acb3fd28996c8b8dc\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"span-5-61\",\"classes\":{\"0\":\"oxy-stock-content-styles\"}}\'][oxygen ct_sign_sha256=\'8320ad6a0f63bf1b9d7118163c185c7870937699cbe701f695de7f525de7ec17\' data=\'content\' ][/ct_span][/ct_text_block][oxy_comment_form ct_sign_sha256=\'74215b280b6e9ff9dbbfb3187e6d68ba290d974e49b079527014e8580d55ec5c\' ct_options=\'{\"ct_id\":38,\"ct_parent\":1,\"selector\":\"_comment_form-38-61\"}\'][/oxy_comment_form][ct_code_block ct_sign_sha256=\'ff39ef9b74492918a354cf2bc06fd6fe62f46433b2e5ab429812a66ae177116e\' ct_options=\'{\"ct_id\":6,\"ct_parent\":1,\"selector\":\"code_block-6-61\",\"original\":{\"code-php\":\"PCEtLSAtLT4=\",\"flex-direction\":\"unset\",\"display\":\"none\",\"code-css\":\"Lmh5cGVyaW9uLXNpbXBsZS10ZXh0LTEgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZC1jb2xvcjogY29sb3IoMTQpOwogIGZvbnQtZmFtaWx5OiAnQWxlZ3JleWEnOwogIGNvbG9yOiBjb2xvcigxMik7CiAgcGFkZGluZzogMThweCAyNHB4OwogIG1hcmdpbi1sZWZ0OiAwOwogIG1hcmdpbi1yaWdodDogMDsKICBmb250LXNpemU6IDE2cHg7CiAgbGluZS1oZWlnaHQ6IDEuNWVtOwogIGZvbnQtc3R5bGU6IGl0YWxpYzsKICBmb250LXNpemU6IDIwcHg7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIGltZyB7CiAgbWF4LXdpZHRoOiAxMDAlOwogIGhlaWdodDogYXV0bzsKICBtYXJnaW4tdG9wOiAxOHB4Owp9CgouaHlwZXJpb24tc2ltcGxlLXRleHQtMSBvbCBsaSB7CiAgY291bnRlci1pbmNyZW1lbnQ6IGxpc3Q7CiAgbGlzdC1zdHlsZS10eXBlOiBub25lOwogIHBvc2l0aW9uOiByZWxhdGl2ZTsKICBsaW5lLWhlaWdodDogMjsKfQoKLyogT3V0cHV0IHRoZSBudW1iZXJzIHVzaW5nIHRoZSBjb3VudGVyKCkgZnVuY3Rpb24sIGJ1dCB1c2UgYSBjdXN0b20gY29sb3IsIGFuZCBwb3NpdGlvbiB0aGUgbnVtYmVycyBob3cgd2Ugd2FudCAqLwouaHlwZXJpb24tc2ltcGxlLXRleHQtMSBzcGFuIG9sIGxpOmJlZm9yZSB7CiAgY29sb3I6IGNvbG9yKDE2KTsKICBjb250ZW50OiBjb3VudGVyKGxpc3QpICIuIjsKICBsZWZ0OiAtMzZweDsKICBmb250LXdlaWdodDogOTAwOwogIHBvc2l0aW9uOiBhYnNvbHV0ZTsKICB0ZXh0LWFsaWduOiByaWdodDsKICB3aWR0aDogMS41ZW07Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIHVsIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAyOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIHNwYW4gdWwgbGk6YmVmb3JlIHsKICBjb2xvcjogY29sb3IoMTYpOwogIGNvbnRlbnQ6IuKAoiI7CiAgbGVmdDogLTQycHg7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKICBmb250LXdlaWdodDogOTAwOwp9CgouaHlwZXJpb24tc2ltcGxlLXRleHQtMSAud3AtY2FwdGlvbi10ZXh0IHsKICBjb2xvcjogIzk5OTk5OTsKICBmb250LXN0eWxlOiBpdGFsaWM7CiAgZm9udC1zaXplOiAxMnB4OwogIG1hcmdpbi10b3A6IDA7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIGEgewogIGNvbG9yOiBjb2xvcigxNik7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIC53cC1jYXB0aW9uLmFsaWdubm9uZSB7CiAgd2lkdGg6IDEwMCUgIWltcG9ydGFudDsKfQo=\"}}\'][/ct_code_block][/ct_section][ct_image ct_sign_sha256=\'d07a8fe7ec4db98b137330acfe02c45ab0f946d6815fa7274e441541247a3e33\' ct_options=\'{\"ct_id\":10,\"ct_parent\":0,\"selector\":\"image-10-61\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'3d82d9b6da94459e8da7f76112bfa69302250151f0ba8964a391835a4faf828b\' data=\'featured_image\' ]\",\"srcdynamic\":true},\"activeselector\":false}\'][/ct_image][ct_section ct_sign_sha256=\'185f981e0e9b454350a01034898dff83ee13ac99a29c2277e93ea3c2d60af219\' ct_options=\'{\"ct_id\":28,\"ct_parent\":0,\"selector\":\"section-28-61\",\"original\":{\"background-color\":\"color(11)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"48\",\"container-padding-bottom\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Footer\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"30\"}}}}\'][ct_link_2 ct_sign_sha256=\'bbfacc101b951564310acb797382027d5c16a946b9cdcd9bce9a1d1ac938cc00\' ct_options=\'{\"ct_id\":37,\"ct_parent\":28,\"selector\":\"link-37-61\",\"original\":{\"url\":\"https://prosportsfoundation.com\",\"target\":\"\",\"url_encoded\":\"true\"}}\'][ct_image ct_sign_sha256=\'723cd46633d45fd0dc19f875abb61df3284f8b7a2322e34e8b9fa77c6431440c\' ct_options=\'{\"ct_id\":35,\"ct_parent\":37,\"selector\":\"image-35-61\",\"original\":{\"height\":\"100\",\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"padding-bottom\":\"15\"},\"activeselector\":false}\'][/ct_image][/ct_link_2][oxy_social_icons ct_sign_sha256=\'3b9e1862c088411df2c63270aa200f8951b2ecc2db982b5d13b17de46f4e3388\' ct_options=\'{\"ct_id\":31,\"ct_parent\":28,\"selector\":\"_social_icons-31-61\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true,\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][oxy_nav_menu ct_sign_sha256=\'6bdf2a753ac66cf7722e323064a3b4f19394e2af86145494975216e356925fc7\' ct_options=\'{\"ct_id\":32,\"ct_parent\":28,\"selector\":\"_nav_menu-32-61\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_icon_size\":\"18\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"30\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"30\",\"menu_flex-direction\":\"row\",\"menu_color\":\"color(6)\",\"menu_font-size\":\"18\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_letter-spacing\":\".125\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"border-top-width\":\"0\",\"border-right-width\":\"0\",\"border-bottom-width\":\"2\",\"border-left-width\":\"0\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"none\",\"border-bottom-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(11)\",\"menu_responsive_dropdowns\":\"off\",\"margin-bottom\":\"24\",\"menu_responsive_background_color\":\"color(11)\",\"menu_responsive_link_color\":\"color(6)\",\"menu_responsive_hover_link_color\":\"color(3)\",\"globalConditionsResult\":true,\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"}},\"phone-landscape\":{\"original\":{\"margin-right\":\"0\"}}}}\'][/oxy_nav_menu][ct_text_block ct_sign_sha256=\'cc948463282390688c246ee629885b549262ff303d533b23112bab83b0ad7160\' ct_options=\'{\"ct_id\":33,\"ct_parent\":28,\"selector\":\"text_block-33-61\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Copyright ©&nbsp; ProSports Foundation[/ct_text_block][/ct_section]'),(621,61,'ct_preview_url','https://prosportsfoundation.com/include-the-excluded/'),(622,61,'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:\"\";}'),(623,61,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'0a43f7308c56f3c6d8bbfae706309d48b72dbccb228a8ad466bcbb2d25557f97\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"section-1-61\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"center\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"640\"},\"activeselector\":false,\"nicename\":\"Simple Text One Column\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'7629428e7ad5c4135040482018bf631f8904ec57f10c0d16bfed9cffb7cfcae2\' ct_options=\'{\"ct_id\":7,\"ct_parent\":1,\"selector\":\"headline-7-61\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"50\",\"color\":\"color(16)\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'f5e3beedb62b0e7d9decc24902a4356b9ae350fd6c3de0fc1c5781dc274011bb\' ct_options=\'{\"ct_id\":8,\"ct_parent\":7,\"selector\":\"span-8-61\"}\'][oxygen ct_sign_sha256=\'dbcae86f81a07a96fd0f6e7d80ef72ca19e42e3994d64fe6b9cc7769adc5f192\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'0fc7346e15770c12f42d300b180c98357c47dcbcc7078b56c975661e8b8501e4\' ct_options=\'{\"ct_id\":4,\"ct_parent\":1,\"selector\":\"text_block-4-61\",\"classes\":{\"0\":\"hyperion-simple-text-1\"}}\'][ct_span ct_sign_sha256=\'ba9d958d7c81727eeb07470d9918346049ae80da0ef97c4acb3fd28996c8b8dc\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"span-5-61\",\"classes\":{\"0\":\"oxy-stock-content-styles\"}}\'][oxygen ct_sign_sha256=\'8320ad6a0f63bf1b9d7118163c185c7870937699cbe701f695de7f525de7ec17\' data=\'content\' ][/ct_span][/ct_text_block][ct_code_block ct_sign_sha256=\'ff39ef9b74492918a354cf2bc06fd6fe62f46433b2e5ab429812a66ae177116e\' ct_options=\'{\"ct_id\":6,\"ct_parent\":1,\"selector\":\"code_block-6-61\",\"original\":{\"code-php\":\"PCEtLSAtLT4=\",\"flex-direction\":\"unset\",\"display\":\"none\",\"code-css\":\"Lmh5cGVyaW9uLXNpbXBsZS10ZXh0LTEgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZC1jb2xvcjogY29sb3IoMTQpOwogIGZvbnQtZmFtaWx5OiAnQWxlZ3JleWEnOwogIGNvbG9yOiBjb2xvcigxMik7CiAgcGFkZGluZzogMThweCAyNHB4OwogIG1hcmdpbi1sZWZ0OiAwOwogIG1hcmdpbi1yaWdodDogMDsKICBmb250LXNpemU6IDE2cHg7CiAgbGluZS1oZWlnaHQ6IDEuNWVtOwogIGZvbnQtc3R5bGU6IGl0YWxpYzsKICBmb250LXNpemU6IDIwcHg7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIGltZyB7CiAgbWF4LXdpZHRoOiAxMDAlOwogIGhlaWdodDogYXV0bzsKICBtYXJnaW4tdG9wOiAxOHB4Owp9CgouaHlwZXJpb24tc2ltcGxlLXRleHQtMSBvbCBsaSB7CiAgY291bnRlci1pbmNyZW1lbnQ6IGxpc3Q7CiAgbGlzdC1zdHlsZS10eXBlOiBub25lOwogIHBvc2l0aW9uOiByZWxhdGl2ZTsKICBsaW5lLWhlaWdodDogMjsKfQoKLyogT3V0cHV0IHRoZSBudW1iZXJzIHVzaW5nIHRoZSBjb3VudGVyKCkgZnVuY3Rpb24sIGJ1dCB1c2UgYSBjdXN0b20gY29sb3IsIGFuZCBwb3NpdGlvbiB0aGUgbnVtYmVycyBob3cgd2Ugd2FudCAqLwouaHlwZXJpb24tc2ltcGxlLXRleHQtMSBzcGFuIG9sIGxpOmJlZm9yZSB7CiAgY29sb3I6IGNvbG9yKDE2KTsKICBjb250ZW50OiBjb3VudGVyKGxpc3QpICIuIjsKICBsZWZ0OiAtMzZweDsKICBmb250LXdlaWdodDogOTAwOwogIHBvc2l0aW9uOiBhYnNvbHV0ZTsKICB0ZXh0LWFsaWduOiByaWdodDsKICB3aWR0aDogMS41ZW07Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIHVsIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAyOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIHNwYW4gdWwgbGk6YmVmb3JlIHsKICBjb2xvcjogY29sb3IoMTYpOwogIGNvbnRlbnQ6IuKAoiI7CiAgbGVmdDogLTQycHg7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKICBmb250LXdlaWdodDogOTAwOwp9CgouaHlwZXJpb24tc2ltcGxlLXRleHQtMSAud3AtY2FwdGlvbi10ZXh0IHsKICBjb2xvcjogIzk5OTk5OTsKICBmb250LXN0eWxlOiBpdGFsaWM7CiAgZm9udC1zaXplOiAxMnB4OwogIG1hcmdpbi10b3A6IDA7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIGEgewogIGNvbG9yOiBjb2xvcigxNik7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIC53cC1jYXB0aW9uLmFsaWdubm9uZSB7CiAgd2lkdGg6IDEwMCUgIWltcG9ydGFudDsKfQo=\"}}\'][/ct_code_block][/ct_section]'),(624,61,'ct_builder_shortcodes_revisions_dates','1600459066'),(458,8,'ct_builder_shortcodes_revisions_dates','1600457832'),(459,8,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'1eb6ccd89bae95ea1cf02e71f8bdbcd8ac4cd92666c44c48ab98761d1220f70b\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"_header-1-8\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\"},\"activeselector\":false,\"nicename\":\"Header Simple One Line\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'e6dc4bd68777d766e34e4fe8c6aa43093fdaa6ea2ad6853440e73364e68d15a5\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"_header_row-2-8\",\"original\":{\"stack-header-vertically\":\"phone-portrait\",\"background-color\":\"color(1)\"},\"activeselector\":false}\'][oxy_header_left ct_sign_sha256=\'5b451522e0760cd2a27d44011e7fc9cb3acdad73cb27a79a90e66e6078a6e55b\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"_header_left-3-8\"}\'][ct_image ct_sign_sha256=\'00af44addde844f782c6f34c235b917681f4fa0af6b5f677765ef980340eb464\' ct_options=\'{\"ct_id\":26,\"ct_parent\":3,\"selector\":\"image-26-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"width\":\"100\"},\"hover\":{\"overlay-color\":\"rgba(207,113,202,0.73)\"},\"activeselector\":false}\'][/ct_image][/oxy_header_left][oxy_header_center ct_sign_sha256=\'e9d810653e9c8655fa48bfc85e5e1955a4c50b68c8441b618c38f83e51560169\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"_header_center-6-8\"}\'][oxy_nav_menu ct_sign_sha256=\'9bc0789e5d7e5c6e1f6777cdb6f26460c2bed2d4647d50e72a1c91e275ac915d\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"_nav_menu-7-8\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"on\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"24\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"24\",\"menu_hover_background-color\":\"color(1)\",\"menu_flex-direction\":\"row\",\"menu_font-size\":\"18\",\"menu_color\":\"color(6)\",\"menu_letter-spacing\":\".125\",\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_hover_color\":\"color(3)\",\"menu_active_color\":\"color(2)\",\"menu_dropdowns_padding-top\":\"18\",\"menu_dropdowns_padding-bottom\":\"18\",\"menu_hover_border-bottom-width\":\"2\",\"menu_dropdowns_background-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(6)\",\"menu_dropdowns_hover_color\":\"color(3)\",\"menu_dropdowns_hover_background-color\":\"color(1)\",\"menu_responsive_icon_color\":\"#ffffff\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"menu_justify-content\":\"center\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_background-color\":\"color(1)\",\"menu_color\":\"color(3)\",\"menu_border-bottom-width\":\"2\",\"menu_dropdowns_color\":\"color(3)\",\"menu_dropdowns_background-color\":\"color(1)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"24\"}}}}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'9bd16b28b6244473e111ba27c54a3635082a29d410f2910b8407c35ee443ea02\' ct_options=\'{\"ct_id\":8,\"ct_parent\":2,\"selector\":\"_header_right-8-8\"}\'][ct_link_text ct_sign_sha256=\'7122d10c2f0c980252cf1c7064ad6fcabfce5e5805f9fd5bf0d7567cdced041e\' ct_options=\'{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"link_text-9-8\",\"original\":{\"font-size\":\"18\",\"font-weight\":\"900\",\"color\":\"color(3)\",\"hover_color\":\"color(1)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"background-color\":\"color(16)\",\"letter-spacing\":\"1\",\"line-height\":\"1\",\"padding-top\":\"18\",\"padding-bottom\":\"18\",\"padding-left\":\"42\",\"padding-right\":\"42\",\"border-radius\":\"100\",\"url\":\"mailto:contact@prosportsfoundation.com\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"url_encoded\":\"true\",\"target\":\"\"},\"hover\":{\"color\":\"color(1)\",\"background-color\":\"#ffffff\"},\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"12\",\"margin-bottom\":\"12\"}}}}\']CONTACT[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content ct_sign_sha256=\'a686ce0415c9e0aecb60979d4145733a884e058d863e18bae4d702a94d2b93fb\' ct_options=\'{\"ct_id\":11,\"ct_parent\":0,\"selector\":\"inner_content-11-8\"}\'][/ct_inner_content][ct_section ct_sign_sha256=\'3f0adea278f8849c13fb42fa5caa9a4e63975b80849d7f98855efb7b1cae7cc8\' ct_options=\'{\"ct_id\":12,\"ct_parent\":0,\"selector\":\"section-12-8\",\"original\":{\"background-color\":\"color(11)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"48\",\"container-padding-bottom\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Footer\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"30\"}}}}\'][ct_image ct_sign_sha256=\'1aabcea5ffe9658bd5e8ce73de584ef5e72bcfa39c32e63dd77211813f8e5dc0\' ct_options=\'{\"ct_id\":24,\"ct_parent\":12,\"selector\":\"image-24-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"width\":\"100\",\"padding-bottom\":\"10\"},\"activeselector\":false}\'][/ct_image][oxy_social_icons ct_sign_sha256=\'ccf9b214d87d86823a2ae881f8331ee549b79b9e013dfb0f5e3f95176401e236\' ct_options=\'{\"ct_id\":15,\"ct_parent\":12,\"selector\":\"_social_icons-15-8\",\"original\":{\"globalConditionsResult\":true,\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][oxy_nav_menu ct_sign_sha256=\'777a14a3814ac0ba50104f8a93db76270d1fe3bfe2f91a660c39349ca6ce8ce8\' ct_options=\'{\"ct_id\":16,\"ct_parent\":12,\"selector\":\"_nav_menu-16-8\",\"activeselector\":false,\"original\":{\"globalConditionsResult\":true,\"menu_responsive\":\"page-width\",\"menu_responsive_icon_size\":\"18\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"30\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"30\",\"menu_flex-direction\":\"row\",\"menu_color\":\"color(6)\",\"menu_font-size\":\"18\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_letter-spacing\":\".125\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"border-top-width\":\"0\",\"border-right-width\":\"0\",\"border-bottom-width\":\"2\",\"border-left-width\":\"0\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"none\",\"border-bottom-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(11)\",\"menu_responsive_dropdowns\":\"off\",\"margin-bottom\":\"24\",\"menu_responsive_background_color\":\"color(11)\",\"menu_responsive_link_color\":\"color(6)\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"}},\"phone-landscape\":{\"original\":{\"margin-right\":\"0\"}}}}\'][/oxy_nav_menu][ct_text_block ct_sign_sha256=\'772392294e606e8b243ec5d2b4cbb0a3bcaed3f58518c4ee6e3a8e3703279b81\' ct_options=\'{\"ct_id\":17,\"ct_parent\":12,\"selector\":\"text_block-17-8\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Copyright © ProSports Foundation[/ct_text_block][ct_text_block ct_sign_sha256=\'2a8a686c2c8b2b89754bed6d8be1a428c0efce2611c7a69727250e87e52e20e6\' ct_options=\'{\"ct_id\":18,\"ct_parent\":12,\"selector\":\"text_block-18-8\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\'][/ct_text_block][/ct_section]'),(460,8,'ct_builder_shortcodes_revisions_dates','1600457845'),(461,55,'_edit_lock','1600483759:1'),(462,55,'_edit_last','1'),(463,55,'ct_other_template','0'),(464,55,'ct_template_archive_post_types_all',''),(465,55,'ct_template_categories','a:0:{}'),(466,55,'ct_template_categories_all',''),(467,55,'ct_template_tags','a:0:{}'),(468,55,'ct_template_tags_all',''),(469,55,'ct_template_custom_taxonomies','a:0:{}'),(470,55,'ct_template_custom_taxonomies_all',''),(471,55,'ct_template_authors_archives_all',''),(472,55,'ct_template_index',''),(473,55,'ct_template_front_page',''),(474,55,'ct_template_blog_posts',''),(475,55,'ct_template_date_archive',''),(476,55,'ct_template_search_page',''),(477,55,'ct_template_inner_content',''),(457,8,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'2c282abea8a7e1b455496f0bceb7b4f8bc982b2e94953d5668af005eb39f9a32\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"_header-1-8\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\"},\"activeselector\":false,\"nicename\":\"Header Simple One Line\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'868626b8f474abe82ac7fc587e98ba5f334a0b026dcb17e6018e94b393f42258\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"_header_row-2-8\",\"original\":{\"stack-header-vertically\":\"phone-portrait\",\"background-color\":\"color(1)\"},\"activeselector\":false}\'][oxy_header_left ct_sign_sha256=\'5b451522e0760cd2a27d44011e7fc9cb3acdad73cb27a79a90e66e6078a6e55b\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"_header_left-3-8\"}\'][ct_image ct_sign_sha256=\'00af44addde844f782c6f34c235b917681f4fa0af6b5f677765ef980340eb464\' ct_options=\'{\"ct_id\":26,\"ct_parent\":3,\"selector\":\"image-26-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"width\":\"100\"},\"hover\":{\"overlay-color\":\"rgba(207,113,202,0.73)\"},\"activeselector\":false}\'][/ct_image][/oxy_header_left][oxy_header_center ct_sign_sha256=\'e9d810653e9c8655fa48bfc85e5e1955a4c50b68c8441b618c38f83e51560169\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"_header_center-6-8\"}\'][oxy_nav_menu ct_sign_sha256=\'9bc0789e5d7e5c6e1f6777cdb6f26460c2bed2d4647d50e72a1c91e275ac915d\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"_nav_menu-7-8\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"on\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"24\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"24\",\"menu_hover_background-color\":\"color(1)\",\"menu_flex-direction\":\"row\",\"menu_font-size\":\"18\",\"menu_color\":\"color(6)\",\"menu_letter-spacing\":\".125\",\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_hover_color\":\"color(3)\",\"menu_active_color\":\"color(2)\",\"menu_dropdowns_padding-top\":\"18\",\"menu_dropdowns_padding-bottom\":\"18\",\"menu_hover_border-bottom-width\":\"2\",\"menu_dropdowns_background-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(6)\",\"menu_dropdowns_hover_color\":\"color(3)\",\"menu_dropdowns_hover_background-color\":\"color(1)\",\"menu_responsive_icon_color\":\"#ffffff\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"menu_justify-content\":\"center\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_background-color\":\"color(1)\",\"menu_color\":\"color(3)\",\"menu_border-bottom-width\":\"2\",\"menu_dropdowns_color\":\"color(3)\",\"menu_dropdowns_background-color\":\"color(1)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"24\"}}}}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'60c6b545548527fe00a0d84c0b6c864fdd399f1171311ad52d4946bb599c0e64\' ct_options=\'{\"ct_id\":8,\"ct_parent\":2,\"selector\":\"_header_right-8-8\"}\'][ct_link_text ct_sign_sha256=\'deef5fa3661a2de9aabfef0085f064a5bbbaf64137c087f4e87a615b276f2c3d\' ct_options=\'{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"link_text-9-8\",\"original\":{\"font-size\":\"18\",\"font-weight\":\"900\",\"color\":\"color(3)\",\"hover_color\":\"color(1)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"background-color\":\"color(16)\",\"letter-spacing\":\"1\",\"line-height\":\"1\",\"padding-top\":\"18\",\"padding-bottom\":\"18\",\"padding-left\":\"42\",\"padding-right\":\"42\",\"border-radius\":\"100\",\"url\":\"mailto:hello@prosportsfoundation.com\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"url_encoded\":\"true\",\"target\":\"\"},\"hover\":{\"color\":\"color(1)\",\"background-color\":\"#ffffff\"},\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"12\",\"margin-bottom\":\"12\"}}}}\']CONTACT[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content ct_sign_sha256=\'a686ce0415c9e0aecb60979d4145733a884e058d863e18bae4d702a94d2b93fb\' ct_options=\'{\"ct_id\":11,\"ct_parent\":0,\"selector\":\"inner_content-11-8\"}\'][/ct_inner_content][ct_section ct_sign_sha256=\'3f0adea278f8849c13fb42fa5caa9a4e63975b80849d7f98855efb7b1cae7cc8\' ct_options=\'{\"ct_id\":12,\"ct_parent\":0,\"selector\":\"section-12-8\",\"original\":{\"background-color\":\"color(11)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"48\",\"container-padding-bottom\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Footer\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"30\"}}}}\'][ct_image ct_sign_sha256=\'1aabcea5ffe9658bd5e8ce73de584ef5e72bcfa39c32e63dd77211813f8e5dc0\' ct_options=\'{\"ct_id\":24,\"ct_parent\":12,\"selector\":\"image-24-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"width\":\"100\",\"padding-bottom\":\"10\"},\"activeselector\":false}\'][/ct_image][oxy_social_icons ct_sign_sha256=\'ccf9b214d87d86823a2ae881f8331ee549b79b9e013dfb0f5e3f95176401e236\' ct_options=\'{\"ct_id\":15,\"ct_parent\":12,\"selector\":\"_social_icons-15-8\",\"original\":{\"globalConditionsResult\":true,\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][oxy_nav_menu ct_sign_sha256=\'777a14a3814ac0ba50104f8a93db76270d1fe3bfe2f91a660c39349ca6ce8ce8\' ct_options=\'{\"ct_id\":16,\"ct_parent\":12,\"selector\":\"_nav_menu-16-8\",\"activeselector\":false,\"original\":{\"globalConditionsResult\":true,\"menu_responsive\":\"page-width\",\"menu_responsive_icon_size\":\"18\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"30\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"30\",\"menu_flex-direction\":\"row\",\"menu_color\":\"color(6)\",\"menu_font-size\":\"18\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_letter-spacing\":\".125\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"border-top-width\":\"0\",\"border-right-width\":\"0\",\"border-bottom-width\":\"2\",\"border-left-width\":\"0\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"none\",\"border-bottom-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(11)\",\"menu_responsive_dropdowns\":\"off\",\"margin-bottom\":\"24\",\"menu_responsive_background_color\":\"color(11)\",\"menu_responsive_link_color\":\"color(6)\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"}},\"phone-landscape\":{\"original\":{\"margin-right\":\"0\"}}}}\'][/oxy_nav_menu][ct_text_block ct_sign_sha256=\'772392294e606e8b243ec5d2b4cbb0a3bcaed3f58518c4ee6e3a8e3703279b81\' ct_options=\'{\"ct_id\":17,\"ct_parent\":12,\"selector\":\"text_block-17-8\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Copyright © ProSports Foundation[/ct_text_block][ct_text_block ct_sign_sha256=\'2a8a686c2c8b2b89754bed6d8be1a428c0efce2611c7a69727250e87e52e20e6\' ct_options=\'{\"ct_id\":18,\"ct_parent\":12,\"selector\":\"text_block-18-8\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\'][/ct_text_block][/ct_section]'),(76,5,'ct_builder_shortcodes_revisions_dates','1600406036'),(77,5,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'1dea8ca31fdebaf4e6e215b0908be2c5a10fa8527a2aa77e91acf9916ecd576e\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"_header-14-5\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"background-color\":\"color(1)\",\"globalConditionsResult\":true},\"nicename\":\"Header Two Rows\",\"ct_category\":\"Headers\",\"activeselector\":false}\'][oxy_header_row ct_sign_sha256=\'c3f34927dda948fe05779317f2bf25150bdd006326993cfb834fe3bf733d8ab5\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"_header_row-15-5\",\"original\":{\"border-bottom-color\":\"#4f5262\",\"hide-row\":\"phone-landscape\",\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"background-color\":\"color(8)\",\"globalConditionsResult\":true}}\'][oxy_header_left ct_sign_sha256=\'eadaf8ad52ea2c2e997f51c18014c94e9b4a31b7aff35a35cca908c9ac0d519b\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"_header_left-16-5\"}\'][ct_fancy_icon ct_sign_sha256=\'e4bb898c9a8b142b8daed6c9982254cf41877f3427c294e3471221ec00b6aac4\' ct_options=\'{\"ct_id\":41,\"ct_parent\":16,\"selector\":\"fancy_icon-41-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-envelope\",\"icon-color\":\"color(3)\",\"icon-size\":\"14\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_text ct_sign_sha256=\'541d3a94a5b864830a364d6b8ac31171aeed20edbf19b503e65272ae2234efa3\' ct_options=\'{\"ct_id\":47,\"ct_parent\":16,\"selector\":\"link_text-47-5\",\"original\":{\"color\":\"color(2)\",\"font-size\":\"16\",\"url\":\"mailto:support@example.com\",\"-webkit-font-smoothing\":\"antialiased\",\"margin-right\":\"24\",\"globalConditionsResult\":true,\"url_encoded\":\"true\"},\"hover\":{\"text-decoration\":\"underline\"},\"activeselector\":false}\']contact@prosportsfoundation.com[/ct_link_text][ct_fancy_icon ct_sign_sha256=\'bcc20d4cc5fb1963613646c9398722cad75e3622857b3cc47834cc37ab97d2dc\' ct_options=\'{\"ct_id\":44,\"ct_parent\":16,\"selector\":\"fancy_icon-44-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-marker\",\"icon-color\":\"color(3)\",\"icon-size\":\"18\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'25f6b69e308e7d863405291b7dcbd62614a9def1ef933d5e13bd4655c1d235c8\' ct_options=\'{\"ct_id\":37,\"ct_parent\":16,\"selector\":\"text_block-37-5\",\"original\":{\"color\":\"color(3)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.5\",\"-webkit-font-smoothing\":\"antialiased\",\"globalConditionsResult\":true},\"activeselector\":false}\']Bengaluru, INDIA[/ct_text_block][/oxy_header_left][oxy_header_center ct_sign_sha256=\'23a9435bd1238e98ef39289b48871d14940b618769f366dbbd31902a15495499\' ct_options=\'{\"ct_id\":17,\"ct_parent\":15,\"selector\":\"_header_center-17-5\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'0e51938d940f0f4be1d36dc8816fb490419b61de4b6fb3be3cd00dc3ac6082fe\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"_header_right-18-5\"}\'][oxy_social_icons ct_sign_sha256=\'4655650e3bf85cefacd07f2d1e6847739e6e946a5547b35c608bdb0ab44fd0c4\' ct_options=\'{\"ct_id\":31,\"ct_parent\":18,\"selector\":\"_social_icons-31-5\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true,\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\"},\"activeselector\":false}\'][/oxy_social_icons][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'dd24a52cb9337311a70f710af1d3079644aae7923af9664931569423659184e6\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-5\",\"original\":{\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/cycling-main.jpg\",\"background-size\":\"manual\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"container-padding-top\":\"180\",\"container-padding-bottom\":\"180\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"container-padding-left\":\"40\",\"container-padding-right\":\"40\",\"globalConditionsResult\":true,\"background-size-width-unit\":\"%\",\"background-size-width\":\"100\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-size-width-unit\":\"%\",\"background-position-left-unit\":\"%\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-position-left\":\"0\"}},\"page-width\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"30\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"-30\",\"background-image\":\"none\"}}},\"nicename\":\"Simple Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'091c7c912251d71e98c4943a83db2033c8cb52e5b5cc7dcd075d91a7dd2c2bb0\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"globalConditionsResult\":true}}\']PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'896c49224d12ee1a70c500e54d21746f90dbe03a3476e6339c7656dc0c66c4ad\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-5\",\"original\":{\"margin-left\":\"-12\",\"globalConditionsResult\":true,\"font-size\":\"100\",\"color\":\"color(14)\",\"text-shadow-color\":\"color(1)\",\"text-shadow-horizontal-offset\":\"5\",\"text-shadow-vertical-offset\":\"5\",\"text-shadow-blur\":\"5\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-left\":\"-6\"}},\"phone-landscape\":{\"original\":{\"margin-left\":\"-6\"}}}}\']Leverage Sports for Social Impact[/ct_headline][ct_link_text ct_sign_sha256=\'081f6806308b9d651c3753c9d08a2376fab8c42c511e3a927f2f004e5f474e0f\' ct_options=\'{\"ct_id\":12,\"ct_parent\":2,\"selector\":\"link_text-12-5\",\"original\":{\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":\"hyperion-primary-button\"}\']CONTACT[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'160b1cc8869c2e35496e6f402c1db916d98734351cda15d1a90e8d3c3fa53b34\' ct_options=\'{\"ct_id\":48,\"ct_parent\":0,\"selector\":\"section-48-5\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"80\"}}}}\'][ct_text_block ct_sign_sha256=\'1bde4ad392297821ae268f7e15f34c51966f09cee5b6311286ccb61f9571ebf9\' ct_options=\'{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"text_block-49-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']WHY PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'7c7dc4e949dca4c3202ea4e3069610431c78d8f6b8f28e4e9ec3dc7b327a0407\' ct_options=\'{\"ct_id\":57,\"ct_parent\":48,\"selector\":\"headline-57-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"31\",\"font-weight\":\"300\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']At ProSports Foundation, we believe in transforming the CSR ecosystem, by integrating corporates and its workforce, recipient institutions, individuals and the government ensuring that there is proper flow of capital and information, while also engaging stakeholders effectively.[/ct_headline][ct_image ct_sign_sha256=\'a128fa7aaa8ff21f6ee6e2641aa499a3d60f221e53b981b8c5a1b1d21fd77341\' ct_options=\'{\"ct_id\":60,\"ct_parent\":48,\"selector\":\"image-60-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/arrow@2x.png\",\"width\":\"220\",\"margin-top\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"42\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][ct_new_columns_2 ct_sign_sha256=\'74b33bd0fcdf2475e13763e2e470354a9080123e79e5d2e26ee3b51c4590c7a5\' ct_options=\'{\"ct_id\":61,\"ct_parent\":48,\"selector\":\"new_columns-61-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'049097317d70d73e638ed1d061b03cf0966e4f1ecb475f9f83a60e182b8a275f\' ct_options=\'{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"div_block-62-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'cb979304e567e134a90cc22b91e43de09d9c571912359bc4fdefac50ca55b61d\' ct_options=\'{\"ct_id\":73,\"ct_parent\":62,\"selector\":\"headline-73-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o1[/ct_headline][ct_image ct_sign_sha256=\'87ce4b0d278e1f581008839e7931a5d394dbcb78acd4b3ecd29b2fb29d8b0223\' ct_options=\'{\"ct_id\":64,\"ct_parent\":62,\"selector\":\"image-64-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-1@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'224dab30ca6942c6a3a3b28154825367ab9d8e5887a59691b510eed0804cfe79\' ct_options=\'{\"ct_id\":65,\"ct_parent\":62,\"selector\":\"text_block-65-5\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\"}\']Leverage sports discipline, activities and events to raise awareness[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3e1ec45d27552211a1d348a19fc80cd5a837b928ed046754b2e773ef9d6353f1\' ct_options=\'{\"ct_id\":63,\"ct_parent\":61,\"selector\":\"div_block-63-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'5701ccf5b7bce2eef7da8fdec8ed81ac24156e435cfabd21b9a3c93e51b2dd8a\' ct_options=\'{\"ct_id\":78,\"ct_parent\":63,\"selector\":\"headline-78-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o2[/ct_headline][ct_image ct_sign_sha256=\'e2e0c6daa4d8ed8c585ca851cae0ac68d929d16171e9d93545d7fa76701a91f8\' ct_options=\'{\"ct_id\":68,\"ct_parent\":63,\"selector\":\"image-68-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-2@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'80926d891372cbca8632663dd65233c4f05336b9ae32107d05c3db723d019aea\' ct_options=\'{\"ct_id\":70,\"ct_parent\":63,\"selector\":\"text_block-70-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Co-create a social agenda that aligns with the ethos of your organisation [/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'77c3f2696095102d19e43cf311a33cea7e2c0ed7331c4fab5353f56a7bf3f960\' ct_options=\'{\"ct_id\":81,\"ct_parent\":48,\"selector\":\"new_columns-81-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'194df1c645915235fa50d33dfd737eb156f59451df635fa1e7c6f10c280f55d6\' ct_options=\'{\"ct_id\":82,\"ct_parent\":81,\"selector\":\"div_block-82-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'169b1c6a44fb77edfda6e00bcb4acd7ebd32eef53004973c42507d2a129d09fc\' ct_options=\'{\"ct_id\":83,\"ct_parent\":82,\"selector\":\"headline-83-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o3[/ct_headline][ct_image ct_sign_sha256=\'7060357b26fd55ba711f7545b2189285e575e7a3a0b2fbb0e8308518fce841d6\' ct_options=\'{\"ct_id\":84,\"ct_parent\":82,\"selector\":\"image-84-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-3@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'183db98fa8f7d1affcf27a1c8261ff0deb5ed85c2d49225d4a683e2ab1c42c5c\' ct_options=\'{\"ct_id\":85,\"ct_parent\":82,\"selector\":\"text_block-85-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Curate programmes that are aimed to address key issues in education, nutrition and health[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'0541f5d64a9ac1a89157190bffe60a568efecf2c819928f084ca7e5f0306b453\' ct_options=\'{\"ct_id\":86,\"ct_parent\":81,\"selector\":\"div_block-86-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'da0205fd8e338d6c7a4d00a0f0228561005fd5e5959af36404268d6e180d23e5\' ct_options=\'{\"ct_id\":87,\"ct_parent\":86,\"selector\":\"headline-87-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o4[/ct_headline][ct_image ct_sign_sha256=\'45abc105bd0cd8f6162c5d90b37ea373b4c3ce3ab63147937deababeb470d701\' ct_options=\'{\"ct_id\":88,\"ct_parent\":86,\"selector\":\"image-88-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-4@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'46c32edec1030e92ef4e88974ff57cf0708632dbd27159f849dab06999ee01bb\' ct_options=\'{\"ct_id\":89,\"ct_parent\":86,\"selector\":\"text_block-89-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Expertise in designing a portfolio of well-audited projects and help entities involved to track and monitor the impact[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'71c8ba77ebb1f2c2784edcaa9a921b904e887dff0df12eb51a6810f0a507ef2e\' ct_options=\'{\"ct_id\":90,\"ct_parent\":48,\"selector\":\"new_columns-90-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'2ca5a2ce9202c130bcb499a957369f0a54d910865d575407d24caca07e41e9bd\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"div_block-91-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'3a203938c1634c87239ba5e3fe08b49ab0943022c4ddd0e68d620ed1f3c0a5c7\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"headline-92-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o5[/ct_headline][ct_image ct_sign_sha256=\'3f7e1b755e214302f7f5019cefa8d9ed391ce49e90c5b1bce777debaa2ffcd97\' ct_options=\'{\"ct_id\":93,\"ct_parent\":91,\"selector\":\"image-93-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-5@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'70395e05c377e24d1a304754b7f57751139db6032b30f0e6dd0a15c61a2234c6\' ct_options=\'{\"ct_id\":94,\"ct_parent\":91,\"selector\":\"text_block-94-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Identifying best-fit online and offline campaigns and outreach partners; to achieve sustained progress and execution of scale[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c35d052e0a5f99d213d5efcd30738ff2e60599f68ecdc82b40b265fff9063b5a\' ct_options=\'{\"ct_id\":95,\"ct_parent\":90,\"selector\":\"div_block-95-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'696595c32e34d64be666053840f3469ecaa1f72de3614a4c20e37fa0cc79d058\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"headline-96-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o6[/ct_headline][ct_image ct_sign_sha256=\'f8d804fc4283724b65f8541429eebcaccb5e43834ae1e458946ed44dfbe57272\' ct_options=\'{\"ct_id\":97,\"ct_parent\":95,\"selector\":\"image-97-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-6@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'7bd5f80a0aeaf130c94bb58c756cc5835b48eb74347116d81cf8528d7ed807e3\' ct_options=\'{\"ct_id\":98,\"ct_parent\":95,\"selector\":\"text_block-98-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Engaging your own workforce to further amplify the impact, as well as emphasising and enhancing the sense of giving back among the overall workforce[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_link_text ct_sign_sha256=\'58886339bb70a31113947b4815e8a95ca276efa264dff2619aaabc39c7d30970\' ct_options=\'{\"ct_id\":108,\"ct_parent\":48,\"selector\":\"link_text-108-5\",\"original\":{\"margin-top\":\"30\",\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-top\":\"18\"}}}}\']GET STARTED[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'215107abd2bbc6a77e330f05533212b113aed7336f1824fea50721163f9b22c8\' ct_options=\'{\"ct_id\":112,\"ct_parent\":0,\"selector\":\"section-112-5\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"globalConditionsResult\":true},\"nicename\":\"Meet the Team\",\"ct_category\":\"People\",\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\",\"container-padding-top\":\"60\"}}}}\'][ct_text_block ct_sign_sha256=\'c4708d4f6d062705565faab65e43510322da6ca2ef4a2078ae0c0eda69a5ec44\' ct_options=\'{\"ct_id\":113,\"ct_parent\":112,\"selector\":\"text_block-113-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']PEOPLE[/ct_text_block][ct_headline ct_sign_sha256=\'a9b2ba6bfea17717f99e13a63820de5cb91b8ac5d3be985e44ad18fda23b2c39\' ct_options=\'{\"ct_id\":115,\"ct_parent\":112,\"selector\":\"headline-115-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(1)\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Meet  the Team[/ct_headline][ct_text_block ct_sign_sha256=\'7ab0b3ff2658cb48646ddf143cd151eeb327843fdf1d7f2f38125ba5fe77d179\' ct_options=\'{\"ct_id\":119,\"ct_parent\":112,\"selector\":\"text_block-119-5\",\"original\":{\"max-width\":\"640\",\"margin-bottom\":\"72\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']Smallest directly families surprise honoured am an. Speaking replying mistress him numerous she returned feelings may day.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'a8b947ddf5759af333a9e163090c63a15211cc2a43280c2e323c8960667ebbdf\' ct_options=\'{\"ct_id\":124,\"ct_parent\":112,\"selector\":\"new_columns-124-5\",\"original\":{\"globalConditionsResult\":true,\"border-right-style\":\"solid\",\"border-right-width\":\"2\",\"border-right-color\":\"color(10)\",\"border-bottom-style\":\"solid\",\"border-bottom-width\":\"2\",\"border-bottom-color\":\"color(10)\",\"border-top-color\":\"color(10)\",\"border-left-color\":\"color(10)\",\"border-top-width\":\"2\",\"border-left-width\":\"2\"}}\'][ct_div_block_2 ct_sign_sha256=\'577f3a66311b28515af60d5926c49518e9f94847d41a6e0936c772472024f883\' ct_options=\'{\"ct_id\":125,\"ct_parent\":124,\"selector\":\"div_block-125-5\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-team-1-column\",\"classes\":{\"0\":\"hyperion-team-1-column\"}}\'][ct_image ct_sign_sha256=\'1e8d58070cb2c97ecf7f44fe9b6afcaa2d9d034339d7848b249fb8b405f83589\' ct_options=\'{\"ct_id\":133,\"ct_parent\":125,\"selector\":\"image-133-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/avatar3.jpg\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-avatar\"},\"activeselector\":\"hyperion-team-1-avatar\"}\'][/ct_image][ct_headline ct_sign_sha256=\'bd8041b91dffd0451ce705dc2d303b312cee1029f386fb3543be0f041120e29a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-5\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-title\"},\"activeselector\":\"hyperion-team-1-title\"}\']ANGELL ELLIOT[/ct_headline][ct_text_block ct_sign_sha256=\'4944f8a24c832b0cf4aa25b339ad5c456424699f3d662f366f0cc9fed03a72ec\' ct_options=\'{\"ct_id\":145,\"ct_parent\":125,\"selector\":\"text_block-145-5\",\"original\":{\"max-width\":\"360\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-bottom\":\"24\"}},\"phone-portrait\":{\"original\":{\"margin-bottom\":\"18\"}}}}\']Chief Executive Officer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'f73bbe90029c18912a639ab4cd0a311620b44d568100e532f32272f2bca1a0bc\' ct_options=\'{\"ct_id\":164,\"ct_parent\":125,\"selector\":\"_social_icons-164-5\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"24\",\"icon-style\":\"circle\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(9)\",\"icon-color\":\"color(3)\",\"icon-background-hover-color\":\"color(2)\",\"margin-top\":\"12\",\"padding-bottom\":\"48\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'b1837949bad0c41b74563ec6ee1eb5dbd6f3261efc5af6fcdd742bc5f9ffa159\' ct_options=\'{\"ct_id\":126,\"ct_parent\":124,\"selector\":\"div_block-126-5\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-team-1-column\",\"classes\":{\"0\":\"hyperion-team-1-column\"}}\'][ct_image ct_sign_sha256=\'898d079e078eede5211be96db76ddbf75112ef87c24d08aa9568f7ad91af0077\' ct_options=\'{\"ct_id\":134,\"ct_parent\":126,\"selector\":\"image-134-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/avatar14.jpg\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-avatar\"},\"activeselector\":\"hyperion-team-1-avatar\"}\'][/ct_image][ct_headline ct_sign_sha256=\'864c91caac10e60579f077477294da4de0fefe34294307fda236164176642073\' ct_options=\'{\"ct_id\":141,\"ct_parent\":126,\"selector\":\"headline-141-5\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-title\"},\"activeselector\":\"hyperion-team-1-title\"}\']LEONA QUINN[/ct_headline][ct_text_block ct_sign_sha256=\'46ab9a560a5a088e461d8387fa4087f0e594dd9dcac6c2115ea947e31bac70e0\' ct_options=\'{\"ct_id\":151,\"ct_parent\":126,\"selector\":\"text_block-151-5\",\"original\":{\"max-width\":\"360\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-bottom\":\"24\"}},\"phone-portrait\":{\"original\":{\"margin-bottom\":\"18\"}}}}\']Front-End Developer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'bb35dd6944e2b80b94516b02149dea7b29f99ae6db36a4ac9efe412ec90bfc5e\' ct_options=\'{\"ct_id\":160,\"ct_parent\":126,\"selector\":\"_social_icons-160-5\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"24\",\"icon-style\":\"circle\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(9)\",\"icon-color\":\"color(3)\",\"icon-background-hover-color\":\"color(2)\",\"margin-top\":\"12\",\"padding-bottom\":\"48\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f6070b20ac30cd3895aa428826588dca3176fcf09be257ee78ceb0342188e785\' ct_options=\'{\"ct_id\":127,\"ct_parent\":124,\"selector\":\"div_block-127-5\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-team-1-column\",\"classes\":{\"0\":\"hyperion-team-1-column\"}}\'][ct_image ct_sign_sha256=\'e16b8e9c176eb260084e84602d134bb3a6d5ff10e71d0b133e9460db09d5511e\' ct_options=\'{\"ct_id\":136,\"ct_parent\":127,\"selector\":\"image-136-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/avatar2.jpg\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-avatar\"},\"activeselector\":\"hyperion-team-1-avatar\"}\'][/ct_image][ct_headline ct_sign_sha256=\'99e1b3acfb502e84394d88d25c41c197494d0302a193e3544a2587d594a4a0ce\' ct_options=\'{\"ct_id\":143,\"ct_parent\":127,\"selector\":\"headline-143-5\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-title\"},\"activeselector\":\"hyperion-team-1-title\"}\']THERESA TAYLOR[/ct_headline][ct_text_block ct_sign_sha256=\'a364d47bbb0031fbb93390805c6c9f2817529a226475ace5646b99000943beb9\' ct_options=\'{\"ct_id\":153,\"ct_parent\":127,\"selector\":\"text_block-153-5\",\"original\":{\"max-width\":\"360\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-bottom\":\"24\"}},\"phone-portrait\":{\"original\":{\"margin-bottom\":\"18\"}}}}\']UI/UX Designer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'0e23cae19e13a286fe76405fc98cfcc371fcb02d977551ae46a84ef3b73560a4\' ct_options=\'{\"ct_id\":166,\"ct_parent\":127,\"selector\":\"_social_icons-166-5\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"24\",\"icon-style\":\"circle\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(9)\",\"icon-color\":\"color(3)\",\"icon-background-hover-color\":\"color(2)\",\"margin-top\":\"12\",\"padding-bottom\":\"48\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_2][/ct_new_columns_2][ct_link_text ct_sign_sha256=\'8cb402ef15348b2444e011a6f208dbaeefc793c8516e177310c90215d31c2b31\' ct_options=\'{\"ct_id\":121,\"ct_parent\":112,\"selector\":\"link_text-121-5\",\"original\":{\"margin-top\":\"72\",\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":\"hyperion-primary-button\"}\']TEAM DETAILS[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'8daab051c82cd11f8c8142256e88de3c107cc6bb88b1628d43384c4a8c72fe9d\' ct_options=\'{\"ct_id\":168,\"ct_parent\":0,\"selector\":\"section-168-5\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Portfolio\",\"ct_category\":\"Showcase\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'20bdb43b51e781d7f32e6ded9f2714c8d785ad71072e3e01af8416be8c1496db\' ct_options=\'{\"ct_id\":169,\"ct_parent\":168,\"selector\":\"new_columns-169-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'252f8ea4f79b913786f8802bb1d05a53431d1d97e3ee5e281ce481be526f84a3\' ct_options=\'{\"ct_id\":170,\"ct_parent\":169,\"selector\":\"div_block-170-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"position\":\"relative\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'95e31bfcf87da96a692dc1f233d1eb511487f98f4c1bae71d1bd9f74e6770299\' ct_options=\'{\"ct_id\":172,\"ct_parent\":170,\"selector\":\"text_block-172-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"width-unit\":\"%\",\"globalConditionsResult\":true}}\']PORTFOLIO[/ct_text_block][ct_headline ct_sign_sha256=\'d92efc816a9fe5460a832888d04425f4f52ab4e2a6d98512847ebe8024c0489b\' ct_options=\'{\"ct_id\":178,\"ct_parent\":170,\"selector\":\"headline-178-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"-6\",\"margin-bottom\":\"84\",\"globalConditionsResult\":true,\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-bottom\":\"56\"}},\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Projects[/ct_headline][ct_image ct_sign_sha256=\'7e9007856eb2af05cdcdfb3a461d59f2c4966b5c7fc63b5d4203926ba3f74308\' ct_options=\'{\"ct_id\":181,\"ct_parent\":170,\"selector\":\"image-181-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/arrow-hor@2x.png\",\"height\":\"200\",\"position\":\"absolute\",\"top\":\"18\",\"right\":\"20\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"position\":\"absolute\",\"flex-direction\":\"unset\",\"display\":\"none\"}}}}\'][/ct_image][ct_div_block_3 ct_sign_sha256=\'59517a5d992444fc14e34c7d292b51488819e4e5e09d297dfa7049c3437d6984\' ct_options=\'{\"ct_id\":201,\"ct_parent\":170,\"selector\":\"div_block-201-5\",\"original\":{\"background-image\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/p-1@2x.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-portfolio-wrapper\"},\"activeselector\":\"hyperion-portfolio-wrapper\"}\'][ct_headline ct_sign_sha256=\'6b093286ba2f7edaa30ac3dcd694876d54cbb3d75d3f6448b25ee6f78a2f6b5b\' ct_options=\'{\"ct_id\":202,\"ct_parent\":201,\"selector\":\"headline-202-5\",\"original\":{\"tag\":\"h3\",\"globalConditionsResult\":true,\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-heading-three\"},\"activeselector\":false}\']Yoga Temple[/ct_headline][ct_text_block ct_sign_sha256=\'0e9aaa6b1666f6b4c80fa8ce3b8c7f614e596548b1eb6fbce32f21d9fa61dfa2\' ct_options=\'{\"ct_id\":203,\"ct_parent\":201,\"selector\":\"text_block-203-5\",\"classes\":{\"0\":\"hyperion-portfolio-1-tags\"},\"activeselector\":\"hyperion-portfolio-1-tags\",\"original\":{\"globalConditionsResult\":true}}\']Animation  •  Branding[/ct_text_block][ct_link_text ct_sign_sha256=\'2bcd3113d0f1b79bc53ebaa715228687da633e22502c88e8210ce88660107bb7\' ct_options=\'{\"ct_id\":204,\"ct_parent\":201,\"selector\":\"link_text-204-5\",\"classes\":{\"0\":\"hyperion-portfolio-1-button\"},\"activeselector\":\"hyperion-portfolio-1-button\",\"original\":{\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"}}\']LAUNCH PROJECT →[/ct_link_text][/ct_div_block_3][ct_text_block ct_sign_sha256=\'fe8e7fdb8cd06c3757a2fb028bf3e793d30c10d47ba6af7577bb9a195c17952e\' ct_options=\'{\"ct_id\":212,\"ct_parent\":170,\"selector\":\"text_block-212-5\",\"original\":{\"margin-bottom\":\"36\",\"color\":\"color(3)\",\"-webkit-font-smoothing\":\"antialiased\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-bottom\":\"24\"}},\"phone-portrait\":{\"original\":{\"margin-bottom\":\"18\"}},\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Two assure edward whence the was. Who worthy yet ten boy denote wonder. Weeks views her sight old tears sorry. Additions can suspected its concealed put furnished. Met the why particular devonshire decisively considered partiality.[/ct_text_block][ct_link_text ct_sign_sha256=\'f7486c3f564263cac04e065e11050bda2f8e01e3f2353e3043f3b522cb39688a\' ct_options=\'{\"ct_id\":215,\"ct_parent\":170,\"selector\":\"link_text-215-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-top\":\"12\",\"margin-bottom\":\"60\"}},\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"}}\']SEE MORE WORKS[/ct_link_text][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'b8a352b72e251db9f2527150f3f43e24851855c496b4055d6ff1b70ffdd751ca\' ct_options=\'{\"ct_id\":171,\"ct_parent\":169,\"selector\":\"div_block-171-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_div_block_3 ct_sign_sha256=\'7584f9d69d35211b65400637284ed179c7f831697dcf39de798ee751fedb96ca\' ct_options=\'{\"ct_id\":190,\"ct_parent\":171,\"selector\":\"div_block-190-5\",\"original\":{\"background-image\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/p-2@2x.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-portfolio-wrapper\"},\"activeselector\":\"hyperion-portfolio-wrapper\"}\'][ct_headline ct_sign_sha256=\'3edcfd92f1129749ef8dd12b22791b0f3e49e0bf863f58231d52295f83df8121\' ct_options=\'{\"ct_id\":191,\"ct_parent\":190,\"selector\":\"headline-191-5\",\"original\":{\"tag\":\"h3\",\"globalConditionsResult\":true,\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-heading-three\"},\"activeselector\":false}\']Bridge[/ct_headline][ct_text_block ct_sign_sha256=\'88fd3583cab86490a5816e096f5538b9fa8c26f664df3dab97bc62b0a49d95ac\' ct_options=\'{\"ct_id\":195,\"ct_parent\":190,\"selector\":\"text_block-195-5\",\"classes\":{\"0\":\"hyperion-portfolio-1-tags\"},\"activeselector\":\"hyperion-portfolio-1-tags\",\"original\":{\"globalConditionsResult\":true}}\']Web Desing  •  Prototyping[/ct_text_block][ct_link_text ct_sign_sha256=\'d5f86981d6d3ab7bef34b3cb7503a2038517779161d982ac8a8344b390556ed5\' ct_options=\'{\"ct_id\":193,\"ct_parent\":190,\"selector\":\"link_text-193-5\",\"classes\":{\"0\":\"hyperion-portfolio-1-button\"},\"activeselector\":\"hyperion-portfolio-1-button\",\"original\":{\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"}}\']LEARN MORE →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e0facca1272745395d858d03980858dfb82981630896d648d78ed9b793d95e24\' ct_options=\'{\"ct_id\":197,\"ct_parent\":171,\"selector\":\"div_block-197-5\",\"classes\":{\"0\":\"hyperion-portfolio-wrapper\"},\"activeselector\":\"hyperion-portfolio-wrapper\",\"original\":{\"globalConditionsResult\":true}}\'][ct_headline ct_sign_sha256=\'41fa7633a7bc76315b8a01ef2efe91b2ed10e740d62bdf3be934fa2deccf4351\' ct_options=\'{\"ct_id\":198,\"ct_parent\":197,\"selector\":\"headline-198-5\",\"original\":{\"tag\":\"h3\",\"globalConditionsResult\":true,\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-heading-three\"},\"activeselector\":false}\']Mountains[/ct_headline][ct_text_block ct_sign_sha256=\'0576f86d411afd8cae35a31c4e81a45cf3b201d293e08432a4aa146f65c07e46\' ct_options=\'{\"ct_id\":199,\"ct_parent\":197,\"selector\":\"text_block-199-5\",\"classes\":{\"0\":\"hyperion-portfolio-1-tags\"},\"activeselector\":\"hyperion-portfolio-1-tags\",\"original\":{\"globalConditionsResult\":true}}\']UX Design  •  Developing[/ct_text_block][ct_link_text ct_sign_sha256=\'678eee1d7574342e40f77264e8cb7149680d2d66bf634b1b1a9293193d305a9b\' ct_options=\'{\"ct_id\":200,\"ct_parent\":197,\"selector\":\"link_text-200-5\",\"classes\":{\"0\":\"hyperion-portfolio-1-button\"},\"activeselector\":\"hyperion-portfolio-1-button\",\"original\":{\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"}}\']WATCH VIDEO →[/ct_link_text][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_code_block ct_sign_sha256=\'cec2f0d0ef8ab41fb6f212fb9416fb38e7dbac324ac5e98aae2f9bcee64f8dcc\' ct_options=\'{\"ct_id\":218,\"ct_parent\":168,\"selector\":\"code_block-218-5\",\"original\":{\"code-css\":\"Lmh5cGVyaW9uLXBvcnRmb2xpby13cmFwcGVyOmFmdGVyIHsKICAgIGNvbnRlbnQ6ICcnOwogICAgcG9zaXRpb246IGFic29sdXRlOwogICAgdG9wOiAwOwogICAgcmlnaHQ6IDA7CiAgICBib3R0b206IDA7CiAgICBsZWZ0OiAwOwogICAgYmFja2dyb3VuZC1pbWFnZTogbGluZWFyLWdyYWRpZW50KHRyYW5zcGFyZW50IDIwJSxjb2xvcigxMykpOwp9\",\"code-php\":\"PCEtLSAtLT4=\",\"flex-direction\":\"unset\",\"display\":\"none\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_code_block][/ct_section][ct_section ct_sign_sha256=\'f0a692db8c7e24653ee1b93403481e47ba1207e89458c73f2f7eadd9430a864b\' ct_options=\'{\"ct_id\":219,\"ct_parent\":0,\"selector\":\"section-219-5\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"globalConditionsResult\":true},\"nicename\":\"Testimonials\",\"ct_category\":\"Social Proof\",\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\",\"container-padding-top\":\"60\"}},\"tablet\":{\"original\":{\"container-padding-left\":\"40\",\"container-padding-right\":\"40\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"40\"}}}}\'][ct_text_block ct_sign_sha256=\'a5d19cd7e2760d2739679d37ad550d0a422ec3aea14479452b278145aee754ca\' ct_options=\'{\"ct_id\":220,\"ct_parent\":219,\"selector\":\"text_block-220-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']SLIDER[/ct_text_block][ct_headline ct_sign_sha256=\'d8efb57f01820162cf046dcd4daa6b9f97d83284c9e63cb1c9f360deee382d28\' ct_options=\'{\"ct_id\":221,\"ct_parent\":219,\"selector\":\"headline-221-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"120\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"96\"}}}}\']Testimonials[/ct_headline][ct_code_block ct_sign_sha256=\'d1ca67047cb660c89c1e9b7842a78af49f265039398e243d7aae9d55e0d4bcdf\' ct_options=\'{\"ct_id\":254,\"ct_parent\":219,\"selector\":\"code_block-254-5\",\"original\":{\"code-css\":\"LnVuc2xpZGVyLWFycm93IHsKICB3aWR0aDogNjBweDsKICBoZWlnaHQ6IDYwcHg7CiAgb3BhY2l0eTogMSAhaW1wb3J0YW50OwogIGJhY2tncm91bmQ6IHVybChodHRwOi8vaHlwZXJpb24ub3h5Lmhvc3Qvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzQ4LzIwMTgvMDQvc2xpZGVyLWFycm93QDJ4LnBuZyk7CiAgYmFja2dyb3VuZC1zaXplOiBjb250YWluOwp9CgoudW5zbGlkZXItYXJyb3cucHJldiB7CiAgICBsZWZ0OiAtMzBweDsKICAgIHJpZ2h0OiBhdXRvOwogICAgdHJhbnNmb3JtOiByb3RhdGUoLTE4MGRlZyk7Cn0KCi51bnNsaWRlci1hcnJvdy5uZXh0IHsKICAgIGxlZnQ6IGF1dG87CiAgICByaWdodDogLTMwcHg7Cn0KIAoudW5zbGlkZXItbmF2IHsKICBkaXNwbGF5OiBub25lOwp9\",\"code-php\":\"PCEtLSAtLT4=\",\"flex-direction\":\"unset\",\"display\":\"none\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_code_block][ct_text_block ct_sign_sha256=\'468de57c92ee0c7d6b6ad5555f7c98d28ea1e129e50c3329c0385783bb49bbe5\' ct_options=\'{\"ct_id\":258,\"ct_parent\":219,\"selector\":\"text_block-258-5\",\"original\":{\"font-size\":\"180\",\"font-weight\":\"900\",\"line-height\":\"0.1\",\"margin-bottom\":\"-48\",\"globalConditionsResult\":true,\"color\":\"color(10)\"},\"activeselector\":false}\']“[/ct_text_block][ct_slider ct_sign_sha256=\'ef5d55cbd1c1dcfc4054d997471720c3884d5bbe613a6e3caa4f055555b5af21\' ct_options=\'{\"ct_id\":243,\"ct_parent\":219,\"selector\":\"slider-243-5\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"yes\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"border-top-width\":\"2\",\"border-right-width\":\"2\",\"border-bottom-width\":\"2\",\"border-left-width\":\"2\",\"border-top-style\":\"solid\",\"border-right-style\":\"solid\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"solid\",\"border-top-color\":\"color(10)\",\"border-right-color\":\"color(10)\",\"border-bottom-color\":\"color(10)\",\"border-left-color\":\"color(10)\",\"slider-dot-color\":\"color(9)\",\"padding-top\":\"30\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"40\"}},\"phone-portrait\":{\"original\":{\"flex-direction\":\"unset\"}}}}\'][ct_slide ct_sign_sha256=\'faa1220d7b7afe2f6944610bf5b43b641bef345c864c12f3eb24601ebdf8e456\' ct_options=\'{\"ct_id\":244,\"ct_parent\":243,\"selector\":\"slide-244-5\",\"activeselector\":\"hyperion-tesimonial-1-slide\",\"classes\":{\"0\":\"hyperion-tesimonial-1-slide\"},\"original\":{\"globalConditionsResult\":true}}\'][ct_text_block ct_sign_sha256=\'d2cab2260448a995e2c802ee06280523546f26d3496d6eb4051a82d17c7cc8c0\' ct_options=\'{\"ct_id\":278,\"ct_parent\":244,\"selector\":\"text_block-278-5\",\"classes\":{\"0\":\"hyperion-testimonial-1-text\"},\"activeselector\":\"hyperion-testimonial-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Your it to gave life whom as. Favourable dissimilar resolution led for and had. At play much to time four many.&nbsp;[/ct_text_block][ct_headline ct_sign_sha256=\'8312057490df3622cba02040d2046231d6d017f81034a0bf074bf7098153cc5d\' ct_options=\'{\"ct_id\":283,\"ct_parent\":244,\"selector\":\"headline-283-5\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-testimonial-1-title\"},\"activeselector\":\"hyperion-testimonial-1-title\"}\']t. 01[/ct_headline][ct_image ct_sign_sha256=\'f8ffd64bc61dd73516be9acd87851c8fffb46a8e3f1d9685e0af5eeb406ddb4f\' ct_options=\'{\"ct_id\":285,\"ct_parent\":244,\"selector\":\"image-285-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/avatar3.jpg\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-testimonial-1-image\"},\"activeselector\":\"hyperion-testimonial-1-image\"}\'][/ct_image][ct_div_block_3 ct_sign_sha256=\'4f7afaf0939cdce4f2a8beb865634e25a462e363e15edd1c10a04d5637f74111\' ct_options=\'{\"ct_id\":287,\"ct_parent\":244,\"selector\":\"div_block-287-5\",\"original\":{\"display\":\"flex\",\"text-align\":\"left\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-testimonial-1-wrapper\",\"classes\":{\"0\":\"hyperion-testimonial-1-wrapper\"}}\'][ct_headline ct_sign_sha256=\'6f2ebf048493f7a52ecfb31d215ed325b56d2837c75fd314afefd6136216208a\' ct_options=\'{\"ct_id\":288,\"ct_parent\":287,\"selector\":\"headline-288-5\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-testimonial-1-name\"},\"activeselector\":\"hyperion-testimonial-1-name\"}\']ANGELL ELLIOT[/ct_headline][ct_text_block ct_sign_sha256=\'ca344552de90a1ec4f073870968147c82d5d78357b0c5548fec6e35d49e4f226\' ct_options=\'{\"ct_id\":289,\"ct_parent\":287,\"selector\":\"text_block-289-5\",\"original\":{\"max-width\":\"360\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"18\"}}}}\']Chief Executive Officer[/ct_text_block][/ct_div_block_3][/ct_slide][ct_slide ct_sign_sha256=\'baf9737dba85d3ec76df8803bce2359feb9ecb9891faebe96eb91c2e9c520d19\' ct_options=\'{\"ct_id\":245,\"ct_parent\":243,\"selector\":\"slide-245-5\",\"classes\":{\"0\":\"hyperion-tesimonial-1-slide\"},\"activeselector\":\"hyperion-tesimonial-1-slide\",\"original\":{\"globalConditionsResult\":true}}\'][ct_text_block ct_sign_sha256=\'e613624506f4cdb315d4c597deffa66d6e2467fcb4ad2a875a2729b3d60958bd\' ct_options=\'{\"ct_id\":280,\"ct_parent\":245,\"selector\":\"text_block-280-5\",\"classes\":{\"0\":\"hyperion-testimonial-1-text\"},\"activeselector\":\"hyperion-testimonial-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Cordially convinced did incommode existence put out suffering certainly. Besides another and saw ferrars limited.[/ct_text_block][ct_headline ct_sign_sha256=\'9c97ec5be8fa1e270f8948d3fc93a6b0d80aac3874d43844dff51eba68fb5415\' ct_options=\'{\"ct_id\":296,\"ct_parent\":245,\"selector\":\"headline-296-5\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-testimonial-1-title\"},\"activeselector\":\"hyperion-testimonial-1-title\"}\']t. 02[/ct_headline][ct_image ct_sign_sha256=\'1c05604a73e0e0332c3edcbaaf46e5babde12e6b07037b8c4e2457529831abe7\' ct_options=\'{\"ct_id\":298,\"ct_parent\":245,\"selector\":\"image-298-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/avatar2.jpg\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-testimonial-1-image\"},\"activeselector\":\"hyperion-testimonial-1-image\"}\'][/ct_image][ct_div_block_3 ct_sign_sha256=\'fd358a458d905f8936329249b0fcc8e5ae5de56aefd165dd12dbfb890d9e4cb8\' ct_options=\'{\"ct_id\":300,\"ct_parent\":245,\"selector\":\"div_block-300-5\",\"original\":{\"display\":\"flex\",\"text-align\":\"left\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-testimonial-1-wrapper\",\"classes\":{\"0\":\"hyperion-testimonial-1-wrapper\"}}\'][ct_headline ct_sign_sha256=\'5e58a871af0a7e4da9bd4b175424cb36b8b5333e689b03ebbf46d4053adb57d1\' ct_options=\'{\"ct_id\":301,\"ct_parent\":300,\"selector\":\"headline-301-5\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-testimonial-1-name\"},\"activeselector\":\"hyperion-testimonial-1-name\"}\']THERESA TAYLOR[/ct_headline][ct_text_block ct_sign_sha256=\'fd220e7b3bef16ec9a2ae83add471dd1c1f0c577b2e17e3c28c8b151f3ed406d\' ct_options=\'{\"ct_id\":302,\"ct_parent\":300,\"selector\":\"text_block-302-5\",\"original\":{\"max-width\":\"360\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"18\"}}}}\']UI/UX Designer[/ct_text_block][/ct_div_block_3][/ct_slide][ct_slide ct_sign_sha256=\'681280ab0311198895f227dc676a8832d512938572910de577c30cb630094a5b\' ct_options=\'{\"ct_id\":246,\"ct_parent\":243,\"selector\":\"slide-246-5\",\"classes\":{\"0\":\"hyperion-tesimonial-1-slide\"},\"activeselector\":\"hyperion-tesimonial-1-slide\",\"original\":{\"globalConditionsResult\":true}}\'][ct_text_block ct_sign_sha256=\'e184f2181e57fbcc706aca8b1ec8105b60c12cd74f9b22726b27c98ad198b77e\' ct_options=\'{\"ct_id\":261,\"ct_parent\":246,\"selector\":\"text_block-261-5\",\"classes\":{\"0\":\"hyperion-testimonial-1-text\"},\"activeselector\":\"hyperion-testimonial-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Smallest directly families surprise honoured am an. Speaking replying mistress him numerous.[/ct_text_block][ct_headline ct_sign_sha256=\'b42a3e5d976685468299e8d50f98407fcffc7b067bd71c0e71f121ee40b96a26\' ct_options=\'{\"ct_id\":264,\"ct_parent\":246,\"selector\":\"headline-264-5\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-testimonial-1-title\"},\"activeselector\":\"hyperion-testimonial-1-title\"}\']t. 03[/ct_headline][ct_image ct_sign_sha256=\'8ae56fd26b689df1b33cf247b89405edb6137c0eecd57937b11d0d8b3715c74b\' ct_options=\'{\"ct_id\":266,\"ct_parent\":246,\"selector\":\"image-266-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/avatar14.jpg\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-testimonial-1-image\"},\"activeselector\":\"hyperion-testimonial-1-image\"}\'][/ct_image][ct_div_block_3 ct_sign_sha256=\'d291dcabafcbd3ba9eb7de1d0edb514707ff0d8f382f201f23f19ca6d07fd4ea\' ct_options=\'{\"ct_id\":267,\"ct_parent\":246,\"selector\":\"div_block-267-5\",\"original\":{\"display\":\"flex\",\"text-align\":\"left\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-testimonial-1-wrapper\",\"classes\":{\"0\":\"hyperion-testimonial-1-wrapper\"}}\'][ct_headline ct_sign_sha256=\'e513cae880ef2cea50536a14683524b854973809ee924a99c5c299b405f3a421\' ct_options=\'{\"ct_id\":268,\"ct_parent\":267,\"selector\":\"headline-268-5\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-testimonial-1-name\"},\"activeselector\":\"hyperion-testimonial-1-name\"}\']LEONA QUINN[/ct_headline][ct_text_block ct_sign_sha256=\'9b1183d612c5907df823186560555030e73e0bae3413d9ba863b6ee4e6ed0d50\' ct_options=\'{\"ct_id\":270,\"ct_parent\":267,\"selector\":\"text_block-270-5\",\"original\":{\"max-width\":\"360\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"18\"}}}}\']Front-End Developer[/ct_text_block][/ct_div_block_3][/ct_slide][/ct_slider][/ct_section][ct_section ct_sign_sha256=\'290c68bd7122a64c599d624fc23bd253e9c6eadf4e16d994b66752e860fc556b\' ct_options=\'{\"ct_id\":311,\"ct_parent\":0,\"selector\":\"section-311-5\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"0\",\"section-width\":\"full-width\",\"overflow\":\"hidden\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Watch CTA\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'3814b691375643b08cc35ae87af403b16d0694e1b1e3face58719d1761af9934\' ct_options=\'{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"new_columns-312-5\",\"activeselector\":false,\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'ba09758346f632be552c1af7401268ae1faf42d735b79ef80405f1b0f1f271d8\' ct_options=\'{\"ct_id\":313,\"ct_parent\":312,\"selector\":\"div_block-313-5\",\"original\":{\"width\":\"40\",\"width-unit\":\"%\",\"padding-top\":\"0\",\"padding-bottom\":\"0\",\"align-items\":\"flex-end\",\"text-align\":\"right\",\"justify-content\":\"center\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-bottom\":\"40\",\"padding-top\":\"40\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_image ct_sign_sha256=\'5799a0507d36c2e65fbc1ae5c07d59bce24563a9773f093bffde877cfe09a867\' ct_options=\'{\"ct_id\":351,\"ct_parent\":313,\"selector\":\"image-351-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/watch@2x.png\",\"margin-top\":\"-40\",\"margin-bottom\":\"-40\",\"max-height\":\"720\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-top\":\"0\",\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'25ee8d57a9a785b01657566767d22b8f28eb9a5bf42b28feb0391654c4e88eff\' ct_options=\'{\"ct_id\":314,\"ct_parent\":312,\"selector\":\"div_block-314-5\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"flex-start\",\"justify-content\":\"center\",\"flex-wrap\":\"wrap\",\"padding-left\":\"40\",\"padding-right\":\"40\",\"padding-top\":\"60\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'ce257834c3859f6328f73c6fd28fd00c0195e075d2ee0c5c0d503f68cce8b3c6\' ct_options=\'{\"ct_id\":318,\"ct_parent\":314,\"selector\":\"headline-318-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Call to&nbsp;Action[/ct_headline][ct_text_block ct_sign_sha256=\'cb96e68d9cf8fcbf09d44dda787a4bb00063eecd80952a0de6627f07edc2f083\' ct_options=\'{\"ct_id\":326,\"ct_parent\":314,\"selector\":\"text_block-326-5\",\"original\":{\"max-width\":\"640\",\"color\":\"color(3)\",\"margin-bottom\":\"18\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']Smallest directly families surprise honoured am&nbsp;an.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'2ae3ab0b46c2eb1cac798200d3de85969618b3fa22cb6e49084c7971f040d150\' ct_options=\'{\"ct_id\":342,\"ct_parent\":314,\"selector\":\"div_block-342-5\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"globalConditionsResult\":true},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_text ct_sign_sha256=\'35692882cbc5378ce67ff733b2e4ef46c6744811be46687322c7f29683b3facf\' ct_options=\'{\"ct_id\":329,\"ct_parent\":342,\"selector\":\"link_text-329-5\",\"original\":{\"margin-right\":\"12\",\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"18\"}}}}\']BUY[/ct_link_text][ct_link_text ct_sign_sha256=\'92bff7286eb377f956b22a8f20c228d8b1e35a4b5852ebe89d9407c64c10f02a\' ct_options=\'{\"ct_id\":336,\"ct_parent\":342,\"selector\":\"link_text-336-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"}}\']LEARN MORE[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3662555308012f433723a0eda6b7dda3d9f26b6413bb591012323474b54c4f64\' ct_options=\'{\"ct_id\":345,\"ct_parent\":314,\"selector\":\"div_block-345-5\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"text-align\":\"left\",\"align-items\":\"center\",\"margin-top\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'778e454b09b090123a44278a8c4efdb11f640345d18b52f0cc5b1d5e7c25ac09\' ct_options=\'{\"ct_id\":347,\"ct_parent\":345,\"selector\":\"fancy_icon-347-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-lock\",\"icon-color\":\"color(3)\",\"icon-size\":\"18\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'ca74f772461db8eb5df1fca7f0000fc02218c2982bdb2379cfb8427491a58924\' ct_options=\'{\"ct_id\":348,\"ct_parent\":345,\"selector\":\"text_block-348-5\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.5\",\"-webkit-font-smoothing\":\"antialiased\",\"globalConditionsResult\":true},\"activeselector\":false}\']We never save you credit card data[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'2d35247b7cbd305ee01ee6fecd467cc0566f78dadbda31d3b0e12001d7c2cdd0\' ct_options=\'{\"ct_id\":352,\"ct_parent\":0,\"selector\":\"section-352-5\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"globalConditionsResult\":true},\"nicename\":\"Articles\",\"ct_category\":\"Blog\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"24\"}},\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"48\"}}},\"hover\":{\"border-top-color\":\"color(3)\",\"border-right-color\":\"color(3)\",\"border-bottom-color\":\"color(3)\",\"border-left-color\":\"color(3)\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\"}}\'][ct_div_block_2 ct_sign_sha256=\'abdc9c112c2d5cc14ff453404a1726308173a18f5c6ab331ea5280e0581ce65f\' ct_options=\'{\"ct_id\":357,\"ct_parent\":352,\"selector\":\"div_block-357-5\",\"original\":{\"width-unit\":\"%\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-blog-1-title-wrapper\",\"media\":{\"tablet\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"24\"}}},\"classes\":{\"0\":\"hyperion-blog-1-title-wrapper\"}}\'][ct_text_block ct_sign_sha256=\'e6c79376f43a5afff502cef4452be138ff64cea3fdb7a32e29aff8b187b2e493\' ct_options=\'{\"ct_id\":362,\"ct_parent\":357,\"selector\":\"text_block-362-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"color\":\"color(3)\",\"globalConditionsResult\":true}}\']OUR BLOG[/ct_text_block][ct_headline ct_sign_sha256=\'2c751c31d6e8290f670cb54609af8f3fe86d8a1aa19fe323390e91c5ad90e226\' ct_options=\'{\"ct_id\":359,\"ct_parent\":357,\"selector\":\"headline-359-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Articles[/ct_headline][ct_text_block ct_sign_sha256=\'2eaff08206ead331526fad30968d3467424ca84c4f2d7fb50584f55de109f2da\' ct_options=\'{\"ct_id\":366,\"ct_parent\":357,\"selector\":\"text_block-366-5\",\"original\":{\"max-width\":\"640\",\"color\":\"color(3)\",\"margin-bottom\":\"18\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']Smallest directly families surprise honoured am an.[/ct_text_block][ct_link_text ct_sign_sha256=\'e5029dd3c22f874553b0246b48ef37bca126e57f058a330c63c9faa12be9ea3b\' ct_options=\'{\"ct_id\":368,\"ct_parent\":357,\"selector\":\"link_text-368-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"color\":\"color(3)\",\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"},\"hover\":{\"background-color\":\"#ffffff\",\"color\":\"color(5)\",\"border-top-color\":\"color(3)\",\"border-right-color\":\"color(3)\",\"border-bottom-color\":\"color(3)\",\"border-left-color\":\"color(3)\"}}\']LEARN MORE[/ct_link_text][/ct_div_block_2][oxy_posts_grid ct_sign_sha256=\'af3f5b5371447b23defc0dd9caf822668f64eac5037304bbde099ebd98b7ffae\' ct_options=\'{\"ct_id\":356,\"ct_parent\":352,\"selector\":\"_posts_grid-356-5\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QnPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgPC9kaXY+CiAgICAgIAogICAgICA8ZGl2IGNsYXNzPSdveHktcG9zdC1pbWFnZS1kYXRlLW92ZXJsYXknPgoJCTw/cGhwIHRoZV90aW1lKGdldF9vcHRpb24oJ2RhdGVfZm9ybWF0JykpOyA/PgoJICA8L2Rpdj4KICAgICAgCgk8L2E+CgoJPGEgY2xhc3M9J294eS1wb3N0LXRpdGxlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz48P3BocCB0aGVfdGl0bGUoKTsgPz48L2E+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YSc+CgoJCTxkaXYgY2xhc3M9J294eS1wb3N0LW1ldGEtYXV0aG9yIG94eS1wb3N0LW1ldGEtaXRlbSc+CgkJCTw/cGhwIHRoZV9hdXRob3IoKTsgPz4KCQk8L2Rpdj4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1jb21tZW50cyBveHktcG9zdC1tZXRhLWl0ZW0nPgoJCQk8YSBocmVmPSc8P3BocCBjb21tZW50c19saW5rKCk7ID8+Jz48P3BocCBjb21tZW50c19udW1iZXIoKTsgPz48L2E+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkJPD9waHAgdGhlX2V4Y2VycHQoKTsgPz4KCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlJz5SZWFkIE1vcmUg4oaSPC9hPgoKPC9kaXY+\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogYmxvY2s7CiAgY29sdW1uLWNvdW50OiAyOwogIGNvbHVtbi1nYXA6IDI0cHg7CiAgei1pbmRleDogNTA7CiAgcGFkZGluZy1ib3R0b206IDE4cHg7Cn0KCiUlRVBJRCUlIC5veHktcG9zdHM6YmVmb3JlIHsKICBjb250ZW50OiAnICc7CiAgZGlzcGxheTogYmxvY2s7CiAgbWluLWhlaWdodDogMjQwcHg7Cn0KCkBtZWRpYSAobWF4LXdpZHRoOjk5MnB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0czpiZWZvcmUgewogICAgZGlzcGxheTogbm9uZTsKICB9Cn0KCkBtZWRpYSAobWF4LXdpZHRoOjc2OHB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0cyB7CiAgICBjb2x1bW4tY291bnQ6IDE7CiAgfQp9CiAgCgolJUVQSUQlJSAub3h5LXBvc3QgewogIGRpc3BsYXk6IGZsZXg7CiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjsKICB0ZXh0LWFsaWduOiBsZWZ0OwogIGFsaWduLWl0ZW1zOiBmbGV4LXN0YXJ0OwogIG1hcmdpbi1ib3R0b206IDI0cHg7CiAgd2lkdGg6IDEwMCU7CiAgYm9yZGVyOiAycHggc29saWQgY29sb3IoMTQpOwogIGJyZWFrLWluc2lkZTogYXZvaWQ7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZSB7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGJhY2tncm91bmQtY29sb3I6IGdyZXk7CiAgYmFja2dyb3VuZC1pbWFnZTogcmVwZWF0aW5nLWxpbmVhci1ncmFkaWVudCgKICA0NWRlZywKICAjZWVlZWVlLAogICNlZWVlZWUgMTBweCwKICAjZGRkZGRkIDEwcHgsCiAgI2RkZGRkZCAyMHB4KTsKICB3aWR0aDogMTAwJTsKICBtYXJnaW46IC0ycHggMCAzNnB4IDA7CiAgZGlzcGxheTogYmxvY2s7CiAgd2lkdGg6IDEwMCU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZS1maXhlZC1yYXRpbyB7CiAgcGFkZGluZy1ib3R0b206IDgwJTsKICBiYWNrZ3JvdW5kLXNpemU6IGNvdmVyOwogIGJhY2tncm91bmQtcG9zaXRpb246IGNlbnRlciBjZW50ZXI7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZS1kYXRlLW92ZXJsYXkgewogIHBvc2l0aW9uOiBhYnNvbHV0ZTsKICB0b3A6IDFlbTsKICByaWdodDogMWVtOwogIGZvbnQtc2l6ZTogMTZweDsKICBjb2xvcjogd2hpdGU7CiAgYmFja2dyb3VuZC1jb2xvcjogY29sb3IoMTUpOwogIHBhZGRpbmc6IC43ZW0gMWVtOwogIGZvbnQtd2VpZ2h0OiBib2xkOwogIC13ZWJraXQtZm9udC1zbW9vdGhpbmc6IGFudGlhbGlhc2VkOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtdGl0bGUgewogIGZvbnQtc2l6ZTogMzZweDsKICBsaW5lLWhlaWdodDogMTsKICBjb2xvcjogY29sb3IoMTIpOwogIGZvbnQtd2VpZ2h0OiA5MDA7CiAgbWFyZ2luOiAwIDQ4cHg7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhIHsKICBtYXJnaW46IDE4cHggNDhweCAwcHggNDhweDsKICBmb250LXNpemU6IDE2cHg7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGNvbG9yOiBjb2xvcigxNik7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhIGEgewogIGNvbG9yOiAgY29sb3IoMTYpOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YSBhOmhvdmVyIHsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTo6YWZ0ZXIgewoJY29udGVudDogIlwwMGI3IjsKCW1hcmdpbi1yaWdodDogLjVlbTsKCW1hcmdpbi1sZWZ0OiAuNWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YS1pdGVtOmxhc3QtY2hpbGQ6OmFmdGVyIHsKCWNvbnRlbnQ6ICIiOwoJZGlzcGxheTogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgewogIG1hcmdpbi1ib3R0b206IDI0cHg7CiAgY29sb3I6IGNvbG9yKDE3KTsKICBtYXJnaW46IDE4cHggNDhweCAzNnB4IDQ4cHg7CiAgbGluZS1oZWlnaHQ6IDEuNTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgcCB7CiAgbWFyZ2luOiAwOwogIGZvbnQtc2l6ZTogMjBweDsKfQoKQG1lZGlhIChtYXgtd2lkdGg6IDExMjBweCkgewogICUlRVBJRCUlIC5veHktcG9zdC1tZXRhIHsKICAgIGRpc3BsYXk6IG5vbmU7CiAgfQp9CgolJUVQSUQlJSAub3h5LXJlYWQtbW9yZSB7CiAgdGV4dC1hbGlnbjogY2VudGVyOwogIGRpc3BsYXk6IGlubGluZS1ibG9jazsKICBtYXJnaW4tdG9wOiBhdXRvOwogIGJhY2tncm91bmQ6IGNvbG9yKDE0KTsKICBjb2xvcjogY29sb3IoMTYpOwogIGZvbnQtc2l6ZTogMThweDsKICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlOwogIGxldHRlci1zcGFjaW5nOiAxcHg7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICBwYWRkaW5nOiAxOHB4IDQ4cHggMTZweCA0OHB4OwogIGJvcmRlci1ib3R0b206IDJweCBzb2xpZCBjb2xvcigxNik7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKICBtYXJnaW46IGF1dG8gNDhweCA0OHB4IDQ4cHg7Cn0KCiUlRVBJRCUlIC5veHktcmVhZC1tb3JlOmhvdmVyIHsKICBiYWNrZ3JvdW5kOiBjb2xvcigxNik7CiAgY29sb3I6ICNmZmZmZmY7Cn0KCiUlRVBJRCUlIC5veHktZWFzeS1wb3N0cy1wYWdlcyB7CiAgZm9udC1zaXplOiAyMHB4OwogIHotaW5kZXg6IDMwMDsKfQoKJSVFUElEJSUgLnBhZ2UtbnVtYmVycyB7CiAgcGFkZGluZzogMThweDsKICBjb2xvcjogY29sb3IoMTYpOwp9CgolJUVQSUQlJSBhLnBhZ2UtbnVtYmVyczpob3ZlciB7CiAgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Cn0KCiUlRVBJRCUlIC5wYWdlLW51bWJlcnMuY3VycmVudCB7CiAgYmFja2dyb3VuZDogY29sb3IoMTYpOwogIGNvbG9yOiAjZmZmZmZmOwogIHBhZGRpbmc6IDIycHggMzJweCAyNHB4IDMycHg7CiAgYm9yZGVyLXJhZGl1czogMTAwJTsKfQ==\",\"read_more_display_as\":\"text link\",\"paginate_alignment\":\"center\",\"posts_5050_below\":\"page-width\",\"posts_100_below\":\"phone-landscape\",\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"post\"},\"query_order\":\"ASC\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/oxy_posts_grid][/ct_section][ct_section ct_sign_sha256=\'8c6134644932c553cd1240f7eabff8af1fcc4939eb93b4c89b8d32f33f507151\' ct_options=\'{\"ct_id\":371,\"ct_parent\":0,\"selector\":\"section-371-5\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"80\",\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'12a6827fc0876186f561db877602f923d04ba51536b671eb56e61935ee36535e\' ct_options=\'{\"ct_id\":372,\"ct_parent\":371,\"selector\":\"text_block-372-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']ABOUT MONEY[/ct_text_block][ct_headline ct_sign_sha256=\'82a9520e65df11db40a6611eaf214ba02626e28b19d01b64215bd7e146dd17a8\' ct_options=\'{\"ct_id\":374,\"ct_parent\":371,\"selector\":\"headline-374-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Pricing Tables[/ct_headline][ct_image ct_sign_sha256=\'b2c8135c50e7137fec94120a143470ac5518b675293947320900378908f7fa0d\' ct_options=\'{\"ct_id\":376,\"ct_parent\":371,\"selector\":\"image-376-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/arrow@2x.png\",\"width\":\"220\",\"margin-top\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"42\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][ct_new_columns_2 ct_sign_sha256=\'d4edcb415c8cbe8443374062a6720dc973059911eca89f4abbd38fe5855c44fd\' ct_options=\'{\"ct_id\":383,\"ct_parent\":371,\"selector\":\"new_columns-383-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'85909e728292367efc99908fa137425ae2d4cff1ba9915b848e5c2a7a23785ac\' ct_options=\'{\"ct_id\":384,\"ct_parent\":383,\"selector\":\"div_block-384-5\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\",\"globalConditionsResult\":true},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'ac2e1d648da88e5c80137d7ff1dcbb2b6a1e8b7d11d0b2e990398f6a4292f86e\' ct_options=\'{\"ct_id\":388,\"ct_parent\":384,\"selector\":\"div_block-388-5\",\"classes\":{\"0\":\"hyperion-pricing-1-wrapper\"},\"activeselector\":\"hyperion-pricing-1-wrapper\",\"original\":{\"globalConditionsResult\":true}}\'][ct_image ct_sign_sha256=\'ebad31037b9df9489c8f48875335e7314c63163434a168f57abdc615efaad8ea\' ct_options=\'{\"ct_id\":389,\"ct_parent\":388,\"selector\":\"image-389-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/p-1@2x.png\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-pricing-1-icon\",\"classes\":{\"0\":\"hyperion-pricing-1-icon\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b4ccf2ba8153bc205467edc6bcffe23985f9950c918ca2e49987443649219e8f\' ct_options=\'{\"ct_id\":408,\"ct_parent\":388,\"selector\":\"headline-408-5\",\"original\":{\"tag\":\"h3\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-pricing-1-title\"},\"activeselector\":\"hyperion-pricing-1-title\"}\']Newbie[/ct_headline][ct_text_block ct_sign_sha256=\'5a8d4358a7b9e77af88e165a7adf652238de183ea7c4e8b374c3dba82196df7c\' ct_options=\'{\"ct_id\":412,\"ct_parent\":388,\"selector\":\"text_block-412-5\",\"classes\":{\"0\":\"hyperion-pricing-1-label\"},\"activeselector\":\"hyperion-pricing-1-label\",\"original\":{\"globalConditionsResult\":true}}\']Expiry:[/ct_text_block][ct_text_block ct_sign_sha256=\'de93b9ca3d85e5d2c12855775809009f3625cb8565c71be80b0b0235026cab07\' ct_options=\'{\"ct_id\":414,\"ct_parent\":388,\"selector\":\"text_block-414-5\",\"classes\":{\"0\":\"hyperion-pricing-1-text\"},\"activeselector\":\"hyperion-pricing-1-text\",\"original\":{\"globalConditionsResult\":true}}\']1 month[/ct_text_block][ct_text_block ct_sign_sha256=\'f1f734dad1567fc4d5296d15625be44b27be4e38d57785f6661e53132b86d682\' ct_options=\'{\"ct_id\":417,\"ct_parent\":388,\"selector\":\"text_block-417-5\",\"classes\":{\"0\":\"hyperion-pricing-1-label\"},\"activeselector\":\"hyperion-pricing-1-label\",\"original\":{\"globalConditionsResult\":true}}\']Expiry:[/ct_text_block][ct_text_block ct_sign_sha256=\'da23528d852b88d15cddce92f31b747c369fd592bcc3b296b5fcabf573733f7f\' ct_options=\'{\"ct_id\":419,\"ct_parent\":388,\"selector\":\"text_block-419-5\",\"classes\":{\"0\":\"hyperion-pricing-1-text\"},\"activeselector\":\"hyperion-pricing-1-text\",\"original\":{\"globalConditionsResult\":true}}\']$24[/ct_text_block][ct_link_text ct_sign_sha256=\'63dda4691d19dc594efd60bbeb9f6193ffee7831357c12ac70dd08fc49027c62\' ct_options=\'{\"ct_id\":390,\"ct_parent\":388,\"selector\":\"link_text-390-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"}}\']BUY[/ct_link_text][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'422b1f05d4da59526ed7e279cfb6870abb2b0b2243b07f817eec4a030760b0a5\' ct_options=\'{\"ct_id\":385,\"ct_parent\":383,\"selector\":\"div_block-385-5\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\",\"globalConditionsResult\":true},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'82262c99a90f843aaaedcbb532f311f3fe495f87d15f372899ede5079b6e561c\' ct_options=\'{\"ct_id\":395,\"ct_parent\":385,\"selector\":\"div_block-395-5\",\"classes\":{\"0\":\"hyperion-pricing-1-wrapper\"},\"activeselector\":\"hyperion-pricing-1-wrapper\",\"original\":{\"globalConditionsResult\":true}}\'][ct_image ct_sign_sha256=\'0a614a3958aff1d7a49f8401666db0b287e5ef13a6affea6d17ae53f02ddab72\' ct_options=\'{\"ct_id\":396,\"ct_parent\":395,\"selector\":\"image-396-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/p-2@2x.png\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-pricing-1-icon\",\"classes\":{\"0\":\"hyperion-pricing-1-icon\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'d85184423a871b8579f84587d54bb5d37099fac8ca6384935c66a08d2a2520c5\' ct_options=\'{\"ct_id\":403,\"ct_parent\":395,\"selector\":\"headline-403-5\",\"original\":{\"tag\":\"h3\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-pricing-1-title\"},\"activeselector\":\"hyperion-pricing-1-title\"}\']Business[/ct_headline][ct_text_block ct_sign_sha256=\'f8429ee28bf9b6e1623222a0c849f5ef64977401a5917fd0e3bfa519fc8036bc\' ct_options=\'{\"ct_id\":421,\"ct_parent\":395,\"selector\":\"text_block-421-5\",\"classes\":{\"0\":\"hyperion-pricing-1-label\"},\"activeselector\":\"hyperion-pricing-1-label\",\"original\":{\"globalConditionsResult\":true}}\']Expiry:[/ct_text_block][ct_text_block ct_sign_sha256=\'4a06fc04223aeab2fb3596bdb9024beebc4c9d7d2dd03417a51e3c7c9c63daef\' ct_options=\'{\"ct_id\":426,\"ct_parent\":395,\"selector\":\"text_block-426-5\",\"classes\":{\"0\":\"hyperion-pricing-1-text\"},\"activeselector\":\"hyperion-pricing-1-text\",\"original\":{\"globalConditionsResult\":true}}\']1 year[/ct_text_block][ct_text_block ct_sign_sha256=\'4fbd582e4b36053139dc3c987436c73f595a014e832275d4d2e39cc5d290bb02\' ct_options=\'{\"ct_id\":430,\"ct_parent\":395,\"selector\":\"text_block-430-5\",\"classes\":{\"0\":\"hyperion-pricing-1-label\"},\"activeselector\":\"hyperion-pricing-1-label\",\"original\":{\"globalConditionsResult\":true}}\']Expiry:[/ct_text_block][ct_text_block ct_sign_sha256=\'f755b5bf2ae18f82bb97fe76a0e4cb7d2a1d4d4aba9bc31493b9f56f7854ab3e\' ct_options=\'{\"ct_id\":436,\"ct_parent\":395,\"selector\":\"text_block-436-5\",\"classes\":{\"0\":\"hyperion-pricing-1-text\"},\"activeselector\":\"hyperion-pricing-1-text\",\"original\":{\"globalConditionsResult\":true}}\']$48[/ct_text_block][ct_link_text ct_sign_sha256=\'083cce0baeac0eaa29de532d2b94caacf30df18bdc383f7c7dce2875596a3cd8\' ct_options=\'{\"ct_id\":397,\"ct_parent\":395,\"selector\":\"link_text-397-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"}}\']BUY[/ct_link_text][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'e99de8b95e558fcb7968a51c069b22e638e0bfa3c7fe000c12d426c5f848f06c\' ct_options=\'{\"ct_id\":386,\"ct_parent\":383,\"selector\":\"div_block-386-5\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\",\"globalConditionsResult\":true},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'bb3ef7e116ff54872ac4818ee22a088d64eac2080e6654074c97813b150f00c1\' ct_options=\'{\"ct_id\":399,\"ct_parent\":386,\"selector\":\"div_block-399-5\",\"classes\":{\"0\":\"hyperion-pricing-1-wrapper\"},\"activeselector\":\"hyperion-pricing-1-wrapper\",\"original\":{\"globalConditionsResult\":true}}\'][ct_image ct_sign_sha256=\'a5cd8a9dd7aa17915ff785c2147039c9a3d080ea9f3bf43048c08421a4ee9b87\' ct_options=\'{\"ct_id\":400,\"ct_parent\":399,\"selector\":\"image-400-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/p-3@2x.png\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-pricing-1-icon\",\"classes\":{\"0\":\"hyperion-pricing-1-icon\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'52367904acd183693def03b467afc9856effd0d4e5b626471ed937f2d9985038\' ct_options=\'{\"ct_id\":406,\"ct_parent\":399,\"selector\":\"headline-406-5\",\"original\":{\"tag\":\"h3\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-pricing-1-title\"},\"activeselector\":\"hyperion-pricing-1-title\"}\']Science[/ct_headline][ct_text_block ct_sign_sha256=\'ee2c3700fa0c4bcd5c95e78041cc0a895d8a9784fed5fb5bdf2d27bdbfd79d59\' ct_options=\'{\"ct_id\":424,\"ct_parent\":399,\"selector\":\"text_block-424-5\",\"classes\":{\"0\":\"hyperion-pricing-1-label\"},\"activeselector\":\"hyperion-pricing-1-label\",\"original\":{\"globalConditionsResult\":true}}\']Expiry:[/ct_text_block][ct_text_block ct_sign_sha256=\'e74daa8233787f1b6a9821789abcce212d50299f9bac0e7bc4570812e907392d\' ct_options=\'{\"ct_id\":428,\"ct_parent\":399,\"selector\":\"text_block-428-5\",\"classes\":{\"0\":\"hyperion-pricing-1-text\"},\"activeselector\":\"hyperion-pricing-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Full time[/ct_text_block][ct_text_block ct_sign_sha256=\'8713e406ae75d086fc5fef6ba647a13ae7331e4d0b555b050fe8160e2b1cb188\' ct_options=\'{\"ct_id\":432,\"ct_parent\":399,\"selector\":\"text_block-432-5\",\"classes\":{\"0\":\"hyperion-pricing-1-label\"},\"activeselector\":\"hyperion-pricing-1-label\",\"original\":{\"globalConditionsResult\":true}}\']Expiry:[/ct_text_block][ct_text_block ct_sign_sha256=\'0ada9e43d6fa33b5353854e694f33d35650f700d2d41a067f2b32307e0e48946\' ct_options=\'{\"ct_id\":434,\"ct_parent\":399,\"selector\":\"text_block-434-5\",\"classes\":{\"0\":\"hyperion-pricing-1-text\"},\"activeselector\":\"hyperion-pricing-1-text\",\"original\":{\"globalConditionsResult\":true}}\']$64[/ct_text_block][ct_link_text ct_sign_sha256=\'de58895fc622a8414290ade050dd868e1ff6993110134325811ba36d99122ddd\' ct_options=\'{\"ct_id\":401,\"ct_parent\":399,\"selector\":\"link_text-401-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"}}\']BUY[/ct_link_text][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'0b21f8c2b0f165787c4478ef8f20f90666256cef1c4042d3a0e7fc1b38de8223\' ct_options=\'{\"ct_id\":446,\"ct_parent\":0,\"selector\":\"section-446-5\",\"original\":{\"background-color\":\"color(11)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"48\",\"container-padding-bottom\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Footer\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"30\"}}}}\'][ct_link_2 ct_sign_sha256=\'a1b9524533cb73a2974552b6eff4bcd4865536beac4c2cbc3dc2fdc8f8a0bdeb\' ct_options=\'{\"ct_id\":447,\"ct_parent\":446,\"selector\":\"link-447-5\",\"classes\":{\"0\":\"hyperion-logo\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"margin-bottom\":\"12\",\"globalConditionsResult\":true}}\'][ct_image ct_sign_sha256=\'3efc6cbb3369f845a2752cfc38353d8e512c1ddaf64173627572e8cbbe5417ab\' ct_options=\'{\"ct_id\":448,\"ct_parent\":447,\"selector\":\"image-448-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/logo-vertical@2x.png\",\"width\":\"119\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][/ct_link_2][oxy_social_icons ct_sign_sha256=\'ee05d3c6564b5d80b0f8fa2a65c0f85a10d4d7078cd55f994e281efc6ddbddbe\' ct_options=\'{\"ct_id\":451,\"ct_parent\":446,\"selector\":\"_social_icons-451-5\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/oxy_social_icons][oxy_nav_menu ct_sign_sha256=\'b44c2dfaa4455fd9b0993c5cf6c6d3e707698316cbb6780385b032afab2b4687\' ct_options=\'{\"ct_id\":454,\"ct_parent\":446,\"selector\":\"_nav_menu-454-5\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_icon_size\":\"18\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"30\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"30\",\"menu_flex-direction\":\"row\",\"menu_color\":\"color(6)\",\"menu_font-size\":\"18\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_letter-spacing\":\".125\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"border-top-width\":\"0\",\"border-right-width\":\"0\",\"border-bottom-width\":\"2\",\"border-left-width\":\"0\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"none\",\"border-bottom-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(11)\",\"menu_responsive_dropdowns\":\"off\",\"margin-bottom\":\"24\",\"menu_responsive_background_color\":\"color(11)\",\"menu_responsive_link_color\":\"color(6)\",\"menu_responsive_hover_link_color\":\"color(3)\",\"globalConditionsResult\":true,\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"}},\"phone-landscape\":{\"original\":{\"margin-right\":\"0\"}}}}\'][/oxy_nav_menu][ct_text_block ct_sign_sha256=\'cdaccf9989bff4e8da7462540ab5d3189d6f45a3ec1c2085f8e041c6e506551d\' ct_options=\'{\"ct_id\":455,\"ct_parent\":446,\"selector\":\"text_block-455-5\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Copyright © <a href=\"http://soflyy.com\">Soflyy</a>[/ct_text_block][ct_text_block ct_sign_sha256=\'5c33de4cfc9cffdfe041526f3c7fd8d616a7c9d3597e9061d44a8e90d7d06a08\' ct_options=\'{\"ct_id\":457,\"ct_parent\":446,\"selector\":\"text_block-457-5\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Proudly designed with <a href=\"http://oxygenbuilder.com\">Oxygen</a>, the world\'s best visual website design software[/ct_text_block][/ct_section]'),(78,5,'ct_builder_shortcodes_revisions_dates','1600406161'),(79,5,'_edit_last','1'),(80,5,'ct_template_archive_post_types_all',''),(81,5,'ct_template_categories','a:0:{}'),(82,5,'ct_template_categories_all',''),(83,5,'ct_template_tags','a:0:{}'),(84,5,'ct_template_tags_all',''),(85,5,'ct_template_custom_taxonomies','a:0:{}'),(86,5,'ct_template_custom_taxonomies_all',''),(87,5,'ct_template_authors_archives_all',''),(88,5,'ct_template_index',''),(89,5,'ct_template_front_page',''),(90,5,'ct_template_blog_posts',''),(91,5,'ct_template_date_archive',''),(92,5,'ct_template_search_page',''),(93,5,'ct_template_inner_content',''),(94,5,'ct_template_404_page',''),(95,5,'ct_template_all_archives',''),(96,5,'ct_template_archive_among_taxonomies','a:0:{}'),(97,5,'ct_template_apply_if_archive_among_taxonomies',''),(98,5,'ct_template_archive_post_types','a:0:{}'),(99,5,'ct_template_apply_if_archive_among_cpt',''),(100,5,'ct_template_authors_archives','a:0:{}'),(101,5,'ct_template_apply_if_archive_among_authors',''),(102,5,'ct_template_single_all',''),(103,5,'ct_template_post_types','a:0:{}'),(104,5,'ct_template_exclude_ids',''),(105,5,'ct_template_include_ids',''),(106,5,'ct_template_taxonomies','a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),(107,5,'ct_use_template_taxonomies',''),(108,5,'ct_template_post_of_parents','a:0:{}'),(109,5,'ct_template_apply_if_post_of_parents',''),(110,5,'ct_template_order','0'),(111,16,'_edit_lock','1600754296:1'),(112,16,'_edit_last','1'),(113,16,'ct_other_template','0'),(114,16,'ct_template_archive_post_types_all',''),(115,16,'ct_template_categories','a:0:{}'),(116,16,'ct_template_categories_all',''),(117,16,'ct_template_tags','a:0:{}'),(118,16,'ct_template_tags_all',''),(119,16,'ct_template_custom_taxonomies','a:0:{}'),(120,16,'ct_template_custom_taxonomies_all',''),(121,16,'ct_template_authors_archives_all',''),(122,16,'ct_template_index',''),(123,16,'ct_template_front_page',''),(124,16,'ct_template_blog_posts',''),(125,16,'ct_template_date_archive',''),(126,16,'ct_template_search_page',''),(127,16,'ct_template_inner_content',''),(128,16,'ct_template_404_page',''),(129,16,'ct_template_all_archives',''),(130,16,'ct_template_archive_among_taxonomies','a:0:{}'),(131,16,'ct_template_apply_if_archive_among_taxonomies',''),(132,16,'ct_template_archive_post_types','a:0:{}'),(133,16,'ct_template_apply_if_archive_among_cpt',''),(134,16,'ct_template_authors_archives','a:0:{}'),(135,16,'ct_template_apply_if_archive_among_authors',''),(136,16,'ct_template_single_all',''),(137,16,'ct_template_post_types','a:0:{}'),(138,16,'ct_template_exclude_ids',''),(139,16,'ct_template_include_ids',''),(140,16,'ct_template_taxonomies','a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),(141,16,'ct_use_template_taxonomies',''),(142,16,'ct_template_post_of_parents','a:0:{}'),(143,16,'ct_template_apply_if_post_of_parents',''),(144,16,'ct_template_order','0'),(145,16,'ct_builder_shortcodes','[ct_section ct_sign_sha256=\'309e7f60dbca3c68d17c6503c9dc202b4e7c7690a1ceaaef82d14ff42e78bd7a\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-16\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"100\",\"container-padding-top\":\"128\",\"container-padding-bottom\":\"115\",\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\"},\"activeselector\":false,\"nicename\":\"Music Hero Section\",\"ct_category\":\"Heros & Titles\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"62\",\"container-padding-bottom\":\"42\"}}}}\'][ct_text_block ct_sign_sha256=\'161b944d9b6920cc52b81c73fd1fc6a4a1bf5cca796e63e2140378cd748b0056\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"text_block-3-16\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']FUNDRAISER FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'1b508d46de005633d31c8f5a59ac7daf1a41e148492ab0a9c656648bbdb43d88\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"headline-4-16\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\",\"margin-bottom\":\"10\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-right-unit\":\"em\",\"font-size\":\"75\"}}}}\']Bengaluru to Mysuru[/ct_headline][ct_headline ct_sign_sha256=\'d4912394b044ea0f6b691d78a9d183de0b0bb8b153e83910546c839114ccde27\' ct_options=\'{\"ct_id\":463,\"ct_parent\":2,\"selector\":\"headline-463-16\",\"original\":{\"color\":\"color(16)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"40\",\"background-color\":\"color(3)\",\"font-weight\":\"500\",\"margin-bottom\":\"10\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-right-unit\":\"em\",\"font-size\":\"75\"}}}}\']Start Time &amp; Date: 3rd Oct, 5:30 AM[/ct_headline][ct_text_block ct_sign_sha256=\'52ba41e8b8b31edf632b4a05909d5bf2f9ebe332171c342cdf05b5f061c00359\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-16\",\"original\":{\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']We are cycling from Vidhan Soudha, Bengaluru to University of Mysuru to support Deepika School and Charitable Trust to raise funds for the education of Special Children[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'93f0ca80fb9c7d4d5fdb5bcc5148bc8299de8e90e67206d04519ac67fad639bd\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"div_block-6-16\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_text ct_sign_sha256=\'ca31071e3fda0b8a5932f054e3a32d0b13219d2909018af1427681fb932f56b5\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"link_text-7-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'d5f6e39d1e185791d94c87430ed53e4a934b4392024595a0a843c9410a7c57be\' ct_options=\'{\"ct_id\":8,\"ct_parent\":6,\"selector\":\"link_text-8-16\",\"original\":{\"color\":\"color(3)\",\"url\":\"https://form.prosportsfoundation.com/apply\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"hover\":{\"background-color\":\"#ffffff\",\"color\":\"color(12)\"}}\']APPLY TO JOIN THE RIDE[/ct_link_text][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'023d887ca149bd64c315345145bf4239998db8aa282d4e70ce79ebe1d8b3e7a2\' ct_options=\'{\"ct_id\":432,\"ct_parent\":0,\"selector\":\"section-432-16\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"39\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(3)\"},\"activeselector\":false,\"nicename\":\"Icons 3x1 Boxed\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'c0a39237f53fe389c9aaffdcbac6deb204003b88a6daa7606b22a00816af2307\' ct_options=\'{\"ct_id\":18,\"ct_parent\":432,\"selector\":\"headline-18-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"font-size\":\"75\"}}}}\']Goal: Raise Rs.6 Lakhs[/ct_headline][ct_text_block ct_sign_sha256=\'d0972d9e5718733caac6bc2c61dd2b8690d4345175fcb3a83d133006a40e5955\' ct_options=\'{\"ct_id\":19,\"ct_parent\":432,\"selector\":\"text_block-19-16\",\"original\":{\"margin-bottom\":\"9\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']It costs Rs.60,000 p.a. to teach each special child supported by Deepika School. Our goal is raise Rs.6 lakhs which can support 10 kids for a year.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'85b2a5e19b52dd4ed1fed6598536fb7d8bbf68829e9e0edbb50efc29f3687ce7\' ct_options=\'{\"ct_id\":435,\"ct_parent\":432,\"selector\":\"new_columns-435-16\"}\'][ct_div_block_2 ct_sign_sha256=\'68cddd328a79cd045e08b6842ae294265b81c8b476843ae110c873590eac0a7f\' ct_options=\'{\"ct_id\":436,\"ct_parent\":435,\"selector\":\"div_block-436-16\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'72a48f795a4a1566f20a7eb25741e9656c96a161e17cd4dfc0ed3d37301d0803\' ct_options=\'{\"ct_id\":437,\"ct_parent\":436,\"selector\":\"div_block-437-16\",\"classes\":{\"0\":\"atomic-iconblock-15-wrapper\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_fancy_icon ct_sign_sha256=\'02215c82917c48ab0d8471f9e2533a47033ee4aa3b62c46082426f813d585681\' ct_options=\'{\"ct_id\":438,\"ct_parent\":437,\"selector\":\"fancy_icon-438-16\",\"original\":{\"icon-id\":\"Lineariconsicon-bicycle\"},\"classes\":{\"0\":\"atomic-iconblock-15-icon\"},\"activeselector\":\"atomic-iconblock-15-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d348faef41464b88edd5a4904aaf4f11e1b1ba5ed17ab33f54491d2f8e14afd2\' ct_options=\'{\"ct_id\":439,\"ct_parent\":437,\"selector\":\"headline-439-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"atomic-iconblock-15-title\"},\"activeselector\":\"atomic-iconblock-15-title\"}\']DISTANCE[/ct_headline][ct_text_block ct_sign_sha256=\'de7f6f07c8426c810b91ac8ec124058b0601929c5870a0accb8292212c801574\' ct_options=\'{\"ct_id\":440,\"ct_parent\":437,\"selector\":\"text_block-440-16\",\"classes\":{\"0\":\"atomic-iconblock-15-text\"},\"activeselector\":\"atomic-iconblock-15-text\"}\']150 Kms[/ct_text_block][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'e3fbe02bdd514717e5a0bb866834213fc49eb728f8e1661b9e6b2ecbdce43b97\' ct_options=\'{\"ct_id\":441,\"ct_parent\":435,\"selector\":\"div_block-441-16\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_div_block_3 ct_sign_sha256=\'0db74481101c3a8774f894fcf538f7cb2c0db24c0af3d42c6938a0bd437ebf82\' ct_options=\'{\"ct_id\":442,\"ct_parent\":441,\"selector\":\"div_block-442-16\",\"classes\":{\"0\":\"atomic-iconblock-15-wrapper\"},\"activeselector\":\"atomic-iconblock-15-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'9514bb1fbf2d81bfc9ea4c53be5b3262dd5236758c949cbad233ea33c1e97a59\' ct_options=\'{\"ct_id\":443,\"ct_parent\":442,\"selector\":\"fancy_icon-443-16\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"atomic-iconblock-15-icon\"},\"activeselector\":\"atomic-iconblock-15-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'cf1f1efd38cb20aa3a98e7027d3d6277097a522db61d700f2bb1dd9ca81024f7\' ct_options=\'{\"ct_id\":444,\"ct_parent\":442,\"selector\":\"headline-444-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"atomic-iconblock-15-title\"},\"activeselector\":\"atomic-iconblock-15-title\"}\']TIME[/ct_headline][ct_text_block ct_sign_sha256=\'0baf07d3f8e0018c072d9f9ca5b6a41077755b42277b5aec5293e81845666c64\' ct_options=\'{\"ct_id\":445,\"ct_parent\":442,\"selector\":\"text_block-445-16\",\"classes\":{\"0\":\"atomic-iconblock-15-text\"},\"activeselector\":\"atomic-iconblock-15-text\"}\']9-10 Hours[/ct_text_block][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'96fd6dd41f5431916fa52d005fe740987e4932aa4c87e61159d02c9854f841f0\' ct_options=\'{\"ct_id\":446,\"ct_parent\":435,\"selector\":\"div_block-446-16\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'8d441d41e478dbe97f3d830ed3b1a7a9cec47c6a95678161d565a1c84c77cf44\' ct_options=\'{\"ct_id\":447,\"ct_parent\":446,\"selector\":\"div_block-447-16\",\"classes\":{\"0\":\"atomic-iconblock-15-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'e8a80087b53c03d982b45d31ffea7a0380d6030f0472c2e99e882f18185dc97d\' ct_options=\'{\"ct_id\":448,\"ct_parent\":447,\"selector\":\"fancy_icon-448-16\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"atomic-iconblock-15-icon\"},\"activeselector\":\"atomic-iconblock-15-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3e7e694c7da6f21e07205528a064f7a52b21843f47a7e800691ff8136fe3237\' ct_options=\'{\"ct_id\":449,\"ct_parent\":447,\"selector\":\"headline-449-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"atomic-iconblock-15-title\"},\"activeselector\":\"atomic-iconblock-15-title\"}\']CYCLISTS[/ct_headline][ct_text_block ct_sign_sha256=\'3dddf5a945abacff84f4feb8e4e7f37f046901a4760bf7cbf7333a95ca3e533d\' ct_options=\'{\"ct_id\":450,\"ct_parent\":447,\"selector\":\"text_block-450-16\",\"classes\":{\"0\":\"atomic-iconblock-15-text\"},\"activeselector\":\"atomic-iconblock-15-text\"}\']20[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'21c0dbafc6a39a34d6722aff163d158cfb3373f0eb941e9e39550f71e482dee9\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"section-16-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"49\",\"text-align\":\"center\",\"align-items\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true,\"background-color\":\"color(12)\"},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'d7ae18b6d8239132b07fcccd5b729b3d3aa35073375db546e63b80460525efbb\' ct_options=\'{\"ct_id\":80,\"ct_parent\":16,\"selector\":\"text_block-80-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING AGENDA[/ct_text_block][ct_headline ct_sign_sha256=\'a1ba5792aceaef3f27dd2bd922fa019f93d86fa9e973b8a123a201294dd0eca0\' ct_options=\'{\"ct_id\":70,\"ct_parent\":16,\"selector\":\"headline-70-16\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"tag\":\"h2\",\"font-size\":\"75\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"font-size\":\"75\"}}}}\']3rd Oct 2020[/ct_headline][ct_text_block ct_sign_sha256=\'da380793f43329a798f9282c28abe9a7122e6bf1049e8cccbe09475457e70081\' ct_options=\'{\"ct_id\":292,\"ct_parent\":16,\"selector\":\"text_block-292-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"color\":\"color(3)\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-big-text\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']5:30 AM:  Start at Vidhan Soudha - 0 Kms<br>8:30 AM:  First stop at Ramanagara - 50 Kms<br>11:30 AM:  Second stop at Mandya - 100 Kms<br>2:30 PM: Finish at University of Mysuru - 150 Kms[/ct_text_block][ct_link_text ct_sign_sha256=\'64a04ed9322aee8e3e352cf0fcaa0d1aa102b7c379a159352df7c83983ade73b\' ct_options=\'{\"ct_id\":291,\"ct_parent\":16,\"selector\":\"link_text-291-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'3645fe2c8a58d6545c668163df3aebbdcd76d5e694a057bd3fd2622ac242f797\' ct_options=\'{\"ct_id\":300,\"ct_parent\":0,\"selector\":\"section-300-16\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\",\"align-items\":\"center\",\"text-align\":\"center\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'ee51eafe464617e1f3f01151c32589db2b31e6b1f8ee28e5357158fd9640bd35\' ct_options=\'{\"ct_id\":298,\"ct_parent\":300,\"selector\":\"headline-298-16\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"tag\":\"h2\",\"color\":\"color(1)\",\"font-size\":\"75\",\"margin-top\":\"20\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"font-size\":\"75\"}}}}\']Our Partners[/ct_headline][/ct_section][ct_section ct_sign_sha256=\'c0505c8ffe7e4f650287777d2498261cd94555d9e40ff35d1608a58b5ed2ac03\' ct_options=\'{\"ct_id\":206,\"ct_parent\":0,\"selector\":\"section-206-16\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"26\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Logo Grid Simple\",\"ct_category\":\"Social Proof\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'5bd24e4f1a44331a26c8f2d8fffea3e3fd0fd1aa53b54bad03c8efc1e252cc3e\' ct_options=\'{\"ct_id\":207,\"ct_parent\":206,\"selector\":\"new_columns-207-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{}}\'][ct_div_block_2 ct_sign_sha256=\'3e450551ec31e54c9ab64a2af594b31a9a9d9c0f122f13c123a275ec3304a21d\' ct_options=\'{\"ct_id\":208,\"ct_parent\":207,\"selector\":\"div_block-208-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"},\"activeselector\":\"hyperion-logogrid-1-column\"}\'][ct_image ct_sign_sha256=\'2ac1dfa139e6751e7cef59e9cb2fbe97f4ee1cca21c2add8bbae1ca5e874ff5f\' ct_options=\'{\"ct_id\":209,\"ct_parent\":208,\"selector\":\"image-209-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d55fa4604fc9131ff84590245c6f2bdb4b9a8585e8d75a026f9cd62cc4b289ca\' ct_options=\'{\"ct_id\":210,\"ct_parent\":207,\"selector\":\"div_block-210-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'e79f199cf23351b92c658720b3f72c04fbdea855cd04d90122cb2a294ded20c9\' ct_options=\'{\"ct_id\":211,\"ct_parent\":210,\"selector\":\"image-211-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Raw-Pressery-logo.jpg\",\"height\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8672e669f83438e13e05c1da50dc99295ae0ba8b4f92dd7f51bd9467751ff129\' ct_options=\'{\"ct_id\":212,\"ct_parent\":207,\"selector\":\"div_block-212-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f293a8df50390bf0a2873608e8626164709cfc7587f857b17941df66e9ec871b\' ct_options=\'{\"ct_id\":213,\"ct_parent\":212,\"selector\":\"image-213-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProNature-NEWLogo.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'919ecf0104a4992ccdabaebd8de3038aa81f6f8c3f67403600006dd3b2d8728a\' ct_options=\'{\"ct_id\":214,\"ct_parent\":207,\"selector\":\"div_block-214-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f307c73ef2b640ddebcc3b5cdca5e98b95fc7bad2f57cace5253f2864f5093e0\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"image-215-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/LOGO-BLACK.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'e0acad69af53b5e35005ef3352e3c9d465cc28ab447c442df9d2df20427dd510\' ct_options=\'{\"ct_id\":216,\"ct_parent\":206,\"selector\":\"new_columns-216-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a2c9aa63cda61eb7147b240994ff08fc9e82d92b4c040b373b1e4d914658af98\' ct_options=\'{\"ct_id\":221,\"ct_parent\":216,\"selector\":\"div_block-221-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'3845896da2c207bb2ca1601f32d4fc8d8c15191d346712f9bd3ab3d80b36a287\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"image-222-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/PH-LOGO.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'89a7a2daf6f140f9e0ddddc8501e705727fbba8488a3f9da150bf6df1d9ac1e8\' ct_options=\'{\"ct_id\":223,\"ct_parent\":216,\"selector\":\"div_block-223-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'80f68c36a2c94b0a09707ab899efcac1cf507c81854b448c88ea6d9f65ad8eb3\' ct_options=\'{\"ct_id\":224,\"ct_parent\":223,\"selector\":\"image-224-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpp_logo_new_400x400.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'ba32ba31102647405d1f2f2f674507d08c8ad286578912007ec8a559e2f8f0e0\' ct_options=\'{\"ct_id\":130,\"ct_parent\":0,\"selector\":\"section-130-16\",\"original\":{\"container-padding-top\":\"41\",\"container-padding-bottom\":\"11\",\"background-color\":\"color(1)\"},\"activeselector\":false,\"nicename\":\"Team Dark Three Columns\",\"ct_category\":\"People\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'4167e6616599bdc5c3337d069031b460aa95ffa0efe2029ca16dab270c9bfc85\' ct_options=\'{\"ct_id\":131,\"ct_parent\":130,\"selector\":\"text_block-131-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']DARE DEVILS[/ct_text_block][ct_headline ct_sign_sha256=\'8a0f5b7c834e5d722794c5c93386a279b8d6d1f9df9079c0a4b0f47acb841bf5\' ct_options=\'{\"ct_id\":132,\"ct_parent\":130,\"selector\":\"headline-132-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Meet the Cyclists[/ct_headline][ct_text_block ct_sign_sha256=\'12842b3d09cd615298368eeae4509a10c679d6e6a23f628f3e77c6b5411313f1\' ct_options=\'{\"ct_id\":133,\"ct_parent\":130,\"selector\":\"text_block-133-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']The cyclists who are willing to pedal for this cause[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'1bd145ba55c4059d9f4d3456042b07bbe425de85ec112cbd271c1a1952488203\' ct_options=\'{\"ct_id\":134,\"ct_parent\":130,\"selector\":\"div_block-134-16\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"flex-direction\":\"row\",\"display\":\"flex\",\"flex-wrap\":\"wrap\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'61c0fb1d280d2cdf51a6edcc3484bea1383f63d3a118ab33f6c06734697c1afc\' ct_options=\'{\"ct_id\":135,\"ct_parent\":134,\"selector\":\"div_block-135-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"}}\'][ct_image ct_sign_sha256=\'a3862c017584c63ea9ccd7af2e4b0bb3fdaeb9a3244fc35127716dd04d844b18\' ct_options=\'{\"ct_id\":136,\"ct_parent\":135,\"selector\":\"image-136-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Shahid-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'761eb2870585f485ebce5c17f65358b02b140b807ff9c15e4ebeb7d2854fa286\' ct_options=\'{\"ct_id\":137,\"ct_parent\":135,\"selector\":\"headline-137-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SHAHID KHAN[/ct_headline][ct_text_block ct_sign_sha256=\'0b703b81ca1b7ed967310b25f42ffb54c6389d2b82e0d8ece4094a637b3bd08f\' ct_options=\'{\"ct_id\":138,\"ct_parent\":135,\"selector\":\"text_block-138-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"}}\']Rally Driver[/ct_text_block][ct_text_block ct_sign_sha256=\'6acdb033460909a81d32f2572f60e4b2c7011fcefbbe47ee6b8db25168377ea4\' ct_options=\'{\"ct_id\":140,\"ct_parent\":135,\"selector\":\"text_block-140-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Founder of Jumpptech. He is passionate about Digital Marketing, Technology, Entrepreneurship, Blogging, Cycling &amp; Rally Driving.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9bf3b415d42c47e32a4951375d20c91a328613cedb0501a0f88e9fa1e5ac5ce2\' ct_options=\'{\"ct_id\":142,\"ct_parent\":134,\"selector\":\"div_block-142-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'8506eaaa6bdf7f94d7f6780b9178fb51b00cc3e27c69403ad112d6be699acd90\' ct_options=\'{\"ct_id\":143,\"ct_parent\":142,\"selector\":\"image-143-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Pavan-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'de833df7abc090c38b48dcfdf1a2e9621ca40a1f9935a22a5ca8e9cf8ccd02b6\' ct_options=\'{\"ct_id\":144,\"ct_parent\":142,\"selector\":\"headline-144-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']PAVAN SRIRAM[/ct_headline][ct_text_block ct_sign_sha256=\'a4d5f520255c87bbf342ee0e5b7a21da21392d0f2f0f230fb534425a0b0c9e6c\' ct_options=\'{\"ct_id\":145,\"ct_parent\":142,\"selector\":\"text_block-145-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Runner[/ct_text_block][ct_text_block ct_sign_sha256=\'2bee1696a784d17a27a3b5a8698aa63e5e2416bb95db34478ef6eda9216eab29\' ct_options=\'{\"ct_id\":147,\"ct_parent\":142,\"selector\":\"text_block-147-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Pavan is an international marathoner and avid cyclist passionate about learning and education<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d752c924b29a0cf7d3ed017a21d10e12dc4af499f78bd2f9c1eaa71a1895aca6\' ct_options=\'{\"ct_id\":149,\"ct_parent\":134,\"selector\":\"div_block-149-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'4ce1da238b2124239eafa1fc008e3094870675f756cc8d8368fb2e0565395992\' ct_options=\'{\"ct_id\":150,\"ct_parent\":149,\"selector\":\"image-150-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Savitha-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'d13bbbc5c21b3e0b730473f39353e3534a85aed52c828dc6c5fb66b884800634\' ct_options=\'{\"ct_id\":151,\"ct_parent\":149,\"selector\":\"headline-151-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SAVITHA BHAVSAR[/ct_headline][ct_text_block ct_sign_sha256=\'c47f0abc5b27430197713b288571348217333129b703b9157924ac1d04024398\' ct_options=\'{\"ct_id\":152,\"ct_parent\":149,\"selector\":\"text_block-152-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Adventurer[/ct_text_block][ct_text_block ct_sign_sha256=\'d166617bf160cff2540f2e1e2357a2766f02d5e120a829884205fb31da23ef2c\' ct_options=\'{\"ct_id\":154,\"ct_parent\":149,\"selector\":\"text_block-154-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Savitha runs her event management company. She loves adventure sports, climbing, trekking, car rallying , cycling, running and biking.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f7974ce1a0a6caac5e5c3d1970cc6ab3dbfdfbad12c7b6b9fa6a7a5e6bfa6484\' ct_options=\'{\"ct_id\":156,\"ct_parent\":134,\"selector\":\"div_block-156-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'3e1bcd2564ad2f4049169a24a25c63bfd6847f2c80c9357988d57da1b06eff78\' ct_options=\'{\"ct_id\":157,\"ct_parent\":156,\"selector\":\"image-157-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Bharath-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'85a7d9f1b770a4591b36e72fa13664c9ab49cc7fa3ec69e979dcf2f0969af0e2\' ct_options=\'{\"ct_id\":158,\"ct_parent\":156,\"selector\":\"headline-158-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']BHARATH[/ct_headline][ct_text_block ct_sign_sha256=\'11fa2f3bc625830fc4908813f8fc8b4f7a8d37282b97c363fdaeff20444116b3\' ct_options=\'{\"ct_id\":159,\"ct_parent\":156,\"selector\":\"text_block-159-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Globe Trotter[/ct_text_block][ct_text_block ct_sign_sha256=\'d8a03deb2c1651b3281cf27e66f54431e49ff74d3c0b11cc40c75017ef2e33ba\' ct_options=\'{\"ct_id\":161,\"ct_parent\":156,\"selector\":\"text_block-161-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Bharat is a passionate cyclist and a marathoner. Globe trotter, he enjoys both cross country and inter city cycling formats[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fc9b4cc0409d46b698ca4bb31afd440e38999b5a4ae3fabcf36403049ac4d9a3\' ct_options=\'{\"ct_id\":236,\"ct_parent\":134,\"selector\":\"div_block-236-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'372dec1437e628ba860572a6a6e0ffe934ceb49ac206bbcf859a25bef219e5ce\' ct_options=\'{\"ct_id\":237,\"ct_parent\":236,\"selector\":\"image-237-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Ranvijay-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'ed66edd584c168767c4638c344d48c388b0a7c25148704e8dee74e0a23b98fb5\' ct_options=\'{\"ct_id\":238,\"ct_parent\":236,\"selector\":\"headline-238-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RANVIJAY PANDEY[/ct_headline][ct_text_block ct_sign_sha256=\'f30eea5337109bb5843802647f703ccb718e205856f931bad66ef45c4b5e247b\' ct_options=\'{\"ct_id\":239,\"ct_parent\":236,\"selector\":\"text_block-239-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Architect[/ct_text_block][ct_text_block ct_sign_sha256=\'3a8ce1b995d0b9f2738363048c307238851fb6e7501f5e93d501b8f72dbe23cf\' ct_options=\'{\"ct_id\":241,\"ct_parent\":236,\"selector\":\"text_block-241-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Ran Vijay is IT Architect by profession. Worked with many IT leaders Like Infosys, IBM, Hitachi to name few. He is passionate about sports and fitness. His passion for cycling and running keep him fit and positive all the time. He is an inspiration for many.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b5d390d49db9eae8e5e192f3c13e3162266be7dac6823bc75f894b77fedf46e6\' ct_options=\'{\"ct_id\":245,\"ct_parent\":134,\"selector\":\"div_block-245-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'7ff3c4b576d11ce2fb1196f4994771b52786cf31a4130b62c05fcc72431e3b77\' ct_options=\'{\"ct_id\":246,\"ct_parent\":245,\"selector\":\"image-246-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Sanjeev-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'944d4477417ca59d1882254d69df1d5572aeb253ffb600a5a9876addc9d770cc\' ct_options=\'{\"ct_id\":247,\"ct_parent\":245,\"selector\":\"headline-247-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SANJEEV KUMAR[/ct_headline][ct_text_block ct_sign_sha256=\'f94f333295a655ce78131356f4fba627f2e07e0fbabe96663bbb27519f8a4199\' ct_options=\'{\"ct_id\":248,\"ct_parent\":245,\"selector\":\"text_block-248-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Ironman[/ct_text_block][ct_text_block ct_sign_sha256=\'84f3d6befa725bf8548a7b28a6b7f6c506948fedda39dba3f90dd221b87fbb66\' ct_options=\'{\"ct_id\":250,\"ct_parent\":245,\"selector\":\"text_block-250-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Sanjeev is an IT professional, worked with many IT leaders Like Infosys, Microsoft to name a few. He is a passionate sports person. He took the challenge and completed Ironman hosted in Goa in 2019. His passion for cycling and running keeps him fit &amp; is an inspiration for many.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b07a265a306c81c55361013770d1c6943b9e9d7b5a1c2cf9864fc8e97cfbf230\' ct_options=\'{\"ct_id\":163,\"ct_parent\":134,\"selector\":\"div_block-163-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'71d65d388b2432345aea39a6d3cd306442ce6ce1d726a8387212bdb7188769d3\' ct_options=\'{\"ct_id\":164,\"ct_parent\":163,\"selector\":\"image-164-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Rajiv-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'8300de98fce3c0d639a431c46bf00f39c0ae948ad2046201d43873861e16dc80\' ct_options=\'{\"ct_id\":165,\"ct_parent\":163,\"selector\":\"headline-165-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RAJIV[/ct_headline][ct_text_block ct_sign_sha256=\'d859041780181f015234deac6d59dc3719aff81c69384096e1724e8247de9ad3\' ct_options=\'{\"ct_id\":166,\"ct_parent\":163,\"selector\":\"text_block-166-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Spanish Lunguist[/ct_text_block][ct_text_block ct_sign_sha256=\'9ecc6ce9c2e6cbdec8b714c507f078a3c986c8e7eb805dacb8dbee762598638f\' ct_options=\'{\"ct_id\":168,\"ct_parent\":163,\"selector\":\"text_block-168-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Working as a Spanish Linguist in IBM. Settled in Bengaluru. A Bullet enthusiast &amp; have travelled to all parts of India.  I love outdoor Sports. Finished my Ironman 70.3 last year in Goa. Keep myself fit &amp; energized with Running, Swimming &amp; Cycling.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'09008eb049b2097fc1fc8f6d428117d8c89ee75328b1650a4ce8a26c48f3f1a5\' ct_options=\'{\"ct_id\":285,\"ct_parent\":134,\"selector\":\"div_block-285-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'602f1087a24dc578ce20a4f939e5bb38bf9593f42a655eb871bd8859a63936db\' ct_options=\'{\"ct_id\":286,\"ct_parent\":285,\"selector\":\"image-286-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Nishant-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'5e2cc37dab8f98dda24e384712cc53b51ce592164fa889cd798f6e2b0817b9c6\' ct_options=\'{\"ct_id\":287,\"ct_parent\":285,\"selector\":\"headline-287-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']NISHANTH IYENGAR[/ct_headline][ct_text_block ct_sign_sha256=\'3e380f73bba13dfabd64d96551d104a2de7634c7ba45c6ea3afb9594fb251c76\' ct_options=\'{\"ct_id\":288,\"ct_parent\":285,\"selector\":\"text_block-288-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']PARENT TO PUPS[/ct_text_block][ct_text_block ct_sign_sha256=\'46cf23ae46ebe0204e683da57d8d5cc670f5a1b5ae781ebf75d9d1a1a65b5cde\' ct_options=\'{\"ct_id\":290,\"ct_parent\":285,\"selector\":\"text_block-290-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Cyclist, occasional runner, parent to couple of pups and like the outdoors.<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f5cc072996a45a10662a683efeebb01c19dc05c08b47c8e0fa442aff690e8389\' ct_options=\'{\"ct_id\":467,\"ct_parent\":134,\"selector\":\"div_block-467-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'85898c9f5feec16532d290d2da3190934b491814eed7e003dac0d41d392c2658\' ct_options=\'{\"ct_id\":468,\"ct_parent\":467,\"selector\":\"image-468-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Harikrupa.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'1959e293d10998d202c460cc55b20746d65dd19d47f987bc9f51126e80908945\' ct_options=\'{\"ct_id\":469,\"ct_parent\":467,\"selector\":\"headline-469-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']HARIKRUPA PADMANABHAN[/ct_headline][ct_text_block ct_sign_sha256=\'fdf31234468037cab8bf1095e65923342c6e5c2bf3f5148ac972d93d17613af5\' ct_options=\'{\"ct_id\":470,\"ct_parent\":467,\"selector\":\"text_block-470-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Backpacker[/ct_text_block][ct_text_block ct_sign_sha256=\'c6e6c461004f959bdc7db1846f41e7e30fe7a31a77ecc4b5cb1876406a0963e6\' ct_options=\'{\"ct_id\":472,\"ct_parent\":467,\"selector\":\"text_block-472-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']She is an entrepreneur of an educational company with the objective of improving learning abilities in the rural sector. She is a classical music singer, enjoys outdoor activities like hiking, cycling and backpacking with her friends.<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b5b01443dbecf97ff4bbb1f2938578cf70336c4e93ed7a266b211871e138fae2\' ct_options=\'{\"ct_id\":481,\"ct_parent\":134,\"selector\":\"div_block-481-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'3bf70f3222f1fbec4a54c52bd18203a0cf4ba199aab47e869fc1ce0dc14c95eb\' ct_options=\'{\"ct_id\":482,\"ct_parent\":481,\"selector\":\"image-482-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Mona-Gul.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'d68325067ecbb05e4ddfe9ba7c9ed004bab92b135fadc61cdddabecb4149f373\' ct_options=\'{\"ct_id\":483,\"ct_parent\":481,\"selector\":\"headline-483-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']MONALISHA MOHAPATRA[/ct_headline][ct_text_block ct_sign_sha256=\'f9435900aca073e03fba893151fb49ca85aaf6d47492fd1b6c59521e6df629a7\' ct_options=\'{\"ct_id\":484,\"ct_parent\":481,\"selector\":\"text_block-484-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Athlete[/ct_text_block][ct_text_block ct_sign_sha256=\'1865a949aa87844da74ba702125c27b72728b03131835feb9ec5569df7ce689a\' ct_options=\'{\"ct_id\":485,\"ct_parent\":481,\"selector\":\"text_block-485-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']She is an athlete and a fitness enthusiast since childhood. She has been participating in long distance running and randonneuring since early 2018 on various forums and events.<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e79720d55298b1f1de678b11ac0756ab28a91f9df663202b8fa591e4bf37befb\' ct_options=\'{\"ct_id\":486,\"ct_parent\":134,\"selector\":\"div_block-486-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'24868baead03c40d67cdf56ea2187ed7ced5629b430ae9a327b01c289cb66ebb\' ct_options=\'{\"ct_id\":487,\"ct_parent\":486,\"selector\":\"image-487-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Prajwal.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'87f48194fb2afb7bcbe5e5dc4590c0ac66bc21c1ebc1329eda787337c49aaa51\' ct_options=\'{\"ct_id\":488,\"ct_parent\":486,\"selector\":\"headline-488-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']PRAJWAL B.Y.[/ct_headline][ct_text_block ct_sign_sha256=\'6f5175fb7c286187cb3074f28fd7c256f4210ec7ab254ce4cc484a18ec0ca680\' ct_options=\'{\"ct_id\":489,\"ct_parent\":486,\"selector\":\"text_block-489-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']MBBS Student[/ct_text_block][ct_text_block ct_sign_sha256=\'bcf08641d911988eae07f9031877dc94979bc3b2caea4b679e4c6beddfcc3f70\' ct_options=\'{\"ct_id\":490,\"ct_parent\":486,\"selector\":\"text_block-490-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Prajwal is a 3rd year MBBS student. He has been cycling for about two years now. He always dreamed about an inter-city bike ride, so he is totally excited for Bengaluru- Mysuru ride.<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'70ea07e958d85ef58827adfcfc57a42d5f0c7556cca0ef000c3b041de7a75b1e\' ct_options=\'{\"ct_id\":491,\"ct_parent\":134,\"selector\":\"div_block-491-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'ec30f1d62f8889eb57be90641830285052864f2977b5d88fb052f2966f102703\' ct_options=\'{\"ct_id\":492,\"ct_parent\":491,\"selector\":\"image-492-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Anoop.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'52a40028d92785ca89ebf149b7156de193af432356833d5f949100961d784df8\' ct_options=\'{\"ct_id\":493,\"ct_parent\":491,\"selector\":\"headline-493-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']ANOOP[/ct_headline][ct_text_block ct_sign_sha256=\'eb1e41ad85e905f1e1ac920f9715f7f14f86b61677e7e89572ca447f88795a08\' ct_options=\'{\"ct_id\":494,\"ct_parent\":491,\"selector\":\"text_block-494-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']The IT Guy[/ct_text_block][ct_text_block ct_sign_sha256=\'a938e0e0c98c7f9fdee6403741393d76858fab0acbf94ad310e74a59e02d3327\' ct_options=\'{\"ct_id\":495,\"ct_parent\":491,\"selector\":\"text_block-495-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Your regular lazy IT guy who likes an adventure<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5135bf6eb2b89df7b77c1a5d2208acde7bc9c37432de8536d115c02606f7c909\' ct_options=\'{\"ct_id\":510,\"ct_parent\":134,\"selector\":\"div_block-510-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'a9b980970f137ea77c47eca760e74ee26a470bd3ee50db1e68e0ba6ffb55fdae\' ct_options=\'{\"ct_id\":511,\"ct_parent\":510,\"selector\":\"image-511-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Manjula.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'869d16235ae4098e1d4cca616d80375919d68e47039d286aa71864ccb4cf30d3\' ct_options=\'{\"ct_id\":512,\"ct_parent\":510,\"selector\":\"headline-512-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']MANJULA BABALADI[/ct_headline][ct_text_block ct_sign_sha256=\'81a64a0c257576b27a84f89f8d231211d38e6fb5bc2554fafbb0cd0b0359728a\' ct_options=\'{\"ct_id\":513,\"ct_parent\":510,\"selector\":\"text_block-513-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']The Fund Raiser[/ct_text_block][ct_text_block ct_sign_sha256=\'e21145ec6fb439c724fa50fc9823e5eb42f3757b920b1d74b3bf0aa51085abdc\' ct_options=\'{\"ct_id\":514,\"ct_parent\":510,\"selector\":\"text_block-514-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\'] IT professional, n proud single mom. Biking, running, poetry, travel, photography are some of the passions to name a few! Manali-To-Leh Biking, Great Malnad Challenge, 200Km Brevet, Fund Raiser biking from Bengaluru to Gudlur, are some of the many memorable biking events that I have been part of. All excited about the upcoming fund raiser!<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f247e31848e331319bfe1f7408e0b03c5cc5418a80d0fdfd938011722ba0b8a2\' ct_options=\'{\"ct_id\":515,\"ct_parent\":134,\"selector\":\"div_block-515-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'c3a5876f3aa793efb920e760ce2890dccc63656f6dfe7c87167318a0784b501e\' ct_options=\'{\"ct_id\":516,\"ct_parent\":515,\"selector\":\"image-516-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Subhradeep.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'a58eed71836fcac48ceac6b8db0aa8f4c8965d59114d91c8d6cd125d92d51ab4\' ct_options=\'{\"ct_id\":517,\"ct_parent\":515,\"selector\":\"headline-517-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SUBHRADEEP DATTA[/ct_headline][ct_text_block ct_sign_sha256=\'f4a5142ce251882804c7964595929ea981cbd8f3ce34727991e224222397e91a\' ct_options=\'{\"ct_id\":518,\"ct_parent\":515,\"selector\":\"text_block-518-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']The Sailor[/ct_text_block][ct_text_block ct_sign_sha256=\'78739a0f114434650fd7f8331515252cdeaca1ec9679733d8fcc1242a69f78e8\' ct_options=\'{\"ct_id\":519,\"ct_parent\":515,\"selector\":\"text_block-519-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']He is a deck cadet in the merchant navy. He has an avid interest in endurance sports and look forward to this event to render his support to a good cause and at the same time build a sense of achievement for himself.<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d840ea48529869df88aef49198d975dc1841ffb11da4c81c37c051b87e639c63\' ct_options=\'{\"ct_id\":520,\"ct_parent\":134,\"selector\":\"div_block-520-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'ce68fddfefe82c37013aaed88888da371bd32c7b76319c2295843ac1b839ace2\' ct_options=\'{\"ct_id\":521,\"ct_parent\":520,\"selector\":\"image-521-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Karni.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'1c07d1faf5cb1a34ab152be2a0949df9c31e8bf81e3e46b0117d9bc96ef9ad0d\' ct_options=\'{\"ct_id\":522,\"ct_parent\":520,\"selector\":\"headline-522-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']KARNI SINGH[/ct_headline][ct_text_block ct_sign_sha256=\'bb2569bd73d3c3c2b99d0a1f97bc60498f1c94ca816957e5f9ce036539ef5748\' ct_options=\'{\"ct_id\":523,\"ct_parent\":520,\"selector\":\"text_block-523-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']The Traveller[/ct_text_block][ct_text_block ct_sign_sha256=\'82381ac64222f7bf063bbd17dc261cb4363cd6803708be84f1cd9be004554fad\' ct_options=\'{\"ct_id\":524,\"ct_parent\":520,\"selector\":\"text_block-524-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']He is an entrepreneur in various areas of information technology, holistic wellness and natural resources. He loves to cycle, play tennis, horse riding and  polo. He his is also a hardcore traveler and geopolitics subject expert.<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d7d3fcd844e19e705c518e8c4f62834aed0afcb68e52cdb45e4e0434c5ecd00f\' ct_options=\'{\"ct_id\":535,\"ct_parent\":134,\"selector\":\"div_block-535-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'26a69963f0b23c15e750327f21fbf7ef887a7be419de8a25478fa9ec9c415e01\' ct_options=\'{\"ct_id\":536,\"ct_parent\":535,\"selector\":\"image-536-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Ankur.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'aed308664b1cc8c053fa21fdaabd8d08e36bfb183b4c87fd3e30873978d30860\' ct_options=\'{\"ct_id\":537,\"ct_parent\":535,\"selector\":\"headline-537-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']ANKUR PALIWAL[/ct_headline][ct_text_block ct_sign_sha256=\'5bcf94ab0d81b49fd737b56adc6e6090f371c8a8cc4051fdde3f4ffd1b44dde1\' ct_options=\'{\"ct_id\":538,\"ct_parent\":535,\"selector\":\"text_block-538-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']The Finance Guy[/ct_text_block][ct_text_block ct_sign_sha256=\'f59689f26c8273916c042d0f5ce0f034a817fa7efc6659d5c759bc13da3be639\' ct_options=\'{\"ct_id\":539,\"ct_parent\":535,\"selector\":\"text_block-539-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Ankur Paliwal is a Finance Professional. He works for Investment Bank and has more than 17 years of experience. He is a national level player. His passion for cycling and badminton keeps him fit and positive all the time. He loves to travel and always up for adventures.<br>[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'4fb6b6a2e776487661103d3255593f73d74bb43cef20ea53ce5a2817f6f7eaa6\' ct_options=\'{\"ct_id\":364,\"ct_parent\":0,\"selector\":\"section-364-16\",\"original\":{\"container-padding-top\":\"42\",\"container-padding-bottom\":\"53\",\"align-items\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"nicename\":\"Showcase 3x2 Open\",\"ct_category\":\"Showcase\"}\'][ct_headline ct_sign_sha256=\'5fb163053ec124a3b0fbfcd277deba1e07645385f35f13ebb5e5da0b652539c8\' ct_options=\'{\"ct_id\":304,\"ct_parent\":364,\"selector\":\"headline-304-16\",\"original\":{\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"color\":\"color(11)\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Projects[/ct_headline][ct_text_block ct_sign_sha256=\'ff4f3cfd210ef1a226d0ce139cc1a51e20279b63ab0e87b6a27d2e0ed32e8afb\' ct_options=\'{\"ct_id\":303,\"ct_parent\":364,\"selector\":\"text_block-303-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Deepika Charitable Educational Trust[/ct_text_block][ct_image ct_sign_sha256=\'a0553ea472ffe0d22a43e120777c53233388baae0f1ddb5c2b6eab1a3a377a79\' ct_options=\'{\"ct_id\":305,\"ct_parent\":364,\"selector\":\"image-305-16\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/arrow@2x.png\",\"width\":\"220\",\"margin-bottom\":\"19\"},\"activeselector\":false}\'][/ct_image][ct_text_block ct_sign_sha256=\'4fbb33bcc3a8e102e8879e90b7f172d90e0cf9c7ee02a8f46717ac5551edb6f7\' ct_options=\'{\"ct_id\":411,\"ct_parent\":364,\"selector\":\"text_block-411-16\",\"original\":{\"margin-bottom\":\"49\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-big-text\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']Deepika Charitable Educational Trust was started in the year 2000 by Shri. Krishnamurthy and Smt. Sita Krishnamurthy to bridge the gaps in the learning needs of children with learning and other disabilities. The trust took over the already functioning Deepika Resource centre.  Initially children who had severe learning problems were taken on at the Resource Centre. The success of the program brought in more children with learning Disability, autism, intellectual disability, ADHD.<br><br>Many children were from poor families and could not pay for services. In the year 2007 Sri Sharada Peetam, adopted the school and requested Smt. Sita Krishnamurthy to be the principal and guide the school. With her excellent team of teaching and non teaching staff more than 150 children are now studying in Deepika special school. <br><br>Deepika Charitable Educational Trust is continuing to sponsor tuition and therapy fees of poor children with special needs. <br>In 2019 the trust opened its own school Samashraya Learning Academy. This Academy is truly an alternate learning space which trains children with learning difficulties in academics for NIOS X and XII. It also gives skill development classes to equip them for employment. To support their learning capabilities Music, Dance, Art Based Therapy, Multimedia, ART, yoga are also taught to children. The trust also conducts an annual adolescent empowerment program “Koushalyam” to support the emotional needs of children in mainstream schools. <br>[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'4d9594d9c5c4c38dd70f36f08522418389f3693733ea52eb01a75372d645c907\' ct_options=\'{\"ct_id\":367,\"ct_parent\":364,\"selector\":\"div_block-367-16\",\"original\":{\"margin-bottom\":\"48\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_text ct_sign_sha256=\'1928d1ce251cad1846093c0a51a4f7b7429d001da10e0b95268eb9d86cc8fbaa\' ct_options=\'{\"ct_id\":423,\"ct_parent\":367,\"selector\":\"link_text-423-16\",\"original\":{\"url\":\"http://www.deepikaspecialschool.org/\",\"url_encoded\":\"true\",\"target\":\"_blank\",\"font-size\":\"20\",\"margin-right\":\"96\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DEEPIKA SCHOOL[/ct_link_text][ct_link_text ct_sign_sha256=\'2a1cdac767eb932de314a759fb66da1fae22f3ed02231c71b61033ae5b289873\' ct_options=\'{\"ct_id\":418,\"ct_parent\":367,\"selector\":\"link_text-418-16\",\"original\":{\"margin-right\":\"145\",\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\",\"font-size\":\"20\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'1cfc4d607709e1caa5b7a1d43aba823c3b296f7d96149752b29efa994f2d40c8\' ct_options=\'{\"ct_id\":466,\"ct_parent\":367,\"selector\":\"link_text-466-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"http://www.samashraya.com\",\"url_encoded\":\"true\",\"target\":\"_blank\",\"font-size\":\"20\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']SAMASHRAYA[/ct_link_text][/ct_div_block_2][ct_new_columns_2 ct_sign_sha256=\'80c386e3b66ddc45439a52c0b2dae64a47a486a03b2a35fa147571b21a00080d\' ct_options=\'{\"ct_id\":370,\"ct_parent\":364,\"selector\":\"new_columns-370-16\",\"original\":{\"margin-bottom\":\"38\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][ct_div_block_2 ct_sign_sha256=\'83fee262fca76751267a4198c1cab68e51c07ae9324e019f7686a7f6d523afae\' ct_options=\'{\"ct_id\":371,\"ct_parent\":370,\"selector\":\"div_block-371-16\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'c6ad51319305f10369b222591ca53c70757905182793de638ca93d2d1c834de5\' ct_options=\'{\"ct_id\":372,\"ct_parent\":371,\"selector\":\"image-372-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Samshraya-Trekking.jpeg\"},\"classes\":{\"0\":\"atomic-showcase-1-image\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'23d53dd0eb90db03bdd7c64616a6fc54f0942ac88556450b9f8c5e33cd61d0c9\' ct_options=\'{\"ct_id\":375,\"ct_parent\":370,\"selector\":\"div_block-375-16\",\"activeselector\":false,\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"}}\'][ct_image ct_sign_sha256=\'a93d6f22d3893b34bd90ec7c3cce6db41f18716a74f8821b2b273259091c5ce4\' ct_options=\'{\"ct_id\":376,\"ct_parent\":375,\"selector\":\"image-376-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Samashraya-On-the-stage.jpeg\"},\"classes\":{\"0\":\"atomic-showcase-1-image\"},\"activeselector\":\"atomic-showcase-1-image\"}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'0782fadc27fd62215f5741cdb8e0867b910c27a842be286d9fed7cb9d352fbdb\' ct_options=\'{\"ct_id\":379,\"ct_parent\":370,\"selector\":\"div_block-379-16\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'8223a0c948437b77517673b128d54295b20b6f79f05e4697fedd8fdbe0154a23\' ct_options=\'{\"ct_id\":380,\"ct_parent\":379,\"selector\":\"image-380-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Samashraya-Online.png\"},\"classes\":{\"0\":\"atomic-showcase-1-image\"},\"activeselector\":\"atomic-showcase-1-image\"}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'ae897b4f19ecaa99f637acfe4d2eae9e6746f026b05dbfb640b4dd94241f011b\' ct_options=\'{\"ct_id\":383,\"ct_parent\":364,\"selector\":\"new_columns-383-16\"}\'][ct_div_block_2 ct_sign_sha256=\'fbd7405f5d473004723388cf9776a91b85cdfc71cb4946c03513b11247387d10\' ct_options=\'{\"ct_id\":384,\"ct_parent\":383,\"selector\":\"div_block-384-16\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"}}\'][ct_image ct_sign_sha256=\'2a249b8255b29d8221a9f33bb1b596ca9da4b06e0b6885d0a55cbf9b580ac8e3\' ct_options=\'{\"ct_id\":385,\"ct_parent\":384,\"selector\":\"image-385-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Koushalyam-Visual-art.jpg\"},\"classes\":{\"0\":\"atomic-showcase-1-image\"},\"activeselector\":\"atomic-showcase-1-image\"}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'b8f670dadf55a82644b56b35f3fddab8f391bc30cc97e2a49a98570df52bd848\' ct_options=\'{\"ct_id\":388,\"ct_parent\":383,\"selector\":\"div_block-388-16\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"}}\'][ct_image ct_sign_sha256=\'36161c05333fd1e578fb6607499190a4e3c7526e04487b990cbf6bcc58f2b6de\' ct_options=\'{\"ct_id\":393,\"ct_parent\":388,\"selector\":\"image-393-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Koushalyam-Movement.jpg\"},\"classes\":{\"0\":\"atomic-showcase-1-image\"},\"activeselector\":\"atomic-showcase-1-image\"}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20d0553058f32b21ef34d65bbd3d7e9cb1badb48777a18afd1cbb779ea72a6c5\' ct_options=\'{\"ct_id\":392,\"ct_parent\":383,\"selector\":\"div_block-392-16\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"}}\'][ct_image ct_sign_sha256=\'8edf1047c57e74a9886c0c83f9050b46c991335850e719d8e24fb0a6758d026e\' ct_options=\'{\"ct_id\":389,\"ct_parent\":392,\"selector\":\"image-389-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Koushalyam-Music-and-Rhythm.jpg\"},\"classes\":{\"0\":\"atomic-showcase-1-image\"},\"activeselector\":\"atomic-showcase-1-image\"}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section]'),(146,16,'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:\"\";}'),(147,18,'_wp_attached_file','2020/09/jumpstory-download20200918-052157-1.jpg'),(148,18,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:4:\"file\";s:47:\"2020/09/jumpstory-download20200918-052157-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"jumpstory-download20200918-052157-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:48:\"jumpstory-download20200918-052157-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:47:\"jumpstory-download20200918-052157-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:47:\"jumpstory-download20200918-052157-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:49:\"jumpstory-download20200918-052157-1-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;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:{}}}'),(149,19,'_wp_attached_file','2020/09/jumpstory-download20200918-052224-1.jpg'),(150,19,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:4:\"file\";s:47:\"2020/09/jumpstory-download20200918-052224-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"jumpstory-download20200918-052224-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:48:\"jumpstory-download20200918-052224-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:47:\"jumpstory-download20200918-052224-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:47:\"jumpstory-download20200918-052224-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:49:\"jumpstory-download20200918-052224-1-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;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:{}}}'),(151,20,'_wp_attached_file','2020/09/jumpstory-download20200918-052337-1.jpg'),(152,20,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:4:\"file\";s:47:\"2020/09/jumpstory-download20200918-052337-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"jumpstory-download20200918-052337-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"jumpstory-download20200918-052337-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"jumpstory-download20200918-052337-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:47:\"jumpstory-download20200918-052337-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:49:\"jumpstory-download20200918-052337-1-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;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:{}}}'),(239,43,'_edit_lock','1600460876:1'),(240,43,'_edit_last','1'),(241,43,'ct_other_template','0'),(242,43,'ct_template_archive_post_types_all',''),(243,43,'ct_template_categories','a:0:{}'),(244,43,'ct_template_categories_all',''),(245,43,'ct_template_tags','a:0:{}'),(246,43,'ct_template_tags_all',''),(247,43,'ct_template_custom_taxonomies','a:0:{}'),(248,43,'ct_template_custom_taxonomies_all',''),(304,46,'ct_template_categories_all',''),(163,21,'_wp_attached_file','2020/09/Bharath-Cycling.jpg'),(164,21,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:984;s:6:\"height\";i:1534;s:4:\"file\";s:27:\"2020/09/Bharath-Cycling.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Bharath-Cycling-192x300.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Bharath-Cycling-657x1024.jpg\";s:5:\"width\";i:657;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Bharath-Cycling-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:\"Bharath-Cycling-768x1197.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1197;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:{}}}'),(165,22,'_wp_attached_file','2020/09/Pavan-Cycling.jpg'),(166,22,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:772;s:6:\"height\";i:794;s:4:\"file\";s:25:\"2020/09/Pavan-Cycling.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Pavan-Cycling-292x300.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Pavan-Cycling-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:25:\"Pavan-Cycling-768x790.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:790;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:{}}}'),(167,23,'_wp_attached_file','2020/09/shahid-cycle.jpeg'),(168,23,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:25:\"2020/09/shahid-cycle.jpeg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"shahid-cycle-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:25:\"shahid-cycle-150x150.jpeg\";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:25:\"shahid-cycle-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;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:{}}}'),(169,24,'_wp_attached_file','2020/09/Shahid-Cycling-2.jpeg'),(170,24,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:29:\"2020/09/Shahid-Cycling-2.jpeg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Shahid-Cycling-2-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:29:\"Shahid-Cycling-2-150x150.jpeg\";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:29:\"Shahid-Cycling-2-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;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:{}}}'),(171,25,'_wp_attached_file','2020/09/Pavan-Cycle.png'),(172,25,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:23:\"2020/09/Pavan-Cycle.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Pavan-Cycle-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Pavan-Cycle-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:{}}}'),(173,26,'_wp_attached_file','2020/09/Shahid-Cycle.png'),(174,26,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2020/09/Shahid-Cycle.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Shahid-Cycle-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Shahid-Cycle-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:{}}}'),(175,27,'_wp_attached_file','2020/09/Savitha-Cycling.png'),(176,27,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:27:\"2020/09/Savitha-Cycling.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Savitha-Cycling-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Savitha-Cycling-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:{}}}'),(177,28,'_wp_attached_file','2020/09/Bharath-Cycling.png'),(178,28,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:27:\"2020/09/Bharath-Cycling.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Bharath-Cycling-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Bharath-Cycling-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:{}}}'),(716,55,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'5bf9284db2f08671d9fbc6593cdc036ffa6d57c113d8e84dc6bdc0ef99e9f808\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-55\",\"original\":{\"section-width\":\"full-width\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\",\"container-padding-right\":\"0\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-end\",\"text-align\":\"right\",\"align-items\":\"center\",\"container-padding-left\":\"0\",\"position\":\"relative\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}},\"ct_category\":\"Contact\",\"nicename\":\"Contact Two Collumns\"}\'][ct_div_block_2 ct_sign_sha256=\'e9049f06f99613fc851095f109bf1eb0c314314d8b7367501d47a18d2f6779ed\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-55\",\"original\":{\"width-unit\":\"%\",\"width\":\"50\",\"max-width\":\"500\",\"align-items\":\"flex-start\",\"padding-left\":\"40\",\"padding-top\":\"80\",\"padding-bottom\":\"80\",\"padding-right\":\"40\",\"margin-right-unit\":\"%\",\"margin-right\":\"50\",\"text-align\":\"left\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-right\":\"0\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"60\"}},\"phone-portrait\":{\"original\":{\"display\":\"flex\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'f6e69497e77b431da7ffeb372267385a2aecdd7fb9b12e18d7fc476de1699dee\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"headline-5-55\",\"original\":{\"text-align\":\"left\",\"color\":\"color(1)\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hyperion-heading-three\"},\"media\":{\"phone-portrait\":{\"original\":{\"text-align\":\"center\"}}}}\']Contact Information[/ct_headline][ct_text_block ct_sign_sha256=\'b40c4e56c740b0d5edce82c9f780060ae906a2119a5d8f51ae5fc15f965a6ea3\' ct_options=\'{\"ct_id\":6,\"ct_parent\":3,\"selector\":\"text_block-6-55\",\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false,\"original\":{\"margin-bottom\":\"24\"}}\']You can reach us through email or the following phone number[/ct_text_block][ct_text_block ct_sign_sha256=\'abfb8e93f55542c768787b97dccd26449920839cf48b27a68a04188f1cfc85f4\' ct_options=\'{\"ct_id\":7,\"ct_parent\":3,\"selector\":\"text_block-7-55\",\"classes\":{\"0\":\"hyperion-contact-2-small-text\"}}\']E-mail:[/ct_text_block][ct_link_text ct_sign_sha256=\'248e557ed0669ad25d184bc744958ff158157f1b5dd8e618ed7e2a3c9c1a9dae\' ct_options=\'{\"ct_id\":8,\"ct_parent\":3,\"selector\":\"link_text-8-55\",\"original\":{\"color\":\"color(2)\",\"hover_color\":\"color(5)\",\"font-size\":\"24\",\"url\":\"mailto:contact@prosportsfoundation.com\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-weight\":\"400\",\"text-decoration\":\"none\",\"line-height\":\"1.1\",\"margin-left\":\"24\",\"url_encoded\":\"true\",\"target\":\"\"},\"hover\":{\"color\":\"color(5)\",\"text-decoration\":\"underline\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-left\":\"0\"}}}}\']contact@prosportsfoundation.com[/ct_link_text][ct_text_block ct_sign_sha256=\'2b4fb41677bf1c96f1e8890b07168f3273dc0e50dea8f44dc9dee5c2f0358fd2\' ct_options=\'{\"ct_id\":9,\"ct_parent\":3,\"selector\":\"text_block-9-55\",\"classes\":{\"0\":\"hyperion-contact-2-small-text\"}}\']Phone:[/ct_text_block][ct_text_block ct_sign_sha256=\'b32b7e25c26aae0d09a098b9e94f26407b2dfff59f82a37c239dae74ab830909\' ct_options=\'{\"ct_id\":10,\"ct_parent\":3,\"selector\":\"text_block-10-55\",\"classes\":{\"0\":\"hyperion-contact-2-text\"},\"activeselector\":\"hyperion-contact-2-text\"}\']+91 99001 16934[/ct_text_block][ct_text_block ct_sign_sha256=\'ab21a49e7bfaf47df74267300c14a7fb93511b4c5328da25d6293999f46c5b62\' ct_options=\'{\"ct_id\":11,\"ct_parent\":3,\"selector\":\"text_block-11-55\",\"classes\":{\"0\":\"hyperion-contact-2-small-text\"}}\']Address:[/ct_text_block][ct_text_block ct_sign_sha256=\'4a9853760661b7bc671bce155cf3f04f29bbed5492b10fb5b5390224f0909b8c\' ct_options=\'{\"ct_id\":12,\"ct_parent\":3,\"selector\":\"text_block-12-55\",\"classes\":{\"0\":\"hyperion-contact-2-text\"},\"activeselector\":\"hyperion-contact-2-text\"}\']949, 9th Block Jayanagar, Bengaluru - 560070[/ct_text_block][/ct_div_block_2][/ct_section]'),(680,5,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'8dfa238119f0ef5586fc18d4064863f82c69594f5e2b61d3af6defce76c5a559\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"_header-14-5\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"background-color\":\"color(1)\",\"globalConditionsResult\":true},\"nicename\":\"Header Two Rows\",\"ct_category\":\"Headers\",\"activeselector\":false}\'][oxy_header_row ct_sign_sha256=\'77bd7064bb3adf03639972e0017cc4c851bf970de3f799c783dc84e4d7f8994f\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"_header_row-15-5\",\"original\":{\"border-bottom-color\":\"#4f5262\",\"hide-row\":\"phone-landscape\",\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"background-color\":\"color(8)\",\"globalConditionsResult\":true}}\'][oxy_header_left ct_sign_sha256=\'eadaf8ad52ea2c2e997f51c18014c94e9b4a31b7aff35a35cca908c9ac0d519b\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"_header_left-16-5\"}\'][ct_fancy_icon ct_sign_sha256=\'e4bb898c9a8b142b8daed6c9982254cf41877f3427c294e3471221ec00b6aac4\' ct_options=\'{\"ct_id\":41,\"ct_parent\":16,\"selector\":\"fancy_icon-41-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-envelope\",\"icon-color\":\"color(3)\",\"icon-size\":\"14\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_text ct_sign_sha256=\'541d3a94a5b864830a364d6b8ac31171aeed20edbf19b503e65272ae2234efa3\' ct_options=\'{\"ct_id\":47,\"ct_parent\":16,\"selector\":\"link_text-47-5\",\"original\":{\"color\":\"color(2)\",\"font-size\":\"16\",\"url\":\"mailto:support@example.com\",\"-webkit-font-smoothing\":\"antialiased\",\"margin-right\":\"24\",\"globalConditionsResult\":true,\"url_encoded\":\"true\"},\"hover\":{\"text-decoration\":\"underline\"},\"activeselector\":false}\']contact@prosportsfoundation.com[/ct_link_text][ct_fancy_icon ct_sign_sha256=\'bcc20d4cc5fb1963613646c9398722cad75e3622857b3cc47834cc37ab97d2dc\' ct_options=\'{\"ct_id\":44,\"ct_parent\":16,\"selector\":\"fancy_icon-44-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-marker\",\"icon-color\":\"color(3)\",\"icon-size\":\"18\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'25f6b69e308e7d863405291b7dcbd62614a9def1ef933d5e13bd4655c1d235c8\' ct_options=\'{\"ct_id\":37,\"ct_parent\":16,\"selector\":\"text_block-37-5\",\"original\":{\"color\":\"color(3)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.5\",\"-webkit-font-smoothing\":\"antialiased\",\"globalConditionsResult\":true},\"activeselector\":false}\']Bengaluru, INDIA[/ct_text_block][/oxy_header_left][oxy_header_center ct_sign_sha256=\'23a9435bd1238e98ef39289b48871d14940b618769f366dbbd31902a15495499\' ct_options=\'{\"ct_id\":17,\"ct_parent\":15,\"selector\":\"_header_center-17-5\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'afc55c58d8515b6658fa011de7e039b20b5105bddc7a860451a64f85409beba7\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"_header_right-18-5\"}\'][oxy_social_icons ct_sign_sha256=\'fabe4701a1ad3629002e5fc159d030e8bdc506f3c23fb0a26d87b1f840f580c8\' ct_options=\'{\"ct_id\":31,\"ct_parent\":18,\"selector\":\"_social_icons-31-5\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true,\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'f7078fc9fea5188099b2d68ed543eae98affe073471a0faaa7ad65dd8823ef6d\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-5\",\"original\":{\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/cycling-main.jpg\",\"background-size\":\"manual\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"container-padding-top\":\"180\",\"container-padding-bottom\":\"54\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"container-padding-left\":\"40\",\"container-padding-right\":\"40\",\"globalConditionsResult\":true,\"background-size-width-unit\":\"%\",\"background-size-width\":\"100\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-size-width-unit\":\"%\",\"background-position-left-unit\":\"%\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-position-left\":\"0\"}},\"page-width\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"30\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"-30\",\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/cycling-main.jpg\",\"background-color\":\"color(15)\"}}},\"nicename\":\"Simple Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'50e562722e94964f913282372a3d971b2946d0c15ddce7ed0edc528cdbf4efc6\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"globalConditionsResult\":true,\"background-color\":\"color(3)\"}}\']PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'d1d0ba8b20078a67568b799355a892c790e72c7924d3c8ce3c8ef71d987849f6\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-5\",\"original\":{\"margin-left\":\"-12\",\"globalConditionsResult\":true,\"font-size\":\"100\",\"color\":\"color(3)\",\"text-shadow-color\":\"color(1)\",\"text-shadow-horizontal-offset\":\"5\",\"text-shadow-vertical-offset\":\"5\",\"text-shadow-blur\":\"5\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-left\":\"-6\"}},\"phone-landscape\":{\"original\":{\"margin-left\":\"-6\",\"font-size\":\"86\"}}}}\']Leverage Sports for Social Impact[/ct_headline][ct_link_text ct_sign_sha256=\'d9073bdf9e8bf97c83d2192db781bc3593738c511281a1586aae9296a47b60da\' ct_options=\'{\"ct_id\":12,\"ct_parent\":2,\"selector\":\"link_text-12-5\",\"original\":{\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/about-us/\",\"url_encoded\":\"true\",\"target\":\"\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":\"hyperion-primary-button\"}\']KNOW MORE[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'7986916453b02354421646ff251a5e155e72ce0da86656b53af350e65dd860bd\' ct_options=\'{\"ct_id\":48,\"ct_parent\":0,\"selector\":\"section-48-5\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"91\",\"container-padding-bottom\":\"9\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"80\"}}}}\'][ct_text_block ct_sign_sha256=\'1bde4ad392297821ae268f7e15f34c51966f09cee5b6311286ccb61f9571ebf9\' ct_options=\'{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"text_block-49-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']WHY PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'2b74d08ea94e798115b992ecaac6e9c29cfaf1ddee0974fea0f112d6ffac444f\' ct_options=\'{\"ct_id\":57,\"ct_parent\":48,\"selector\":\"headline-57-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"31\",\"font-weight\":\"300\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"font-size\":\"29\"}}}}\']At ProSports Foundation, we believe in transforming the CSR ecosystem, by integrating corporates and its workforce, recipient institutions, individuals and the government ensuring that there is proper flow of capital and information, while also engaging stakeholders effectively.[/ct_headline][ct_image ct_sign_sha256=\'a128fa7aaa8ff21f6ee6e2641aa499a3d60f221e53b981b8c5a1b1d21fd77341\' ct_options=\'{\"ct_id\":60,\"ct_parent\":48,\"selector\":\"image-60-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/arrow@2x.png\",\"width\":\"220\",\"margin-top\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"42\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][ct_new_columns_2 ct_sign_sha256=\'aa517419339dcba697994a3ba08f1ee43758e83a996cbe9871d6c8ae779a1922\' ct_options=\'{\"ct_id\":61,\"ct_parent\":48,\"selector\":\"new_columns-61-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'7efeb661d8f688390191dd01a26455ef50943795932400256b9a0d054cd026df\' ct_options=\'{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"div_block-62-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'cb979304e567e134a90cc22b91e43de09d9c571912359bc4fdefac50ca55b61d\' ct_options=\'{\"ct_id\":73,\"ct_parent\":62,\"selector\":\"headline-73-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o1[/ct_headline][ct_image ct_sign_sha256=\'3f1c19219accba12ab3f16c86e6456acbf5c39d89cf7402c7dab5bee3fb1cee6\' ct_options=\'{\"ct_id\":64,\"ct_parent\":62,\"selector\":\"image-64-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New-Trans.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'224dab30ca6942c6a3a3b28154825367ab9d8e5887a59691b510eed0804cfe79\' ct_options=\'{\"ct_id\":65,\"ct_parent\":62,\"selector\":\"text_block-65-5\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\"}\']Leverage sports discipline, activities and events to raise awareness[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'2cccdd475aa47688c17c5a981fc739bcfb1ade889cab17ec360b7818e71429c4\' ct_options=\'{\"ct_id\":63,\"ct_parent\":61,\"selector\":\"div_block-63-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'5701ccf5b7bce2eef7da8fdec8ed81ac24156e435cfabd21b9a3c93e51b2dd8a\' ct_options=\'{\"ct_id\":78,\"ct_parent\":63,\"selector\":\"headline-78-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o2[/ct_headline][ct_image ct_sign_sha256=\'49986ebd20c1d4ecf35abd8f65da9b946a212d05048fa4dd0cf2ffb93ae19546\' ct_options=\'{\"ct_id\":68,\"ct_parent\":63,\"selector\":\"image-68-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New-Trans.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'447654c68915f392225b38afa48e00c1a697962173f4effc9a81fb381051c39a\' ct_options=\'{\"ct_id\":70,\"ct_parent\":63,\"selector\":\"text_block-70-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Co-create a social agenda that aligns with the ethos of your organisation[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'0a5d3fbca04cb4df0ee807f1c9566d1f0deb6dc2e71ef94be23b1de401aee997\' ct_options=\'{\"ct_id\":81,\"ct_parent\":48,\"selector\":\"new_columns-81-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'4fa3a11e004e4fdf225e6c9d90229f6a1e66c23a483e57c984cc3ce3cf7e6474\' ct_options=\'{\"ct_id\":82,\"ct_parent\":81,\"selector\":\"div_block-82-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'169b1c6a44fb77edfda6e00bcb4acd7ebd32eef53004973c42507d2a129d09fc\' ct_options=\'{\"ct_id\":83,\"ct_parent\":82,\"selector\":\"headline-83-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o3[/ct_headline][ct_image ct_sign_sha256=\'05bfb19ae88e2eb5ac12cf193b4bf597b0a2c97e946ceb0873f45ae82b6d95a4\' ct_options=\'{\"ct_id\":84,\"ct_parent\":82,\"selector\":\"image-84-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New-Trans.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'183db98fa8f7d1affcf27a1c8261ff0deb5ed85c2d49225d4a683e2ab1c42c5c\' ct_options=\'{\"ct_id\":85,\"ct_parent\":82,\"selector\":\"text_block-85-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Curate programmes that are aimed to address key issues in education, nutrition and health[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d2c050b45c93be39b48e60a7a67a88e4270c18ee0593304a81bdf3760b0b27fe\' ct_options=\'{\"ct_id\":86,\"ct_parent\":81,\"selector\":\"div_block-86-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'da0205fd8e338d6c7a4d00a0f0228561005fd5e5959af36404268d6e180d23e5\' ct_options=\'{\"ct_id\":87,\"ct_parent\":86,\"selector\":\"headline-87-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o4[/ct_headline][ct_image ct_sign_sha256=\'351d226b9ec8541a11028eeba3a5e551fc7ea33f17ce1593137bf2c6c520fc97\' ct_options=\'{\"ct_id\":88,\"ct_parent\":86,\"selector\":\"image-88-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New-Trans.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'46c32edec1030e92ef4e88974ff57cf0708632dbd27159f849dab06999ee01bb\' ct_options=\'{\"ct_id\":89,\"ct_parent\":86,\"selector\":\"text_block-89-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Expertise in designing a portfolio of well-audited projects and help entities involved to track and monitor the impact[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'47d69ff041db4b4fbfa3ec051360ecd03545753842f9f7e737569008a2507a3e\' ct_options=\'{\"ct_id\":90,\"ct_parent\":48,\"selector\":\"new_columns-90-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'e800de212186c8ab9223c6299398e54e940f48973f7157884aaed4a26fc96bca\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"div_block-91-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'3a203938c1634c87239ba5e3fe08b49ab0943022c4ddd0e68d620ed1f3c0a5c7\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"headline-92-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o5[/ct_headline][ct_image ct_sign_sha256=\'3f79e63b4aec2fda2d737f0b6040895789f3a0d920541708a24817a6b2992a53\' ct_options=\'{\"ct_id\":93,\"ct_parent\":91,\"selector\":\"image-93-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New-Trans.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'70395e05c377e24d1a304754b7f57751139db6032b30f0e6dd0a15c61a2234c6\' ct_options=\'{\"ct_id\":94,\"ct_parent\":91,\"selector\":\"text_block-94-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Identifying best-fit online and offline campaigns and outreach partners; to achieve sustained progress and execution of scale[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'578fb3ab44cc6ca30e7a1c42a7426d80ffef7061ff6a73b87a20b0826dd81315\' ct_options=\'{\"ct_id\":95,\"ct_parent\":90,\"selector\":\"div_block-95-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'696595c32e34d64be666053840f3469ecaa1f72de3614a4c20e37fa0cc79d058\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"headline-96-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o6[/ct_headline][ct_image ct_sign_sha256=\'ce694f66abdfef64a7df771855d5340c46e551417e39bb316a3aa6c9814650ed\' ct_options=\'{\"ct_id\":97,\"ct_parent\":95,\"selector\":\"image-97-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New-Trans.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'7bd5f80a0aeaf130c94bb58c756cc5835b48eb74347116d81cf8528d7ed807e3\' ct_options=\'{\"ct_id\":98,\"ct_parent\":95,\"selector\":\"text_block-98-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Engaging your own workforce to further amplify the impact, as well as emphasising and enhancing the sense of giving back among the overall workforce[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'ab3c38ecbb23b5046fc83eb63e6057183ede1320f3c8826d5144adf0f4ab7fad\' ct_options=\'{\"ct_id\":311,\"ct_parent\":0,\"selector\":\"section-311-5\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"0\",\"section-width\":\"full-width\",\"overflow\":\"hidden\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Watch CTA\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'83b2c8c6f4b2e2a360268372f441e0db160aecc1219760a533f401078919349f\' ct_options=\'{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"new_columns-312-5\",\"activeselector\":false,\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'ab4ea1b6e12c0d0f614aa5c2c457b47f2365094ed15770f8309edd3158007a9f\' ct_options=\'{\"ct_id\":313,\"ct_parent\":312,\"selector\":\"div_block-313-5\",\"original\":{\"width\":\"40\",\"width-unit\":\"%\",\"padding-top\":\"0\",\"padding-bottom\":\"0\",\"align-items\":\"flex-end\",\"text-align\":\"right\",\"justify-content\":\"center\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-bottom\":\"40\",\"padding-top\":\"40\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_image ct_sign_sha256=\'4a758fa9e6ba4ae04b100f45abccea0ee6d87dd36f4b8b58b68cb542bd92b43d\' ct_options=\'{\"ct_id\":351,\"ct_parent\":313,\"selector\":\"image-351-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\",\"margin-top\":\"-40\",\"margin-bottom\":\"-40\",\"max-height\":\"720\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-top\":\"0\",\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'2ce0e76004f0314a85b4911a4eb995267257cc9d2201d37207a10cea151c8108\' ct_options=\'{\"ct_id\":314,\"ct_parent\":312,\"selector\":\"div_block-314-5\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"flex-start\",\"justify-content\":\"center\",\"flex-wrap\":\"wrap\",\"padding-left\":\"40\",\"padding-right\":\"40\",\"padding-top\":\"60\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'246340b6c354496c3b1e5f27ebe2f69ac074f55df3f633cf6bd674d9280a0e13\' ct_options=\'{\"ct_id\":355,\"ct_parent\":314,\"selector\":\"text_block-355-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']EVENTS[/ct_text_block][ct_headline ct_sign_sha256=\'1c68a0d8cf0dcc161d595a7fa07d7059b06476c606152d47c502c5841f147fc3\' ct_options=\'{\"ct_id\":318,\"ct_parent\":314,\"selector\":\"headline-318-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Support &amp; Donate[/ct_headline][ct_text_block ct_sign_sha256=\'8246952947a8c31ec2fe606d4304981d67df27147b72c0e01c48ad50fafc7c50\' ct_options=\'{\"ct_id\":326,\"ct_parent\":314,\"selector\":\"text_block-326-5\",\"original\":{\"max-width\":\"640\",\"color\":\"color(3)\",\"margin-bottom\":\"18\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']We are cycling for 150 kms from Bengaluru to Mysuru on 3rd Oct, 2020 to raise money for special children.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'981374045607fc710b5405549c5bc9963f7c793a09dc7118997708f1fa9d9d9d\' ct_options=\'{\"ct_id\":342,\"ct_parent\":314,\"selector\":\"div_block-342-5\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"globalConditionsResult\":true},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_text ct_sign_sha256=\'ccf04af8feff472b65f772cd0ba51667ef03415d5c7b1797940d26ecf9b48e63\' ct_options=\'{\"ct_id\":329,\"ct_parent\":342,\"selector\":\"link_text-329-5\",\"original\":{\"margin-right\":\"12\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"18\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'9b1c0b936384d720d420b1c8904a4d2f85b90206bc5556b2184a1c8e28dcd93a\' ct_options=\'{\"ct_id\":336,\"ct_parent\":342,\"selector\":\"link_text-336-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/fundraiser-for-special-children/\",\"url_encoded\":\"true\",\"target\":\"\"}}\']KNOW MORE[/ct_link_text][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section]'),(478,55,'ct_template_404_page',''),(479,55,'ct_template_all_archives',''),(480,55,'ct_template_archive_among_taxonomies','a:0:{}'),(481,55,'ct_template_apply_if_archive_among_taxonomies',''),(482,55,'ct_template_archive_post_types','a:0:{}'),(483,55,'ct_template_apply_if_archive_among_cpt',''),(484,55,'ct_template_authors_archives','a:0:{}'),(485,55,'ct_template_apply_if_archive_among_authors',''),(486,55,'ct_template_single_all',''),(487,55,'ct_template_post_types','a:0:{}'),(488,55,'ct_template_exclude_ids',''),(489,55,'ct_template_include_ids',''),(490,55,'ct_template_taxonomies','a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),(491,55,'ct_use_template_taxonomies',''),(492,55,'ct_template_post_of_parents','a:0:{}'),(493,55,'ct_template_apply_if_post_of_parents',''),(494,55,'ct_template_order','0'),(495,55,'ct_builder_shortcodes','[ct_section ct_sign_sha256=\'0f17cea57e3bfd16c2fef914b394b49e62425c12a116e6e11369346999b3d7c3\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-55\",\"original\":{\"section-width\":\"full-width\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\",\"container-padding-right\":\"0\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-end\",\"text-align\":\"right\",\"align-items\":\"center\",\"container-padding-left\":\"0\",\"position\":\"relative\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}},\"ct_category\":\"Contact\",\"nicename\":\"Contact Two Collumns\"}\'][ct_div_block_2 ct_sign_sha256=\'ece2303e1f5b73d4b2155d506c7027c807c8bb354173e5093e4477a7963e993b\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-55\",\"original\":{\"width-unit\":\"%\",\"width\":\"50\",\"max-width\":\"500\",\"align-items\":\"flex-start\",\"padding-left\":\"40\",\"padding-top\":\"80\",\"padding-bottom\":\"80\",\"padding-right\":\"40\",\"margin-right-unit\":\"%\",\"margin-right\":\"50\",\"text-align\":\"left\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-right\":\"0\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"60\"}},\"phone-portrait\":{\"original\":{\"display\":\"flex\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'f6e69497e77b431da7ffeb372267385a2aecdd7fb9b12e18d7fc476de1699dee\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"headline-5-55\",\"original\":{\"text-align\":\"left\",\"color\":\"color(1)\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hyperion-heading-three\"},\"media\":{\"phone-portrait\":{\"original\":{\"text-align\":\"center\"}}}}\']Contact Information[/ct_headline][ct_text_block ct_sign_sha256=\'b40c4e56c740b0d5edce82c9f780060ae906a2119a5d8f51ae5fc15f965a6ea3\' ct_options=\'{\"ct_id\":6,\"ct_parent\":3,\"selector\":\"text_block-6-55\",\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false,\"original\":{\"margin-bottom\":\"24\"}}\']You can reach us through email or the following phone number[/ct_text_block][ct_text_block ct_sign_sha256=\'abfb8e93f55542c768787b97dccd26449920839cf48b27a68a04188f1cfc85f4\' ct_options=\'{\"ct_id\":7,\"ct_parent\":3,\"selector\":\"text_block-7-55\",\"classes\":{\"0\":\"hyperion-contact-2-small-text\"}}\']E-mail:[/ct_text_block][ct_link_text ct_sign_sha256=\'248e557ed0669ad25d184bc744958ff158157f1b5dd8e618ed7e2a3c9c1a9dae\' ct_options=\'{\"ct_id\":8,\"ct_parent\":3,\"selector\":\"link_text-8-55\",\"original\":{\"color\":\"color(2)\",\"hover_color\":\"color(5)\",\"font-size\":\"24\",\"url\":\"mailto:contact@prosportsfoundation.com\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-weight\":\"400\",\"text-decoration\":\"none\",\"line-height\":\"1.1\",\"margin-left\":\"24\",\"url_encoded\":\"true\",\"target\":\"\"},\"hover\":{\"color\":\"color(5)\",\"text-decoration\":\"underline\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-left\":\"0\"}}}}\']contact@prosportsfoundation.com[/ct_link_text][ct_text_block ct_sign_sha256=\'2b4fb41677bf1c96f1e8890b07168f3273dc0e50dea8f44dc9dee5c2f0358fd2\' ct_options=\'{\"ct_id\":9,\"ct_parent\":3,\"selector\":\"text_block-9-55\",\"classes\":{\"0\":\"hyperion-contact-2-small-text\"}}\']Phone:[/ct_text_block][ct_text_block ct_sign_sha256=\'8aa70939d66ad0d2de1131ad70d24de120f5734076e7abd68f4f3aa241a38d51\' ct_options=\'{\"ct_id\":10,\"ct_parent\":3,\"selector\":\"text_block-10-55\",\"classes\":{\"0\":\"hyperion-contact-2-text\"},\"activeselector\":\"hyperion-contact-2-text\"}\']+91 9538943883[/ct_text_block][ct_text_block ct_sign_sha256=\'ab21a49e7bfaf47df74267300c14a7fb93511b4c5328da25d6293999f46c5b62\' ct_options=\'{\"ct_id\":11,\"ct_parent\":3,\"selector\":\"text_block-11-55\",\"classes\":{\"0\":\"hyperion-contact-2-small-text\"}}\']Address:[/ct_text_block][ct_text_block ct_sign_sha256=\'4a9853760661b7bc671bce155cf3f04f29bbed5492b10fb5b5390224f0909b8c\' ct_options=\'{\"ct_id\":12,\"ct_parent\":3,\"selector\":\"text_block-12-55\",\"classes\":{\"0\":\"hyperion-contact-2-text\"},\"activeselector\":\"hyperion-contact-2-text\"}\']949, 9th Block Jayanagar, Bengaluru - 560070[/ct_text_block][/ct_div_block_2][/ct_section]'),(181,29,'_wp_attached_file','2020/09/Ranvijay-Cycling.png'),(182,29,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:28:\"2020/09/Ranvijay-Cycling.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Ranvijay-Cycling-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Ranvijay-Cycling-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:{}}}'),(183,30,'_wp_attached_file','2020/09/Sanjeev-Cycling.png'),(184,30,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:27:\"2020/09/Sanjeev-Cycling.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Sanjeev-Cycling-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Sanjeev-Cycling-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:{}}}'),(717,55,'ct_builder_shortcodes_revisions_dates','1600483819'),(718,55,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'0f17cea57e3bfd16c2fef914b394b49e62425c12a116e6e11369346999b3d7c3\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-55\",\"original\":{\"section-width\":\"full-width\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\",\"container-padding-right\":\"0\",\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-end\",\"text-align\":\"right\",\"align-items\":\"center\",\"container-padding-left\":\"0\",\"position\":\"relative\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}},\"ct_category\":\"Contact\",\"nicename\":\"Contact Two Collumns\"}\'][ct_div_block_2 ct_sign_sha256=\'ece2303e1f5b73d4b2155d506c7027c807c8bb354173e5093e4477a7963e993b\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-55\",\"original\":{\"width-unit\":\"%\",\"width\":\"50\",\"max-width\":\"500\",\"align-items\":\"flex-start\",\"padding-left\":\"40\",\"padding-top\":\"80\",\"padding-bottom\":\"80\",\"padding-right\":\"40\",\"margin-right-unit\":\"%\",\"margin-right\":\"50\",\"text-align\":\"left\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-right\":\"0\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"60\"}},\"phone-portrait\":{\"original\":{\"display\":\"flex\",\"text-align\":\"center\"}}}}\'][ct_headline ct_sign_sha256=\'f6e69497e77b431da7ffeb372267385a2aecdd7fb9b12e18d7fc476de1699dee\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"headline-5-55\",\"original\":{\"text-align\":\"left\",\"color\":\"color(1)\",\"margin-bottom\":\"12\"},\"classes\":{\"0\":\"hyperion-heading-three\"},\"media\":{\"phone-portrait\":{\"original\":{\"text-align\":\"center\"}}}}\']Contact Information[/ct_headline][ct_text_block ct_sign_sha256=\'b40c4e56c740b0d5edce82c9f780060ae906a2119a5d8f51ae5fc15f965a6ea3\' ct_options=\'{\"ct_id\":6,\"ct_parent\":3,\"selector\":\"text_block-6-55\",\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false,\"original\":{\"margin-bottom\":\"24\"}}\']You can reach us through email or the following phone number[/ct_text_block][ct_text_block ct_sign_sha256=\'abfb8e93f55542c768787b97dccd26449920839cf48b27a68a04188f1cfc85f4\' ct_options=\'{\"ct_id\":7,\"ct_parent\":3,\"selector\":\"text_block-7-55\",\"classes\":{\"0\":\"hyperion-contact-2-small-text\"}}\']E-mail:[/ct_text_block][ct_link_text ct_sign_sha256=\'248e557ed0669ad25d184bc744958ff158157f1b5dd8e618ed7e2a3c9c1a9dae\' ct_options=\'{\"ct_id\":8,\"ct_parent\":3,\"selector\":\"link_text-8-55\",\"original\":{\"color\":\"color(2)\",\"hover_color\":\"color(5)\",\"font-size\":\"24\",\"url\":\"mailto:contact@prosportsfoundation.com\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-weight\":\"400\",\"text-decoration\":\"none\",\"line-height\":\"1.1\",\"margin-left\":\"24\",\"url_encoded\":\"true\",\"target\":\"\"},\"hover\":{\"color\":\"color(5)\",\"text-decoration\":\"underline\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-left\":\"0\"}}}}\']contact@prosportsfoundation.com[/ct_link_text][ct_text_block ct_sign_sha256=\'2b4fb41677bf1c96f1e8890b07168f3273dc0e50dea8f44dc9dee5c2f0358fd2\' ct_options=\'{\"ct_id\":9,\"ct_parent\":3,\"selector\":\"text_block-9-55\",\"classes\":{\"0\":\"hyperion-contact-2-small-text\"}}\']Phone:[/ct_text_block][ct_text_block ct_sign_sha256=\'8aa70939d66ad0d2de1131ad70d24de120f5734076e7abd68f4f3aa241a38d51\' ct_options=\'{\"ct_id\":10,\"ct_parent\":3,\"selector\":\"text_block-10-55\",\"classes\":{\"0\":\"hyperion-contact-2-text\"},\"activeselector\":\"hyperion-contact-2-text\"}\']+91 9538943883[/ct_text_block][ct_text_block ct_sign_sha256=\'ab21a49e7bfaf47df74267300c14a7fb93511b4c5328da25d6293999f46c5b62\' ct_options=\'{\"ct_id\":11,\"ct_parent\":3,\"selector\":\"text_block-11-55\",\"classes\":{\"0\":\"hyperion-contact-2-small-text\"}}\']Address:[/ct_text_block][ct_text_block ct_sign_sha256=\'4a9853760661b7bc671bce155cf3f04f29bbed5492b10fb5b5390224f0909b8c\' ct_options=\'{\"ct_id\":12,\"ct_parent\":3,\"selector\":\"text_block-12-55\",\"classes\":{\"0\":\"hyperion-contact-2-text\"},\"activeselector\":\"hyperion-contact-2-text\"}\']949, 9th Block Jayanagar, Bengaluru - 560070[/ct_text_block][/ct_div_block_2][/ct_section]'),(719,55,'ct_builder_shortcodes_revisions_dates','1600483889'),(363,5,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'1dea8ca31fdebaf4e6e215b0908be2c5a10fa8527a2aa77e91acf9916ecd576e\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"_header-14-5\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"background-color\":\"color(1)\",\"globalConditionsResult\":true},\"nicename\":\"Header Two Rows\",\"ct_category\":\"Headers\",\"activeselector\":false}\'][oxy_header_row ct_sign_sha256=\'c3f34927dda948fe05779317f2bf25150bdd006326993cfb834fe3bf733d8ab5\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"_header_row-15-5\",\"original\":{\"border-bottom-color\":\"#4f5262\",\"hide-row\":\"phone-landscape\",\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"background-color\":\"color(8)\",\"globalConditionsResult\":true}}\'][oxy_header_left ct_sign_sha256=\'eadaf8ad52ea2c2e997f51c18014c94e9b4a31b7aff35a35cca908c9ac0d519b\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"_header_left-16-5\"}\'][ct_fancy_icon ct_sign_sha256=\'e4bb898c9a8b142b8daed6c9982254cf41877f3427c294e3471221ec00b6aac4\' ct_options=\'{\"ct_id\":41,\"ct_parent\":16,\"selector\":\"fancy_icon-41-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-envelope\",\"icon-color\":\"color(3)\",\"icon-size\":\"14\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_text ct_sign_sha256=\'541d3a94a5b864830a364d6b8ac31171aeed20edbf19b503e65272ae2234efa3\' ct_options=\'{\"ct_id\":47,\"ct_parent\":16,\"selector\":\"link_text-47-5\",\"original\":{\"color\":\"color(2)\",\"font-size\":\"16\",\"url\":\"mailto:support@example.com\",\"-webkit-font-smoothing\":\"antialiased\",\"margin-right\":\"24\",\"globalConditionsResult\":true,\"url_encoded\":\"true\"},\"hover\":{\"text-decoration\":\"underline\"},\"activeselector\":false}\']contact@prosportsfoundation.com[/ct_link_text][ct_fancy_icon ct_sign_sha256=\'bcc20d4cc5fb1963613646c9398722cad75e3622857b3cc47834cc37ab97d2dc\' ct_options=\'{\"ct_id\":44,\"ct_parent\":16,\"selector\":\"fancy_icon-44-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-marker\",\"icon-color\":\"color(3)\",\"icon-size\":\"18\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'25f6b69e308e7d863405291b7dcbd62614a9def1ef933d5e13bd4655c1d235c8\' ct_options=\'{\"ct_id\":37,\"ct_parent\":16,\"selector\":\"text_block-37-5\",\"original\":{\"color\":\"color(3)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.5\",\"-webkit-font-smoothing\":\"antialiased\",\"globalConditionsResult\":true},\"activeselector\":false}\']Bengaluru, INDIA[/ct_text_block][/oxy_header_left][oxy_header_center ct_sign_sha256=\'23a9435bd1238e98ef39289b48871d14940b618769f366dbbd31902a15495499\' ct_options=\'{\"ct_id\":17,\"ct_parent\":15,\"selector\":\"_header_center-17-5\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'0e51938d940f0f4be1d36dc8816fb490419b61de4b6fb3be3cd00dc3ac6082fe\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"_header_right-18-5\"}\'][oxy_social_icons ct_sign_sha256=\'4655650e3bf85cefacd07f2d1e6847739e6e946a5547b35c608bdb0ab44fd0c4\' ct_options=\'{\"ct_id\":31,\"ct_parent\":18,\"selector\":\"_social_icons-31-5\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true,\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\"},\"activeselector\":false}\'][/oxy_social_icons][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'8d73f0cebf827644062aaf309c340f4fc504a7d0a3f70b7bced4a05abd8b29dc\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-5\",\"original\":{\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/cycling-main.jpg\",\"background-size\":\"manual\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"container-padding-top\":\"180\",\"container-padding-bottom\":\"180\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"container-padding-left\":\"40\",\"container-padding-right\":\"40\",\"globalConditionsResult\":true,\"background-size-width-unit\":\"%\",\"background-size-width\":\"100\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-size-width-unit\":\"%\",\"background-position-left-unit\":\"%\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-position-left\":\"0\"}},\"page-width\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"30\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"-30\",\"background-image\":\"none\"}}},\"nicename\":\"Simple Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'091c7c912251d71e98c4943a83db2033c8cb52e5b5cc7dcd075d91a7dd2c2bb0\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"globalConditionsResult\":true}}\']PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'896c49224d12ee1a70c500e54d21746f90dbe03a3476e6339c7656dc0c66c4ad\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-5\",\"original\":{\"margin-left\":\"-12\",\"globalConditionsResult\":true,\"font-size\":\"100\",\"color\":\"color(14)\",\"text-shadow-color\":\"color(1)\",\"text-shadow-horizontal-offset\":\"5\",\"text-shadow-vertical-offset\":\"5\",\"text-shadow-blur\":\"5\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-left\":\"-6\"}},\"phone-landscape\":{\"original\":{\"margin-left\":\"-6\"}}}}\']Leverage Sports for Social Impact[/ct_headline][ct_link_text ct_sign_sha256=\'b77647233138474f332e6789c2e1c7f420b6133ee62f81e15a6dd23db169950d\' ct_options=\'{\"ct_id\":12,\"ct_parent\":2,\"selector\":\"link_text-12-5\",\"original\":{\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"url\":\"mailto:contact@prosportsfoundation.com\",\"url_encoded\":\"true\",\"target\":\"\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":\"hyperion-primary-button\"}\']CONTACT[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'587b672bec2bfe1f2dc4431022693f17fdfb49cef2167aa8fa713af6867bdb7d\' ct_options=\'{\"ct_id\":48,\"ct_parent\":0,\"selector\":\"section-48-5\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"80\"}}}}\'][ct_text_block ct_sign_sha256=\'1bde4ad392297821ae268f7e15f34c51966f09cee5b6311286ccb61f9571ebf9\' ct_options=\'{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"text_block-49-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']WHY PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'7c7dc4e949dca4c3202ea4e3069610431c78d8f6b8f28e4e9ec3dc7b327a0407\' ct_options=\'{\"ct_id\":57,\"ct_parent\":48,\"selector\":\"headline-57-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"31\",\"font-weight\":\"300\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']At ProSports Foundation, we believe in transforming the CSR ecosystem, by integrating corporates and its workforce, recipient institutions, individuals and the government ensuring that there is proper flow of capital and information, while also engaging stakeholders effectively.[/ct_headline][ct_image ct_sign_sha256=\'a128fa7aaa8ff21f6ee6e2641aa499a3d60f221e53b981b8c5a1b1d21fd77341\' ct_options=\'{\"ct_id\":60,\"ct_parent\":48,\"selector\":\"image-60-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/arrow@2x.png\",\"width\":\"220\",\"margin-top\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"42\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][ct_new_columns_2 ct_sign_sha256=\'40f093ce795b04179c2525fd734ec41aace335c98a08f04401fae5576aa07729\' ct_options=\'{\"ct_id\":61,\"ct_parent\":48,\"selector\":\"new_columns-61-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'049097317d70d73e638ed1d061b03cf0966e4f1ecb475f9f83a60e182b8a275f\' ct_options=\'{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"div_block-62-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'cb979304e567e134a90cc22b91e43de09d9c571912359bc4fdefac50ca55b61d\' ct_options=\'{\"ct_id\":73,\"ct_parent\":62,\"selector\":\"headline-73-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o1[/ct_headline][ct_image ct_sign_sha256=\'87ce4b0d278e1f581008839e7931a5d394dbcb78acd4b3ecd29b2fb29d8b0223\' ct_options=\'{\"ct_id\":64,\"ct_parent\":62,\"selector\":\"image-64-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-1@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'224dab30ca6942c6a3a3b28154825367ab9d8e5887a59691b510eed0804cfe79\' ct_options=\'{\"ct_id\":65,\"ct_parent\":62,\"selector\":\"text_block-65-5\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\"}\']Leverage sports discipline, activities and events to raise awareness[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3b9635c597e82018ca7a3f90a1824bc87dc4d53de0d4a26a5a33dcac9e456940\' ct_options=\'{\"ct_id\":63,\"ct_parent\":61,\"selector\":\"div_block-63-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'5701ccf5b7bce2eef7da8fdec8ed81ac24156e435cfabd21b9a3c93e51b2dd8a\' ct_options=\'{\"ct_id\":78,\"ct_parent\":63,\"selector\":\"headline-78-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o2[/ct_headline][ct_image ct_sign_sha256=\'e2e0c6daa4d8ed8c585ca851cae0ac68d929d16171e9d93545d7fa76701a91f8\' ct_options=\'{\"ct_id\":68,\"ct_parent\":63,\"selector\":\"image-68-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-2@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'447654c68915f392225b38afa48e00c1a697962173f4effc9a81fb381051c39a\' ct_options=\'{\"ct_id\":70,\"ct_parent\":63,\"selector\":\"text_block-70-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Co-create a social agenda that aligns with the ethos of your organisation[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'77c3f2696095102d19e43cf311a33cea7e2c0ed7331c4fab5353f56a7bf3f960\' ct_options=\'{\"ct_id\":81,\"ct_parent\":48,\"selector\":\"new_columns-81-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'194df1c645915235fa50d33dfd737eb156f59451df635fa1e7c6f10c280f55d6\' ct_options=\'{\"ct_id\":82,\"ct_parent\":81,\"selector\":\"div_block-82-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'169b1c6a44fb77edfda6e00bcb4acd7ebd32eef53004973c42507d2a129d09fc\' ct_options=\'{\"ct_id\":83,\"ct_parent\":82,\"selector\":\"headline-83-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o3[/ct_headline][ct_image ct_sign_sha256=\'7060357b26fd55ba711f7545b2189285e575e7a3a0b2fbb0e8308518fce841d6\' ct_options=\'{\"ct_id\":84,\"ct_parent\":82,\"selector\":\"image-84-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-3@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'183db98fa8f7d1affcf27a1c8261ff0deb5ed85c2d49225d4a683e2ab1c42c5c\' ct_options=\'{\"ct_id\":85,\"ct_parent\":82,\"selector\":\"text_block-85-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Curate programmes that are aimed to address key issues in education, nutrition and health[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'0541f5d64a9ac1a89157190bffe60a568efecf2c819928f084ca7e5f0306b453\' ct_options=\'{\"ct_id\":86,\"ct_parent\":81,\"selector\":\"div_block-86-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'da0205fd8e338d6c7a4d00a0f0228561005fd5e5959af36404268d6e180d23e5\' ct_options=\'{\"ct_id\":87,\"ct_parent\":86,\"selector\":\"headline-87-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o4[/ct_headline][ct_image ct_sign_sha256=\'45abc105bd0cd8f6162c5d90b37ea373b4c3ce3ab63147937deababeb470d701\' ct_options=\'{\"ct_id\":88,\"ct_parent\":86,\"selector\":\"image-88-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-4@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'46c32edec1030e92ef4e88974ff57cf0708632dbd27159f849dab06999ee01bb\' ct_options=\'{\"ct_id\":89,\"ct_parent\":86,\"selector\":\"text_block-89-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Expertise in designing a portfolio of well-audited projects and help entities involved to track and monitor the impact[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'71c8ba77ebb1f2c2784edcaa9a921b904e887dff0df12eb51a6810f0a507ef2e\' ct_options=\'{\"ct_id\":90,\"ct_parent\":48,\"selector\":\"new_columns-90-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'2ca5a2ce9202c130bcb499a957369f0a54d910865d575407d24caca07e41e9bd\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"div_block-91-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'3a203938c1634c87239ba5e3fe08b49ab0943022c4ddd0e68d620ed1f3c0a5c7\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"headline-92-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o5[/ct_headline][ct_image ct_sign_sha256=\'3f7e1b755e214302f7f5019cefa8d9ed391ce49e90c5b1bce777debaa2ffcd97\' ct_options=\'{\"ct_id\":93,\"ct_parent\":91,\"selector\":\"image-93-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-5@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'70395e05c377e24d1a304754b7f57751139db6032b30f0e6dd0a15c61a2234c6\' ct_options=\'{\"ct_id\":94,\"ct_parent\":91,\"selector\":\"text_block-94-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Identifying best-fit online and offline campaigns and outreach partners; to achieve sustained progress and execution of scale[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c35d052e0a5f99d213d5efcd30738ff2e60599f68ecdc82b40b265fff9063b5a\' ct_options=\'{\"ct_id\":95,\"ct_parent\":90,\"selector\":\"div_block-95-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'696595c32e34d64be666053840f3469ecaa1f72de3614a4c20e37fa0cc79d058\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"headline-96-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o6[/ct_headline][ct_image ct_sign_sha256=\'f8d804fc4283724b65f8541429eebcaccb5e43834ae1e458946ed44dfbe57272\' ct_options=\'{\"ct_id\":97,\"ct_parent\":95,\"selector\":\"image-97-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-6@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'7bd5f80a0aeaf130c94bb58c756cc5835b48eb74347116d81cf8528d7ed807e3\' ct_options=\'{\"ct_id\":98,\"ct_parent\":95,\"selector\":\"text_block-98-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Engaging your own workforce to further amplify the impact, as well as emphasising and enhancing the sense of giving back among the overall workforce[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_link_text ct_sign_sha256=\'58886339bb70a31113947b4815e8a95ca276efa264dff2619aaabc39c7d30970\' ct_options=\'{\"ct_id\":108,\"ct_parent\":48,\"selector\":\"link_text-108-5\",\"original\":{\"margin-top\":\"30\",\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-top\":\"18\"}}}}\']GET STARTED[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'abeeb13ea5de055d25bfc9eb27c994ff2019ebb4b32070900fe03bafcc4df260\' ct_options=\'{\"ct_id\":311,\"ct_parent\":0,\"selector\":\"section-311-5\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"0\",\"section-width\":\"full-width\",\"overflow\":\"hidden\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Watch CTA\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'7b428f7c5f475c9de7bc8f8bcfa440d7c764bfe7205a99f228615047428b399c\' ct_options=\'{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"new_columns-312-5\",\"activeselector\":false,\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'ab4ea1b6e12c0d0f614aa5c2c457b47f2365094ed15770f8309edd3158007a9f\' ct_options=\'{\"ct_id\":313,\"ct_parent\":312,\"selector\":\"div_block-313-5\",\"original\":{\"width\":\"40\",\"width-unit\":\"%\",\"padding-top\":\"0\",\"padding-bottom\":\"0\",\"align-items\":\"flex-end\",\"text-align\":\"right\",\"justify-content\":\"center\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-bottom\":\"40\",\"padding-top\":\"40\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_image ct_sign_sha256=\'4a758fa9e6ba4ae04b100f45abccea0ee6d87dd36f4b8b58b68cb542bd92b43d\' ct_options=\'{\"ct_id\":351,\"ct_parent\":313,\"selector\":\"image-351-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\",\"margin-top\":\"-40\",\"margin-bottom\":\"-40\",\"max-height\":\"720\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-top\":\"0\",\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'44c4332a633e7015b1849c8073faffcbfbe77590576d637cc80472543aadffcc\' ct_options=\'{\"ct_id\":314,\"ct_parent\":312,\"selector\":\"div_block-314-5\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"flex-start\",\"justify-content\":\"center\",\"flex-wrap\":\"wrap\",\"padding-left\":\"40\",\"padding-right\":\"40\",\"padding-top\":\"60\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'1c68a0d8cf0dcc161d595a7fa07d7059b06476c606152d47c502c5841f147fc3\' ct_options=\'{\"ct_id\":318,\"ct_parent\":314,\"selector\":\"headline-318-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Support &amp; Donate[/ct_headline][ct_text_block ct_sign_sha256=\'8246952947a8c31ec2fe606d4304981d67df27147b72c0e01c48ad50fafc7c50\' ct_options=\'{\"ct_id\":326,\"ct_parent\":314,\"selector\":\"text_block-326-5\",\"original\":{\"max-width\":\"640\",\"color\":\"color(3)\",\"margin-bottom\":\"18\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']We are cycling for 150 kms from Bengaluru to Mysuru on 3rd Oct, 2020 to raise money for special children.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'e186a936f2d90e69355fe62a6b07aa9d4508b78bc7f6ba4137ff10ee8919b933\' ct_options=\'{\"ct_id\":342,\"ct_parent\":314,\"selector\":\"div_block-342-5\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"globalConditionsResult\":true},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_text ct_sign_sha256=\'5da1307164058b7edbca914ab7ffb174534dd72e7562dddb2583d5c2ce6e9303\' ct_options=\'{\"ct_id\":329,\"ct_parent\":342,\"selector\":\"link_text-329-5\",\"original\":{\"margin-right\":\"12\",\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"18\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'779e5bd9e17fed28ac1b494c6583301ebb2c175db289afac52a64f085d5816c5\' ct_options=\'{\"ct_id\":336,\"ct_parent\":342,\"selector\":\"link_text-336-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"}}\']KNOW MORE[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d801267357f8def4eba9f76ae7cb7a99d066982ed291108ce164c45444145ebd\' ct_options=\'{\"ct_id\":345,\"ct_parent\":314,\"selector\":\"div_block-345-5\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"text-align\":\"left\",\"align-items\":\"center\",\"margin-top\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'778e454b09b090123a44278a8c4efdb11f640345d18b52f0cc5b1d5e7c25ac09\' ct_options=\'{\"ct_id\":347,\"ct_parent\":345,\"selector\":\"fancy_icon-347-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-lock\",\"icon-color\":\"color(3)\",\"icon-size\":\"18\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section]'),(187,31,'_wp_attached_file','2020/09/FASTUP_LOGO.png'),(188,31,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4000;s:6:\"height\";i:4000;s:4:\"file\";s:23:\"2020/09/FASTUP_LOGO.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"FASTUP_LOGO-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"FASTUP_LOGO-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"FASTUP_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:23:\"FASTUP_LOGO-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"FASTUP_LOGO-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:25:\"FASTUP_LOGO-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;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:{}}}'),(189,32,'_wp_attached_file','2020/09/LOGO-BLACK.png'),(190,32,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:552;s:6:\"height\";i:700;s:4:\"file\";s:22:\"2020/09/LOGO-BLACK.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"LOGO-BLACK-237x300.png\";s:5:\"width\";i:237;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"LOGO-BLACK-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:{}}}'),(191,33,'_wp_attached_file','2020/09/PH-LOGO.png'),(192,33,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2573;s:6:\"height\";i:2228;s:4:\"file\";s:19:\"2020/09/PH-LOGO.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"PH-LOGO-300x260.png\";s:5:\"width\";i:300;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"PH-LOGO-1024x887.png\";s:5:\"width\";i:1024;s:6:\"height\";i:887;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"PH-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:19:\"PH-LOGO-768x665.png\";s:5:\"width\";i:768;s:6:\"height\";i:665;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"PH-LOGO-1536x1330.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1330;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:21:\"PH-LOGO-2048x1773.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1773;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:{}}}'),(193,34,'_wp_attached_file','2020/09/ProNature-NEWLogo.png'),(194,34,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:494;s:6:\"height\";i:276;s:4:\"file\";s:29:\"2020/09/ProNature-NEWLogo.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"ProNature-NEWLogo-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"ProNature-NEWLogo-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:{}}}'),(195,35,'_wp_attached_file','2020/09/Raw-Pressery-logo.jpg'),(196,35,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:29:\"2020/09/Raw-Pressery-logo.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Raw-Pressery-logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Raw-Pressery-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:29:\"Raw-Pressery-logo-768x768.jpg\";s:5:\"width\";i:768;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:{}}}'),(197,36,'_wp_attached_file','2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png'),(198,36,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:696;s:6:\"height\";i:201;s:4:\"file\";s:58:\"2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm-300x87.png\";s:5:\"width\";i:300;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm-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:{}}}'),(199,37,'_wp_attached_file','2020/09/jumpp_logo_new_400x400.png'),(200,37,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:34:\"2020/09/jumpp_logo_new_400x400.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"jumpp_logo_new_400x400-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"jumpp_logo_new_400x400-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:{}}}'),(729,72,'_wp_attached_file','2020/09/Savitha-Cycle.png'),(730,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:25:\"2020/09/Savitha-Cycle.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Savitha-Cycle-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Savitha-Cycle-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:{}}}'),(443,5,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'8dfa238119f0ef5586fc18d4064863f82c69594f5e2b61d3af6defce76c5a559\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"_header-14-5\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"background-color\":\"color(1)\",\"globalConditionsResult\":true},\"nicename\":\"Header Two Rows\",\"ct_category\":\"Headers\",\"activeselector\":false}\'][oxy_header_row ct_sign_sha256=\'77bd7064bb3adf03639972e0017cc4c851bf970de3f799c783dc84e4d7f8994f\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"_header_row-15-5\",\"original\":{\"border-bottom-color\":\"#4f5262\",\"hide-row\":\"phone-landscape\",\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"background-color\":\"color(8)\",\"globalConditionsResult\":true}}\'][oxy_header_left ct_sign_sha256=\'eadaf8ad52ea2c2e997f51c18014c94e9b4a31b7aff35a35cca908c9ac0d519b\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"_header_left-16-5\"}\'][ct_fancy_icon ct_sign_sha256=\'e4bb898c9a8b142b8daed6c9982254cf41877f3427c294e3471221ec00b6aac4\' ct_options=\'{\"ct_id\":41,\"ct_parent\":16,\"selector\":\"fancy_icon-41-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-envelope\",\"icon-color\":\"color(3)\",\"icon-size\":\"14\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_text ct_sign_sha256=\'541d3a94a5b864830a364d6b8ac31171aeed20edbf19b503e65272ae2234efa3\' ct_options=\'{\"ct_id\":47,\"ct_parent\":16,\"selector\":\"link_text-47-5\",\"original\":{\"color\":\"color(2)\",\"font-size\":\"16\",\"url\":\"mailto:support@example.com\",\"-webkit-font-smoothing\":\"antialiased\",\"margin-right\":\"24\",\"globalConditionsResult\":true,\"url_encoded\":\"true\"},\"hover\":{\"text-decoration\":\"underline\"},\"activeselector\":false}\']contact@prosportsfoundation.com[/ct_link_text][ct_fancy_icon ct_sign_sha256=\'bcc20d4cc5fb1963613646c9398722cad75e3622857b3cc47834cc37ab97d2dc\' ct_options=\'{\"ct_id\":44,\"ct_parent\":16,\"selector\":\"fancy_icon-44-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-marker\",\"icon-color\":\"color(3)\",\"icon-size\":\"18\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'25f6b69e308e7d863405291b7dcbd62614a9def1ef933d5e13bd4655c1d235c8\' ct_options=\'{\"ct_id\":37,\"ct_parent\":16,\"selector\":\"text_block-37-5\",\"original\":{\"color\":\"color(3)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.5\",\"-webkit-font-smoothing\":\"antialiased\",\"globalConditionsResult\":true},\"activeselector\":false}\']Bengaluru, INDIA[/ct_text_block][/oxy_header_left][oxy_header_center ct_sign_sha256=\'23a9435bd1238e98ef39289b48871d14940b618769f366dbbd31902a15495499\' ct_options=\'{\"ct_id\":17,\"ct_parent\":15,\"selector\":\"_header_center-17-5\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'afc55c58d8515b6658fa011de7e039b20b5105bddc7a860451a64f85409beba7\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"_header_right-18-5\"}\'][oxy_social_icons ct_sign_sha256=\'fabe4701a1ad3629002e5fc159d030e8bdc506f3c23fb0a26d87b1f840f580c8\' ct_options=\'{\"ct_id\":31,\"ct_parent\":18,\"selector\":\"_social_icons-31-5\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true,\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'f7078fc9fea5188099b2d68ed543eae98affe073471a0faaa7ad65dd8823ef6d\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-5\",\"original\":{\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/cycling-main.jpg\",\"background-size\":\"manual\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"container-padding-top\":\"180\",\"container-padding-bottom\":\"54\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"container-padding-left\":\"40\",\"container-padding-right\":\"40\",\"globalConditionsResult\":true,\"background-size-width-unit\":\"%\",\"background-size-width\":\"100\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-size-width-unit\":\"%\",\"background-position-left-unit\":\"%\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-position-left\":\"0\"}},\"page-width\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"30\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"-30\",\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/cycling-main.jpg\",\"background-color\":\"color(15)\"}}},\"nicename\":\"Simple Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'50e562722e94964f913282372a3d971b2946d0c15ddce7ed0edc528cdbf4efc6\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"globalConditionsResult\":true,\"background-color\":\"color(3)\"}}\']PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'d1d0ba8b20078a67568b799355a892c790e72c7924d3c8ce3c8ef71d987849f6\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-5\",\"original\":{\"margin-left\":\"-12\",\"globalConditionsResult\":true,\"font-size\":\"100\",\"color\":\"color(3)\",\"text-shadow-color\":\"color(1)\",\"text-shadow-horizontal-offset\":\"5\",\"text-shadow-vertical-offset\":\"5\",\"text-shadow-blur\":\"5\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-left\":\"-6\"}},\"phone-landscape\":{\"original\":{\"margin-left\":\"-6\",\"font-size\":\"86\"}}}}\']Leverage Sports for Social Impact[/ct_headline][ct_link_text ct_sign_sha256=\'d9073bdf9e8bf97c83d2192db781bc3593738c511281a1586aae9296a47b60da\' ct_options=\'{\"ct_id\":12,\"ct_parent\":2,\"selector\":\"link_text-12-5\",\"original\":{\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/about-us/\",\"url_encoded\":\"true\",\"target\":\"\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":\"hyperion-primary-button\"}\']KNOW MORE[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'7986916453b02354421646ff251a5e155e72ce0da86656b53af350e65dd860bd\' ct_options=\'{\"ct_id\":48,\"ct_parent\":0,\"selector\":\"section-48-5\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"91\",\"container-padding-bottom\":\"9\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"80\"}}}}\'][ct_text_block ct_sign_sha256=\'1bde4ad392297821ae268f7e15f34c51966f09cee5b6311286ccb61f9571ebf9\' ct_options=\'{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"text_block-49-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']WHY PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'2b74d08ea94e798115b992ecaac6e9c29cfaf1ddee0974fea0f112d6ffac444f\' ct_options=\'{\"ct_id\":57,\"ct_parent\":48,\"selector\":\"headline-57-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"31\",\"font-weight\":\"300\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"font-size\":\"29\"}}}}\']At ProSports Foundation, we believe in transforming the CSR ecosystem, by integrating corporates and its workforce, recipient institutions, individuals and the government ensuring that there is proper flow of capital and information, while also engaging stakeholders effectively.[/ct_headline][ct_image ct_sign_sha256=\'a128fa7aaa8ff21f6ee6e2641aa499a3d60f221e53b981b8c5a1b1d21fd77341\' ct_options=\'{\"ct_id\":60,\"ct_parent\":48,\"selector\":\"image-60-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/arrow@2x.png\",\"width\":\"220\",\"margin-top\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"42\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][ct_new_columns_2 ct_sign_sha256=\'aa517419339dcba697994a3ba08f1ee43758e83a996cbe9871d6c8ae779a1922\' ct_options=\'{\"ct_id\":61,\"ct_parent\":48,\"selector\":\"new_columns-61-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'7efeb661d8f688390191dd01a26455ef50943795932400256b9a0d054cd026df\' ct_options=\'{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"div_block-62-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'cb979304e567e134a90cc22b91e43de09d9c571912359bc4fdefac50ca55b61d\' ct_options=\'{\"ct_id\":73,\"ct_parent\":62,\"selector\":\"headline-73-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o1[/ct_headline][ct_image ct_sign_sha256=\'3f1c19219accba12ab3f16c86e6456acbf5c39d89cf7402c7dab5bee3fb1cee6\' ct_options=\'{\"ct_id\":64,\"ct_parent\":62,\"selector\":\"image-64-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New-Trans.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'224dab30ca6942c6a3a3b28154825367ab9d8e5887a59691b510eed0804cfe79\' ct_options=\'{\"ct_id\":65,\"ct_parent\":62,\"selector\":\"text_block-65-5\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\"}\']Leverage sports discipline, activities and events to raise awareness[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'2cccdd475aa47688c17c5a981fc739bcfb1ade889cab17ec360b7818e71429c4\' ct_options=\'{\"ct_id\":63,\"ct_parent\":61,\"selector\":\"div_block-63-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'5701ccf5b7bce2eef7da8fdec8ed81ac24156e435cfabd21b9a3c93e51b2dd8a\' ct_options=\'{\"ct_id\":78,\"ct_parent\":63,\"selector\":\"headline-78-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o2[/ct_headline][ct_image ct_sign_sha256=\'49986ebd20c1d4ecf35abd8f65da9b946a212d05048fa4dd0cf2ffb93ae19546\' ct_options=\'{\"ct_id\":68,\"ct_parent\":63,\"selector\":\"image-68-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New-Trans.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'447654c68915f392225b38afa48e00c1a697962173f4effc9a81fb381051c39a\' ct_options=\'{\"ct_id\":70,\"ct_parent\":63,\"selector\":\"text_block-70-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Co-create a social agenda that aligns with the ethos of your organisation[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'0a5d3fbca04cb4df0ee807f1c9566d1f0deb6dc2e71ef94be23b1de401aee997\' ct_options=\'{\"ct_id\":81,\"ct_parent\":48,\"selector\":\"new_columns-81-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'4fa3a11e004e4fdf225e6c9d90229f6a1e66c23a483e57c984cc3ce3cf7e6474\' ct_options=\'{\"ct_id\":82,\"ct_parent\":81,\"selector\":\"div_block-82-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'169b1c6a44fb77edfda6e00bcb4acd7ebd32eef53004973c42507d2a129d09fc\' ct_options=\'{\"ct_id\":83,\"ct_parent\":82,\"selector\":\"headline-83-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o3[/ct_headline][ct_image ct_sign_sha256=\'05bfb19ae88e2eb5ac12cf193b4bf597b0a2c97e946ceb0873f45ae82b6d95a4\' ct_options=\'{\"ct_id\":84,\"ct_parent\":82,\"selector\":\"image-84-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New-Trans.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'183db98fa8f7d1affcf27a1c8261ff0deb5ed85c2d49225d4a683e2ab1c42c5c\' ct_options=\'{\"ct_id\":85,\"ct_parent\":82,\"selector\":\"text_block-85-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Curate programmes that are aimed to address key issues in education, nutrition and health[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d2c050b45c93be39b48e60a7a67a88e4270c18ee0593304a81bdf3760b0b27fe\' ct_options=\'{\"ct_id\":86,\"ct_parent\":81,\"selector\":\"div_block-86-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'da0205fd8e338d6c7a4d00a0f0228561005fd5e5959af36404268d6e180d23e5\' ct_options=\'{\"ct_id\":87,\"ct_parent\":86,\"selector\":\"headline-87-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o4[/ct_headline][ct_image ct_sign_sha256=\'351d226b9ec8541a11028eeba3a5e551fc7ea33f17ce1593137bf2c6c520fc97\' ct_options=\'{\"ct_id\":88,\"ct_parent\":86,\"selector\":\"image-88-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New-Trans.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'46c32edec1030e92ef4e88974ff57cf0708632dbd27159f849dab06999ee01bb\' ct_options=\'{\"ct_id\":89,\"ct_parent\":86,\"selector\":\"text_block-89-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Expertise in designing a portfolio of well-audited projects and help entities involved to track and monitor the impact[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'47d69ff041db4b4fbfa3ec051360ecd03545753842f9f7e737569008a2507a3e\' ct_options=\'{\"ct_id\":90,\"ct_parent\":48,\"selector\":\"new_columns-90-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'e800de212186c8ab9223c6299398e54e940f48973f7157884aaed4a26fc96bca\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"div_block-91-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'3a203938c1634c87239ba5e3fe08b49ab0943022c4ddd0e68d620ed1f3c0a5c7\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"headline-92-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o5[/ct_headline][ct_image ct_sign_sha256=\'3f79e63b4aec2fda2d737f0b6040895789f3a0d920541708a24817a6b2992a53\' ct_options=\'{\"ct_id\":93,\"ct_parent\":91,\"selector\":\"image-93-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New-Trans.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'70395e05c377e24d1a304754b7f57751139db6032b30f0e6dd0a15c61a2234c6\' ct_options=\'{\"ct_id\":94,\"ct_parent\":91,\"selector\":\"text_block-94-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Identifying best-fit online and offline campaigns and outreach partners; to achieve sustained progress and execution of scale[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'578fb3ab44cc6ca30e7a1c42a7426d80ffef7061ff6a73b87a20b0826dd81315\' ct_options=\'{\"ct_id\":95,\"ct_parent\":90,\"selector\":\"div_block-95-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'696595c32e34d64be666053840f3469ecaa1f72de3614a4c20e37fa0cc79d058\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"headline-96-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o6[/ct_headline][ct_image ct_sign_sha256=\'ce694f66abdfef64a7df771855d5340c46e551417e39bb316a3aa6c9814650ed\' ct_options=\'{\"ct_id\":97,\"ct_parent\":95,\"selector\":\"image-97-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New-Trans.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'7bd5f80a0aeaf130c94bb58c756cc5835b48eb74347116d81cf8528d7ed807e3\' ct_options=\'{\"ct_id\":98,\"ct_parent\":95,\"selector\":\"text_block-98-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Engaging your own workforce to further amplify the impact, as well as emphasising and enhancing the sense of giving back among the overall workforce[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'3bc49b7ef8a123dd9be12af2788fe002b8e8548343f422928fe95a8b248230a8\' ct_options=\'{\"ct_id\":311,\"ct_parent\":0,\"selector\":\"section-311-5\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"0\",\"section-width\":\"full-width\",\"overflow\":\"hidden\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Watch CTA\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'c76cdeb9ff418a477602d9106183695e56ef4deb1c6c21b657407926c823c77e\' ct_options=\'{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"new_columns-312-5\",\"activeselector\":false,\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'ab4ea1b6e12c0d0f614aa5c2c457b47f2365094ed15770f8309edd3158007a9f\' ct_options=\'{\"ct_id\":313,\"ct_parent\":312,\"selector\":\"div_block-313-5\",\"original\":{\"width\":\"40\",\"width-unit\":\"%\",\"padding-top\":\"0\",\"padding-bottom\":\"0\",\"align-items\":\"flex-end\",\"text-align\":\"right\",\"justify-content\":\"center\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-bottom\":\"40\",\"padding-top\":\"40\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_image ct_sign_sha256=\'4a758fa9e6ba4ae04b100f45abccea0ee6d87dd36f4b8b58b68cb542bd92b43d\' ct_options=\'{\"ct_id\":351,\"ct_parent\":313,\"selector\":\"image-351-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\",\"margin-top\":\"-40\",\"margin-bottom\":\"-40\",\"max-height\":\"720\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-top\":\"0\",\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d507fc7e810738b45621070d8d138c04477a584f668e7d1693e2fcfe9d9062bb\' ct_options=\'{\"ct_id\":314,\"ct_parent\":312,\"selector\":\"div_block-314-5\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"flex-start\",\"justify-content\":\"center\",\"flex-wrap\":\"wrap\",\"padding-left\":\"40\",\"padding-right\":\"40\",\"padding-top\":\"60\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'246340b6c354496c3b1e5f27ebe2f69ac074f55df3f633cf6bd674d9280a0e13\' ct_options=\'{\"ct_id\":355,\"ct_parent\":314,\"selector\":\"text_block-355-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']EVENTS[/ct_text_block][ct_headline ct_sign_sha256=\'1c68a0d8cf0dcc161d595a7fa07d7059b06476c606152d47c502c5841f147fc3\' ct_options=\'{\"ct_id\":318,\"ct_parent\":314,\"selector\":\"headline-318-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Support &amp; Donate[/ct_headline][ct_text_block ct_sign_sha256=\'8246952947a8c31ec2fe606d4304981d67df27147b72c0e01c48ad50fafc7c50\' ct_options=\'{\"ct_id\":326,\"ct_parent\":314,\"selector\":\"text_block-326-5\",\"original\":{\"max-width\":\"640\",\"color\":\"color(3)\",\"margin-bottom\":\"18\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']We are cycling for 150 kms from Bengaluru to Mysuru on 3rd Oct, 2020 to raise money for special children.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'29d521543d33125412fe149bc161e4181ac8b9dc79091037b0c939f1fe09f339\' ct_options=\'{\"ct_id\":342,\"ct_parent\":314,\"selector\":\"div_block-342-5\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"globalConditionsResult\":true},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_text ct_sign_sha256=\'ccf04af8feff472b65f772cd0ba51667ef03415d5c7b1797940d26ecf9b48e63\' ct_options=\'{\"ct_id\":329,\"ct_parent\":342,\"selector\":\"link_text-329-5\",\"original\":{\"margin-right\":\"12\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"18\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'3ea8bbb5694a8e6cd2b68e5cbe4a0bc5d01bdb984b4137df7cd9d9c7d4f9ee26\' ct_options=\'{\"ct_id\":336,\"ct_parent\":342,\"selector\":\"link_text-336-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/cycling-for-special-children/\",\"url_encoded\":\"true\",\"target\":\"_blank\"}}\']KNOW MORE[/ct_link_text][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section]'),(743,8,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'7a42a1c7b44e1787e794faccb7118e7b6aa96c056b416edbcdb0b57e724cb17b\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"_header-1-8\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\"},\"activeselector\":false,\"nicename\":\"Header Simple One Line\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'f0f883eb2d481c7da4548b809265c1f0570a94899cb9bc9bd1910c8a5c746350\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"_header_row-2-8\",\"original\":{\"stack-header-vertically\":\"phone-portrait\",\"background-color\":\"color(1)\"},\"activeselector\":false}\'][oxy_header_left ct_sign_sha256=\'145851fbd5315a0f0a351cefbfd3822d31cc598dcfa963122aea43be338a1b71\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"_header_left-3-8\"}\'][ct_link_2 ct_sign_sha256=\'35a944d0834585105323442eea66628f7f5cf49c488dc819948de376fc487393\' ct_options=\'{\"ct_id\":27,\"ct_parent\":3,\"selector\":\"link-27-8\",\"original\":{\"url\":\"https://prosportsfoundation.com\",\"target\":\"\",\"url_encoded\":\"true\"}}\'][ct_image ct_sign_sha256=\'a31189e5d46c826306ee3cb2e6ff7049430ce348920c12efb66003601d77f045\' ct_options=\'{\"ct_id\":26,\"ct_parent\":27,\"selector\":\"image-26-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"width\":\"100\"},\"hover\":{\"overlay-color\":\"rgba(207,113,202,0.73)\"},\"activeselector\":false}\'][/ct_image][/ct_link_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'e9d810653e9c8655fa48bfc85e5e1955a4c50b68c8441b618c38f83e51560169\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"_header_center-6-8\"}\'][oxy_nav_menu ct_sign_sha256=\'9bc0789e5d7e5c6e1f6777cdb6f26460c2bed2d4647d50e72a1c91e275ac915d\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"_nav_menu-7-8\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"on\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"24\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"24\",\"menu_hover_background-color\":\"color(1)\",\"menu_flex-direction\":\"row\",\"menu_font-size\":\"18\",\"menu_color\":\"color(6)\",\"menu_letter-spacing\":\".125\",\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_hover_color\":\"color(3)\",\"menu_active_color\":\"color(2)\",\"menu_dropdowns_padding-top\":\"18\",\"menu_dropdowns_padding-bottom\":\"18\",\"menu_hover_border-bottom-width\":\"2\",\"menu_dropdowns_background-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(6)\",\"menu_dropdowns_hover_color\":\"color(3)\",\"menu_dropdowns_hover_background-color\":\"color(1)\",\"menu_responsive_icon_color\":\"#ffffff\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"menu_justify-content\":\"center\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_background-color\":\"color(1)\",\"menu_color\":\"color(3)\",\"menu_border-bottom-width\":\"2\",\"menu_dropdowns_color\":\"color(3)\",\"menu_dropdowns_background-color\":\"color(1)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"24\"}}}}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'2e22ea65133a60f60a0ae7f997c1003b483bbd787112614eca6494abe5f24e30\' ct_options=\'{\"ct_id\":8,\"ct_parent\":2,\"selector\":\"_header_right-8-8\"}\'][ct_link_text ct_sign_sha256=\'fa466fab2d3fb3141c445d8e9c5a0b072edf3926b4284f3f3118ada49f4bfbb2\' ct_options=\'{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"link_text-9-8\",\"original\":{\"font-size\":\"18\",\"font-weight\":\"900\",\"color\":\"color(3)\",\"hover_color\":\"color(1)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"background-color\":\"color(16)\",\"letter-spacing\":\"1\",\"line-height\":\"1\",\"padding-top\":\"18\",\"padding-bottom\":\"18\",\"padding-left\":\"42\",\"padding-right\":\"42\",\"border-radius\":\"100\",\"url\":\"mailto:contact@prosportsfoundation.com\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"url_encoded\":\"true\",\"target\":\"\"},\"hover\":{\"color\":\"color(1)\",\"background-color\":\"#ffffff\"},\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"12\",\"margin-bottom\":\"12\"}}}}\']EMAIL US[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content ct_sign_sha256=\'a686ce0415c9e0aecb60979d4145733a884e058d863e18bae4d702a94d2b93fb\' ct_options=\'{\"ct_id\":11,\"ct_parent\":0,\"selector\":\"inner_content-11-8\"}\'][/ct_inner_content][ct_section ct_sign_sha256=\'0fee7849e33bb21c9d04fcae423c2a79378d3cd8ad536b67e5c70ff3133d599a\' ct_options=\'{\"ct_id\":12,\"ct_parent\":0,\"selector\":\"section-12-8\",\"original\":{\"background-color\":\"color(11)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"48\",\"container-padding-bottom\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Footer\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"30\"}}}}\'][ct_link_2 ct_sign_sha256=\'9aea56be3d36b26d5583c2d00e9653e3cc527f50d69fd13b87ade8fb84a5473d\' ct_options=\'{\"ct_id\":28,\"ct_parent\":12,\"selector\":\"link-28-8\",\"original\":{\"url\":\"https://prosportsfoundation.com\",\"target\":\"\",\"url_encoded\":\"true\"}}\'][ct_image ct_sign_sha256=\'6484f23272922591a7c3e9be70ce7fb5aca54d8a39a251cc60be593945eb4ed4\' ct_options=\'{\"ct_id\":24,\"ct_parent\":28,\"selector\":\"image-24-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"width\":\"100\",\"padding-bottom\":\"10\"},\"activeselector\":false}\'][/ct_image][/ct_link_2][oxy_social_icons ct_sign_sha256=\'ccf9b214d87d86823a2ae881f8331ee549b79b9e013dfb0f5e3f95176401e236\' ct_options=\'{\"ct_id\":15,\"ct_parent\":12,\"selector\":\"_social_icons-15-8\",\"original\":{\"globalConditionsResult\":true,\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][oxy_nav_menu ct_sign_sha256=\'777a14a3814ac0ba50104f8a93db76270d1fe3bfe2f91a660c39349ca6ce8ce8\' ct_options=\'{\"ct_id\":16,\"ct_parent\":12,\"selector\":\"_nav_menu-16-8\",\"activeselector\":false,\"original\":{\"globalConditionsResult\":true,\"menu_responsive\":\"page-width\",\"menu_responsive_icon_size\":\"18\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"30\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"30\",\"menu_flex-direction\":\"row\",\"menu_color\":\"color(6)\",\"menu_font-size\":\"18\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_letter-spacing\":\".125\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"border-top-width\":\"0\",\"border-right-width\":\"0\",\"border-bottom-width\":\"2\",\"border-left-width\":\"0\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"none\",\"border-bottom-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(11)\",\"menu_responsive_dropdowns\":\"off\",\"margin-bottom\":\"24\",\"menu_responsive_background_color\":\"color(11)\",\"menu_responsive_link_color\":\"color(6)\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"}},\"phone-landscape\":{\"original\":{\"margin-right\":\"0\"}}}}\'][/oxy_nav_menu][ct_text_block ct_sign_sha256=\'772392294e606e8b243ec5d2b4cbb0a3bcaed3f58518c4ee6e3a8e3703279b81\' ct_options=\'{\"ct_id\":17,\"ct_parent\":12,\"selector\":\"text_block-17-8\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Copyright © ProSports Foundation[/ct_text_block][ct_text_block ct_sign_sha256=\'2a8a686c2c8b2b89754bed6d8be1a428c0efce2611c7a69727250e87e52e20e6\' ct_options=\'{\"ct_id\":18,\"ct_parent\":12,\"selector\":\"text_block-18-8\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\'][/ct_text_block][/ct_section]'),(306,46,'ct_template_tags_all',''),(307,46,'ct_template_custom_taxonomies','a:0:{}'),(308,46,'ct_template_custom_taxonomies_all',''),(309,46,'ct_template_authors_archives_all',''),(310,46,'ct_template_index',''),(311,46,'ct_template_front_page',''),(312,46,'ct_template_blog_posts',''),(313,46,'ct_template_date_archive',''),(314,46,'ct_template_search_page',''),(315,46,'ct_template_inner_content',''),(316,46,'ct_template_404_page',''),(317,46,'ct_template_all_archives',''),(318,46,'ct_template_archive_among_taxonomies','a:0:{}'),(319,46,'ct_template_apply_if_archive_among_taxonomies',''),(320,46,'ct_template_archive_post_types','a:0:{}'),(321,46,'ct_template_apply_if_archive_among_cpt',''),(322,46,'ct_template_authors_archives','a:0:{}'),(323,46,'ct_template_apply_if_archive_among_authors',''),(324,46,'ct_template_single_all',''),(325,46,'ct_template_post_types','a:0:{}'),(326,46,'ct_template_exclude_ids',''),(327,46,'ct_template_include_ids',''),(328,46,'ct_template_taxonomies','a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),(329,46,'ct_use_template_taxonomies',''),(330,46,'ct_template_post_of_parents','a:0:{}'),(331,46,'ct_template_apply_if_post_of_parents',''),(332,46,'ct_template_order','0'),(333,46,'ct_builder_shortcodes','[ct_section ct_sign_sha256=\'9b5aa96ea088c07e152509ae6c5038450016ad903d1e0eccf8b4cca9e98f8e1f\' ct_options=\'{\"ct_id\":23,\"ct_parent\":0,\"selector\":\"section-23-46\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"43\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'b579ed47e64e2fe03d888ac6e87bd228bd815758c6c593650e37b24e5095fb67\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"text_block-24-46\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"39\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']FUNDRAISER FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'ad51d776e43ab0555f4a7332992be68ab92fccdf6e2fb66ee93c991502d3d010\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"headline-25-46\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']DONATE[/ct_headline][ct_text_block ct_sign_sha256=\'4d51ecfaa8fea32d42fa098e61bc56ccb81a2d92d50faf6dc50bcebcc3ec256e\' ct_options=\'{\"ct_id\":26,\"ct_parent\":23,\"selector\":\"text_block-26-46\",\"original\":{\"margin-bottom\":\"30\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"28\"},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']Donate by pressing the button below. You are making the payment directly to Deepika Trust.[/ct_text_block][ct_code_block ct_sign_sha256=\'6b00bebd56681fb9e456e974fa1ad8c2415d86de8e9a0338930bb93357f2b251\' ct_options=\'{\"ct_id\":27,\"ct_parent\":23,\"selector\":\"code_block-27-46\",\"original\":{\"code-php\":\"PGZvcm0+PHNjcmlwdCBzcmM9Imh0dHBzOi8vY2hlY2tvdXQucmF6b3JwYXkuY29tL3YxL3BheW1lbnQtYnV0dG9uLmpzIiBkYXRhLXBheW1lbnRfYnV0dG9uX2lkPSJwbF9GZnd1YkFkdmNVV3FZaSI+IDwvc2NyaXB0PiA8L2Zvcm0+\"},\"activeselector\":false}\'][/ct_code_block][/ct_section]'),(744,8,'ct_builder_shortcodes_revisions_dates','1600486114'),(745,61,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'1eb0ca7c6c50b4e45359696d956d64e0283ef685b1e4868b6c04cdd92f9fac2f\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"_header-16-61\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\"},\"activeselector\":false,\"nicename\":\"Header Simple One Line\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'1f8384de7de676d29008153f9b3ebffcc654a970d0d74fa0dc8c3d1b80b590e6\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"_header_row-17-61\",\"original\":{\"background-color\":\"color(1)\",\"stack-header-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][oxy_header_left ct_sign_sha256=\'877ea1f2e8749908778444f12d5f8452671407ac4559a19c8d6efa4b98f739cf\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"_header_left-18-61\"}\'][ct_link_2 ct_sign_sha256=\'ec4d58fa05acd5530c518cdb3e62cd0b215eb5ffba91339e009fcee5fce62460\' ct_options=\'{\"ct_id\":36,\"ct_parent\":18,\"selector\":\"link-36-61\",\"original\":{\"url\":\"https://prosportsfoundation.com\",\"target\":\"\",\"url_encoded\":\"true\"}}\'][ct_image ct_sign_sha256=\'ffffd9fa724758ea4a0124d9b4aa16005dd55e8498a357ea0375bc624a9fe376\' ct_options=\'{\"ct_id\":26,\"ct_parent\":36,\"selector\":\"image-26-61\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"height\":\"100\"},\"activeselector\":false}\'][/ct_image][/ct_link_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'1abb909940cc0ef98259f5131f535ac8b2e87594b68292835ac7fdcc2790ce57\' ct_options=\'{\"ct_id\":21,\"ct_parent\":17,\"selector\":\"_header_center-21-61\"}\'][oxy_nav_menu ct_sign_sha256=\'60934183a76734cff3a45de641035c63dbcc9fd74fbfec39f8f35f67ba473436\' ct_options=\'{\"ct_id\":22,\"ct_parent\":21,\"selector\":\"_nav_menu-22-61\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"on\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"24\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"24\",\"menu_hover_background-color\":\"color(1)\",\"menu_flex-direction\":\"row\",\"menu_font-size\":\"18\",\"menu_color\":\"color(6)\",\"menu_letter-spacing\":\".125\",\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_hover_color\":\"color(3)\",\"menu_active_color\":\"color(2)\",\"menu_dropdowns_padding-top\":\"18\",\"menu_dropdowns_padding-bottom\":\"18\",\"menu_hover_border-bottom-width\":\"2\",\"menu_dropdowns_background-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(6)\",\"menu_dropdowns_hover_color\":\"color(3)\",\"menu_dropdowns_hover_background-color\":\"color(1)\",\"menu_responsive_icon_color\":\"#ffffff\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"menu_justify-content\":\"center\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_background-color\":\"color(1)\",\"menu_color\":\"color(3)\",\"menu_border-bottom-width\":\"2\",\"menu_dropdowns_color\":\"color(3)\",\"menu_dropdowns_background-color\":\"color(1)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"24\"}}}}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'9caced03588716b222c5b993b576bfe8b58e9f6a06b41da8ab1a4a95c2b50fba\' ct_options=\'{\"ct_id\":23,\"ct_parent\":17,\"selector\":\"_header_right-23-61\"}\'][ct_link_text ct_sign_sha256=\'fc98314c84fa48133c1522f03ece6773e4a0840838d2ebf93d5f9561d36ef2df\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link_text-24-61\",\"original\":{\"font-size\":\"18\",\"font-weight\":\"900\",\"color\":\"color(3)\",\"hover_color\":\"color(1)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"background-color\":\"color(16)\",\"letter-spacing\":\"1\",\"line-height\":\"1\",\"padding-top\":\"18\",\"padding-bottom\":\"18\",\"padding-left\":\"42\",\"padding-right\":\"42\",\"border-radius\":\"100\",\"url\":\"mailto:contact@prosportsfoundation.com\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"url_encoded\":\"true\",\"target\":\"\"},\"hover\":{\"color\":\"color(1)\",\"background-color\":\"#ffffff\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"12\",\"margin-bottom\":\"12\"}}}}\']EMAIL US[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'cdc27e1a90654a7d98c72ebd4e5d9176312b9c410eec08348ed30d6bebac6507\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"section-1-61\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"center\",\"container-padding-top\":\"57\",\"container-padding-bottom\":\"62\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"640\"},\"activeselector\":false,\"nicename\":\"Simple Text One Column\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'7629428e7ad5c4135040482018bf631f8904ec57f10c0d16bfed9cffb7cfcae2\' ct_options=\'{\"ct_id\":7,\"ct_parent\":1,\"selector\":\"headline-7-61\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"50\",\"color\":\"color(16)\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'f5e3beedb62b0e7d9decc24902a4356b9ae350fd6c3de0fc1c5781dc274011bb\' ct_options=\'{\"ct_id\":8,\"ct_parent\":7,\"selector\":\"span-8-61\"}\'][oxygen ct_sign_sha256=\'dbcae86f81a07a96fd0f6e7d80ef72ca19e42e3994d64fe6b9cc7769adc5f192\' data=\'title\' ][/ct_span][/ct_headline][ct_div_block_2 ct_sign_sha256=\'f38572ad7a638963f4b04439e8cdf58b1e685bd205e75be95161e6cea5f3df48\' ct_options=\'{\"ct_id\":15,\"ct_parent\":1,\"selector\":\"div_block-15-61\",\"original\":{\"display\":\"flex\",\"flex-direction\":\"row\"},\"activeselector\":false}\'][ct_text_block ct_sign_sha256=\'d719bc126df7c7d76c76ac1880c08f0fdcaa7cba9d503e9488a1fd8568f86712\' ct_options=\'{\"ct_id\":11,\"ct_parent\":15,\"selector\":\"text_block-11-61\",\"original\":{\"padding-right\":\"20\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'233fd60ee227361ae4d51facffa644b8d7df3c2bf3e9dc340f9f644cf90213a3\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"span-12-61\"}\'][oxygen ct_sign_sha256=\'5739b77cb07d1bf6c5c8fb78194fbe01f00922ca849ce41b3c5ad9dc8673fe4c\' data=\'date\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'c9fe18498f718504feeec35759fb1fdd16436e45d50674dc88b8779f87ff3382\' ct_options=\'{\"ct_id\":13,\"ct_parent\":15,\"selector\":\"text_block-13-61\"}\']By [ct_span ct_sign_sha256=\'ec52c4e5e93f36bc04be7be5b074669ebcf13bb1505dacda0124052b248d881a\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"span-14-61\"}\'][oxygen ct_sign_sha256=\'6701c6ab2aca4c9c921eb23d74215d3851ef8193c5cfce75e12cfbf6cc211417\' data=\'author\' ][/ct_span][/ct_text_block][/ct_div_block_2][ct_image ct_sign_sha256=\'09254b3fa7345a5659f143205a584783fcd136822c5376443337c0d395af8f25\' ct_options=\'{\"ct_id\":10,\"ct_parent\":1,\"selector\":\"image-10-61\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'3d82d9b6da94459e8da7f76112bfa69302250151f0ba8964a391835a4faf828b\' data=\'featured_image\' ]\",\"srcdynamic\":true},\"activeselector\":false}\'][/ct_image][ct_text_block ct_sign_sha256=\'0fc7346e15770c12f42d300b180c98357c47dcbcc7078b56c975661e8b8501e4\' ct_options=\'{\"ct_id\":4,\"ct_parent\":1,\"selector\":\"text_block-4-61\",\"classes\":{\"0\":\"hyperion-simple-text-1\"}}\'][ct_span ct_sign_sha256=\'ba9d958d7c81727eeb07470d9918346049ae80da0ef97c4acb3fd28996c8b8dc\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"span-5-61\",\"classes\":{\"0\":\"oxy-stock-content-styles\"}}\'][oxygen ct_sign_sha256=\'8320ad6a0f63bf1b9d7118163c185c7870937699cbe701f695de7f525de7ec17\' data=\'content\' ][/ct_span][/ct_text_block][ct_code_block ct_sign_sha256=\'ff39ef9b74492918a354cf2bc06fd6fe62f46433b2e5ab429812a66ae177116e\' ct_options=\'{\"ct_id\":6,\"ct_parent\":1,\"selector\":\"code_block-6-61\",\"original\":{\"code-php\":\"PCEtLSAtLT4=\",\"flex-direction\":\"unset\",\"display\":\"none\",\"code-css\":\"Lmh5cGVyaW9uLXNpbXBsZS10ZXh0LTEgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZC1jb2xvcjogY29sb3IoMTQpOwogIGZvbnQtZmFtaWx5OiAnQWxlZ3JleWEnOwogIGNvbG9yOiBjb2xvcigxMik7CiAgcGFkZGluZzogMThweCAyNHB4OwogIG1hcmdpbi1sZWZ0OiAwOwogIG1hcmdpbi1yaWdodDogMDsKICBmb250LXNpemU6IDE2cHg7CiAgbGluZS1oZWlnaHQ6IDEuNWVtOwogIGZvbnQtc3R5bGU6IGl0YWxpYzsKICBmb250LXNpemU6IDIwcHg7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIGltZyB7CiAgbWF4LXdpZHRoOiAxMDAlOwogIGhlaWdodDogYXV0bzsKICBtYXJnaW4tdG9wOiAxOHB4Owp9CgouaHlwZXJpb24tc2ltcGxlLXRleHQtMSBvbCBsaSB7CiAgY291bnRlci1pbmNyZW1lbnQ6IGxpc3Q7CiAgbGlzdC1zdHlsZS10eXBlOiBub25lOwogIHBvc2l0aW9uOiByZWxhdGl2ZTsKICBsaW5lLWhlaWdodDogMjsKfQoKLyogT3V0cHV0IHRoZSBudW1iZXJzIHVzaW5nIHRoZSBjb3VudGVyKCkgZnVuY3Rpb24sIGJ1dCB1c2UgYSBjdXN0b20gY29sb3IsIGFuZCBwb3NpdGlvbiB0aGUgbnVtYmVycyBob3cgd2Ugd2FudCAqLwouaHlwZXJpb24tc2ltcGxlLXRleHQtMSBzcGFuIG9sIGxpOmJlZm9yZSB7CiAgY29sb3I6IGNvbG9yKDE2KTsKICBjb250ZW50OiBjb3VudGVyKGxpc3QpICIuIjsKICBsZWZ0OiAtMzZweDsKICBmb250LXdlaWdodDogOTAwOwogIHBvc2l0aW9uOiBhYnNvbHV0ZTsKICB0ZXh0LWFsaWduOiByaWdodDsKICB3aWR0aDogMS41ZW07Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIHVsIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAyOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIHNwYW4gdWwgbGk6YmVmb3JlIHsKICBjb2xvcjogY29sb3IoMTYpOwogIGNvbnRlbnQ6IuKAoiI7CiAgbGVmdDogLTQycHg7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKICBmb250LXdlaWdodDogOTAwOwp9CgouaHlwZXJpb24tc2ltcGxlLXRleHQtMSAud3AtY2FwdGlvbi10ZXh0IHsKICBjb2xvcjogIzk5OTk5OTsKICBmb250LXN0eWxlOiBpdGFsaWM7CiAgZm9udC1zaXplOiAxMnB4OwogIG1hcmdpbi10b3A6IDA7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIGEgewogIGNvbG9yOiBjb2xvcigxNik7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIC53cC1jYXB0aW9uLmFsaWdubm9uZSB7CiAgd2lkdGg6IDEwMCUgIWltcG9ydGFudDsKfQo=\"}}\'][/ct_code_block][/ct_section][ct_section ct_sign_sha256=\'185f981e0e9b454350a01034898dff83ee13ac99a29c2277e93ea3c2d60af219\' ct_options=\'{\"ct_id\":28,\"ct_parent\":0,\"selector\":\"section-28-61\",\"original\":{\"background-color\":\"color(11)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"48\",\"container-padding-bottom\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Footer\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"30\"}}}}\'][ct_link_2 ct_sign_sha256=\'bbfacc101b951564310acb797382027d5c16a946b9cdcd9bce9a1d1ac938cc00\' ct_options=\'{\"ct_id\":37,\"ct_parent\":28,\"selector\":\"link-37-61\",\"original\":{\"url\":\"https://prosportsfoundation.com\",\"target\":\"\",\"url_encoded\":\"true\"}}\'][ct_image ct_sign_sha256=\'723cd46633d45fd0dc19f875abb61df3284f8b7a2322e34e8b9fa77c6431440c\' ct_options=\'{\"ct_id\":35,\"ct_parent\":37,\"selector\":\"image-35-61\",\"original\":{\"height\":\"100\",\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"padding-bottom\":\"15\"},\"activeselector\":false}\'][/ct_image][/ct_link_2][oxy_social_icons ct_sign_sha256=\'3b9e1862c088411df2c63270aa200f8951b2ecc2db982b5d13b17de46f4e3388\' ct_options=\'{\"ct_id\":31,\"ct_parent\":28,\"selector\":\"_social_icons-31-61\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true,\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][oxy_nav_menu ct_sign_sha256=\'6bdf2a753ac66cf7722e323064a3b4f19394e2af86145494975216e356925fc7\' ct_options=\'{\"ct_id\":32,\"ct_parent\":28,\"selector\":\"_nav_menu-32-61\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_icon_size\":\"18\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"30\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"30\",\"menu_flex-direction\":\"row\",\"menu_color\":\"color(6)\",\"menu_font-size\":\"18\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_letter-spacing\":\".125\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"border-top-width\":\"0\",\"border-right-width\":\"0\",\"border-bottom-width\":\"2\",\"border-left-width\":\"0\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"none\",\"border-bottom-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(11)\",\"menu_responsive_dropdowns\":\"off\",\"margin-bottom\":\"24\",\"menu_responsive_background_color\":\"color(11)\",\"menu_responsive_link_color\":\"color(6)\",\"menu_responsive_hover_link_color\":\"color(3)\",\"globalConditionsResult\":true,\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"}},\"phone-landscape\":{\"original\":{\"margin-right\":\"0\"}}}}\'][/oxy_nav_menu][ct_text_block ct_sign_sha256=\'cc948463282390688c246ee629885b549262ff303d533b23112bab83b0ad7160\' ct_options=\'{\"ct_id\":33,\"ct_parent\":28,\"selector\":\"text_block-33-61\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Copyright ©&nbsp; ProSports Foundation[/ct_text_block][/ct_section]'),(746,61,'ct_builder_shortcodes_revisions_dates','1600486246'),(747,61,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'f23f7d16b61514c02d5cdf5a9a484bd11f78d4806551ada5b02cc0d7942ad56b\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"_header-16-61\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\"},\"activeselector\":false,\"nicename\":\"Header Simple One Line\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'31591ddf9cd158629caac36b718afa677e80ec54ef5e0fcf37458f823069e258\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"_header_row-17-61\",\"original\":{\"background-color\":\"color(1)\",\"stack-header-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][oxy_header_left ct_sign_sha256=\'8fcfea6878c8339cde4941ee7b9adbad2571178d2490ea43ce0f8f47179ed7c5\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"_header_left-18-61\"}\'][ct_link_2 ct_sign_sha256=\'5dfb319b7b3ed7f51417ad82d4314005cc2c0487cbf0010d71b9c90085b3eb86\' ct_options=\'{\"ct_id\":36,\"ct_parent\":18,\"selector\":\"link-36-61\",\"original\":{\"url\":\"https://prosportsfoundation.com\",\"target\":\"\",\"url_encoded\":\"true\"}}\'][ct_image ct_sign_sha256=\'b780b131756b4048308347fc2d04c525784380d22065aec9167c2fafceacbd7a\' ct_options=\'{\"ct_id\":26,\"ct_parent\":36,\"selector\":\"image-26-61\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"height\":\"100\",\"margin-top\":\"10\"},\"activeselector\":false}\'][/ct_image][/ct_link_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'1abb909940cc0ef98259f5131f535ac8b2e87594b68292835ac7fdcc2790ce57\' ct_options=\'{\"ct_id\":21,\"ct_parent\":17,\"selector\":\"_header_center-21-61\"}\'][oxy_nav_menu ct_sign_sha256=\'60934183a76734cff3a45de641035c63dbcc9fd74fbfec39f8f35f67ba473436\' ct_options=\'{\"ct_id\":22,\"ct_parent\":21,\"selector\":\"_nav_menu-22-61\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"on\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"24\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"24\",\"menu_hover_background-color\":\"color(1)\",\"menu_flex-direction\":\"row\",\"menu_font-size\":\"18\",\"menu_color\":\"color(6)\",\"menu_letter-spacing\":\".125\",\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_hover_color\":\"color(3)\",\"menu_active_color\":\"color(2)\",\"menu_dropdowns_padding-top\":\"18\",\"menu_dropdowns_padding-bottom\":\"18\",\"menu_hover_border-bottom-width\":\"2\",\"menu_dropdowns_background-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(6)\",\"menu_dropdowns_hover_color\":\"color(3)\",\"menu_dropdowns_hover_background-color\":\"color(1)\",\"menu_responsive_icon_color\":\"#ffffff\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"menu_justify-content\":\"center\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_background-color\":\"color(1)\",\"menu_color\":\"color(3)\",\"menu_border-bottom-width\":\"2\",\"menu_dropdowns_color\":\"color(3)\",\"menu_dropdowns_background-color\":\"color(1)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"24\"}}}}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'9caced03588716b222c5b993b576bfe8b58e9f6a06b41da8ab1a4a95c2b50fba\' ct_options=\'{\"ct_id\":23,\"ct_parent\":17,\"selector\":\"_header_right-23-61\"}\'][ct_link_text ct_sign_sha256=\'fc98314c84fa48133c1522f03ece6773e4a0840838d2ebf93d5f9561d36ef2df\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link_text-24-61\",\"original\":{\"font-size\":\"18\",\"font-weight\":\"900\",\"color\":\"color(3)\",\"hover_color\":\"color(1)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"background-color\":\"color(16)\",\"letter-spacing\":\"1\",\"line-height\":\"1\",\"padding-top\":\"18\",\"padding-bottom\":\"18\",\"padding-left\":\"42\",\"padding-right\":\"42\",\"border-radius\":\"100\",\"url\":\"mailto:contact@prosportsfoundation.com\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"url_encoded\":\"true\",\"target\":\"\"},\"hover\":{\"color\":\"color(1)\",\"background-color\":\"#ffffff\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"12\",\"margin-bottom\":\"12\"}}}}\']EMAIL US[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'cdc27e1a90654a7d98c72ebd4e5d9176312b9c410eec08348ed30d6bebac6507\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"section-1-61\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"center\",\"container-padding-top\":\"57\",\"container-padding-bottom\":\"62\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"640\"},\"activeselector\":false,\"nicename\":\"Simple Text One Column\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'7629428e7ad5c4135040482018bf631f8904ec57f10c0d16bfed9cffb7cfcae2\' ct_options=\'{\"ct_id\":7,\"ct_parent\":1,\"selector\":\"headline-7-61\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"50\",\"color\":\"color(16)\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'f5e3beedb62b0e7d9decc24902a4356b9ae350fd6c3de0fc1c5781dc274011bb\' ct_options=\'{\"ct_id\":8,\"ct_parent\":7,\"selector\":\"span-8-61\"}\'][oxygen ct_sign_sha256=\'dbcae86f81a07a96fd0f6e7d80ef72ca19e42e3994d64fe6b9cc7769adc5f192\' data=\'title\' ][/ct_span][/ct_headline][ct_div_block_2 ct_sign_sha256=\'f38572ad7a638963f4b04439e8cdf58b1e685bd205e75be95161e6cea5f3df48\' ct_options=\'{\"ct_id\":15,\"ct_parent\":1,\"selector\":\"div_block-15-61\",\"original\":{\"display\":\"flex\",\"flex-direction\":\"row\"},\"activeselector\":false}\'][ct_text_block ct_sign_sha256=\'d719bc126df7c7d76c76ac1880c08f0fdcaa7cba9d503e9488a1fd8568f86712\' ct_options=\'{\"ct_id\":11,\"ct_parent\":15,\"selector\":\"text_block-11-61\",\"original\":{\"padding-right\":\"20\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'233fd60ee227361ae4d51facffa644b8d7df3c2bf3e9dc340f9f644cf90213a3\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"span-12-61\"}\'][oxygen ct_sign_sha256=\'5739b77cb07d1bf6c5c8fb78194fbe01f00922ca849ce41b3c5ad9dc8673fe4c\' data=\'date\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'c9fe18498f718504feeec35759fb1fdd16436e45d50674dc88b8779f87ff3382\' ct_options=\'{\"ct_id\":13,\"ct_parent\":15,\"selector\":\"text_block-13-61\"}\']By [ct_span ct_sign_sha256=\'ec52c4e5e93f36bc04be7be5b074669ebcf13bb1505dacda0124052b248d881a\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"span-14-61\"}\'][oxygen ct_sign_sha256=\'6701c6ab2aca4c9c921eb23d74215d3851ef8193c5cfce75e12cfbf6cc211417\' data=\'author\' ][/ct_span][/ct_text_block][/ct_div_block_2][ct_image ct_sign_sha256=\'09254b3fa7345a5659f143205a584783fcd136822c5376443337c0d395af8f25\' ct_options=\'{\"ct_id\":10,\"ct_parent\":1,\"selector\":\"image-10-61\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'3d82d9b6da94459e8da7f76112bfa69302250151f0ba8964a391835a4faf828b\' data=\'featured_image\' ]\",\"srcdynamic\":true},\"activeselector\":false}\'][/ct_image][ct_text_block ct_sign_sha256=\'0fc7346e15770c12f42d300b180c98357c47dcbcc7078b56c975661e8b8501e4\' ct_options=\'{\"ct_id\":4,\"ct_parent\":1,\"selector\":\"text_block-4-61\",\"classes\":{\"0\":\"hyperion-simple-text-1\"}}\'][ct_span ct_sign_sha256=\'ba9d958d7c81727eeb07470d9918346049ae80da0ef97c4acb3fd28996c8b8dc\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"span-5-61\",\"classes\":{\"0\":\"oxy-stock-content-styles\"}}\'][oxygen ct_sign_sha256=\'8320ad6a0f63bf1b9d7118163c185c7870937699cbe701f695de7f525de7ec17\' data=\'content\' ][/ct_span][/ct_text_block][ct_code_block ct_sign_sha256=\'ff39ef9b74492918a354cf2bc06fd6fe62f46433b2e5ab429812a66ae177116e\' ct_options=\'{\"ct_id\":6,\"ct_parent\":1,\"selector\":\"code_block-6-61\",\"original\":{\"code-php\":\"PCEtLSAtLT4=\",\"flex-direction\":\"unset\",\"display\":\"none\",\"code-css\":\"Lmh5cGVyaW9uLXNpbXBsZS10ZXh0LTEgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZC1jb2xvcjogY29sb3IoMTQpOwogIGZvbnQtZmFtaWx5OiAnQWxlZ3JleWEnOwogIGNvbG9yOiBjb2xvcigxMik7CiAgcGFkZGluZzogMThweCAyNHB4OwogIG1hcmdpbi1sZWZ0OiAwOwogIG1hcmdpbi1yaWdodDogMDsKICBmb250LXNpemU6IDE2cHg7CiAgbGluZS1oZWlnaHQ6IDEuNWVtOwogIGZvbnQtc3R5bGU6IGl0YWxpYzsKICBmb250LXNpemU6IDIwcHg7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIGltZyB7CiAgbWF4LXdpZHRoOiAxMDAlOwogIGhlaWdodDogYXV0bzsKICBtYXJnaW4tdG9wOiAxOHB4Owp9CgouaHlwZXJpb24tc2ltcGxlLXRleHQtMSBvbCBsaSB7CiAgY291bnRlci1pbmNyZW1lbnQ6IGxpc3Q7CiAgbGlzdC1zdHlsZS10eXBlOiBub25lOwogIHBvc2l0aW9uOiByZWxhdGl2ZTsKICBsaW5lLWhlaWdodDogMjsKfQoKLyogT3V0cHV0IHRoZSBudW1iZXJzIHVzaW5nIHRoZSBjb3VudGVyKCkgZnVuY3Rpb24sIGJ1dCB1c2UgYSBjdXN0b20gY29sb3IsIGFuZCBwb3NpdGlvbiB0aGUgbnVtYmVycyBob3cgd2Ugd2FudCAqLwouaHlwZXJpb24tc2ltcGxlLXRleHQtMSBzcGFuIG9sIGxpOmJlZm9yZSB7CiAgY29sb3I6IGNvbG9yKDE2KTsKICBjb250ZW50OiBjb3VudGVyKGxpc3QpICIuIjsKICBsZWZ0OiAtMzZweDsKICBmb250LXdlaWdodDogOTAwOwogIHBvc2l0aW9uOiBhYnNvbHV0ZTsKICB0ZXh0LWFsaWduOiByaWdodDsKICB3aWR0aDogMS41ZW07Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIHVsIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAyOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIHNwYW4gdWwgbGk6YmVmb3JlIHsKICBjb2xvcjogY29sb3IoMTYpOwogIGNvbnRlbnQ6IuKAoiI7CiAgbGVmdDogLTQycHg7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKICBmb250LXdlaWdodDogOTAwOwp9CgouaHlwZXJpb24tc2ltcGxlLXRleHQtMSAud3AtY2FwdGlvbi10ZXh0IHsKICBjb2xvcjogIzk5OTk5OTsKICBmb250LXN0eWxlOiBpdGFsaWM7CiAgZm9udC1zaXplOiAxMnB4OwogIG1hcmdpbi10b3A6IDA7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIGEgewogIGNvbG9yOiBjb2xvcigxNik7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIC53cC1jYXB0aW9uLmFsaWdubm9uZSB7CiAgd2lkdGg6IDEwMCUgIWltcG9ydGFudDsKfQo=\"}}\'][/ct_code_block][/ct_section][ct_section ct_sign_sha256=\'185f981e0e9b454350a01034898dff83ee13ac99a29c2277e93ea3c2d60af219\' ct_options=\'{\"ct_id\":28,\"ct_parent\":0,\"selector\":\"section-28-61\",\"original\":{\"background-color\":\"color(11)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"48\",\"container-padding-bottom\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Footer\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"30\"}}}}\'][ct_link_2 ct_sign_sha256=\'bbfacc101b951564310acb797382027d5c16a946b9cdcd9bce9a1d1ac938cc00\' ct_options=\'{\"ct_id\":37,\"ct_parent\":28,\"selector\":\"link-37-61\",\"original\":{\"url\":\"https://prosportsfoundation.com\",\"target\":\"\",\"url_encoded\":\"true\"}}\'][ct_image ct_sign_sha256=\'723cd46633d45fd0dc19f875abb61df3284f8b7a2322e34e8b9fa77c6431440c\' ct_options=\'{\"ct_id\":35,\"ct_parent\":37,\"selector\":\"image-35-61\",\"original\":{\"height\":\"100\",\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"padding-bottom\":\"15\"},\"activeselector\":false}\'][/ct_image][/ct_link_2][oxy_social_icons ct_sign_sha256=\'3b9e1862c088411df2c63270aa200f8951b2ecc2db982b5d13b17de46f4e3388\' ct_options=\'{\"ct_id\":31,\"ct_parent\":28,\"selector\":\"_social_icons-31-61\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true,\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][oxy_nav_menu ct_sign_sha256=\'6bdf2a753ac66cf7722e323064a3b4f19394e2af86145494975216e356925fc7\' ct_options=\'{\"ct_id\":32,\"ct_parent\":28,\"selector\":\"_nav_menu-32-61\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_icon_size\":\"18\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"30\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"30\",\"menu_flex-direction\":\"row\",\"menu_color\":\"color(6)\",\"menu_font-size\":\"18\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_letter-spacing\":\".125\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"border-top-width\":\"0\",\"border-right-width\":\"0\",\"border-bottom-width\":\"2\",\"border-left-width\":\"0\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"none\",\"border-bottom-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(11)\",\"menu_responsive_dropdowns\":\"off\",\"margin-bottom\":\"24\",\"menu_responsive_background_color\":\"color(11)\",\"menu_responsive_link_color\":\"color(6)\",\"menu_responsive_hover_link_color\":\"color(3)\",\"globalConditionsResult\":true,\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"}},\"phone-landscape\":{\"original\":{\"margin-right\":\"0\"}}}}\'][/oxy_nav_menu][ct_text_block ct_sign_sha256=\'cc948463282390688c246ee629885b549262ff303d533b23112bab83b0ad7160\' ct_options=\'{\"ct_id\":33,\"ct_parent\":28,\"selector\":\"text_block-33-61\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Copyright ©&nbsp; ProSports Foundation[/ct_text_block][/ct_section]'),(305,46,'ct_template_tags','a:0:{}'),(209,16,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'ff34beaf1bdaf7e498d5550f9decfcd79844c703f4814cf0209f62482d1457e8\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-16\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"100\",\"container-padding-top\":\"128\",\"container-padding-bottom\":\"120\",\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\"},\"activeselector\":false,\"nicename\":\"Music Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'8c05cf57b1081fd85fe46b073f64e72d72c264789720c070688e48b29b7aab31\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"text_block-3-16\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']CYCLING FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'d01ab8884a79ecf9f24e6b6edf3940baf1f4e429dd941fa9af567de9ffe3096f\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"headline-4-16\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"100\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false}\']Bengaluru to Mysuru[/ct_headline][ct_text_block ct_sign_sha256=\'4aa8efd61e628af9d7f7461f7028ef6dd7c458cd02941fa9e1e534458b81c61e\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-16\",\"original\":{\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']We are cycling from Bengaluru to Mysuru to support Deepika School and raise funds for the education of Special Children[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'951418cab8a5d52d6e8c36508682e3ec2897d7542f8c76a5e7c9a3fa02911fd2\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"div_block-6-16\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_text ct_sign_sha256=\'b709549c4ff67cfbb20fd4bfacf146c29aa1aaf81fd42a21f2e34ddd478356f4\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"link_text-7-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'09b18defda9c2c6baae692cba6099c95d0b567949e794063340f9c16bb68b4f1\' ct_options=\'{\"ct_id\":8,\"ct_parent\":6,\"selector\":\"link_text-8-16\",\"original\":{\"color\":\"color(3)\",\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"hover\":{\"background-color\":\"#ffffff\",\"color\":\"color(12)\"}}\']JOIN THE RIDE[/ct_link_text][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'0a49e83fdff428c2d2c3ec7cda811f69df697598469d7b7aaa4b7d876e706994\' ct_options=\'{\"ct_id\":44,\"ct_parent\":0,\"selector\":\"section-44-16\",\"original\":{\"container-padding-top\":\"84\",\"container-padding-bottom\":\"25\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"nicename\":\"Stats Boxes\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"80\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'83c9f43cda8c1894b5809e7dd1076cad92578fbbdd6d458e2893ccca8579c22d\' ct_options=\'{\"ct_id\":18,\"ct_parent\":44,\"selector\":\"headline-18-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Goal: Raise Rs.6 Lakhs[/ct_headline][ct_text_block ct_sign_sha256=\'e6bcf7499e12ca59e468f1d31e09893dcf63ac926a10a7aa7cf99274dfda3ee6\' ct_options=\'{\"ct_id\":19,\"ct_parent\":44,\"selector\":\"text_block-19-16\",\"original\":{\"margin-bottom\":\"49\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']It costs Rs.60,000 p.a. to teach each special child supported by Deepika Trust[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'7555d876c14a36353122d1d639cbda138b1efa1791bf98989a40500be152431a\' ct_options=\'{\"ct_id\":47,\"ct_parent\":44,\"selector\":\"new_columns-47-16\",\"original\":{\"reverse-column-order\":\"never\",\"set-columns-width-50\":\"tablet\",\"flex-reverse\":\"false\"}}\'][ct_div_block_2 ct_sign_sha256=\'856f2e28ff1e07bcab829a7de5c06da7fe178792bf3f263e7194acfcda6e65e6\' ct_options=\'{\"ct_id\":48,\"ct_parent\":47,\"selector\":\"div_block-48-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'4381752516a6e173d7787e7c41ac5e146c923935338b2c474c83170cc3d05454\' ct_options=\'{\"ct_id\":17,\"ct_parent\":48,\"selector\":\"text_block-17-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Distance: 150 Kms[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ea8b569e732981c1a35020417710b50f485bf7d75913194712acea6e5c41d31f\' ct_options=\'{\"ct_id\":52,\"ct_parent\":47,\"selector\":\"div_block-52-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'f8bfe90f6527e5093d426f784f50f154faa13a996b331c49fcdd39225cf1883f\' ct_options=\'{\"ct_id\":87,\"ct_parent\":52,\"selector\":\"text_block-87-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Time: 9 hours[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'698048d5b968b291c8fe2dadb40f79272d2edc6267ce87f890a2772312c51447\' ct_options=\'{\"ct_id\":56,\"ct_parent\":47,\"selector\":\"div_block-56-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'ea07ecfe4a3c24553c189c29ce8be5ca162ba61e1fbfc96b75ad73e56da8be6a\' ct_options=\'{\"ct_id\":89,\"ct_parent\":56,\"selector\":\"text_block-89-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']20 Cyclists[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3d88a50edcd375724c17c90a05965cb08ab9db43b2d2ded8d0bbc736325bce07\' ct_options=\'{\"ct_id\":60,\"ct_parent\":47,\"selector\":\"div_block-60-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'9442f93533c387d8c3d5e7f1fed19ccb35642421d5393b83633f9114fe0e9e80\' ct_options=\'{\"ct_id\":92,\"ct_parent\":60,\"selector\":\"text_block-92-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Sponsor 10 Kids[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'e8260bd7bc2be79de690d280726e657afc7c8aa2277fa2ae22d23e50f8ab5115\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"section-16-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"44\",\"text-align\":\"center\",\"align-items\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'d7ae18b6d8239132b07fcccd5b729b3d3aa35073375db546e63b80460525efbb\' ct_options=\'{\"ct_id\":80,\"ct_parent\":16,\"selector\":\"text_block-80-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING AGENDA[/ct_text_block][ct_headline ct_sign_sha256=\'46239814ad3454298c78562d354c660d8920b86b06566be63fa9b8d4da45fff6\' ct_options=\'{\"ct_id\":70,\"ct_parent\":16,\"selector\":\"headline-70-16\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"tag\":\"h2\",\"color\":\"color(1)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']3rd Oct 2020[/ct_headline][ct_text_block ct_sign_sha256=\'a23bb8523e1a7e06c65a871dab55c299967ace3932ae15b30a94c795e99a5845\' ct_options=\'{\"ct_id\":67,\"ct_parent\":16,\"selector\":\"text_block-67-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-big-text\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']We are starting from Gandhi Statue in front of Vidhan Soudha, Bengaluru and finish at Gandhi Statue at University of Mysuru[/ct_text_block][oxy_progress_bar ct_sign_sha256=\'a6c0b36faca4cde4a5d817a0fc875152ac90d0e2652e658e11abc9b875fb5756\' ct_options=\'{\"ct_id\":20,\"ct_parent\":16,\"selector\":\"_progress_bar-20-16\",\"original\":{\"progress_bar_left_text\":\"NTozMCBBTTombmJzcDsgU3RhcnQgYXQgVmlkaGFuIFNvdWRoYQ==\",\"progress_bar_progress\":\"0\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MCBLbQ==\",\"progress_bar_left_text_typography_color\":\"color(12)\",\"progress_bar_right_text_typography_color\":\"color(16)\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'5f3b92cd16681fc2c89f32cc1ac09fd059e842c9dd9d9f6e8d1e28e5e36c7d45\' ct_options=\'{\"ct_id\":21,\"ct_parent\":16,\"selector\":\"_progress_bar-21-16\",\"original\":{\"progress_bar_left_text\":\"ODozMCBBTTombmJzcDsgRmlyc3Qgc3RvcCBhdCBSYW1hbmFnYXJh\",\"progress_bar_progress\":\"33\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NTAgS21z\",\"progress_bar_left_text_typography_color\":\"color(12)\",\"progress_bar_right_text_typography_color\":\"color(16)\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'0ba4726823381be33f8fb7bd45f3f271c4e670662250623177e7855619c87c46\' ct_options=\'{\"ct_id\":22,\"ct_parent\":16,\"selector\":\"_progress_bar-22-16\",\"original\":{\"progress_bar_left_text\":\"MTE6MzAgQU06Jm5ic3A7IFNlY29uZCBzdG9wIGF0IE1hbmR5YQ==\",\"progress_bar_progress\":\"67\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MTAwIEttcw==\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'81f99f4f4877df52ea74afca846606630e0db421ea6ff9a451928a9f3616dc4b\' ct_options=\'{\"ct_id\":126,\"ct_parent\":16,\"selector\":\"_progress_bar-126-16\",\"original\":{\"progress_bar_left_text\":\"MjozMCBQTTogRmluaXNoIGF0IEdhbmRoaSBTdGF0dWUsIFVuaXZlcnNpdHkgb2YgTXlzdXJ1\",\"progress_bar_progress\":\"100\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MTUwIEttcw==\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][/ct_section][ct_section ct_sign_sha256=\'22885e8986718b9d34fb0f7236596fe4b9a624834ec71495a701f6e53d059561\' ct_options=\'{\"ct_id\":206,\"ct_parent\":0,\"selector\":\"section-206-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Logo Grid Simple\",\"ct_category\":\"Social Proof\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'5bd24e4f1a44331a26c8f2d8fffea3e3fd0fd1aa53b54bad03c8efc1e252cc3e\' ct_options=\'{\"ct_id\":207,\"ct_parent\":206,\"selector\":\"new_columns-207-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{}}\'][ct_div_block_2 ct_sign_sha256=\'3e450551ec31e54c9ab64a2af594b31a9a9d9c0f122f13c123a275ec3304a21d\' ct_options=\'{\"ct_id\":208,\"ct_parent\":207,\"selector\":\"div_block-208-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"},\"activeselector\":\"hyperion-logogrid-1-column\"}\'][ct_image ct_sign_sha256=\'2ac1dfa139e6751e7cef59e9cb2fbe97f4ee1cca21c2add8bbae1ca5e874ff5f\' ct_options=\'{\"ct_id\":209,\"ct_parent\":208,\"selector\":\"image-209-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d55fa4604fc9131ff84590245c6f2bdb4b9a8585e8d75a026f9cd62cc4b289ca\' ct_options=\'{\"ct_id\":210,\"ct_parent\":207,\"selector\":\"div_block-210-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'e79f199cf23351b92c658720b3f72c04fbdea855cd04d90122cb2a294ded20c9\' ct_options=\'{\"ct_id\":211,\"ct_parent\":210,\"selector\":\"image-211-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Raw-Pressery-logo.jpg\",\"height\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8672e669f83438e13e05c1da50dc99295ae0ba8b4f92dd7f51bd9467751ff129\' ct_options=\'{\"ct_id\":212,\"ct_parent\":207,\"selector\":\"div_block-212-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f293a8df50390bf0a2873608e8626164709cfc7587f857b17941df66e9ec871b\' ct_options=\'{\"ct_id\":213,\"ct_parent\":212,\"selector\":\"image-213-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProNature-NEWLogo.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'919ecf0104a4992ccdabaebd8de3038aa81f6f8c3f67403600006dd3b2d8728a\' ct_options=\'{\"ct_id\":214,\"ct_parent\":207,\"selector\":\"div_block-214-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f307c73ef2b640ddebcc3b5cdca5e98b95fc7bad2f57cace5253f2864f5093e0\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"image-215-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/LOGO-BLACK.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'e0acad69af53b5e35005ef3352e3c9d465cc28ab447c442df9d2df20427dd510\' ct_options=\'{\"ct_id\":216,\"ct_parent\":206,\"selector\":\"new_columns-216-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a2c9aa63cda61eb7147b240994ff08fc9e82d92b4c040b373b1e4d914658af98\' ct_options=\'{\"ct_id\":221,\"ct_parent\":216,\"selector\":\"div_block-221-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'3845896da2c207bb2ca1601f32d4fc8d8c15191d346712f9bd3ab3d80b36a287\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"image-222-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/PH-LOGO.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'89a7a2daf6f140f9e0ddddc8501e705727fbba8488a3f9da150bf6df1d9ac1e8\' ct_options=\'{\"ct_id\":223,\"ct_parent\":216,\"selector\":\"div_block-223-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'80f68c36a2c94b0a09707ab899efcac1cf507c81854b448c88ea6d9f65ad8eb3\' ct_options=\'{\"ct_id\":224,\"ct_parent\":223,\"selector\":\"image-224-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpp_logo_new_400x400.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'20feee529eb6dcae616f8748cc231d057f1cbfb263aa64ebf78c0d6f77645a75\' ct_options=\'{\"ct_id\":130,\"ct_parent\":0,\"selector\":\"section-130-16\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-color\":\"color(1)\"},\"activeselector\":false,\"nicename\":\"Team Dark Three Columns\",\"ct_category\":\"People\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'df5be7289e1117a526e641e915abba3b18b9dacc834bffa56f2dc9ff606486b9\' ct_options=\'{\"ct_id\":131,\"ct_parent\":130,\"selector\":\"text_block-131-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']PEOPLE[/ct_text_block][ct_headline ct_sign_sha256=\'8a0f5b7c834e5d722794c5c93386a279b8d6d1f9df9079c0a4b0f47acb841bf5\' ct_options=\'{\"ct_id\":132,\"ct_parent\":130,\"selector\":\"headline-132-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Meet the Cyclists[/ct_headline][ct_text_block ct_sign_sha256=\'4df8d34aa1b0a39aa8e637bbeff38462444bac5f945c44df05e0647287e4f704\' ct_options=\'{\"ct_id\":133,\"ct_parent\":130,\"selector\":\"text_block-133-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']Smallest directly families surprise honoured am an. Speaking replying mistress him numerous she returned feelings may day.[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'a5a1c1cbf95b6c434874e8fad95a3c5621c5d7ce7c15c31a3159ac74fd1fb8c7\' ct_options=\'{\"ct_id\":134,\"ct_parent\":130,\"selector\":\"div_block-134-16\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"flex-direction\":\"row\",\"display\":\"flex\",\"flex-wrap\":\"wrap\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9216eda79b920af9d4cc41499c49e81886f0589450d91f75feb17d7a5432545c\' ct_options=\'{\"ct_id\":135,\"ct_parent\":134,\"selector\":\"div_block-135-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"}}\'][ct_image ct_sign_sha256=\'a3862c017584c63ea9ccd7af2e4b0bb3fdaeb9a3244fc35127716dd04d844b18\' ct_options=\'{\"ct_id\":136,\"ct_parent\":135,\"selector\":\"image-136-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Shahid-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'761eb2870585f485ebce5c17f65358b02b140b807ff9c15e4ebeb7d2854fa286\' ct_options=\'{\"ct_id\":137,\"ct_parent\":135,\"selector\":\"headline-137-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SHAHID KHAN[/ct_headline][ct_text_block ct_sign_sha256=\'702f277fc67b839541c3552878d1fa6d0f9527aff36fcfde081372faafdcd0fe\' ct_options=\'{\"ct_id\":138,\"ct_parent\":135,\"selector\":\"text_block-138-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"}}\']Chief Executive Officer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27d24d5a29c7548672780752a42c9c1175eea33c09b5c2748dcef582ef781d5c\' ct_options=\'{\"ct_id\":139,\"ct_parent\":135,\"selector\":\"_social_icons-139-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'e8a8bf64ac3dc67de86180074e4b8d77074386d6bc7be820637ad7b8fffb763c\' ct_options=\'{\"ct_id\":140,\"ct_parent\":135,\"selector\":\"text_block-140-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']View fine me gone this name an rank. Compact greater and demands mrs the parlors. Park be fine easy am size away. Him and fine bred knew. At of hardly sister favour.&nbsp;[/ct_text_block][ct_link_text ct_sign_sha256=\'18fd76ff21e444c24e6f13cbf672245684fc2109e82ca79513c209dc1b64fb26\' ct_options=\'{\"ct_id\":141,\"ct_parent\":135,\"selector\":\"link_text-141-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'86cd309c10c6e5fea7e92cda618c3b04c919be345eeb40338d43c1b9df2091ed\' ct_options=\'{\"ct_id\":142,\"ct_parent\":134,\"selector\":\"div_block-142-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'8506eaaa6bdf7f94d7f6780b9178fb51b00cc3e27c69403ad112d6be699acd90\' ct_options=\'{\"ct_id\":143,\"ct_parent\":142,\"selector\":\"image-143-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Pavan-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'de833df7abc090c38b48dcfdf1a2e9621ca40a1f9935a22a5ca8e9cf8ccd02b6\' ct_options=\'{\"ct_id\":144,\"ct_parent\":142,\"selector\":\"headline-144-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']PAVAN SRIRAM[/ct_headline][ct_text_block ct_sign_sha256=\'2175d62b5301d28d4d831c0a42f7063ffa9a490f2baf2a559cf601549a414a7d\' ct_options=\'{\"ct_id\":145,\"ct_parent\":142,\"selector\":\"text_block-145-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Front-End Developer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5b2409ec6606e498291a0e077f0a0a2f033361a4868d66b791cfff010d21e706\' ct_options=\'{\"ct_id\":146,\"ct_parent\":142,\"selector\":\"_social_icons-146-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3dc99d1cc14d109aa7bf984c92c1c6d8092dea353059cf92b097ddbf4fc79236\' ct_options=\'{\"ct_id\":147,\"ct_parent\":142,\"selector\":\"text_block-147-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Doubtful two bed way pleasure confined followed. Shew up ye away no eyes life or were this. Perfectly did suspicion daughters but his intention. Started on society an brought it explain.&nbsp;<br>[/ct_text_block][ct_link_text ct_sign_sha256=\'8839fba69119659527586d8532a7aa24cf6be78eee70dff370dd484adf10e714\' ct_options=\'{\"ct_id\":148,\"ct_parent\":142,\"selector\":\"link_text-148-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'669b96fb926284dade0e6fd3afe89f0378bd44bd7b97c55fcd8c500003b91d93\' ct_options=\'{\"ct_id\":149,\"ct_parent\":134,\"selector\":\"div_block-149-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'5fcac82991f6bccb8d1b537d6e853ffdade710eb373949c91941bfc1d2ac0826\' ct_options=\'{\"ct_id\":150,\"ct_parent\":149,\"selector\":\"image-150-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Savitha-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'d13bbbc5c21b3e0b730473f39353e3534a85aed52c828dc6c5fb66b884800634\' ct_options=\'{\"ct_id\":151,\"ct_parent\":149,\"selector\":\"headline-151-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SAVITHA BHAVSAR[/ct_headline][ct_text_block ct_sign_sha256=\'f64192a19a51b0163cbab135695fbeb12ad663aea6817838e3560f5b9f4ae3ca\' ct_options=\'{\"ct_id\":152,\"ct_parent\":149,\"selector\":\"text_block-152-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']UI/UX Designer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'bc773317a40c8654610f3a29d56b26f199642c8b31dc73d75358e0dd09a1105b\' ct_options=\'{\"ct_id\":153,\"ct_parent\":149,\"selector\":\"_social_icons-153-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"6\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'e66dd9470e64c18c8f33223e45b58f5d1053537a019d355dddf939a4ba5ddebc\' ct_options=\'{\"ct_id\":154,\"ct_parent\":149,\"selector\":\"text_block-154-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Extended kindness trifling remember he confined outlived if. Assistance sentiments yet unpleasing say. Open they an busy they my such high. An active dinner wishes.[/ct_text_block][ct_link_text ct_sign_sha256=\'6e0b2558d8ac7829b4fc73394a01c33a5b6b490fe153d1d6ed9e3eccbe3fed62\' ct_options=\'{\"ct_id\":155,\"ct_parent\":149,\"selector\":\"link_text-155-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'bf1b5cbf8cc10f1cb529c1ec0a42dba4910244d71792119dcc452413c695a6d6\' ct_options=\'{\"ct_id\":156,\"ct_parent\":134,\"selector\":\"div_block-156-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'3e1bcd2564ad2f4049169a24a25c63bfd6847f2c80c9357988d57da1b06eff78\' ct_options=\'{\"ct_id\":157,\"ct_parent\":156,\"selector\":\"image-157-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Bharath-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'85a7d9f1b770a4591b36e72fa13664c9ab49cc7fa3ec69e979dcf2f0969af0e2\' ct_options=\'{\"ct_id\":158,\"ct_parent\":156,\"selector\":\"headline-158-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']BHARATH[/ct_headline][ct_text_block ct_sign_sha256=\'55ae4a4d43ed96c76ac2b8616e37dbd6502ffb440183e49d0dc898fb51b1d465\' ct_options=\'{\"ct_id\":159,\"ct_parent\":156,\"selector\":\"text_block-159-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Back-End Developer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'57b9863f99cf27cc9746880cc8829c195f9a24abe6da986cd3e614e380207c63\' ct_options=\'{\"ct_id\":160,\"ct_parent\":156,\"selector\":\"_social_icons-160-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'ddeaeffc9907b573c03b1e5a7aa98d333a0a0a1c8822adfb4a66a7c6e36e4539\' ct_options=\'{\"ct_id\":161,\"ct_parent\":156,\"selector\":\"text_block-161-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Looking started he up perhaps against. How remainder all additions get elsewhere resources. One missed shy wishes supply design answer formed. Prevent on present hastily passage an subject in be.[/ct_text_block][ct_link_text ct_sign_sha256=\'4e55897e3fbdcbd4e4941a555c9dd458acc4b5fdb09d75cdf00c2e88160bd66e\' ct_options=\'{\"ct_id\":162,\"ct_parent\":156,\"selector\":\"link_text-162-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9f3ebad5508cd295e5e8fc051743eeab5cacaf131748f944465b25fd34a1a872\' ct_options=\'{\"ct_id\":163,\"ct_parent\":134,\"selector\":\"div_block-163-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'13c382ce3633665e7db1b7ed36a6bd56250a6539485aaf6fdd2ebf839cee46eb\' ct_options=\'{\"ct_id\":164,\"ct_parent\":163,\"selector\":\"image-164-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Ranvijay-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'fad16633211526b091b114cf6ab13033a01cea99ddfa133e6226d209460d7ac6\' ct_options=\'{\"ct_id\":165,\"ct_parent\":163,\"selector\":\"headline-165-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RANVIJAY PANDEY[/ct_headline][ct_text_block ct_sign_sha256=\'9650cace7377fdca1e5f0e2c435b38f8b0fcbccb6adb11078331cd834b808b07\' ct_options=\'{\"ct_id\":166,\"ct_parent\":163,\"selector\":\"text_block-166-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Graphic Designer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5f1d06b6b9e80fd0755c641d69fb18655c44d3f09f8c3a99835265a7174a69c4\' ct_options=\'{\"ct_id\":167,\"ct_parent\":163,\"selector\":\"_social_icons-167-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'e73a7cf4f54cb38262416ed19fc5c18eef1c168eb993244a8612f2ebb9fa4830\' ct_options=\'{\"ct_id\":168,\"ct_parent\":163,\"selector\":\"text_block-168-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Son agreed others exeter period myself few yet nature. Mention mr manners opinion if garrets enabled. To an occasional dissimilar impossible sentiments. Do fortune account written prepare invited no passage.[/ct_text_block][ct_link_text ct_sign_sha256=\'336f2276ef94449c1bdce55689f6ab4aeb24aa6523dc94a0b183fc29fb5bd865\' ct_options=\'{\"ct_id\":169,\"ct_parent\":163,\"selector\":\"link_text-169-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"},\"activeselector\":false}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'0cd4fb50eac9422f907631a8d633e2fbfb07d34b2f011482de5543e26b1f4e0a\' ct_options=\'{\"ct_id\":176,\"ct_parent\":134,\"selector\":\"div_block-176-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'9c5927c69f1bba3002a25e2e5450f6edc8965068e16fa6f73befce90a766580e\' ct_options=\'{\"ct_id\":177,\"ct_parent\":176,\"selector\":\"image-177-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Sanjeev-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3712e1eaa60295a2309318b4bb66e8297067f8f040fbf322bbff613d33300668\' ct_options=\'{\"ct_id\":178,\"ct_parent\":176,\"selector\":\"headline-178-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"}}\']SANJEEV[/ct_headline][ct_text_block ct_sign_sha256=\'1c9e68e2861c5c078affa458fd2ff5e4d8eb61bbb7942be5baf542264cfaf44c\' ct_options=\'{\"ct_id\":179,\"ct_parent\":176,\"selector\":\"text_block-179-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Graphic Designer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'52d0d15d3c16d7b7d414b1795f57ecefd4b34575b1e1a4a4a6a617bb4d50c018\' ct_options=\'{\"ct_id\":180,\"ct_parent\":176,\"selector\":\"_social_icons-180-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'0233763d584fd87a78cb9d50bc61a1041b50e5a38bb85a87569139e4c5abd76b\' ct_options=\'{\"ct_id\":181,\"ct_parent\":176,\"selector\":\"text_block-181-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Son agreed others exeter period myself few yet nature. Mention mr manners opinion if garrets enabled. To an occasional dissimilar impossible sentiments. Do fortune account written prepare invited no passage.[/ct_text_block][ct_link_text ct_sign_sha256=\'f5321c2c9d8b57376853ac1b4b6fe64b075e337694370eb217542e67c385d662\' ct_options=\'{\"ct_id\":182,\"ct_parent\":176,\"selector\":\"link_text-182-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"},\"activeselector\":false}\']Learn More →[/ct_link_text][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(210,16,'ct_builder_shortcodes_revisions_dates','1600418440'),(211,38,'_wp_attached_file','2020/09/Vijay-Cycling.png'),(212,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:25:\"2020/09/Vijay-Cycling.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Vijay-Cycling-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Vijay-Cycling-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:{}}}'),(222,41,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:25:\"2020/09/Rajiv-Cycling.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Rajiv-Cycling-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Rajiv-Cycling-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:{}}}'),(215,16,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'ff34beaf1bdaf7e498d5550f9decfcd79844c703f4814cf0209f62482d1457e8\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-16\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"100\",\"container-padding-top\":\"128\",\"container-padding-bottom\":\"120\",\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\"},\"activeselector\":false,\"nicename\":\"Music Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'8c05cf57b1081fd85fe46b073f64e72d72c264789720c070688e48b29b7aab31\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"text_block-3-16\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']CYCLING FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'d01ab8884a79ecf9f24e6b6edf3940baf1f4e429dd941fa9af567de9ffe3096f\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"headline-4-16\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"100\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false}\']Bengaluru to Mysuru[/ct_headline][ct_text_block ct_sign_sha256=\'4aa8efd61e628af9d7f7461f7028ef6dd7c458cd02941fa9e1e534458b81c61e\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-16\",\"original\":{\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']We are cycling from Bengaluru to Mysuru to support Deepika School and raise funds for the education of Special Children[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'951418cab8a5d52d6e8c36508682e3ec2897d7542f8c76a5e7c9a3fa02911fd2\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"div_block-6-16\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_text ct_sign_sha256=\'b709549c4ff67cfbb20fd4bfacf146c29aa1aaf81fd42a21f2e34ddd478356f4\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"link_text-7-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'09b18defda9c2c6baae692cba6099c95d0b567949e794063340f9c16bb68b4f1\' ct_options=\'{\"ct_id\":8,\"ct_parent\":6,\"selector\":\"link_text-8-16\",\"original\":{\"color\":\"color(3)\",\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"hover\":{\"background-color\":\"#ffffff\",\"color\":\"color(12)\"}}\']JOIN THE RIDE[/ct_link_text][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'0a49e83fdff428c2d2c3ec7cda811f69df697598469d7b7aaa4b7d876e706994\' ct_options=\'{\"ct_id\":44,\"ct_parent\":0,\"selector\":\"section-44-16\",\"original\":{\"container-padding-top\":\"84\",\"container-padding-bottom\":\"25\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"nicename\":\"Stats Boxes\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"80\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'83c9f43cda8c1894b5809e7dd1076cad92578fbbdd6d458e2893ccca8579c22d\' ct_options=\'{\"ct_id\":18,\"ct_parent\":44,\"selector\":\"headline-18-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Goal: Raise Rs.6 Lakhs[/ct_headline][ct_text_block ct_sign_sha256=\'e6bcf7499e12ca59e468f1d31e09893dcf63ac926a10a7aa7cf99274dfda3ee6\' ct_options=\'{\"ct_id\":19,\"ct_parent\":44,\"selector\":\"text_block-19-16\",\"original\":{\"margin-bottom\":\"49\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']It costs Rs.60,000 p.a. to teach each special child supported by Deepika Trust[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'7555d876c14a36353122d1d639cbda138b1efa1791bf98989a40500be152431a\' ct_options=\'{\"ct_id\":47,\"ct_parent\":44,\"selector\":\"new_columns-47-16\",\"original\":{\"reverse-column-order\":\"never\",\"set-columns-width-50\":\"tablet\",\"flex-reverse\":\"false\"}}\'][ct_div_block_2 ct_sign_sha256=\'856f2e28ff1e07bcab829a7de5c06da7fe178792bf3f263e7194acfcda6e65e6\' ct_options=\'{\"ct_id\":48,\"ct_parent\":47,\"selector\":\"div_block-48-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'4381752516a6e173d7787e7c41ac5e146c923935338b2c474c83170cc3d05454\' ct_options=\'{\"ct_id\":17,\"ct_parent\":48,\"selector\":\"text_block-17-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Distance: 150 Kms[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ea8b569e732981c1a35020417710b50f485bf7d75913194712acea6e5c41d31f\' ct_options=\'{\"ct_id\":52,\"ct_parent\":47,\"selector\":\"div_block-52-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'f8bfe90f6527e5093d426f784f50f154faa13a996b331c49fcdd39225cf1883f\' ct_options=\'{\"ct_id\":87,\"ct_parent\":52,\"selector\":\"text_block-87-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Time: 9 hours[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'698048d5b968b291c8fe2dadb40f79272d2edc6267ce87f890a2772312c51447\' ct_options=\'{\"ct_id\":56,\"ct_parent\":47,\"selector\":\"div_block-56-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'ea07ecfe4a3c24553c189c29ce8be5ca162ba61e1fbfc96b75ad73e56da8be6a\' ct_options=\'{\"ct_id\":89,\"ct_parent\":56,\"selector\":\"text_block-89-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']20 Cyclists[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3d88a50edcd375724c17c90a05965cb08ab9db43b2d2ded8d0bbc736325bce07\' ct_options=\'{\"ct_id\":60,\"ct_parent\":47,\"selector\":\"div_block-60-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'9442f93533c387d8c3d5e7f1fed19ccb35642421d5393b83633f9114fe0e9e80\' ct_options=\'{\"ct_id\":92,\"ct_parent\":60,\"selector\":\"text_block-92-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Sponsor 10 Kids[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'e8260bd7bc2be79de690d280726e657afc7c8aa2277fa2ae22d23e50f8ab5115\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"section-16-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"44\",\"text-align\":\"center\",\"align-items\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'d7ae18b6d8239132b07fcccd5b729b3d3aa35073375db546e63b80460525efbb\' ct_options=\'{\"ct_id\":80,\"ct_parent\":16,\"selector\":\"text_block-80-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING AGENDA[/ct_text_block][ct_headline ct_sign_sha256=\'46239814ad3454298c78562d354c660d8920b86b06566be63fa9b8d4da45fff6\' ct_options=\'{\"ct_id\":70,\"ct_parent\":16,\"selector\":\"headline-70-16\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"tag\":\"h2\",\"color\":\"color(1)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']3rd Oct 2020[/ct_headline][ct_text_block ct_sign_sha256=\'a23bb8523e1a7e06c65a871dab55c299967ace3932ae15b30a94c795e99a5845\' ct_options=\'{\"ct_id\":67,\"ct_parent\":16,\"selector\":\"text_block-67-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-big-text\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']We are starting from Gandhi Statue in front of Vidhan Soudha, Bengaluru and finish at Gandhi Statue at University of Mysuru[/ct_text_block][oxy_progress_bar ct_sign_sha256=\'a6c0b36faca4cde4a5d817a0fc875152ac90d0e2652e658e11abc9b875fb5756\' ct_options=\'{\"ct_id\":20,\"ct_parent\":16,\"selector\":\"_progress_bar-20-16\",\"original\":{\"progress_bar_left_text\":\"NTozMCBBTTombmJzcDsgU3RhcnQgYXQgVmlkaGFuIFNvdWRoYQ==\",\"progress_bar_progress\":\"0\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MCBLbQ==\",\"progress_bar_left_text_typography_color\":\"color(12)\",\"progress_bar_right_text_typography_color\":\"color(16)\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'5f3b92cd16681fc2c89f32cc1ac09fd059e842c9dd9d9f6e8d1e28e5e36c7d45\' ct_options=\'{\"ct_id\":21,\"ct_parent\":16,\"selector\":\"_progress_bar-21-16\",\"original\":{\"progress_bar_left_text\":\"ODozMCBBTTombmJzcDsgRmlyc3Qgc3RvcCBhdCBSYW1hbmFnYXJh\",\"progress_bar_progress\":\"33\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NTAgS21z\",\"progress_bar_left_text_typography_color\":\"color(12)\",\"progress_bar_right_text_typography_color\":\"color(16)\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'0ba4726823381be33f8fb7bd45f3f271c4e670662250623177e7855619c87c46\' ct_options=\'{\"ct_id\":22,\"ct_parent\":16,\"selector\":\"_progress_bar-22-16\",\"original\":{\"progress_bar_left_text\":\"MTE6MzAgQU06Jm5ic3A7IFNlY29uZCBzdG9wIGF0IE1hbmR5YQ==\",\"progress_bar_progress\":\"67\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MTAwIEttcw==\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'81f99f4f4877df52ea74afca846606630e0db421ea6ff9a451928a9f3616dc4b\' ct_options=\'{\"ct_id\":126,\"ct_parent\":16,\"selector\":\"_progress_bar-126-16\",\"original\":{\"progress_bar_left_text\":\"MjozMCBQTTogRmluaXNoIGF0IEdhbmRoaSBTdGF0dWUsIFVuaXZlcnNpdHkgb2YgTXlzdXJ1\",\"progress_bar_progress\":\"100\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MTUwIEttcw==\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][/ct_section][ct_section ct_sign_sha256=\'22885e8986718b9d34fb0f7236596fe4b9a624834ec71495a701f6e53d059561\' ct_options=\'{\"ct_id\":206,\"ct_parent\":0,\"selector\":\"section-206-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Logo Grid Simple\",\"ct_category\":\"Social Proof\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'5bd24e4f1a44331a26c8f2d8fffea3e3fd0fd1aa53b54bad03c8efc1e252cc3e\' ct_options=\'{\"ct_id\":207,\"ct_parent\":206,\"selector\":\"new_columns-207-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{}}\'][ct_div_block_2 ct_sign_sha256=\'3e450551ec31e54c9ab64a2af594b31a9a9d9c0f122f13c123a275ec3304a21d\' ct_options=\'{\"ct_id\":208,\"ct_parent\":207,\"selector\":\"div_block-208-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"},\"activeselector\":\"hyperion-logogrid-1-column\"}\'][ct_image ct_sign_sha256=\'2ac1dfa139e6751e7cef59e9cb2fbe97f4ee1cca21c2add8bbae1ca5e874ff5f\' ct_options=\'{\"ct_id\":209,\"ct_parent\":208,\"selector\":\"image-209-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d55fa4604fc9131ff84590245c6f2bdb4b9a8585e8d75a026f9cd62cc4b289ca\' ct_options=\'{\"ct_id\":210,\"ct_parent\":207,\"selector\":\"div_block-210-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'e79f199cf23351b92c658720b3f72c04fbdea855cd04d90122cb2a294ded20c9\' ct_options=\'{\"ct_id\":211,\"ct_parent\":210,\"selector\":\"image-211-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Raw-Pressery-logo.jpg\",\"height\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8672e669f83438e13e05c1da50dc99295ae0ba8b4f92dd7f51bd9467751ff129\' ct_options=\'{\"ct_id\":212,\"ct_parent\":207,\"selector\":\"div_block-212-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f293a8df50390bf0a2873608e8626164709cfc7587f857b17941df66e9ec871b\' ct_options=\'{\"ct_id\":213,\"ct_parent\":212,\"selector\":\"image-213-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProNature-NEWLogo.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'919ecf0104a4992ccdabaebd8de3038aa81f6f8c3f67403600006dd3b2d8728a\' ct_options=\'{\"ct_id\":214,\"ct_parent\":207,\"selector\":\"div_block-214-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f307c73ef2b640ddebcc3b5cdca5e98b95fc7bad2f57cace5253f2864f5093e0\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"image-215-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/LOGO-BLACK.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'e0acad69af53b5e35005ef3352e3c9d465cc28ab447c442df9d2df20427dd510\' ct_options=\'{\"ct_id\":216,\"ct_parent\":206,\"selector\":\"new_columns-216-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a2c9aa63cda61eb7147b240994ff08fc9e82d92b4c040b373b1e4d914658af98\' ct_options=\'{\"ct_id\":221,\"ct_parent\":216,\"selector\":\"div_block-221-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'3845896da2c207bb2ca1601f32d4fc8d8c15191d346712f9bd3ab3d80b36a287\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"image-222-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/PH-LOGO.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'89a7a2daf6f140f9e0ddddc8501e705727fbba8488a3f9da150bf6df1d9ac1e8\' ct_options=\'{\"ct_id\":223,\"ct_parent\":216,\"selector\":\"div_block-223-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'80f68c36a2c94b0a09707ab899efcac1cf507c81854b448c88ea6d9f65ad8eb3\' ct_options=\'{\"ct_id\":224,\"ct_parent\":223,\"selector\":\"image-224-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpp_logo_new_400x400.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'20feee529eb6dcae616f8748cc231d057f1cbfb263aa64ebf78c0d6f77645a75\' ct_options=\'{\"ct_id\":130,\"ct_parent\":0,\"selector\":\"section-130-16\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-color\":\"color(1)\"},\"activeselector\":false,\"nicename\":\"Team Dark Three Columns\",\"ct_category\":\"People\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'df5be7289e1117a526e641e915abba3b18b9dacc834bffa56f2dc9ff606486b9\' ct_options=\'{\"ct_id\":131,\"ct_parent\":130,\"selector\":\"text_block-131-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']PEOPLE[/ct_text_block][ct_headline ct_sign_sha256=\'8a0f5b7c834e5d722794c5c93386a279b8d6d1f9df9079c0a4b0f47acb841bf5\' ct_options=\'{\"ct_id\":132,\"ct_parent\":130,\"selector\":\"headline-132-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Meet the Cyclists[/ct_headline][ct_text_block ct_sign_sha256=\'4df8d34aa1b0a39aa8e637bbeff38462444bac5f945c44df05e0647287e4f704\' ct_options=\'{\"ct_id\":133,\"ct_parent\":130,\"selector\":\"text_block-133-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']Smallest directly families surprise honoured am an. Speaking replying mistress him numerous she returned feelings may day.[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'a5a1c1cbf95b6c434874e8fad95a3c5621c5d7ce7c15c31a3159ac74fd1fb8c7\' ct_options=\'{\"ct_id\":134,\"ct_parent\":130,\"selector\":\"div_block-134-16\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"flex-direction\":\"row\",\"display\":\"flex\",\"flex-wrap\":\"wrap\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9216eda79b920af9d4cc41499c49e81886f0589450d91f75feb17d7a5432545c\' ct_options=\'{\"ct_id\":135,\"ct_parent\":134,\"selector\":\"div_block-135-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"}}\'][ct_image ct_sign_sha256=\'a3862c017584c63ea9ccd7af2e4b0bb3fdaeb9a3244fc35127716dd04d844b18\' ct_options=\'{\"ct_id\":136,\"ct_parent\":135,\"selector\":\"image-136-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Shahid-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'761eb2870585f485ebce5c17f65358b02b140b807ff9c15e4ebeb7d2854fa286\' ct_options=\'{\"ct_id\":137,\"ct_parent\":135,\"selector\":\"headline-137-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SHAHID KHAN[/ct_headline][ct_text_block ct_sign_sha256=\'702f277fc67b839541c3552878d1fa6d0f9527aff36fcfde081372faafdcd0fe\' ct_options=\'{\"ct_id\":138,\"ct_parent\":135,\"selector\":\"text_block-138-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"}}\']Chief Executive Officer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27d24d5a29c7548672780752a42c9c1175eea33c09b5c2748dcef582ef781d5c\' ct_options=\'{\"ct_id\":139,\"ct_parent\":135,\"selector\":\"_social_icons-139-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'e8a8bf64ac3dc67de86180074e4b8d77074386d6bc7be820637ad7b8fffb763c\' ct_options=\'{\"ct_id\":140,\"ct_parent\":135,\"selector\":\"text_block-140-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']View fine me gone this name an rank. Compact greater and demands mrs the parlors. Park be fine easy am size away. Him and fine bred knew. At of hardly sister favour.&nbsp;[/ct_text_block][ct_link_text ct_sign_sha256=\'18fd76ff21e444c24e6f13cbf672245684fc2109e82ca79513c209dc1b64fb26\' ct_options=\'{\"ct_id\":141,\"ct_parent\":135,\"selector\":\"link_text-141-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'86cd309c10c6e5fea7e92cda618c3b04c919be345eeb40338d43c1b9df2091ed\' ct_options=\'{\"ct_id\":142,\"ct_parent\":134,\"selector\":\"div_block-142-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'8506eaaa6bdf7f94d7f6780b9178fb51b00cc3e27c69403ad112d6be699acd90\' ct_options=\'{\"ct_id\":143,\"ct_parent\":142,\"selector\":\"image-143-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Pavan-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'de833df7abc090c38b48dcfdf1a2e9621ca40a1f9935a22a5ca8e9cf8ccd02b6\' ct_options=\'{\"ct_id\":144,\"ct_parent\":142,\"selector\":\"headline-144-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']PAVAN SRIRAM[/ct_headline][ct_text_block ct_sign_sha256=\'2175d62b5301d28d4d831c0a42f7063ffa9a490f2baf2a559cf601549a414a7d\' ct_options=\'{\"ct_id\":145,\"ct_parent\":142,\"selector\":\"text_block-145-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Front-End Developer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5b2409ec6606e498291a0e077f0a0a2f033361a4868d66b791cfff010d21e706\' ct_options=\'{\"ct_id\":146,\"ct_parent\":142,\"selector\":\"_social_icons-146-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3dc99d1cc14d109aa7bf984c92c1c6d8092dea353059cf92b097ddbf4fc79236\' ct_options=\'{\"ct_id\":147,\"ct_parent\":142,\"selector\":\"text_block-147-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Doubtful two bed way pleasure confined followed. Shew up ye away no eyes life or were this. Perfectly did suspicion daughters but his intention. Started on society an brought it explain.&nbsp;<br>[/ct_text_block][ct_link_text ct_sign_sha256=\'8839fba69119659527586d8532a7aa24cf6be78eee70dff370dd484adf10e714\' ct_options=\'{\"ct_id\":148,\"ct_parent\":142,\"selector\":\"link_text-148-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'669b96fb926284dade0e6fd3afe89f0378bd44bd7b97c55fcd8c500003b91d93\' ct_options=\'{\"ct_id\":149,\"ct_parent\":134,\"selector\":\"div_block-149-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'5fcac82991f6bccb8d1b537d6e853ffdade710eb373949c91941bfc1d2ac0826\' ct_options=\'{\"ct_id\":150,\"ct_parent\":149,\"selector\":\"image-150-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Savitha-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'d13bbbc5c21b3e0b730473f39353e3534a85aed52c828dc6c5fb66b884800634\' ct_options=\'{\"ct_id\":151,\"ct_parent\":149,\"selector\":\"headline-151-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SAVITHA BHAVSAR[/ct_headline][ct_text_block ct_sign_sha256=\'f64192a19a51b0163cbab135695fbeb12ad663aea6817838e3560f5b9f4ae3ca\' ct_options=\'{\"ct_id\":152,\"ct_parent\":149,\"selector\":\"text_block-152-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']UI/UX Designer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'bc773317a40c8654610f3a29d56b26f199642c8b31dc73d75358e0dd09a1105b\' ct_options=\'{\"ct_id\":153,\"ct_parent\":149,\"selector\":\"_social_icons-153-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"6\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'e66dd9470e64c18c8f33223e45b58f5d1053537a019d355dddf939a4ba5ddebc\' ct_options=\'{\"ct_id\":154,\"ct_parent\":149,\"selector\":\"text_block-154-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Extended kindness trifling remember he confined outlived if. Assistance sentiments yet unpleasing say. Open they an busy they my such high. An active dinner wishes.[/ct_text_block][ct_link_text ct_sign_sha256=\'6e0b2558d8ac7829b4fc73394a01c33a5b6b490fe153d1d6ed9e3eccbe3fed62\' ct_options=\'{\"ct_id\":155,\"ct_parent\":149,\"selector\":\"link_text-155-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'bf1b5cbf8cc10f1cb529c1ec0a42dba4910244d71792119dcc452413c695a6d6\' ct_options=\'{\"ct_id\":156,\"ct_parent\":134,\"selector\":\"div_block-156-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'3e1bcd2564ad2f4049169a24a25c63bfd6847f2c80c9357988d57da1b06eff78\' ct_options=\'{\"ct_id\":157,\"ct_parent\":156,\"selector\":\"image-157-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Bharath-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'85a7d9f1b770a4591b36e72fa13664c9ab49cc7fa3ec69e979dcf2f0969af0e2\' ct_options=\'{\"ct_id\":158,\"ct_parent\":156,\"selector\":\"headline-158-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']BHARATH[/ct_headline][ct_text_block ct_sign_sha256=\'55ae4a4d43ed96c76ac2b8616e37dbd6502ffb440183e49d0dc898fb51b1d465\' ct_options=\'{\"ct_id\":159,\"ct_parent\":156,\"selector\":\"text_block-159-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Back-End Developer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'57b9863f99cf27cc9746880cc8829c195f9a24abe6da986cd3e614e380207c63\' ct_options=\'{\"ct_id\":160,\"ct_parent\":156,\"selector\":\"_social_icons-160-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'ddeaeffc9907b573c03b1e5a7aa98d333a0a0a1c8822adfb4a66a7c6e36e4539\' ct_options=\'{\"ct_id\":161,\"ct_parent\":156,\"selector\":\"text_block-161-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Looking started he up perhaps against. How remainder all additions get elsewhere resources. One missed shy wishes supply design answer formed. Prevent on present hastily passage an subject in be.[/ct_text_block][ct_link_text ct_sign_sha256=\'4e55897e3fbdcbd4e4941a555c9dd458acc4b5fdb09d75cdf00c2e88160bd66e\' ct_options=\'{\"ct_id\":162,\"ct_parent\":156,\"selector\":\"link_text-162-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9f3ebad5508cd295e5e8fc051743eeab5cacaf131748f944465b25fd34a1a872\' ct_options=\'{\"ct_id\":163,\"ct_parent\":134,\"selector\":\"div_block-163-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'13c382ce3633665e7db1b7ed36a6bd56250a6539485aaf6fdd2ebf839cee46eb\' ct_options=\'{\"ct_id\":164,\"ct_parent\":163,\"selector\":\"image-164-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Ranvijay-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'fad16633211526b091b114cf6ab13033a01cea99ddfa133e6226d209460d7ac6\' ct_options=\'{\"ct_id\":165,\"ct_parent\":163,\"selector\":\"headline-165-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RANVIJAY PANDEY[/ct_headline][ct_text_block ct_sign_sha256=\'9650cace7377fdca1e5f0e2c435b38f8b0fcbccb6adb11078331cd834b808b07\' ct_options=\'{\"ct_id\":166,\"ct_parent\":163,\"selector\":\"text_block-166-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Graphic Designer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5f1d06b6b9e80fd0755c641d69fb18655c44d3f09f8c3a99835265a7174a69c4\' ct_options=\'{\"ct_id\":167,\"ct_parent\":163,\"selector\":\"_social_icons-167-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'e73a7cf4f54cb38262416ed19fc5c18eef1c168eb993244a8612f2ebb9fa4830\' ct_options=\'{\"ct_id\":168,\"ct_parent\":163,\"selector\":\"text_block-168-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Son agreed others exeter period myself few yet nature. Mention mr manners opinion if garrets enabled. To an occasional dissimilar impossible sentiments. Do fortune account written prepare invited no passage.[/ct_text_block][ct_link_text ct_sign_sha256=\'336f2276ef94449c1bdce55689f6ab4aeb24aa6523dc94a0b183fc29fb5bd865\' ct_options=\'{\"ct_id\":169,\"ct_parent\":163,\"selector\":\"link_text-169-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"},\"activeselector\":false}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'0cd4fb50eac9422f907631a8d633e2fbfb07d34b2f011482de5543e26b1f4e0a\' ct_options=\'{\"ct_id\":176,\"ct_parent\":134,\"selector\":\"div_block-176-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'9c5927c69f1bba3002a25e2e5450f6edc8965068e16fa6f73befce90a766580e\' ct_options=\'{\"ct_id\":177,\"ct_parent\":176,\"selector\":\"image-177-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Sanjeev-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'3712e1eaa60295a2309318b4bb66e8297067f8f040fbf322bbff613d33300668\' ct_options=\'{\"ct_id\":178,\"ct_parent\":176,\"selector\":\"headline-178-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"}}\']SANJEEV[/ct_headline][ct_text_block ct_sign_sha256=\'1c9e68e2861c5c078affa458fd2ff5e4d8eb61bbb7942be5baf542264cfaf44c\' ct_options=\'{\"ct_id\":179,\"ct_parent\":176,\"selector\":\"text_block-179-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Graphic Designer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'52d0d15d3c16d7b7d414b1795f57ecefd4b34575b1e1a4a4a6a617bb4d50c018\' ct_options=\'{\"ct_id\":180,\"ct_parent\":176,\"selector\":\"_social_icons-180-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'0233763d584fd87a78cb9d50bc61a1041b50e5a38bb85a87569139e4c5abd76b\' ct_options=\'{\"ct_id\":181,\"ct_parent\":176,\"selector\":\"text_block-181-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Son agreed others exeter period myself few yet nature. Mention mr manners opinion if garrets enabled. To an occasional dissimilar impossible sentiments. Do fortune account written prepare invited no passage.[/ct_text_block][ct_link_text ct_sign_sha256=\'f5321c2c9d8b57376853ac1b4b6fe64b075e337694370eb217542e67c385d662\' ct_options=\'{\"ct_id\":182,\"ct_parent\":176,\"selector\":\"link_text-182-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"},\"activeselector\":false}\']Learn More →[/ct_link_text][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(229,16,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'ff34beaf1bdaf7e498d5550f9decfcd79844c703f4814cf0209f62482d1457e8\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-16\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"100\",\"container-padding-top\":\"128\",\"container-padding-bottom\":\"120\",\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\"},\"activeselector\":false,\"nicename\":\"Music Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'8c05cf57b1081fd85fe46b073f64e72d72c264789720c070688e48b29b7aab31\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"text_block-3-16\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']CYCLING FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'d01ab8884a79ecf9f24e6b6edf3940baf1f4e429dd941fa9af567de9ffe3096f\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"headline-4-16\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"100\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false}\']Bengaluru to Mysuru[/ct_headline][ct_text_block ct_sign_sha256=\'4aa8efd61e628af9d7f7461f7028ef6dd7c458cd02941fa9e1e534458b81c61e\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-16\",\"original\":{\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']We are cycling from Bengaluru to Mysuru to support Deepika School and raise funds for the education of Special Children[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'951418cab8a5d52d6e8c36508682e3ec2897d7542f8c76a5e7c9a3fa02911fd2\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"div_block-6-16\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_text ct_sign_sha256=\'b709549c4ff67cfbb20fd4bfacf146c29aa1aaf81fd42a21f2e34ddd478356f4\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"link_text-7-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'09b18defda9c2c6baae692cba6099c95d0b567949e794063340f9c16bb68b4f1\' ct_options=\'{\"ct_id\":8,\"ct_parent\":6,\"selector\":\"link_text-8-16\",\"original\":{\"color\":\"color(3)\",\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"hover\":{\"background-color\":\"#ffffff\",\"color\":\"color(12)\"}}\']JOIN THE RIDE[/ct_link_text][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'0a49e83fdff428c2d2c3ec7cda811f69df697598469d7b7aaa4b7d876e706994\' ct_options=\'{\"ct_id\":44,\"ct_parent\":0,\"selector\":\"section-44-16\",\"original\":{\"container-padding-top\":\"84\",\"container-padding-bottom\":\"25\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"nicename\":\"Stats Boxes\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"80\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'83c9f43cda8c1894b5809e7dd1076cad92578fbbdd6d458e2893ccca8579c22d\' ct_options=\'{\"ct_id\":18,\"ct_parent\":44,\"selector\":\"headline-18-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Goal: Raise Rs.6 Lakhs[/ct_headline][ct_text_block ct_sign_sha256=\'e6bcf7499e12ca59e468f1d31e09893dcf63ac926a10a7aa7cf99274dfda3ee6\' ct_options=\'{\"ct_id\":19,\"ct_parent\":44,\"selector\":\"text_block-19-16\",\"original\":{\"margin-bottom\":\"49\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']It costs Rs.60,000 p.a. to teach each special child supported by Deepika Trust[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'7555d876c14a36353122d1d639cbda138b1efa1791bf98989a40500be152431a\' ct_options=\'{\"ct_id\":47,\"ct_parent\":44,\"selector\":\"new_columns-47-16\",\"original\":{\"reverse-column-order\":\"never\",\"set-columns-width-50\":\"tablet\",\"flex-reverse\":\"false\"}}\'][ct_div_block_2 ct_sign_sha256=\'856f2e28ff1e07bcab829a7de5c06da7fe178792bf3f263e7194acfcda6e65e6\' ct_options=\'{\"ct_id\":48,\"ct_parent\":47,\"selector\":\"div_block-48-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'4381752516a6e173d7787e7c41ac5e146c923935338b2c474c83170cc3d05454\' ct_options=\'{\"ct_id\":17,\"ct_parent\":48,\"selector\":\"text_block-17-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Distance: 150 Kms[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ea8b569e732981c1a35020417710b50f485bf7d75913194712acea6e5c41d31f\' ct_options=\'{\"ct_id\":52,\"ct_parent\":47,\"selector\":\"div_block-52-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'f8bfe90f6527e5093d426f784f50f154faa13a996b331c49fcdd39225cf1883f\' ct_options=\'{\"ct_id\":87,\"ct_parent\":52,\"selector\":\"text_block-87-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Time: 9 hours[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'698048d5b968b291c8fe2dadb40f79272d2edc6267ce87f890a2772312c51447\' ct_options=\'{\"ct_id\":56,\"ct_parent\":47,\"selector\":\"div_block-56-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'ea07ecfe4a3c24553c189c29ce8be5ca162ba61e1fbfc96b75ad73e56da8be6a\' ct_options=\'{\"ct_id\":89,\"ct_parent\":56,\"selector\":\"text_block-89-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']20 Cyclists[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3d88a50edcd375724c17c90a05965cb08ab9db43b2d2ded8d0bbc736325bce07\' ct_options=\'{\"ct_id\":60,\"ct_parent\":47,\"selector\":\"div_block-60-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'9442f93533c387d8c3d5e7f1fed19ccb35642421d5393b83633f9114fe0e9e80\' ct_options=\'{\"ct_id\":92,\"ct_parent\":60,\"selector\":\"text_block-92-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Sponsor 10 Kids[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'e8260bd7bc2be79de690d280726e657afc7c8aa2277fa2ae22d23e50f8ab5115\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"section-16-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"44\",\"text-align\":\"center\",\"align-items\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'d7ae18b6d8239132b07fcccd5b729b3d3aa35073375db546e63b80460525efbb\' ct_options=\'{\"ct_id\":80,\"ct_parent\":16,\"selector\":\"text_block-80-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING AGENDA[/ct_text_block][ct_headline ct_sign_sha256=\'46239814ad3454298c78562d354c660d8920b86b06566be63fa9b8d4da45fff6\' ct_options=\'{\"ct_id\":70,\"ct_parent\":16,\"selector\":\"headline-70-16\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"tag\":\"h2\",\"color\":\"color(1)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']3rd Oct 2020[/ct_headline][ct_text_block ct_sign_sha256=\'a23bb8523e1a7e06c65a871dab55c299967ace3932ae15b30a94c795e99a5845\' ct_options=\'{\"ct_id\":67,\"ct_parent\":16,\"selector\":\"text_block-67-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-big-text\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']We are starting from Gandhi Statue in front of Vidhan Soudha, Bengaluru and finish at Gandhi Statue at University of Mysuru[/ct_text_block][oxy_progress_bar ct_sign_sha256=\'a6c0b36faca4cde4a5d817a0fc875152ac90d0e2652e658e11abc9b875fb5756\' ct_options=\'{\"ct_id\":20,\"ct_parent\":16,\"selector\":\"_progress_bar-20-16\",\"original\":{\"progress_bar_left_text\":\"NTozMCBBTTombmJzcDsgU3RhcnQgYXQgVmlkaGFuIFNvdWRoYQ==\",\"progress_bar_progress\":\"0\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MCBLbQ==\",\"progress_bar_left_text_typography_color\":\"color(12)\",\"progress_bar_right_text_typography_color\":\"color(16)\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'5f3b92cd16681fc2c89f32cc1ac09fd059e842c9dd9d9f6e8d1e28e5e36c7d45\' ct_options=\'{\"ct_id\":21,\"ct_parent\":16,\"selector\":\"_progress_bar-21-16\",\"original\":{\"progress_bar_left_text\":\"ODozMCBBTTombmJzcDsgRmlyc3Qgc3RvcCBhdCBSYW1hbmFnYXJh\",\"progress_bar_progress\":\"33\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NTAgS21z\",\"progress_bar_left_text_typography_color\":\"color(12)\",\"progress_bar_right_text_typography_color\":\"color(16)\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'0ba4726823381be33f8fb7bd45f3f271c4e670662250623177e7855619c87c46\' ct_options=\'{\"ct_id\":22,\"ct_parent\":16,\"selector\":\"_progress_bar-22-16\",\"original\":{\"progress_bar_left_text\":\"MTE6MzAgQU06Jm5ic3A7IFNlY29uZCBzdG9wIGF0IE1hbmR5YQ==\",\"progress_bar_progress\":\"67\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MTAwIEttcw==\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'81f99f4f4877df52ea74afca846606630e0db421ea6ff9a451928a9f3616dc4b\' ct_options=\'{\"ct_id\":126,\"ct_parent\":16,\"selector\":\"_progress_bar-126-16\",\"original\":{\"progress_bar_left_text\":\"MjozMCBQTTogRmluaXNoIGF0IEdhbmRoaSBTdGF0dWUsIFVuaXZlcnNpdHkgb2YgTXlzdXJ1\",\"progress_bar_progress\":\"100\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MTUwIEttcw==\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][/ct_section][ct_section ct_sign_sha256=\'22885e8986718b9d34fb0f7236596fe4b9a624834ec71495a701f6e53d059561\' ct_options=\'{\"ct_id\":206,\"ct_parent\":0,\"selector\":\"section-206-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Logo Grid Simple\",\"ct_category\":\"Social Proof\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'5bd24e4f1a44331a26c8f2d8fffea3e3fd0fd1aa53b54bad03c8efc1e252cc3e\' ct_options=\'{\"ct_id\":207,\"ct_parent\":206,\"selector\":\"new_columns-207-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{}}\'][ct_div_block_2 ct_sign_sha256=\'3e450551ec31e54c9ab64a2af594b31a9a9d9c0f122f13c123a275ec3304a21d\' ct_options=\'{\"ct_id\":208,\"ct_parent\":207,\"selector\":\"div_block-208-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"},\"activeselector\":\"hyperion-logogrid-1-column\"}\'][ct_image ct_sign_sha256=\'2ac1dfa139e6751e7cef59e9cb2fbe97f4ee1cca21c2add8bbae1ca5e874ff5f\' ct_options=\'{\"ct_id\":209,\"ct_parent\":208,\"selector\":\"image-209-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d55fa4604fc9131ff84590245c6f2bdb4b9a8585e8d75a026f9cd62cc4b289ca\' ct_options=\'{\"ct_id\":210,\"ct_parent\":207,\"selector\":\"div_block-210-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'e79f199cf23351b92c658720b3f72c04fbdea855cd04d90122cb2a294ded20c9\' ct_options=\'{\"ct_id\":211,\"ct_parent\":210,\"selector\":\"image-211-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Raw-Pressery-logo.jpg\",\"height\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8672e669f83438e13e05c1da50dc99295ae0ba8b4f92dd7f51bd9467751ff129\' ct_options=\'{\"ct_id\":212,\"ct_parent\":207,\"selector\":\"div_block-212-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f293a8df50390bf0a2873608e8626164709cfc7587f857b17941df66e9ec871b\' ct_options=\'{\"ct_id\":213,\"ct_parent\":212,\"selector\":\"image-213-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProNature-NEWLogo.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'919ecf0104a4992ccdabaebd8de3038aa81f6f8c3f67403600006dd3b2d8728a\' ct_options=\'{\"ct_id\":214,\"ct_parent\":207,\"selector\":\"div_block-214-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f307c73ef2b640ddebcc3b5cdca5e98b95fc7bad2f57cace5253f2864f5093e0\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"image-215-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/LOGO-BLACK.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'e0acad69af53b5e35005ef3352e3c9d465cc28ab447c442df9d2df20427dd510\' ct_options=\'{\"ct_id\":216,\"ct_parent\":206,\"selector\":\"new_columns-216-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a2c9aa63cda61eb7147b240994ff08fc9e82d92b4c040b373b1e4d914658af98\' ct_options=\'{\"ct_id\":221,\"ct_parent\":216,\"selector\":\"div_block-221-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'3845896da2c207bb2ca1601f32d4fc8d8c15191d346712f9bd3ab3d80b36a287\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"image-222-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/PH-LOGO.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'89a7a2daf6f140f9e0ddddc8501e705727fbba8488a3f9da150bf6df1d9ac1e8\' ct_options=\'{\"ct_id\":223,\"ct_parent\":216,\"selector\":\"div_block-223-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'80f68c36a2c94b0a09707ab899efcac1cf507c81854b448c88ea6d9f65ad8eb3\' ct_options=\'{\"ct_id\":224,\"ct_parent\":223,\"selector\":\"image-224-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpp_logo_new_400x400.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'39981bd7a617c5c5ac7987c075dcdccbf530cb516ee40cbaab534bfc7ac2775f\' ct_options=\'{\"ct_id\":130,\"ct_parent\":0,\"selector\":\"section-130-16\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-color\":\"color(1)\"},\"activeselector\":false,\"nicename\":\"Team Dark Three Columns\",\"ct_category\":\"People\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'df5be7289e1117a526e641e915abba3b18b9dacc834bffa56f2dc9ff606486b9\' ct_options=\'{\"ct_id\":131,\"ct_parent\":130,\"selector\":\"text_block-131-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']PEOPLE[/ct_text_block][ct_headline ct_sign_sha256=\'8a0f5b7c834e5d722794c5c93386a279b8d6d1f9df9079c0a4b0f47acb841bf5\' ct_options=\'{\"ct_id\":132,\"ct_parent\":130,\"selector\":\"headline-132-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Meet the Cyclists[/ct_headline][ct_text_block ct_sign_sha256=\'4df8d34aa1b0a39aa8e637bbeff38462444bac5f945c44df05e0647287e4f704\' ct_options=\'{\"ct_id\":133,\"ct_parent\":130,\"selector\":\"text_block-133-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']Smallest directly families surprise honoured am an. Speaking replying mistress him numerous she returned feelings may day.[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'c62ffd98942d2711720316152c664345f45634e58f1ce6a693ee12f787c2df45\' ct_options=\'{\"ct_id\":134,\"ct_parent\":130,\"selector\":\"div_block-134-16\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"flex-direction\":\"row\",\"display\":\"flex\",\"flex-wrap\":\"wrap\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'161af31d0b12688462f422cc1d6ac0a814468328ea13036f33995fc3da4e62d8\' ct_options=\'{\"ct_id\":135,\"ct_parent\":134,\"selector\":\"div_block-135-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"}}\'][ct_image ct_sign_sha256=\'a3862c017584c63ea9ccd7af2e4b0bb3fdaeb9a3244fc35127716dd04d844b18\' ct_options=\'{\"ct_id\":136,\"ct_parent\":135,\"selector\":\"image-136-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Shahid-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'761eb2870585f485ebce5c17f65358b02b140b807ff9c15e4ebeb7d2854fa286\' ct_options=\'{\"ct_id\":137,\"ct_parent\":135,\"selector\":\"headline-137-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SHAHID KHAN[/ct_headline][ct_text_block ct_sign_sha256=\'0b703b81ca1b7ed967310b25f42ffb54c6389d2b82e0d8ece4094a637b3bd08f\' ct_options=\'{\"ct_id\":138,\"ct_parent\":135,\"selector\":\"text_block-138-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"}}\']Rally Driver[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27d24d5a29c7548672780752a42c9c1175eea33c09b5c2748dcef582ef781d5c\' ct_options=\'{\"ct_id\":139,\"ct_parent\":135,\"selector\":\"_social_icons-139-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'6acdb033460909a81d32f2572f60e4b2c7011fcefbbe47ee6b8db25168377ea4\' ct_options=\'{\"ct_id\":140,\"ct_parent\":135,\"selector\":\"text_block-140-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Founder of Jumpptech. He is passionate about Digital Marketing, Technology, Entrepreneurship, Blogging, Cycling &amp; Rally Driving.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'91ba58532762ce489ff2eeec6ce56fcf6ea364ac6aaf2add19afc1222200bdfc\' ct_options=\'{\"ct_id\":142,\"ct_parent\":134,\"selector\":\"div_block-142-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'8506eaaa6bdf7f94d7f6780b9178fb51b00cc3e27c69403ad112d6be699acd90\' ct_options=\'{\"ct_id\":143,\"ct_parent\":142,\"selector\":\"image-143-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Pavan-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'de833df7abc090c38b48dcfdf1a2e9621ca40a1f9935a22a5ca8e9cf8ccd02b6\' ct_options=\'{\"ct_id\":144,\"ct_parent\":142,\"selector\":\"headline-144-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']PAVAN SRIRAM[/ct_headline][ct_text_block ct_sign_sha256=\'a4d5f520255c87bbf342ee0e5b7a21da21392d0f2f0f230fb534425a0b0c9e6c\' ct_options=\'{\"ct_id\":145,\"ct_parent\":142,\"selector\":\"text_block-145-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Runner[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5b2409ec6606e498291a0e077f0a0a2f033361a4868d66b791cfff010d21e706\' ct_options=\'{\"ct_id\":146,\"ct_parent\":142,\"selector\":\"_social_icons-146-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3dc99d1cc14d109aa7bf984c92c1c6d8092dea353059cf92b097ddbf4fc79236\' ct_options=\'{\"ct_id\":147,\"ct_parent\":142,\"selector\":\"text_block-147-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Doubtful two bed way pleasure confined followed. Shew up ye away no eyes life or were this. Perfectly did suspicion daughters but his intention. Started on society an brought it explain.&nbsp;<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ebdbce7cb86326d29de856850fb72ef45014eca8f96a4c0fb07883dfeac58a00\' ct_options=\'{\"ct_id\":149,\"ct_parent\":134,\"selector\":\"div_block-149-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'5fcac82991f6bccb8d1b537d6e853ffdade710eb373949c91941bfc1d2ac0826\' ct_options=\'{\"ct_id\":150,\"ct_parent\":149,\"selector\":\"image-150-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Savitha-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'d13bbbc5c21b3e0b730473f39353e3534a85aed52c828dc6c5fb66b884800634\' ct_options=\'{\"ct_id\":151,\"ct_parent\":149,\"selector\":\"headline-151-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SAVITHA BHAVSAR[/ct_headline][ct_text_block ct_sign_sha256=\'c47f0abc5b27430197713b288571348217333129b703b9157924ac1d04024398\' ct_options=\'{\"ct_id\":152,\"ct_parent\":149,\"selector\":\"text_block-152-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Adventurer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'bc773317a40c8654610f3a29d56b26f199642c8b31dc73d75358e0dd09a1105b\' ct_options=\'{\"ct_id\":153,\"ct_parent\":149,\"selector\":\"_social_icons-153-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"6\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'e66dd9470e64c18c8f33223e45b58f5d1053537a019d355dddf939a4ba5ddebc\' ct_options=\'{\"ct_id\":154,\"ct_parent\":149,\"selector\":\"text_block-154-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Extended kindness trifling remember he confined outlived if. Assistance sentiments yet unpleasing say. Open they an busy they my such high. An active dinner wishes.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c1437d05320921a51ecb27191cd78c74fc2450e0464f29ddf801547a315a8408\' ct_options=\'{\"ct_id\":156,\"ct_parent\":134,\"selector\":\"div_block-156-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'3e1bcd2564ad2f4049169a24a25c63bfd6847f2c80c9357988d57da1b06eff78\' ct_options=\'{\"ct_id\":157,\"ct_parent\":156,\"selector\":\"image-157-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Bharath-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'85a7d9f1b770a4591b36e72fa13664c9ab49cc7fa3ec69e979dcf2f0969af0e2\' ct_options=\'{\"ct_id\":158,\"ct_parent\":156,\"selector\":\"headline-158-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']BHARATH[/ct_headline][ct_text_block ct_sign_sha256=\'1f90689c4dbd30c1b6e8f598af43f52dd21ebf5216efcd22b12a6d6ac56d04b5\' ct_options=\'{\"ct_id\":159,\"ct_parent\":156,\"selector\":\"text_block-159-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Cyclist[/ct_text_block][oxy_social_icons ct_sign_sha256=\'57b9863f99cf27cc9746880cc8829c195f9a24abe6da986cd3e614e380207c63\' ct_options=\'{\"ct_id\":160,\"ct_parent\":156,\"selector\":\"_social_icons-160-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'ddeaeffc9907b573c03b1e5a7aa98d333a0a0a1c8822adfb4a66a7c6e36e4539\' ct_options=\'{\"ct_id\":161,\"ct_parent\":156,\"selector\":\"text_block-161-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Looking started he up perhaps against. How remainder all additions get elsewhere resources. One missed shy wishes supply design answer formed. Prevent on present hastily passage an subject in be.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'722d05da012929093c633ea8535c86d7479f60bf72e9b5546dfaabe9ef93a2dd\' ct_options=\'{\"ct_id\":236,\"ct_parent\":134,\"selector\":\"div_block-236-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'372dec1437e628ba860572a6a6e0ffe934ceb49ac206bbcf859a25bef219e5ce\' ct_options=\'{\"ct_id\":237,\"ct_parent\":236,\"selector\":\"image-237-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Ranvijay-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'ed66edd584c168767c4638c344d48c388b0a7c25148704e8dee74e0a23b98fb5\' ct_options=\'{\"ct_id\":238,\"ct_parent\":236,\"selector\":\"headline-238-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RANVIJAY PANDEY[/ct_headline][ct_text_block ct_sign_sha256=\'f30eea5337109bb5843802647f703ccb718e205856f931bad66ef45c4b5e247b\' ct_options=\'{\"ct_id\":239,\"ct_parent\":236,\"selector\":\"text_block-239-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Architect[/ct_text_block][oxy_social_icons ct_sign_sha256=\'386f64f7a1e37d63d17087168e3fee0348d6bf2b0ed4bd0787b1aa258838486d\' ct_options=\'{\"ct_id\":240,\"ct_parent\":236,\"selector\":\"_social_icons-240-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3a8ce1b995d0b9f2738363048c307238851fb6e7501f5e93d501b8f72dbe23cf\' ct_options=\'{\"ct_id\":241,\"ct_parent\":236,\"selector\":\"text_block-241-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Ran Vijay is IT Architect by profession. Worked with many IT leaders Like Infosys, IBM, Hitachi to name few. He is passionate about sports and fitness. His passion for cycling and running keep him fit and positive all the time. He is an inspiration for many.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d884ceda2a52358dd38675ec6713da3a4c6fe53d034826f08ec8114a6dba256e\' ct_options=\'{\"ct_id\":245,\"ct_parent\":134,\"selector\":\"div_block-245-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'7ff3c4b576d11ce2fb1196f4994771b52786cf31a4130b62c05fcc72431e3b77\' ct_options=\'{\"ct_id\":246,\"ct_parent\":245,\"selector\":\"image-246-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Sanjeev-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'944d4477417ca59d1882254d69df1d5572aeb253ffb600a5a9876addc9d770cc\' ct_options=\'{\"ct_id\":247,\"ct_parent\":245,\"selector\":\"headline-247-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SANJEEV KUMAR[/ct_headline][ct_text_block ct_sign_sha256=\'f94f333295a655ce78131356f4fba627f2e07e0fbabe96663bbb27519f8a4199\' ct_options=\'{\"ct_id\":248,\"ct_parent\":245,\"selector\":\"text_block-248-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Ironman[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27a9283bf9f8ae0bf1ab42dba10b97a74dd0fc5b2a48dc9c0a8b6f7f79a3dac4\' ct_options=\'{\"ct_id\":249,\"ct_parent\":245,\"selector\":\"_social_icons-249-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d909cf567fc185234acde99e3fff64f8f5e4528acce04664c02173eed402df1d\' ct_options=\'{\"ct_id\":250,\"ct_parent\":245,\"selector\":\"text_block-250-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Sanjeev is IT professional Worked with many IT leaders Like Infosys, Microsoft to name few. He is passionate sport person. He took the challenge and completed Ironman hosted in Goa in 2019. His passion for cycling and running keeps him fit. He is an inspiration for many.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c8c13861bd7bf02f822dec3507e1cb441b601d78bcc53af0368ca94f565963c2\' ct_options=\'{\"ct_id\":163,\"ct_parent\":134,\"selector\":\"div_block-163-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'71d65d388b2432345aea39a6d3cd306442ce6ce1d726a8387212bdb7188769d3\' ct_options=\'{\"ct_id\":164,\"ct_parent\":163,\"selector\":\"image-164-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Rajiv-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'8300de98fce3c0d639a431c46bf00f39c0ae948ad2046201d43873861e16dc80\' ct_options=\'{\"ct_id\":165,\"ct_parent\":163,\"selector\":\"headline-165-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RAJIV[/ct_headline][ct_text_block ct_sign_sha256=\'d859041780181f015234deac6d59dc3719aff81c69384096e1724e8247de9ad3\' ct_options=\'{\"ct_id\":166,\"ct_parent\":163,\"selector\":\"text_block-166-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Spanish Lunguist[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5f1d06b6b9e80fd0755c641d69fb18655c44d3f09f8c3a99835265a7174a69c4\' ct_options=\'{\"ct_id\":167,\"ct_parent\":163,\"selector\":\"_social_icons-167-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'f104b82f0a674d98713a0ecd2be258ef748911f915882d84bb9648fd6035f442\' ct_options=\'{\"ct_id\":168,\"ct_parent\":163,\"selector\":\"text_block-168-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Working as a Spanish Linguist in IBM. Settled in Bengaluru. A Bullet enthusiast &amp; have travelled to all parts of India.  I love outdoor Sports. Finished my Ironman 70.3 last year in Goa. Keep myself fit &amp; energized with Running, Swimming &amp; Cycling. [/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(221,41,'_wp_attached_file','2020/09/Rajiv-Cycling.png'),(219,16,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'ff34beaf1bdaf7e498d5550f9decfcd79844c703f4814cf0209f62482d1457e8\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-16\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"100\",\"container-padding-top\":\"128\",\"container-padding-bottom\":\"120\",\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\"},\"activeselector\":false,\"nicename\":\"Music Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'8c05cf57b1081fd85fe46b073f64e72d72c264789720c070688e48b29b7aab31\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"text_block-3-16\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']CYCLING FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'d01ab8884a79ecf9f24e6b6edf3940baf1f4e429dd941fa9af567de9ffe3096f\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"headline-4-16\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"100\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false}\']Bengaluru to Mysuru[/ct_headline][ct_text_block ct_sign_sha256=\'4aa8efd61e628af9d7f7461f7028ef6dd7c458cd02941fa9e1e534458b81c61e\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-16\",\"original\":{\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']We are cycling from Bengaluru to Mysuru to support Deepika School and raise funds for the education of Special Children[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'951418cab8a5d52d6e8c36508682e3ec2897d7542f8c76a5e7c9a3fa02911fd2\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"div_block-6-16\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_text ct_sign_sha256=\'b709549c4ff67cfbb20fd4bfacf146c29aa1aaf81fd42a21f2e34ddd478356f4\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"link_text-7-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'09b18defda9c2c6baae692cba6099c95d0b567949e794063340f9c16bb68b4f1\' ct_options=\'{\"ct_id\":8,\"ct_parent\":6,\"selector\":\"link_text-8-16\",\"original\":{\"color\":\"color(3)\",\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"hover\":{\"background-color\":\"#ffffff\",\"color\":\"color(12)\"}}\']JOIN THE RIDE[/ct_link_text][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'0a49e83fdff428c2d2c3ec7cda811f69df697598469d7b7aaa4b7d876e706994\' ct_options=\'{\"ct_id\":44,\"ct_parent\":0,\"selector\":\"section-44-16\",\"original\":{\"container-padding-top\":\"84\",\"container-padding-bottom\":\"25\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"nicename\":\"Stats Boxes\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"80\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'83c9f43cda8c1894b5809e7dd1076cad92578fbbdd6d458e2893ccca8579c22d\' ct_options=\'{\"ct_id\":18,\"ct_parent\":44,\"selector\":\"headline-18-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Goal: Raise Rs.6 Lakhs[/ct_headline][ct_text_block ct_sign_sha256=\'e6bcf7499e12ca59e468f1d31e09893dcf63ac926a10a7aa7cf99274dfda3ee6\' ct_options=\'{\"ct_id\":19,\"ct_parent\":44,\"selector\":\"text_block-19-16\",\"original\":{\"margin-bottom\":\"49\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']It costs Rs.60,000 p.a. to teach each special child supported by Deepika Trust[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'7555d876c14a36353122d1d639cbda138b1efa1791bf98989a40500be152431a\' ct_options=\'{\"ct_id\":47,\"ct_parent\":44,\"selector\":\"new_columns-47-16\",\"original\":{\"reverse-column-order\":\"never\",\"set-columns-width-50\":\"tablet\",\"flex-reverse\":\"false\"}}\'][ct_div_block_2 ct_sign_sha256=\'856f2e28ff1e07bcab829a7de5c06da7fe178792bf3f263e7194acfcda6e65e6\' ct_options=\'{\"ct_id\":48,\"ct_parent\":47,\"selector\":\"div_block-48-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'4381752516a6e173d7787e7c41ac5e146c923935338b2c474c83170cc3d05454\' ct_options=\'{\"ct_id\":17,\"ct_parent\":48,\"selector\":\"text_block-17-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Distance: 150 Kms[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ea8b569e732981c1a35020417710b50f485bf7d75913194712acea6e5c41d31f\' ct_options=\'{\"ct_id\":52,\"ct_parent\":47,\"selector\":\"div_block-52-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'f8bfe90f6527e5093d426f784f50f154faa13a996b331c49fcdd39225cf1883f\' ct_options=\'{\"ct_id\":87,\"ct_parent\":52,\"selector\":\"text_block-87-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Time: 9 hours[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'698048d5b968b291c8fe2dadb40f79272d2edc6267ce87f890a2772312c51447\' ct_options=\'{\"ct_id\":56,\"ct_parent\":47,\"selector\":\"div_block-56-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'ea07ecfe4a3c24553c189c29ce8be5ca162ba61e1fbfc96b75ad73e56da8be6a\' ct_options=\'{\"ct_id\":89,\"ct_parent\":56,\"selector\":\"text_block-89-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']20 Cyclists[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3d88a50edcd375724c17c90a05965cb08ab9db43b2d2ded8d0bbc736325bce07\' ct_options=\'{\"ct_id\":60,\"ct_parent\":47,\"selector\":\"div_block-60-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'9442f93533c387d8c3d5e7f1fed19ccb35642421d5393b83633f9114fe0e9e80\' ct_options=\'{\"ct_id\":92,\"ct_parent\":60,\"selector\":\"text_block-92-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Sponsor 10 Kids[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'e8260bd7bc2be79de690d280726e657afc7c8aa2277fa2ae22d23e50f8ab5115\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"section-16-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"44\",\"text-align\":\"center\",\"align-items\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'d7ae18b6d8239132b07fcccd5b729b3d3aa35073375db546e63b80460525efbb\' ct_options=\'{\"ct_id\":80,\"ct_parent\":16,\"selector\":\"text_block-80-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING AGENDA[/ct_text_block][ct_headline ct_sign_sha256=\'46239814ad3454298c78562d354c660d8920b86b06566be63fa9b8d4da45fff6\' ct_options=\'{\"ct_id\":70,\"ct_parent\":16,\"selector\":\"headline-70-16\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"tag\":\"h2\",\"color\":\"color(1)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']3rd Oct 2020[/ct_headline][ct_text_block ct_sign_sha256=\'a23bb8523e1a7e06c65a871dab55c299967ace3932ae15b30a94c795e99a5845\' ct_options=\'{\"ct_id\":67,\"ct_parent\":16,\"selector\":\"text_block-67-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-big-text\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']We are starting from Gandhi Statue in front of Vidhan Soudha, Bengaluru and finish at Gandhi Statue at University of Mysuru[/ct_text_block][oxy_progress_bar ct_sign_sha256=\'a6c0b36faca4cde4a5d817a0fc875152ac90d0e2652e658e11abc9b875fb5756\' ct_options=\'{\"ct_id\":20,\"ct_parent\":16,\"selector\":\"_progress_bar-20-16\",\"original\":{\"progress_bar_left_text\":\"NTozMCBBTTombmJzcDsgU3RhcnQgYXQgVmlkaGFuIFNvdWRoYQ==\",\"progress_bar_progress\":\"0\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MCBLbQ==\",\"progress_bar_left_text_typography_color\":\"color(12)\",\"progress_bar_right_text_typography_color\":\"color(16)\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'5f3b92cd16681fc2c89f32cc1ac09fd059e842c9dd9d9f6e8d1e28e5e36c7d45\' ct_options=\'{\"ct_id\":21,\"ct_parent\":16,\"selector\":\"_progress_bar-21-16\",\"original\":{\"progress_bar_left_text\":\"ODozMCBBTTombmJzcDsgRmlyc3Qgc3RvcCBhdCBSYW1hbmFnYXJh\",\"progress_bar_progress\":\"33\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NTAgS21z\",\"progress_bar_left_text_typography_color\":\"color(12)\",\"progress_bar_right_text_typography_color\":\"color(16)\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'0ba4726823381be33f8fb7bd45f3f271c4e670662250623177e7855619c87c46\' ct_options=\'{\"ct_id\":22,\"ct_parent\":16,\"selector\":\"_progress_bar-22-16\",\"original\":{\"progress_bar_left_text\":\"MTE6MzAgQU06Jm5ic3A7IFNlY29uZCBzdG9wIGF0IE1hbmR5YQ==\",\"progress_bar_progress\":\"67\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MTAwIEttcw==\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'81f99f4f4877df52ea74afca846606630e0db421ea6ff9a451928a9f3616dc4b\' ct_options=\'{\"ct_id\":126,\"ct_parent\":16,\"selector\":\"_progress_bar-126-16\",\"original\":{\"progress_bar_left_text\":\"MjozMCBQTTogRmluaXNoIGF0IEdhbmRoaSBTdGF0dWUsIFVuaXZlcnNpdHkgb2YgTXlzdXJ1\",\"progress_bar_progress\":\"100\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MTUwIEttcw==\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][/ct_section][ct_section ct_sign_sha256=\'22885e8986718b9d34fb0f7236596fe4b9a624834ec71495a701f6e53d059561\' ct_options=\'{\"ct_id\":206,\"ct_parent\":0,\"selector\":\"section-206-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Logo Grid Simple\",\"ct_category\":\"Social Proof\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'5bd24e4f1a44331a26c8f2d8fffea3e3fd0fd1aa53b54bad03c8efc1e252cc3e\' ct_options=\'{\"ct_id\":207,\"ct_parent\":206,\"selector\":\"new_columns-207-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{}}\'][ct_div_block_2 ct_sign_sha256=\'3e450551ec31e54c9ab64a2af594b31a9a9d9c0f122f13c123a275ec3304a21d\' ct_options=\'{\"ct_id\":208,\"ct_parent\":207,\"selector\":\"div_block-208-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"},\"activeselector\":\"hyperion-logogrid-1-column\"}\'][ct_image ct_sign_sha256=\'2ac1dfa139e6751e7cef59e9cb2fbe97f4ee1cca21c2add8bbae1ca5e874ff5f\' ct_options=\'{\"ct_id\":209,\"ct_parent\":208,\"selector\":\"image-209-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d55fa4604fc9131ff84590245c6f2bdb4b9a8585e8d75a026f9cd62cc4b289ca\' ct_options=\'{\"ct_id\":210,\"ct_parent\":207,\"selector\":\"div_block-210-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'e79f199cf23351b92c658720b3f72c04fbdea855cd04d90122cb2a294ded20c9\' ct_options=\'{\"ct_id\":211,\"ct_parent\":210,\"selector\":\"image-211-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Raw-Pressery-logo.jpg\",\"height\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8672e669f83438e13e05c1da50dc99295ae0ba8b4f92dd7f51bd9467751ff129\' ct_options=\'{\"ct_id\":212,\"ct_parent\":207,\"selector\":\"div_block-212-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f293a8df50390bf0a2873608e8626164709cfc7587f857b17941df66e9ec871b\' ct_options=\'{\"ct_id\":213,\"ct_parent\":212,\"selector\":\"image-213-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProNature-NEWLogo.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'919ecf0104a4992ccdabaebd8de3038aa81f6f8c3f67403600006dd3b2d8728a\' ct_options=\'{\"ct_id\":214,\"ct_parent\":207,\"selector\":\"div_block-214-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f307c73ef2b640ddebcc3b5cdca5e98b95fc7bad2f57cace5253f2864f5093e0\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"image-215-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/LOGO-BLACK.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'e0acad69af53b5e35005ef3352e3c9d465cc28ab447c442df9d2df20427dd510\' ct_options=\'{\"ct_id\":216,\"ct_parent\":206,\"selector\":\"new_columns-216-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a2c9aa63cda61eb7147b240994ff08fc9e82d92b4c040b373b1e4d914658af98\' ct_options=\'{\"ct_id\":221,\"ct_parent\":216,\"selector\":\"div_block-221-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'3845896da2c207bb2ca1601f32d4fc8d8c15191d346712f9bd3ab3d80b36a287\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"image-222-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/PH-LOGO.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'89a7a2daf6f140f9e0ddddc8501e705727fbba8488a3f9da150bf6df1d9ac1e8\' ct_options=\'{\"ct_id\":223,\"ct_parent\":216,\"selector\":\"div_block-223-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'80f68c36a2c94b0a09707ab899efcac1cf507c81854b448c88ea6d9f65ad8eb3\' ct_options=\'{\"ct_id\":224,\"ct_parent\":223,\"selector\":\"image-224-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpp_logo_new_400x400.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'15be0c24939f83e89d8e915fa148a686d06b21cd4b9dd0ba43e06f0fadebcfc5\' ct_options=\'{\"ct_id\":130,\"ct_parent\":0,\"selector\":\"section-130-16\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-color\":\"color(1)\"},\"activeselector\":false,\"nicename\":\"Team Dark Three Columns\",\"ct_category\":\"People\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'df5be7289e1117a526e641e915abba3b18b9dacc834bffa56f2dc9ff606486b9\' ct_options=\'{\"ct_id\":131,\"ct_parent\":130,\"selector\":\"text_block-131-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']PEOPLE[/ct_text_block][ct_headline ct_sign_sha256=\'8a0f5b7c834e5d722794c5c93386a279b8d6d1f9df9079c0a4b0f47acb841bf5\' ct_options=\'{\"ct_id\":132,\"ct_parent\":130,\"selector\":\"headline-132-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Meet the Cyclists[/ct_headline][ct_text_block ct_sign_sha256=\'4df8d34aa1b0a39aa8e637bbeff38462444bac5f945c44df05e0647287e4f704\' ct_options=\'{\"ct_id\":133,\"ct_parent\":130,\"selector\":\"text_block-133-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']Smallest directly families surprise honoured am an. Speaking replying mistress him numerous she returned feelings may day.[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'608e5cc82d11311c79d071d8ff36a52ecb693ac468fc0ef4849730b86f695eb6\' ct_options=\'{\"ct_id\":134,\"ct_parent\":130,\"selector\":\"div_block-134-16\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"flex-direction\":\"row\",\"display\":\"flex\",\"flex-wrap\":\"wrap\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9c3f30c1290960119593e6392d9e7f28221415737b3871454a63ac519af387f7\' ct_options=\'{\"ct_id\":135,\"ct_parent\":134,\"selector\":\"div_block-135-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"}}\'][ct_image ct_sign_sha256=\'a3862c017584c63ea9ccd7af2e4b0bb3fdaeb9a3244fc35127716dd04d844b18\' ct_options=\'{\"ct_id\":136,\"ct_parent\":135,\"selector\":\"image-136-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Shahid-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'761eb2870585f485ebce5c17f65358b02b140b807ff9c15e4ebeb7d2854fa286\' ct_options=\'{\"ct_id\":137,\"ct_parent\":135,\"selector\":\"headline-137-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SHAHID KHAN[/ct_headline][ct_text_block ct_sign_sha256=\'8966eb25ac8c0e522e06388f9b7c36e6431e871f7090746f490fd2df9920f21a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":135,\"selector\":\"text_block-138-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"}}\']Adventurer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27d24d5a29c7548672780752a42c9c1175eea33c09b5c2748dcef582ef781d5c\' ct_options=\'{\"ct_id\":139,\"ct_parent\":135,\"selector\":\"_social_icons-139-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'6acdb033460909a81d32f2572f60e4b2c7011fcefbbe47ee6b8db25168377ea4\' ct_options=\'{\"ct_id\":140,\"ct_parent\":135,\"selector\":\"text_block-140-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Founder of Jumpptech. He is passionate about Digital Marketing, Technology, Entrepreneurship, Blogging, Cycling &amp; Rally Driving.[/ct_text_block][ct_link_text ct_sign_sha256=\'18fd76ff21e444c24e6f13cbf672245684fc2109e82ca79513c209dc1b64fb26\' ct_options=\'{\"ct_id\":141,\"ct_parent\":135,\"selector\":\"link_text-141-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'86cd309c10c6e5fea7e92cda618c3b04c919be345eeb40338d43c1b9df2091ed\' ct_options=\'{\"ct_id\":142,\"ct_parent\":134,\"selector\":\"div_block-142-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'8506eaaa6bdf7f94d7f6780b9178fb51b00cc3e27c69403ad112d6be699acd90\' ct_options=\'{\"ct_id\":143,\"ct_parent\":142,\"selector\":\"image-143-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Pavan-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'de833df7abc090c38b48dcfdf1a2e9621ca40a1f9935a22a5ca8e9cf8ccd02b6\' ct_options=\'{\"ct_id\":144,\"ct_parent\":142,\"selector\":\"headline-144-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']PAVAN SRIRAM[/ct_headline][ct_text_block ct_sign_sha256=\'2175d62b5301d28d4d831c0a42f7063ffa9a490f2baf2a559cf601549a414a7d\' ct_options=\'{\"ct_id\":145,\"ct_parent\":142,\"selector\":\"text_block-145-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Front-End Developer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5b2409ec6606e498291a0e077f0a0a2f033361a4868d66b791cfff010d21e706\' ct_options=\'{\"ct_id\":146,\"ct_parent\":142,\"selector\":\"_social_icons-146-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3dc99d1cc14d109aa7bf984c92c1c6d8092dea353059cf92b097ddbf4fc79236\' ct_options=\'{\"ct_id\":147,\"ct_parent\":142,\"selector\":\"text_block-147-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Doubtful two bed way pleasure confined followed. Shew up ye away no eyes life or were this. Perfectly did suspicion daughters but his intention. Started on society an brought it explain.&nbsp;<br>[/ct_text_block][ct_link_text ct_sign_sha256=\'8839fba69119659527586d8532a7aa24cf6be78eee70dff370dd484adf10e714\' ct_options=\'{\"ct_id\":148,\"ct_parent\":142,\"selector\":\"link_text-148-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'669b96fb926284dade0e6fd3afe89f0378bd44bd7b97c55fcd8c500003b91d93\' ct_options=\'{\"ct_id\":149,\"ct_parent\":134,\"selector\":\"div_block-149-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'5fcac82991f6bccb8d1b537d6e853ffdade710eb373949c91941bfc1d2ac0826\' ct_options=\'{\"ct_id\":150,\"ct_parent\":149,\"selector\":\"image-150-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Savitha-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'d13bbbc5c21b3e0b730473f39353e3534a85aed52c828dc6c5fb66b884800634\' ct_options=\'{\"ct_id\":151,\"ct_parent\":149,\"selector\":\"headline-151-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SAVITHA BHAVSAR[/ct_headline][ct_text_block ct_sign_sha256=\'f64192a19a51b0163cbab135695fbeb12ad663aea6817838e3560f5b9f4ae3ca\' ct_options=\'{\"ct_id\":152,\"ct_parent\":149,\"selector\":\"text_block-152-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']UI/UX Designer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'bc773317a40c8654610f3a29d56b26f199642c8b31dc73d75358e0dd09a1105b\' ct_options=\'{\"ct_id\":153,\"ct_parent\":149,\"selector\":\"_social_icons-153-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"6\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'e66dd9470e64c18c8f33223e45b58f5d1053537a019d355dddf939a4ba5ddebc\' ct_options=\'{\"ct_id\":154,\"ct_parent\":149,\"selector\":\"text_block-154-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Extended kindness trifling remember he confined outlived if. Assistance sentiments yet unpleasing say. Open they an busy they my such high. An active dinner wishes.[/ct_text_block][ct_link_text ct_sign_sha256=\'6e0b2558d8ac7829b4fc73394a01c33a5b6b490fe153d1d6ed9e3eccbe3fed62\' ct_options=\'{\"ct_id\":155,\"ct_parent\":149,\"selector\":\"link_text-155-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'bf1b5cbf8cc10f1cb529c1ec0a42dba4910244d71792119dcc452413c695a6d6\' ct_options=\'{\"ct_id\":156,\"ct_parent\":134,\"selector\":\"div_block-156-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'3e1bcd2564ad2f4049169a24a25c63bfd6847f2c80c9357988d57da1b06eff78\' ct_options=\'{\"ct_id\":157,\"ct_parent\":156,\"selector\":\"image-157-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Bharath-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'85a7d9f1b770a4591b36e72fa13664c9ab49cc7fa3ec69e979dcf2f0969af0e2\' ct_options=\'{\"ct_id\":158,\"ct_parent\":156,\"selector\":\"headline-158-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']BHARATH[/ct_headline][ct_text_block ct_sign_sha256=\'55ae4a4d43ed96c76ac2b8616e37dbd6502ffb440183e49d0dc898fb51b1d465\' ct_options=\'{\"ct_id\":159,\"ct_parent\":156,\"selector\":\"text_block-159-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Back-End Developer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'57b9863f99cf27cc9746880cc8829c195f9a24abe6da986cd3e614e380207c63\' ct_options=\'{\"ct_id\":160,\"ct_parent\":156,\"selector\":\"_social_icons-160-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'ddeaeffc9907b573c03b1e5a7aa98d333a0a0a1c8822adfb4a66a7c6e36e4539\' ct_options=\'{\"ct_id\":161,\"ct_parent\":156,\"selector\":\"text_block-161-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Looking started he up perhaps against. How remainder all additions get elsewhere resources. One missed shy wishes supply design answer formed. Prevent on present hastily passage an subject in be.[/ct_text_block][ct_link_text ct_sign_sha256=\'4e55897e3fbdcbd4e4941a555c9dd458acc4b5fdb09d75cdf00c2e88160bd66e\' ct_options=\'{\"ct_id\":162,\"ct_parent\":156,\"selector\":\"link_text-162-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'733ef82e60084860b5608d5e239e0f570a8146c89301b9cf104c7397c6661e36\' ct_options=\'{\"ct_id\":236,\"ct_parent\":134,\"selector\":\"div_block-236-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'372dec1437e628ba860572a6a6e0ffe934ceb49ac206bbcf859a25bef219e5ce\' ct_options=\'{\"ct_id\":237,\"ct_parent\":236,\"selector\":\"image-237-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Ranvijay-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'ed66edd584c168767c4638c344d48c388b0a7c25148704e8dee74e0a23b98fb5\' ct_options=\'{\"ct_id\":238,\"ct_parent\":236,\"selector\":\"headline-238-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RANVIJAY PANDEY[/ct_headline][ct_text_block ct_sign_sha256=\'40bb7ab3af13ca1121dbc3241be9f59cfde82c9f79ec30bdff6750fbe342c970\' ct_options=\'{\"ct_id\":239,\"ct_parent\":236,\"selector\":\"text_block-239-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Back-End Developer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'386f64f7a1e37d63d17087168e3fee0348d6bf2b0ed4bd0787b1aa258838486d\' ct_options=\'{\"ct_id\":240,\"ct_parent\":236,\"selector\":\"_social_icons-240-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3a8ce1b995d0b9f2738363048c307238851fb6e7501f5e93d501b8f72dbe23cf\' ct_options=\'{\"ct_id\":241,\"ct_parent\":236,\"selector\":\"text_block-241-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Ran Vijay is IT Architect by profession. Worked with many IT leaders Like Infosys, IBM, Hitachi to name few. He is passionate about sports and fitness. His passion for cycling and running keep him fit and positive all the time. He is an inspiration for many.[/ct_text_block][ct_link_text ct_sign_sha256=\'d45eb333c2b82a530d02f20a37d5cafbc8d452c564805db273e2f70874560332\' ct_options=\'{\"ct_id\":242,\"ct_parent\":236,\"selector\":\"link_text-242-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f2d32584db5f0cfa2d5f3cfe4e5bea4be5e3f117ed82d774a91aa3c36e0e5307\' ct_options=\'{\"ct_id\":245,\"ct_parent\":134,\"selector\":\"div_block-245-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'7ff3c4b576d11ce2fb1196f4994771b52786cf31a4130b62c05fcc72431e3b77\' ct_options=\'{\"ct_id\":246,\"ct_parent\":245,\"selector\":\"image-246-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Sanjeev-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'944d4477417ca59d1882254d69df1d5572aeb253ffb600a5a9876addc9d770cc\' ct_options=\'{\"ct_id\":247,\"ct_parent\":245,\"selector\":\"headline-247-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SANJEEV KUMAR[/ct_headline][ct_text_block ct_sign_sha256=\'b5d38e57dcdb2cc54a1b9ddddd74a2fa476ff7ef1bf2f455fc3a6ac5b5b762f5\' ct_options=\'{\"ct_id\":248,\"ct_parent\":245,\"selector\":\"text_block-248-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Back-End Developer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27a9283bf9f8ae0bf1ab42dba10b97a74dd0fc5b2a48dc9c0a8b6f7f79a3dac4\' ct_options=\'{\"ct_id\":249,\"ct_parent\":245,\"selector\":\"_social_icons-249-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d909cf567fc185234acde99e3fff64f8f5e4528acce04664c02173eed402df1d\' ct_options=\'{\"ct_id\":250,\"ct_parent\":245,\"selector\":\"text_block-250-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Sanjeev is IT professional Worked with many IT leaders Like Infosys, Microsoft to name few. He is passionate sport person. He took the challenge and completed Ironman hosted in Goa in 2019. His passion for cycling and running keeps him fit. He is an inspiration for many.[/ct_text_block][ct_link_text ct_sign_sha256=\'3c81c30dc893784a5bbe542c14a64af4e8c82af3b747edb093c9be1054ff9059\' ct_options=\'{\"ct_id\":251,\"ct_parent\":245,\"selector\":\"link_text-251-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'17dd9af028c68f26d9b74b857a6130d7ace4518b6743bb6354bc68f66e9e7aa7\' ct_options=\'{\"ct_id\":252,\"ct_parent\":134,\"selector\":\"div_block-252-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'2ea14d3155efcab4a0021a97c6188ae8faf403a247b715d2048d3ab9d6758697\' ct_options=\'{\"ct_id\":253,\"ct_parent\":252,\"selector\":\"image-253-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Vijay-Cycling-1.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'c60ea1965965342bbfa6ff5144c748539f9054b038aa3a010d3188eba2b2f4de\' ct_options=\'{\"ct_id\":254,\"ct_parent\":252,\"selector\":\"headline-254-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']BHARATH[/ct_headline][ct_text_block ct_sign_sha256=\'6e16342eedd3a0b458c3ca030fcabef2acd6ee3d615a947c11a320f426ec170d\' ct_options=\'{\"ct_id\":255,\"ct_parent\":252,\"selector\":\"text_block-255-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Back-End Developer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'6757f47bc13a49f7bee5b8a8eec587800d7523edff9fc8b6f1a45376643623ae\' ct_options=\'{\"ct_id\":256,\"ct_parent\":252,\"selector\":\"_social_icons-256-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'18ccf7a5d67875990690461a097b17dbd4b852182df68013e9e6f3a0dbeabd94\' ct_options=\'{\"ct_id\":257,\"ct_parent\":252,\"selector\":\"text_block-257-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Looking started he up perhaps against. How remainder all additions get elsewhere resources. One missed shy wishes supply design answer formed. Prevent on present hastily passage an subject in be.[/ct_text_block][ct_link_text ct_sign_sha256=\'f0a1363c5da43e62eafbbe44f50dd0560da9c8927b515608fb29940bbed51424\' ct_options=\'{\"ct_id\":258,\"ct_parent\":252,\"selector\":\"link_text-258-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'24987f366d1074bb5cd755b68db7597e2f2415e09cf9027ad937374a728a1e87\' ct_options=\'{\"ct_id\":163,\"ct_parent\":134,\"selector\":\"div_block-163-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'13c382ce3633665e7db1b7ed36a6bd56250a6539485aaf6fdd2ebf839cee46eb\' ct_options=\'{\"ct_id\":164,\"ct_parent\":163,\"selector\":\"image-164-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Ranvijay-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'fad16633211526b091b114cf6ab13033a01cea99ddfa133e6226d209460d7ac6\' ct_options=\'{\"ct_id\":165,\"ct_parent\":163,\"selector\":\"headline-165-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RANVIJAY PANDEY[/ct_headline][ct_text_block ct_sign_sha256=\'9650cace7377fdca1e5f0e2c435b38f8b0fcbccb6adb11078331cd834b808b07\' ct_options=\'{\"ct_id\":166,\"ct_parent\":163,\"selector\":\"text_block-166-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Graphic Designer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5f1d06b6b9e80fd0755c641d69fb18655c44d3f09f8c3a99835265a7174a69c4\' ct_options=\'{\"ct_id\":167,\"ct_parent\":163,\"selector\":\"_social_icons-167-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3984ff10d08dd589dc60da31dc1b586e20b30db8113ac925cef0f8c44c32a73a\' ct_options=\'{\"ct_id\":168,\"ct_parent\":163,\"selector\":\"text_block-168-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Ran Vijay is IT Architect by profession. Worked with many IT leaders Like Infosys, IBM, Hitachi to name few. He is passionate about sports and fitness. His passion for cycling and running keep him fit and positive all the time. He is an inspiration for many.[/ct_text_block][ct_link_text ct_sign_sha256=\'336f2276ef94449c1bdce55689f6ab4aeb24aa6523dc94a0b183fc29fb5bd865\' ct_options=\'{\"ct_id\":169,\"ct_parent\":163,\"selector\":\"link_text-169-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"},\"activeselector\":false}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'71ca70fe35785f7c37f254e793c7cdd2d762866c88bf3e111d5b352f573c843c\' ct_options=\'{\"ct_id\":176,\"ct_parent\":134,\"selector\":\"div_block-176-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'9c5927c69f1bba3002a25e2e5450f6edc8965068e16fa6f73befce90a766580e\' ct_options=\'{\"ct_id\":177,\"ct_parent\":176,\"selector\":\"image-177-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Sanjeev-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'264bc77df03d8c1bf10cfad385cb05cb3dd4e2acec3384382328901fd7247cba\' ct_options=\'{\"ct_id\":178,\"ct_parent\":176,\"selector\":\"headline-178-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"}}\']SANJEEV KUMAR[/ct_headline][ct_text_block ct_sign_sha256=\'1c9e68e2861c5c078affa458fd2ff5e4d8eb61bbb7942be5baf542264cfaf44c\' ct_options=\'{\"ct_id\":179,\"ct_parent\":176,\"selector\":\"text_block-179-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Graphic Designer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'52d0d15d3c16d7b7d414b1795f57ecefd4b34575b1e1a4a4a6a617bb4d50c018\' ct_options=\'{\"ct_id\":180,\"ct_parent\":176,\"selector\":\"_social_icons-180-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'7b99fadce3178e7b2e67960c8f0647ad6a310ab31da785adf15fcfa82c34ab59\' ct_options=\'{\"ct_id\":181,\"ct_parent\":176,\"selector\":\"text_block-181-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Sanjeev is IT professional Worked with many IT leaders Like Infosys, Microsoft to name few. He is passionate sport person. He took the challenge and completed Ironman hosted in Goa in 2019. His passion for cycling and running keeps him fit. He is an inspiration for many.[/ct_text_block][ct_link_text ct_sign_sha256=\'f5321c2c9d8b57376853ac1b4b6fe64b075e337694370eb217542e67c385d662\' ct_options=\'{\"ct_id\":182,\"ct_parent\":176,\"selector\":\"link_text-182-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"},\"activeselector\":false}\']Learn More →[/ct_link_text][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(227,16,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'ff34beaf1bdaf7e498d5550f9decfcd79844c703f4814cf0209f62482d1457e8\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-16\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"100\",\"container-padding-top\":\"128\",\"container-padding-bottom\":\"120\",\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\"},\"activeselector\":false,\"nicename\":\"Music Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'8c05cf57b1081fd85fe46b073f64e72d72c264789720c070688e48b29b7aab31\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"text_block-3-16\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']CYCLING FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'d01ab8884a79ecf9f24e6b6edf3940baf1f4e429dd941fa9af567de9ffe3096f\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"headline-4-16\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"100\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false}\']Bengaluru to Mysuru[/ct_headline][ct_text_block ct_sign_sha256=\'4aa8efd61e628af9d7f7461f7028ef6dd7c458cd02941fa9e1e534458b81c61e\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-16\",\"original\":{\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']We are cycling from Bengaluru to Mysuru to support Deepika School and raise funds for the education of Special Children[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'951418cab8a5d52d6e8c36508682e3ec2897d7542f8c76a5e7c9a3fa02911fd2\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"div_block-6-16\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_text ct_sign_sha256=\'b709549c4ff67cfbb20fd4bfacf146c29aa1aaf81fd42a21f2e34ddd478356f4\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"link_text-7-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'09b18defda9c2c6baae692cba6099c95d0b567949e794063340f9c16bb68b4f1\' ct_options=\'{\"ct_id\":8,\"ct_parent\":6,\"selector\":\"link_text-8-16\",\"original\":{\"color\":\"color(3)\",\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"hover\":{\"background-color\":\"#ffffff\",\"color\":\"color(12)\"}}\']JOIN THE RIDE[/ct_link_text][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'0a49e83fdff428c2d2c3ec7cda811f69df697598469d7b7aaa4b7d876e706994\' ct_options=\'{\"ct_id\":44,\"ct_parent\":0,\"selector\":\"section-44-16\",\"original\":{\"container-padding-top\":\"84\",\"container-padding-bottom\":\"25\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"nicename\":\"Stats Boxes\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"80\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'83c9f43cda8c1894b5809e7dd1076cad92578fbbdd6d458e2893ccca8579c22d\' ct_options=\'{\"ct_id\":18,\"ct_parent\":44,\"selector\":\"headline-18-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Goal: Raise Rs.6 Lakhs[/ct_headline][ct_text_block ct_sign_sha256=\'e6bcf7499e12ca59e468f1d31e09893dcf63ac926a10a7aa7cf99274dfda3ee6\' ct_options=\'{\"ct_id\":19,\"ct_parent\":44,\"selector\":\"text_block-19-16\",\"original\":{\"margin-bottom\":\"49\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']It costs Rs.60,000 p.a. to teach each special child supported by Deepika Trust[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'7555d876c14a36353122d1d639cbda138b1efa1791bf98989a40500be152431a\' ct_options=\'{\"ct_id\":47,\"ct_parent\":44,\"selector\":\"new_columns-47-16\",\"original\":{\"reverse-column-order\":\"never\",\"set-columns-width-50\":\"tablet\",\"flex-reverse\":\"false\"}}\'][ct_div_block_2 ct_sign_sha256=\'856f2e28ff1e07bcab829a7de5c06da7fe178792bf3f263e7194acfcda6e65e6\' ct_options=\'{\"ct_id\":48,\"ct_parent\":47,\"selector\":\"div_block-48-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'4381752516a6e173d7787e7c41ac5e146c923935338b2c474c83170cc3d05454\' ct_options=\'{\"ct_id\":17,\"ct_parent\":48,\"selector\":\"text_block-17-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Distance: 150 Kms[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ea8b569e732981c1a35020417710b50f485bf7d75913194712acea6e5c41d31f\' ct_options=\'{\"ct_id\":52,\"ct_parent\":47,\"selector\":\"div_block-52-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'f8bfe90f6527e5093d426f784f50f154faa13a996b331c49fcdd39225cf1883f\' ct_options=\'{\"ct_id\":87,\"ct_parent\":52,\"selector\":\"text_block-87-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Time: 9 hours[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'698048d5b968b291c8fe2dadb40f79272d2edc6267ce87f890a2772312c51447\' ct_options=\'{\"ct_id\":56,\"ct_parent\":47,\"selector\":\"div_block-56-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'ea07ecfe4a3c24553c189c29ce8be5ca162ba61e1fbfc96b75ad73e56da8be6a\' ct_options=\'{\"ct_id\":89,\"ct_parent\":56,\"selector\":\"text_block-89-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']20 Cyclists[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3d88a50edcd375724c17c90a05965cb08ab9db43b2d2ded8d0bbc736325bce07\' ct_options=\'{\"ct_id\":60,\"ct_parent\":47,\"selector\":\"div_block-60-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'9442f93533c387d8c3d5e7f1fed19ccb35642421d5393b83633f9114fe0e9e80\' ct_options=\'{\"ct_id\":92,\"ct_parent\":60,\"selector\":\"text_block-92-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Sponsor 10 Kids[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'e8260bd7bc2be79de690d280726e657afc7c8aa2277fa2ae22d23e50f8ab5115\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"section-16-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"44\",\"text-align\":\"center\",\"align-items\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'d7ae18b6d8239132b07fcccd5b729b3d3aa35073375db546e63b80460525efbb\' ct_options=\'{\"ct_id\":80,\"ct_parent\":16,\"selector\":\"text_block-80-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING AGENDA[/ct_text_block][ct_headline ct_sign_sha256=\'46239814ad3454298c78562d354c660d8920b86b06566be63fa9b8d4da45fff6\' ct_options=\'{\"ct_id\":70,\"ct_parent\":16,\"selector\":\"headline-70-16\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"tag\":\"h2\",\"color\":\"color(1)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']3rd Oct 2020[/ct_headline][ct_text_block ct_sign_sha256=\'a23bb8523e1a7e06c65a871dab55c299967ace3932ae15b30a94c795e99a5845\' ct_options=\'{\"ct_id\":67,\"ct_parent\":16,\"selector\":\"text_block-67-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-big-text\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']We are starting from Gandhi Statue in front of Vidhan Soudha, Bengaluru and finish at Gandhi Statue at University of Mysuru[/ct_text_block][oxy_progress_bar ct_sign_sha256=\'a6c0b36faca4cde4a5d817a0fc875152ac90d0e2652e658e11abc9b875fb5756\' ct_options=\'{\"ct_id\":20,\"ct_parent\":16,\"selector\":\"_progress_bar-20-16\",\"original\":{\"progress_bar_left_text\":\"NTozMCBBTTombmJzcDsgU3RhcnQgYXQgVmlkaGFuIFNvdWRoYQ==\",\"progress_bar_progress\":\"0\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MCBLbQ==\",\"progress_bar_left_text_typography_color\":\"color(12)\",\"progress_bar_right_text_typography_color\":\"color(16)\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'5f3b92cd16681fc2c89f32cc1ac09fd059e842c9dd9d9f6e8d1e28e5e36c7d45\' ct_options=\'{\"ct_id\":21,\"ct_parent\":16,\"selector\":\"_progress_bar-21-16\",\"original\":{\"progress_bar_left_text\":\"ODozMCBBTTombmJzcDsgRmlyc3Qgc3RvcCBhdCBSYW1hbmFnYXJh\",\"progress_bar_progress\":\"33\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NTAgS21z\",\"progress_bar_left_text_typography_color\":\"color(12)\",\"progress_bar_right_text_typography_color\":\"color(16)\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'0ba4726823381be33f8fb7bd45f3f271c4e670662250623177e7855619c87c46\' ct_options=\'{\"ct_id\":22,\"ct_parent\":16,\"selector\":\"_progress_bar-22-16\",\"original\":{\"progress_bar_left_text\":\"MTE6MzAgQU06Jm5ic3A7IFNlY29uZCBzdG9wIGF0IE1hbmR5YQ==\",\"progress_bar_progress\":\"67\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MTAwIEttcw==\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'81f99f4f4877df52ea74afca846606630e0db421ea6ff9a451928a9f3616dc4b\' ct_options=\'{\"ct_id\":126,\"ct_parent\":16,\"selector\":\"_progress_bar-126-16\",\"original\":{\"progress_bar_left_text\":\"MjozMCBQTTogRmluaXNoIGF0IEdhbmRoaSBTdGF0dWUsIFVuaXZlcnNpdHkgb2YgTXlzdXJ1\",\"progress_bar_progress\":\"100\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MTUwIEttcw==\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][/ct_section][ct_section ct_sign_sha256=\'22885e8986718b9d34fb0f7236596fe4b9a624834ec71495a701f6e53d059561\' ct_options=\'{\"ct_id\":206,\"ct_parent\":0,\"selector\":\"section-206-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Logo Grid Simple\",\"ct_category\":\"Social Proof\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'5bd24e4f1a44331a26c8f2d8fffea3e3fd0fd1aa53b54bad03c8efc1e252cc3e\' ct_options=\'{\"ct_id\":207,\"ct_parent\":206,\"selector\":\"new_columns-207-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{}}\'][ct_div_block_2 ct_sign_sha256=\'3e450551ec31e54c9ab64a2af594b31a9a9d9c0f122f13c123a275ec3304a21d\' ct_options=\'{\"ct_id\":208,\"ct_parent\":207,\"selector\":\"div_block-208-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"},\"activeselector\":\"hyperion-logogrid-1-column\"}\'][ct_image ct_sign_sha256=\'2ac1dfa139e6751e7cef59e9cb2fbe97f4ee1cca21c2add8bbae1ca5e874ff5f\' ct_options=\'{\"ct_id\":209,\"ct_parent\":208,\"selector\":\"image-209-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d55fa4604fc9131ff84590245c6f2bdb4b9a8585e8d75a026f9cd62cc4b289ca\' ct_options=\'{\"ct_id\":210,\"ct_parent\":207,\"selector\":\"div_block-210-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'e79f199cf23351b92c658720b3f72c04fbdea855cd04d90122cb2a294ded20c9\' ct_options=\'{\"ct_id\":211,\"ct_parent\":210,\"selector\":\"image-211-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Raw-Pressery-logo.jpg\",\"height\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8672e669f83438e13e05c1da50dc99295ae0ba8b4f92dd7f51bd9467751ff129\' ct_options=\'{\"ct_id\":212,\"ct_parent\":207,\"selector\":\"div_block-212-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f293a8df50390bf0a2873608e8626164709cfc7587f857b17941df66e9ec871b\' ct_options=\'{\"ct_id\":213,\"ct_parent\":212,\"selector\":\"image-213-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProNature-NEWLogo.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'919ecf0104a4992ccdabaebd8de3038aa81f6f8c3f67403600006dd3b2d8728a\' ct_options=\'{\"ct_id\":214,\"ct_parent\":207,\"selector\":\"div_block-214-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f307c73ef2b640ddebcc3b5cdca5e98b95fc7bad2f57cace5253f2864f5093e0\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"image-215-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/LOGO-BLACK.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'e0acad69af53b5e35005ef3352e3c9d465cc28ab447c442df9d2df20427dd510\' ct_options=\'{\"ct_id\":216,\"ct_parent\":206,\"selector\":\"new_columns-216-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a2c9aa63cda61eb7147b240994ff08fc9e82d92b4c040b373b1e4d914658af98\' ct_options=\'{\"ct_id\":221,\"ct_parent\":216,\"selector\":\"div_block-221-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'3845896da2c207bb2ca1601f32d4fc8d8c15191d346712f9bd3ab3d80b36a287\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"image-222-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/PH-LOGO.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'89a7a2daf6f140f9e0ddddc8501e705727fbba8488a3f9da150bf6df1d9ac1e8\' ct_options=\'{\"ct_id\":223,\"ct_parent\":216,\"selector\":\"div_block-223-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'80f68c36a2c94b0a09707ab899efcac1cf507c81854b448c88ea6d9f65ad8eb3\' ct_options=\'{\"ct_id\":224,\"ct_parent\":223,\"selector\":\"image-224-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpp_logo_new_400x400.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'33e968b84e4e45726a03977fea2724be4120f0acef51a543edc23a3ab8277ba7\' ct_options=\'{\"ct_id\":130,\"ct_parent\":0,\"selector\":\"section-130-16\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-color\":\"color(1)\"},\"activeselector\":false,\"nicename\":\"Team Dark Three Columns\",\"ct_category\":\"People\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'df5be7289e1117a526e641e915abba3b18b9dacc834bffa56f2dc9ff606486b9\' ct_options=\'{\"ct_id\":131,\"ct_parent\":130,\"selector\":\"text_block-131-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']PEOPLE[/ct_text_block][ct_headline ct_sign_sha256=\'8a0f5b7c834e5d722794c5c93386a279b8d6d1f9df9079c0a4b0f47acb841bf5\' ct_options=\'{\"ct_id\":132,\"ct_parent\":130,\"selector\":\"headline-132-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Meet the Cyclists[/ct_headline][ct_text_block ct_sign_sha256=\'4df8d34aa1b0a39aa8e637bbeff38462444bac5f945c44df05e0647287e4f704\' ct_options=\'{\"ct_id\":133,\"ct_parent\":130,\"selector\":\"text_block-133-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']Smallest directly families surprise honoured am an. Speaking replying mistress him numerous she returned feelings may day.[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'57bd2f3b1364eedc764a006711e919ae572af8fce1cb2cb43c66e088193b0232\' ct_options=\'{\"ct_id\":134,\"ct_parent\":130,\"selector\":\"div_block-134-16\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"flex-direction\":\"row\",\"display\":\"flex\",\"flex-wrap\":\"wrap\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9c3f30c1290960119593e6392d9e7f28221415737b3871454a63ac519af387f7\' ct_options=\'{\"ct_id\":135,\"ct_parent\":134,\"selector\":\"div_block-135-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"}}\'][ct_image ct_sign_sha256=\'a3862c017584c63ea9ccd7af2e4b0bb3fdaeb9a3244fc35127716dd04d844b18\' ct_options=\'{\"ct_id\":136,\"ct_parent\":135,\"selector\":\"image-136-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Shahid-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'761eb2870585f485ebce5c17f65358b02b140b807ff9c15e4ebeb7d2854fa286\' ct_options=\'{\"ct_id\":137,\"ct_parent\":135,\"selector\":\"headline-137-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SHAHID KHAN[/ct_headline][ct_text_block ct_sign_sha256=\'8966eb25ac8c0e522e06388f9b7c36e6431e871f7090746f490fd2df9920f21a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":135,\"selector\":\"text_block-138-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"}}\']Adventurer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27d24d5a29c7548672780752a42c9c1175eea33c09b5c2748dcef582ef781d5c\' ct_options=\'{\"ct_id\":139,\"ct_parent\":135,\"selector\":\"_social_icons-139-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'6acdb033460909a81d32f2572f60e4b2c7011fcefbbe47ee6b8db25168377ea4\' ct_options=\'{\"ct_id\":140,\"ct_parent\":135,\"selector\":\"text_block-140-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Founder of Jumpptech. He is passionate about Digital Marketing, Technology, Entrepreneurship, Blogging, Cycling &amp; Rally Driving.[/ct_text_block][ct_link_text ct_sign_sha256=\'18fd76ff21e444c24e6f13cbf672245684fc2109e82ca79513c209dc1b64fb26\' ct_options=\'{\"ct_id\":141,\"ct_parent\":135,\"selector\":\"link_text-141-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'86cd309c10c6e5fea7e92cda618c3b04c919be345eeb40338d43c1b9df2091ed\' ct_options=\'{\"ct_id\":142,\"ct_parent\":134,\"selector\":\"div_block-142-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'8506eaaa6bdf7f94d7f6780b9178fb51b00cc3e27c69403ad112d6be699acd90\' ct_options=\'{\"ct_id\":143,\"ct_parent\":142,\"selector\":\"image-143-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Pavan-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'de833df7abc090c38b48dcfdf1a2e9621ca40a1f9935a22a5ca8e9cf8ccd02b6\' ct_options=\'{\"ct_id\":144,\"ct_parent\":142,\"selector\":\"headline-144-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']PAVAN SRIRAM[/ct_headline][ct_text_block ct_sign_sha256=\'2175d62b5301d28d4d831c0a42f7063ffa9a490f2baf2a559cf601549a414a7d\' ct_options=\'{\"ct_id\":145,\"ct_parent\":142,\"selector\":\"text_block-145-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Front-End Developer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5b2409ec6606e498291a0e077f0a0a2f033361a4868d66b791cfff010d21e706\' ct_options=\'{\"ct_id\":146,\"ct_parent\":142,\"selector\":\"_social_icons-146-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3dc99d1cc14d109aa7bf984c92c1c6d8092dea353059cf92b097ddbf4fc79236\' ct_options=\'{\"ct_id\":147,\"ct_parent\":142,\"selector\":\"text_block-147-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Doubtful two bed way pleasure confined followed. Shew up ye away no eyes life or were this. Perfectly did suspicion daughters but his intention. Started on society an brought it explain.&nbsp;<br>[/ct_text_block][ct_link_text ct_sign_sha256=\'8839fba69119659527586d8532a7aa24cf6be78eee70dff370dd484adf10e714\' ct_options=\'{\"ct_id\":148,\"ct_parent\":142,\"selector\":\"link_text-148-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'669b96fb926284dade0e6fd3afe89f0378bd44bd7b97c55fcd8c500003b91d93\' ct_options=\'{\"ct_id\":149,\"ct_parent\":134,\"selector\":\"div_block-149-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'5fcac82991f6bccb8d1b537d6e853ffdade710eb373949c91941bfc1d2ac0826\' ct_options=\'{\"ct_id\":150,\"ct_parent\":149,\"selector\":\"image-150-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Savitha-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'d13bbbc5c21b3e0b730473f39353e3534a85aed52c828dc6c5fb66b884800634\' ct_options=\'{\"ct_id\":151,\"ct_parent\":149,\"selector\":\"headline-151-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SAVITHA BHAVSAR[/ct_headline][ct_text_block ct_sign_sha256=\'f64192a19a51b0163cbab135695fbeb12ad663aea6817838e3560f5b9f4ae3ca\' ct_options=\'{\"ct_id\":152,\"ct_parent\":149,\"selector\":\"text_block-152-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']UI/UX Designer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'bc773317a40c8654610f3a29d56b26f199642c8b31dc73d75358e0dd09a1105b\' ct_options=\'{\"ct_id\":153,\"ct_parent\":149,\"selector\":\"_social_icons-153-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"6\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'e66dd9470e64c18c8f33223e45b58f5d1053537a019d355dddf939a4ba5ddebc\' ct_options=\'{\"ct_id\":154,\"ct_parent\":149,\"selector\":\"text_block-154-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Extended kindness trifling remember he confined outlived if. Assistance sentiments yet unpleasing say. Open they an busy they my such high. An active dinner wishes.[/ct_text_block][ct_link_text ct_sign_sha256=\'6e0b2558d8ac7829b4fc73394a01c33a5b6b490fe153d1d6ed9e3eccbe3fed62\' ct_options=\'{\"ct_id\":155,\"ct_parent\":149,\"selector\":\"link_text-155-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'bf1b5cbf8cc10f1cb529c1ec0a42dba4910244d71792119dcc452413c695a6d6\' ct_options=\'{\"ct_id\":156,\"ct_parent\":134,\"selector\":\"div_block-156-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'3e1bcd2564ad2f4049169a24a25c63bfd6847f2c80c9357988d57da1b06eff78\' ct_options=\'{\"ct_id\":157,\"ct_parent\":156,\"selector\":\"image-157-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Bharath-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'85a7d9f1b770a4591b36e72fa13664c9ab49cc7fa3ec69e979dcf2f0969af0e2\' ct_options=\'{\"ct_id\":158,\"ct_parent\":156,\"selector\":\"headline-158-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']BHARATH[/ct_headline][ct_text_block ct_sign_sha256=\'55ae4a4d43ed96c76ac2b8616e37dbd6502ffb440183e49d0dc898fb51b1d465\' ct_options=\'{\"ct_id\":159,\"ct_parent\":156,\"selector\":\"text_block-159-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Back-End Developer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'57b9863f99cf27cc9746880cc8829c195f9a24abe6da986cd3e614e380207c63\' ct_options=\'{\"ct_id\":160,\"ct_parent\":156,\"selector\":\"_social_icons-160-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'ddeaeffc9907b573c03b1e5a7aa98d333a0a0a1c8822adfb4a66a7c6e36e4539\' ct_options=\'{\"ct_id\":161,\"ct_parent\":156,\"selector\":\"text_block-161-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Looking started he up perhaps against. How remainder all additions get elsewhere resources. One missed shy wishes supply design answer formed. Prevent on present hastily passage an subject in be.[/ct_text_block][ct_link_text ct_sign_sha256=\'4e55897e3fbdcbd4e4941a555c9dd458acc4b5fdb09d75cdf00c2e88160bd66e\' ct_options=\'{\"ct_id\":162,\"ct_parent\":156,\"selector\":\"link_text-162-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'733ef82e60084860b5608d5e239e0f570a8146c89301b9cf104c7397c6661e36\' ct_options=\'{\"ct_id\":236,\"ct_parent\":134,\"selector\":\"div_block-236-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'372dec1437e628ba860572a6a6e0ffe934ceb49ac206bbcf859a25bef219e5ce\' ct_options=\'{\"ct_id\":237,\"ct_parent\":236,\"selector\":\"image-237-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Ranvijay-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'ed66edd584c168767c4638c344d48c388b0a7c25148704e8dee74e0a23b98fb5\' ct_options=\'{\"ct_id\":238,\"ct_parent\":236,\"selector\":\"headline-238-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RANVIJAY PANDEY[/ct_headline][ct_text_block ct_sign_sha256=\'40bb7ab3af13ca1121dbc3241be9f59cfde82c9f79ec30bdff6750fbe342c970\' ct_options=\'{\"ct_id\":239,\"ct_parent\":236,\"selector\":\"text_block-239-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Back-End Developer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'386f64f7a1e37d63d17087168e3fee0348d6bf2b0ed4bd0787b1aa258838486d\' ct_options=\'{\"ct_id\":240,\"ct_parent\":236,\"selector\":\"_social_icons-240-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3a8ce1b995d0b9f2738363048c307238851fb6e7501f5e93d501b8f72dbe23cf\' ct_options=\'{\"ct_id\":241,\"ct_parent\":236,\"selector\":\"text_block-241-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Ran Vijay is IT Architect by profession. Worked with many IT leaders Like Infosys, IBM, Hitachi to name few. He is passionate about sports and fitness. His passion for cycling and running keep him fit and positive all the time. He is an inspiration for many.[/ct_text_block][ct_link_text ct_sign_sha256=\'d45eb333c2b82a530d02f20a37d5cafbc8d452c564805db273e2f70874560332\' ct_options=\'{\"ct_id\":242,\"ct_parent\":236,\"selector\":\"link_text-242-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f2d32584db5f0cfa2d5f3cfe4e5bea4be5e3f117ed82d774a91aa3c36e0e5307\' ct_options=\'{\"ct_id\":245,\"ct_parent\":134,\"selector\":\"div_block-245-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'7ff3c4b576d11ce2fb1196f4994771b52786cf31a4130b62c05fcc72431e3b77\' ct_options=\'{\"ct_id\":246,\"ct_parent\":245,\"selector\":\"image-246-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Sanjeev-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'944d4477417ca59d1882254d69df1d5572aeb253ffb600a5a9876addc9d770cc\' ct_options=\'{\"ct_id\":247,\"ct_parent\":245,\"selector\":\"headline-247-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SANJEEV KUMAR[/ct_headline][ct_text_block ct_sign_sha256=\'b5d38e57dcdb2cc54a1b9ddddd74a2fa476ff7ef1bf2f455fc3a6ac5b5b762f5\' ct_options=\'{\"ct_id\":248,\"ct_parent\":245,\"selector\":\"text_block-248-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Back-End Developer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27a9283bf9f8ae0bf1ab42dba10b97a74dd0fc5b2a48dc9c0a8b6f7f79a3dac4\' ct_options=\'{\"ct_id\":249,\"ct_parent\":245,\"selector\":\"_social_icons-249-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d909cf567fc185234acde99e3fff64f8f5e4528acce04664c02173eed402df1d\' ct_options=\'{\"ct_id\":250,\"ct_parent\":245,\"selector\":\"text_block-250-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Sanjeev is IT professional Worked with many IT leaders Like Infosys, Microsoft to name few. He is passionate sport person. He took the challenge and completed Ironman hosted in Goa in 2019. His passion for cycling and running keeps him fit. He is an inspiration for many.[/ct_text_block][ct_link_text ct_sign_sha256=\'3c81c30dc893784a5bbe542c14a64af4e8c82af3b747edb093c9be1054ff9059\' ct_options=\'{\"ct_id\":251,\"ct_parent\":245,\"selector\":\"link_text-251-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a8ec250c97b0c330a956b64d0abc4496ac7e8cfdc6a377f9787035c5ce0de91c\' ct_options=\'{\"ct_id\":163,\"ct_parent\":134,\"selector\":\"div_block-163-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'71d65d388b2432345aea39a6d3cd306442ce6ce1d726a8387212bdb7188769d3\' ct_options=\'{\"ct_id\":164,\"ct_parent\":163,\"selector\":\"image-164-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Rajiv-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'8300de98fce3c0d639a431c46bf00f39c0ae948ad2046201d43873861e16dc80\' ct_options=\'{\"ct_id\":165,\"ct_parent\":163,\"selector\":\"headline-165-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RAJIV[/ct_headline][ct_text_block ct_sign_sha256=\'9650cace7377fdca1e5f0e2c435b38f8b0fcbccb6adb11078331cd834b808b07\' ct_options=\'{\"ct_id\":166,\"ct_parent\":163,\"selector\":\"text_block-166-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Graphic Designer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5f1d06b6b9e80fd0755c641d69fb18655c44d3f09f8c3a99835265a7174a69c4\' ct_options=\'{\"ct_id\":167,\"ct_parent\":163,\"selector\":\"_social_icons-167-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3984ff10d08dd589dc60da31dc1b586e20b30db8113ac925cef0f8c44c32a73a\' ct_options=\'{\"ct_id\":168,\"ct_parent\":163,\"selector\":\"text_block-168-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Ran Vijay is IT Architect by profession. Worked with many IT leaders Like Infosys, IBM, Hitachi to name few. He is passionate about sports and fitness. His passion for cycling and running keep him fit and positive all the time. He is an inspiration for many.[/ct_text_block][ct_link_text ct_sign_sha256=\'336f2276ef94449c1bdce55689f6ab4aeb24aa6523dc94a0b183fc29fb5bd865\' ct_options=\'{\"ct_id\":169,\"ct_parent\":163,\"selector\":\"link_text-169-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"},\"activeselector\":false}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'71ca70fe35785f7c37f254e793c7cdd2d762866c88bf3e111d5b352f573c843c\' ct_options=\'{\"ct_id\":176,\"ct_parent\":134,\"selector\":\"div_block-176-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'9c5927c69f1bba3002a25e2e5450f6edc8965068e16fa6f73befce90a766580e\' ct_options=\'{\"ct_id\":177,\"ct_parent\":176,\"selector\":\"image-177-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Sanjeev-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'264bc77df03d8c1bf10cfad385cb05cb3dd4e2acec3384382328901fd7247cba\' ct_options=\'{\"ct_id\":178,\"ct_parent\":176,\"selector\":\"headline-178-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"}}\']SANJEEV KUMAR[/ct_headline][ct_text_block ct_sign_sha256=\'1c9e68e2861c5c078affa458fd2ff5e4d8eb61bbb7942be5baf542264cfaf44c\' ct_options=\'{\"ct_id\":179,\"ct_parent\":176,\"selector\":\"text_block-179-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Graphic Designer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'52d0d15d3c16d7b7d414b1795f57ecefd4b34575b1e1a4a4a6a617bb4d50c018\' ct_options=\'{\"ct_id\":180,\"ct_parent\":176,\"selector\":\"_social_icons-180-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'7b99fadce3178e7b2e67960c8f0647ad6a310ab31da785adf15fcfa82c34ab59\' ct_options=\'{\"ct_id\":181,\"ct_parent\":176,\"selector\":\"text_block-181-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Sanjeev is IT professional Worked with many IT leaders Like Infosys, Microsoft to name few. He is passionate sport person. He took the challenge and completed Ironman hosted in Goa in 2019. His passion for cycling and running keeps him fit. He is an inspiration for many.[/ct_text_block][ct_link_text ct_sign_sha256=\'f5321c2c9d8b57376853ac1b4b6fe64b075e337694370eb217542e67c385d662\' ct_options=\'{\"ct_id\":182,\"ct_parent\":176,\"selector\":\"link_text-182-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"},\"activeselector\":false}\']Learn More →[/ct_link_text][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(223,16,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'ff34beaf1bdaf7e498d5550f9decfcd79844c703f4814cf0209f62482d1457e8\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-16\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"100\",\"container-padding-top\":\"128\",\"container-padding-bottom\":\"120\",\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\"},\"activeselector\":false,\"nicename\":\"Music Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'8c05cf57b1081fd85fe46b073f64e72d72c264789720c070688e48b29b7aab31\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"text_block-3-16\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']CYCLING FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'d01ab8884a79ecf9f24e6b6edf3940baf1f4e429dd941fa9af567de9ffe3096f\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"headline-4-16\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"100\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false}\']Bengaluru to Mysuru[/ct_headline][ct_text_block ct_sign_sha256=\'4aa8efd61e628af9d7f7461f7028ef6dd7c458cd02941fa9e1e534458b81c61e\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-16\",\"original\":{\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']We are cycling from Bengaluru to Mysuru to support Deepika School and raise funds for the education of Special Children[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'951418cab8a5d52d6e8c36508682e3ec2897d7542f8c76a5e7c9a3fa02911fd2\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"div_block-6-16\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_text ct_sign_sha256=\'b709549c4ff67cfbb20fd4bfacf146c29aa1aaf81fd42a21f2e34ddd478356f4\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"link_text-7-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'09b18defda9c2c6baae692cba6099c95d0b567949e794063340f9c16bb68b4f1\' ct_options=\'{\"ct_id\":8,\"ct_parent\":6,\"selector\":\"link_text-8-16\",\"original\":{\"color\":\"color(3)\",\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"hover\":{\"background-color\":\"#ffffff\",\"color\":\"color(12)\"}}\']JOIN THE RIDE[/ct_link_text][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'0a49e83fdff428c2d2c3ec7cda811f69df697598469d7b7aaa4b7d876e706994\' ct_options=\'{\"ct_id\":44,\"ct_parent\":0,\"selector\":\"section-44-16\",\"original\":{\"container-padding-top\":\"84\",\"container-padding-bottom\":\"25\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"nicename\":\"Stats Boxes\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"80\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'83c9f43cda8c1894b5809e7dd1076cad92578fbbdd6d458e2893ccca8579c22d\' ct_options=\'{\"ct_id\":18,\"ct_parent\":44,\"selector\":\"headline-18-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Goal: Raise Rs.6 Lakhs[/ct_headline][ct_text_block ct_sign_sha256=\'e6bcf7499e12ca59e468f1d31e09893dcf63ac926a10a7aa7cf99274dfda3ee6\' ct_options=\'{\"ct_id\":19,\"ct_parent\":44,\"selector\":\"text_block-19-16\",\"original\":{\"margin-bottom\":\"49\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']It costs Rs.60,000 p.a. to teach each special child supported by Deepika Trust[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'7555d876c14a36353122d1d639cbda138b1efa1791bf98989a40500be152431a\' ct_options=\'{\"ct_id\":47,\"ct_parent\":44,\"selector\":\"new_columns-47-16\",\"original\":{\"reverse-column-order\":\"never\",\"set-columns-width-50\":\"tablet\",\"flex-reverse\":\"false\"}}\'][ct_div_block_2 ct_sign_sha256=\'856f2e28ff1e07bcab829a7de5c06da7fe178792bf3f263e7194acfcda6e65e6\' ct_options=\'{\"ct_id\":48,\"ct_parent\":47,\"selector\":\"div_block-48-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'4381752516a6e173d7787e7c41ac5e146c923935338b2c474c83170cc3d05454\' ct_options=\'{\"ct_id\":17,\"ct_parent\":48,\"selector\":\"text_block-17-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Distance: 150 Kms[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ea8b569e732981c1a35020417710b50f485bf7d75913194712acea6e5c41d31f\' ct_options=\'{\"ct_id\":52,\"ct_parent\":47,\"selector\":\"div_block-52-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'f8bfe90f6527e5093d426f784f50f154faa13a996b331c49fcdd39225cf1883f\' ct_options=\'{\"ct_id\":87,\"ct_parent\":52,\"selector\":\"text_block-87-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Time: 9 hours[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'698048d5b968b291c8fe2dadb40f79272d2edc6267ce87f890a2772312c51447\' ct_options=\'{\"ct_id\":56,\"ct_parent\":47,\"selector\":\"div_block-56-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'ea07ecfe4a3c24553c189c29ce8be5ca162ba61e1fbfc96b75ad73e56da8be6a\' ct_options=\'{\"ct_id\":89,\"ct_parent\":56,\"selector\":\"text_block-89-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']20 Cyclists[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3d88a50edcd375724c17c90a05965cb08ab9db43b2d2ded8d0bbc736325bce07\' ct_options=\'{\"ct_id\":60,\"ct_parent\":47,\"selector\":\"div_block-60-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'9442f93533c387d8c3d5e7f1fed19ccb35642421d5393b83633f9114fe0e9e80\' ct_options=\'{\"ct_id\":92,\"ct_parent\":60,\"selector\":\"text_block-92-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Sponsor 10 Kids[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'e8260bd7bc2be79de690d280726e657afc7c8aa2277fa2ae22d23e50f8ab5115\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"section-16-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"44\",\"text-align\":\"center\",\"align-items\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'d7ae18b6d8239132b07fcccd5b729b3d3aa35073375db546e63b80460525efbb\' ct_options=\'{\"ct_id\":80,\"ct_parent\":16,\"selector\":\"text_block-80-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING AGENDA[/ct_text_block][ct_headline ct_sign_sha256=\'46239814ad3454298c78562d354c660d8920b86b06566be63fa9b8d4da45fff6\' ct_options=\'{\"ct_id\":70,\"ct_parent\":16,\"selector\":\"headline-70-16\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"tag\":\"h2\",\"color\":\"color(1)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']3rd Oct 2020[/ct_headline][ct_text_block ct_sign_sha256=\'a23bb8523e1a7e06c65a871dab55c299967ace3932ae15b30a94c795e99a5845\' ct_options=\'{\"ct_id\":67,\"ct_parent\":16,\"selector\":\"text_block-67-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-big-text\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']We are starting from Gandhi Statue in front of Vidhan Soudha, Bengaluru and finish at Gandhi Statue at University of Mysuru[/ct_text_block][oxy_progress_bar ct_sign_sha256=\'a6c0b36faca4cde4a5d817a0fc875152ac90d0e2652e658e11abc9b875fb5756\' ct_options=\'{\"ct_id\":20,\"ct_parent\":16,\"selector\":\"_progress_bar-20-16\",\"original\":{\"progress_bar_left_text\":\"NTozMCBBTTombmJzcDsgU3RhcnQgYXQgVmlkaGFuIFNvdWRoYQ==\",\"progress_bar_progress\":\"0\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MCBLbQ==\",\"progress_bar_left_text_typography_color\":\"color(12)\",\"progress_bar_right_text_typography_color\":\"color(16)\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'5f3b92cd16681fc2c89f32cc1ac09fd059e842c9dd9d9f6e8d1e28e5e36c7d45\' ct_options=\'{\"ct_id\":21,\"ct_parent\":16,\"selector\":\"_progress_bar-21-16\",\"original\":{\"progress_bar_left_text\":\"ODozMCBBTTombmJzcDsgRmlyc3Qgc3RvcCBhdCBSYW1hbmFnYXJh\",\"progress_bar_progress\":\"33\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NTAgS21z\",\"progress_bar_left_text_typography_color\":\"color(12)\",\"progress_bar_right_text_typography_color\":\"color(16)\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'0ba4726823381be33f8fb7bd45f3f271c4e670662250623177e7855619c87c46\' ct_options=\'{\"ct_id\":22,\"ct_parent\":16,\"selector\":\"_progress_bar-22-16\",\"original\":{\"progress_bar_left_text\":\"MTE6MzAgQU06Jm5ic3A7IFNlY29uZCBzdG9wIGF0IE1hbmR5YQ==\",\"progress_bar_progress\":\"67\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MTAwIEttcw==\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'81f99f4f4877df52ea74afca846606630e0db421ea6ff9a451928a9f3616dc4b\' ct_options=\'{\"ct_id\":126,\"ct_parent\":16,\"selector\":\"_progress_bar-126-16\",\"original\":{\"progress_bar_left_text\":\"MjozMCBQTTogRmluaXNoIGF0IEdhbmRoaSBTdGF0dWUsIFVuaXZlcnNpdHkgb2YgTXlzdXJ1\",\"progress_bar_progress\":\"100\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MTUwIEttcw==\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][/ct_section][ct_section ct_sign_sha256=\'22885e8986718b9d34fb0f7236596fe4b9a624834ec71495a701f6e53d059561\' ct_options=\'{\"ct_id\":206,\"ct_parent\":0,\"selector\":\"section-206-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Logo Grid Simple\",\"ct_category\":\"Social Proof\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'5bd24e4f1a44331a26c8f2d8fffea3e3fd0fd1aa53b54bad03c8efc1e252cc3e\' ct_options=\'{\"ct_id\":207,\"ct_parent\":206,\"selector\":\"new_columns-207-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{}}\'][ct_div_block_2 ct_sign_sha256=\'3e450551ec31e54c9ab64a2af594b31a9a9d9c0f122f13c123a275ec3304a21d\' ct_options=\'{\"ct_id\":208,\"ct_parent\":207,\"selector\":\"div_block-208-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"},\"activeselector\":\"hyperion-logogrid-1-column\"}\'][ct_image ct_sign_sha256=\'2ac1dfa139e6751e7cef59e9cb2fbe97f4ee1cca21c2add8bbae1ca5e874ff5f\' ct_options=\'{\"ct_id\":209,\"ct_parent\":208,\"selector\":\"image-209-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d55fa4604fc9131ff84590245c6f2bdb4b9a8585e8d75a026f9cd62cc4b289ca\' ct_options=\'{\"ct_id\":210,\"ct_parent\":207,\"selector\":\"div_block-210-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'e79f199cf23351b92c658720b3f72c04fbdea855cd04d90122cb2a294ded20c9\' ct_options=\'{\"ct_id\":211,\"ct_parent\":210,\"selector\":\"image-211-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Raw-Pressery-logo.jpg\",\"height\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8672e669f83438e13e05c1da50dc99295ae0ba8b4f92dd7f51bd9467751ff129\' ct_options=\'{\"ct_id\":212,\"ct_parent\":207,\"selector\":\"div_block-212-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f293a8df50390bf0a2873608e8626164709cfc7587f857b17941df66e9ec871b\' ct_options=\'{\"ct_id\":213,\"ct_parent\":212,\"selector\":\"image-213-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProNature-NEWLogo.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'919ecf0104a4992ccdabaebd8de3038aa81f6f8c3f67403600006dd3b2d8728a\' ct_options=\'{\"ct_id\":214,\"ct_parent\":207,\"selector\":\"div_block-214-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f307c73ef2b640ddebcc3b5cdca5e98b95fc7bad2f57cace5253f2864f5093e0\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"image-215-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/LOGO-BLACK.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'e0acad69af53b5e35005ef3352e3c9d465cc28ab447c442df9d2df20427dd510\' ct_options=\'{\"ct_id\":216,\"ct_parent\":206,\"selector\":\"new_columns-216-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a2c9aa63cda61eb7147b240994ff08fc9e82d92b4c040b373b1e4d914658af98\' ct_options=\'{\"ct_id\":221,\"ct_parent\":216,\"selector\":\"div_block-221-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'3845896da2c207bb2ca1601f32d4fc8d8c15191d346712f9bd3ab3d80b36a287\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"image-222-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/PH-LOGO.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'89a7a2daf6f140f9e0ddddc8501e705727fbba8488a3f9da150bf6df1d9ac1e8\' ct_options=\'{\"ct_id\":223,\"ct_parent\":216,\"selector\":\"div_block-223-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'80f68c36a2c94b0a09707ab899efcac1cf507c81854b448c88ea6d9f65ad8eb3\' ct_options=\'{\"ct_id\":224,\"ct_parent\":223,\"selector\":\"image-224-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpp_logo_new_400x400.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'42a398bf7084ae7b3b27de376a0c08a425e954c7413a8cd60b7f4ef0445e1179\' ct_options=\'{\"ct_id\":130,\"ct_parent\":0,\"selector\":\"section-130-16\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-color\":\"color(1)\"},\"activeselector\":false,\"nicename\":\"Team Dark Three Columns\",\"ct_category\":\"People\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'df5be7289e1117a526e641e915abba3b18b9dacc834bffa56f2dc9ff606486b9\' ct_options=\'{\"ct_id\":131,\"ct_parent\":130,\"selector\":\"text_block-131-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']PEOPLE[/ct_text_block][ct_headline ct_sign_sha256=\'8a0f5b7c834e5d722794c5c93386a279b8d6d1f9df9079c0a4b0f47acb841bf5\' ct_options=\'{\"ct_id\":132,\"ct_parent\":130,\"selector\":\"headline-132-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Meet the Cyclists[/ct_headline][ct_text_block ct_sign_sha256=\'4df8d34aa1b0a39aa8e637bbeff38462444bac5f945c44df05e0647287e4f704\' ct_options=\'{\"ct_id\":133,\"ct_parent\":130,\"selector\":\"text_block-133-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']Smallest directly families surprise honoured am an. Speaking replying mistress him numerous she returned feelings may day.[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'a02a9cc22f4ec6fd18da95bce8a3054e8d7282a2095132f79d63a466babc21e0\' ct_options=\'{\"ct_id\":134,\"ct_parent\":130,\"selector\":\"div_block-134-16\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"flex-direction\":\"row\",\"display\":\"flex\",\"flex-wrap\":\"wrap\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9c3f30c1290960119593e6392d9e7f28221415737b3871454a63ac519af387f7\' ct_options=\'{\"ct_id\":135,\"ct_parent\":134,\"selector\":\"div_block-135-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"}}\'][ct_image ct_sign_sha256=\'a3862c017584c63ea9ccd7af2e4b0bb3fdaeb9a3244fc35127716dd04d844b18\' ct_options=\'{\"ct_id\":136,\"ct_parent\":135,\"selector\":\"image-136-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Shahid-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'761eb2870585f485ebce5c17f65358b02b140b807ff9c15e4ebeb7d2854fa286\' ct_options=\'{\"ct_id\":137,\"ct_parent\":135,\"selector\":\"headline-137-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SHAHID KHAN[/ct_headline][ct_text_block ct_sign_sha256=\'8966eb25ac8c0e522e06388f9b7c36e6431e871f7090746f490fd2df9920f21a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":135,\"selector\":\"text_block-138-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"}}\']Adventurer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27d24d5a29c7548672780752a42c9c1175eea33c09b5c2748dcef582ef781d5c\' ct_options=\'{\"ct_id\":139,\"ct_parent\":135,\"selector\":\"_social_icons-139-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'6acdb033460909a81d32f2572f60e4b2c7011fcefbbe47ee6b8db25168377ea4\' ct_options=\'{\"ct_id\":140,\"ct_parent\":135,\"selector\":\"text_block-140-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Founder of Jumpptech. He is passionate about Digital Marketing, Technology, Entrepreneurship, Blogging, Cycling &amp; Rally Driving.[/ct_text_block][ct_link_text ct_sign_sha256=\'18fd76ff21e444c24e6f13cbf672245684fc2109e82ca79513c209dc1b64fb26\' ct_options=\'{\"ct_id\":141,\"ct_parent\":135,\"selector\":\"link_text-141-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'86cd309c10c6e5fea7e92cda618c3b04c919be345eeb40338d43c1b9df2091ed\' ct_options=\'{\"ct_id\":142,\"ct_parent\":134,\"selector\":\"div_block-142-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'8506eaaa6bdf7f94d7f6780b9178fb51b00cc3e27c69403ad112d6be699acd90\' ct_options=\'{\"ct_id\":143,\"ct_parent\":142,\"selector\":\"image-143-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Pavan-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'de833df7abc090c38b48dcfdf1a2e9621ca40a1f9935a22a5ca8e9cf8ccd02b6\' ct_options=\'{\"ct_id\":144,\"ct_parent\":142,\"selector\":\"headline-144-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']PAVAN SRIRAM[/ct_headline][ct_text_block ct_sign_sha256=\'2175d62b5301d28d4d831c0a42f7063ffa9a490f2baf2a559cf601549a414a7d\' ct_options=\'{\"ct_id\":145,\"ct_parent\":142,\"selector\":\"text_block-145-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Front-End Developer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5b2409ec6606e498291a0e077f0a0a2f033361a4868d66b791cfff010d21e706\' ct_options=\'{\"ct_id\":146,\"ct_parent\":142,\"selector\":\"_social_icons-146-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3dc99d1cc14d109aa7bf984c92c1c6d8092dea353059cf92b097ddbf4fc79236\' ct_options=\'{\"ct_id\":147,\"ct_parent\":142,\"selector\":\"text_block-147-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Doubtful two bed way pleasure confined followed. Shew up ye away no eyes life or were this. Perfectly did suspicion daughters but his intention. Started on society an brought it explain.&nbsp;<br>[/ct_text_block][ct_link_text ct_sign_sha256=\'8839fba69119659527586d8532a7aa24cf6be78eee70dff370dd484adf10e714\' ct_options=\'{\"ct_id\":148,\"ct_parent\":142,\"selector\":\"link_text-148-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'669b96fb926284dade0e6fd3afe89f0378bd44bd7b97c55fcd8c500003b91d93\' ct_options=\'{\"ct_id\":149,\"ct_parent\":134,\"selector\":\"div_block-149-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'5fcac82991f6bccb8d1b537d6e853ffdade710eb373949c91941bfc1d2ac0826\' ct_options=\'{\"ct_id\":150,\"ct_parent\":149,\"selector\":\"image-150-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Savitha-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'d13bbbc5c21b3e0b730473f39353e3534a85aed52c828dc6c5fb66b884800634\' ct_options=\'{\"ct_id\":151,\"ct_parent\":149,\"selector\":\"headline-151-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SAVITHA BHAVSAR[/ct_headline][ct_text_block ct_sign_sha256=\'f64192a19a51b0163cbab135695fbeb12ad663aea6817838e3560f5b9f4ae3ca\' ct_options=\'{\"ct_id\":152,\"ct_parent\":149,\"selector\":\"text_block-152-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']UI/UX Designer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'bc773317a40c8654610f3a29d56b26f199642c8b31dc73d75358e0dd09a1105b\' ct_options=\'{\"ct_id\":153,\"ct_parent\":149,\"selector\":\"_social_icons-153-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"6\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'e66dd9470e64c18c8f33223e45b58f5d1053537a019d355dddf939a4ba5ddebc\' ct_options=\'{\"ct_id\":154,\"ct_parent\":149,\"selector\":\"text_block-154-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Extended kindness trifling remember he confined outlived if. Assistance sentiments yet unpleasing say. Open they an busy they my such high. An active dinner wishes.[/ct_text_block][ct_link_text ct_sign_sha256=\'6e0b2558d8ac7829b4fc73394a01c33a5b6b490fe153d1d6ed9e3eccbe3fed62\' ct_options=\'{\"ct_id\":155,\"ct_parent\":149,\"selector\":\"link_text-155-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'bf1b5cbf8cc10f1cb529c1ec0a42dba4910244d71792119dcc452413c695a6d6\' ct_options=\'{\"ct_id\":156,\"ct_parent\":134,\"selector\":\"div_block-156-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'3e1bcd2564ad2f4049169a24a25c63bfd6847f2c80c9357988d57da1b06eff78\' ct_options=\'{\"ct_id\":157,\"ct_parent\":156,\"selector\":\"image-157-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Bharath-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'85a7d9f1b770a4591b36e72fa13664c9ab49cc7fa3ec69e979dcf2f0969af0e2\' ct_options=\'{\"ct_id\":158,\"ct_parent\":156,\"selector\":\"headline-158-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']BHARATH[/ct_headline][ct_text_block ct_sign_sha256=\'55ae4a4d43ed96c76ac2b8616e37dbd6502ffb440183e49d0dc898fb51b1d465\' ct_options=\'{\"ct_id\":159,\"ct_parent\":156,\"selector\":\"text_block-159-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Back-End Developer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'57b9863f99cf27cc9746880cc8829c195f9a24abe6da986cd3e614e380207c63\' ct_options=\'{\"ct_id\":160,\"ct_parent\":156,\"selector\":\"_social_icons-160-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'ddeaeffc9907b573c03b1e5a7aa98d333a0a0a1c8822adfb4a66a7c6e36e4539\' ct_options=\'{\"ct_id\":161,\"ct_parent\":156,\"selector\":\"text_block-161-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Looking started he up perhaps against. How remainder all additions get elsewhere resources. One missed shy wishes supply design answer formed. Prevent on present hastily passage an subject in be.[/ct_text_block][ct_link_text ct_sign_sha256=\'4e55897e3fbdcbd4e4941a555c9dd458acc4b5fdb09d75cdf00c2e88160bd66e\' ct_options=\'{\"ct_id\":162,\"ct_parent\":156,\"selector\":\"link_text-162-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'733ef82e60084860b5608d5e239e0f570a8146c89301b9cf104c7397c6661e36\' ct_options=\'{\"ct_id\":236,\"ct_parent\":134,\"selector\":\"div_block-236-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'372dec1437e628ba860572a6a6e0ffe934ceb49ac206bbcf859a25bef219e5ce\' ct_options=\'{\"ct_id\":237,\"ct_parent\":236,\"selector\":\"image-237-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Ranvijay-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'ed66edd584c168767c4638c344d48c388b0a7c25148704e8dee74e0a23b98fb5\' ct_options=\'{\"ct_id\":238,\"ct_parent\":236,\"selector\":\"headline-238-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RANVIJAY PANDEY[/ct_headline][ct_text_block ct_sign_sha256=\'40bb7ab3af13ca1121dbc3241be9f59cfde82c9f79ec30bdff6750fbe342c970\' ct_options=\'{\"ct_id\":239,\"ct_parent\":236,\"selector\":\"text_block-239-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Back-End Developer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'386f64f7a1e37d63d17087168e3fee0348d6bf2b0ed4bd0787b1aa258838486d\' ct_options=\'{\"ct_id\":240,\"ct_parent\":236,\"selector\":\"_social_icons-240-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3a8ce1b995d0b9f2738363048c307238851fb6e7501f5e93d501b8f72dbe23cf\' ct_options=\'{\"ct_id\":241,\"ct_parent\":236,\"selector\":\"text_block-241-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Ran Vijay is IT Architect by profession. Worked with many IT leaders Like Infosys, IBM, Hitachi to name few. He is passionate about sports and fitness. His passion for cycling and running keep him fit and positive all the time. He is an inspiration for many.[/ct_text_block][ct_link_text ct_sign_sha256=\'d45eb333c2b82a530d02f20a37d5cafbc8d452c564805db273e2f70874560332\' ct_options=\'{\"ct_id\":242,\"ct_parent\":236,\"selector\":\"link_text-242-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f2d32584db5f0cfa2d5f3cfe4e5bea4be5e3f117ed82d774a91aa3c36e0e5307\' ct_options=\'{\"ct_id\":245,\"ct_parent\":134,\"selector\":\"div_block-245-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'7ff3c4b576d11ce2fb1196f4994771b52786cf31a4130b62c05fcc72431e3b77\' ct_options=\'{\"ct_id\":246,\"ct_parent\":245,\"selector\":\"image-246-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Sanjeev-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'944d4477417ca59d1882254d69df1d5572aeb253ffb600a5a9876addc9d770cc\' ct_options=\'{\"ct_id\":247,\"ct_parent\":245,\"selector\":\"headline-247-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SANJEEV KUMAR[/ct_headline][ct_text_block ct_sign_sha256=\'b5d38e57dcdb2cc54a1b9ddddd74a2fa476ff7ef1bf2f455fc3a6ac5b5b762f5\' ct_options=\'{\"ct_id\":248,\"ct_parent\":245,\"selector\":\"text_block-248-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Back-End Developer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27a9283bf9f8ae0bf1ab42dba10b97a74dd0fc5b2a48dc9c0a8b6f7f79a3dac4\' ct_options=\'{\"ct_id\":249,\"ct_parent\":245,\"selector\":\"_social_icons-249-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d909cf567fc185234acde99e3fff64f8f5e4528acce04664c02173eed402df1d\' ct_options=\'{\"ct_id\":250,\"ct_parent\":245,\"selector\":\"text_block-250-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Sanjeev is IT professional Worked with many IT leaders Like Infosys, Microsoft to name few. He is passionate sport person. He took the challenge and completed Ironman hosted in Goa in 2019. His passion for cycling and running keeps him fit. He is an inspiration for many.[/ct_text_block][ct_link_text ct_sign_sha256=\'3c81c30dc893784a5bbe542c14a64af4e8c82af3b747edb093c9be1054ff9059\' ct_options=\'{\"ct_id\":251,\"ct_parent\":245,\"selector\":\"link_text-251-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'bd177f3d9d62cca592a7f2b09bef358ddd08496243a1d37a5195b37bd271f7de\' ct_options=\'{\"ct_id\":252,\"ct_parent\":134,\"selector\":\"div_block-252-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'825d8337d7a061058336533296f77af5c4546ae2278eb55e456ae4249eaf7d63\' ct_options=\'{\"ct_id\":253,\"ct_parent\":252,\"selector\":\"image-253-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Rajiv-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'e0e9802f49852bc48b8171f3a52ba89d409bc4b37cad6198586a65a07425908d\' ct_options=\'{\"ct_id\":254,\"ct_parent\":252,\"selector\":\"headline-254-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RAJIV[/ct_headline][ct_text_block ct_sign_sha256=\'6e16342eedd3a0b458c3ca030fcabef2acd6ee3d615a947c11a320f426ec170d\' ct_options=\'{\"ct_id\":255,\"ct_parent\":252,\"selector\":\"text_block-255-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Back-End Developer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'6757f47bc13a49f7bee5b8a8eec587800d7523edff9fc8b6f1a45376643623ae\' ct_options=\'{\"ct_id\":256,\"ct_parent\":252,\"selector\":\"_social_icons-256-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d82255bfafb73e4050ada7cdaaea547dd9aae88491345e54d4729d62a9ac31a8\' ct_options=\'{\"ct_id\":257,\"ct_parent\":252,\"selector\":\"text_block-257-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Working as a Spanish Linguist in IBM. Settled in Bengaluru. A Bullet enthusiast &amp; have travelled to all parts of India.  I love outdoor Sports. Finished my Ironman 70.3 last year in Goa. Keep myself fit &amp; energized with Running, Swimming &amp; Cycling. [/ct_text_block][ct_link_text ct_sign_sha256=\'f0a1363c5da43e62eafbbe44f50dd0560da9c8927b515608fb29940bbed51424\' ct_options=\'{\"ct_id\":258,\"ct_parent\":252,\"selector\":\"link_text-258-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'24987f366d1074bb5cd755b68db7597e2f2415e09cf9027ad937374a728a1e87\' ct_options=\'{\"ct_id\":163,\"ct_parent\":134,\"selector\":\"div_block-163-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'13c382ce3633665e7db1b7ed36a6bd56250a6539485aaf6fdd2ebf839cee46eb\' ct_options=\'{\"ct_id\":164,\"ct_parent\":163,\"selector\":\"image-164-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Ranvijay-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'fad16633211526b091b114cf6ab13033a01cea99ddfa133e6226d209460d7ac6\' ct_options=\'{\"ct_id\":165,\"ct_parent\":163,\"selector\":\"headline-165-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RANVIJAY PANDEY[/ct_headline][ct_text_block ct_sign_sha256=\'9650cace7377fdca1e5f0e2c435b38f8b0fcbccb6adb11078331cd834b808b07\' ct_options=\'{\"ct_id\":166,\"ct_parent\":163,\"selector\":\"text_block-166-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Graphic Designer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5f1d06b6b9e80fd0755c641d69fb18655c44d3f09f8c3a99835265a7174a69c4\' ct_options=\'{\"ct_id\":167,\"ct_parent\":163,\"selector\":\"_social_icons-167-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3984ff10d08dd589dc60da31dc1b586e20b30db8113ac925cef0f8c44c32a73a\' ct_options=\'{\"ct_id\":168,\"ct_parent\":163,\"selector\":\"text_block-168-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Ran Vijay is IT Architect by profession. Worked with many IT leaders Like Infosys, IBM, Hitachi to name few. He is passionate about sports and fitness. His passion for cycling and running keep him fit and positive all the time. He is an inspiration for many.[/ct_text_block][ct_link_text ct_sign_sha256=\'336f2276ef94449c1bdce55689f6ab4aeb24aa6523dc94a0b183fc29fb5bd865\' ct_options=\'{\"ct_id\":169,\"ct_parent\":163,\"selector\":\"link_text-169-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"},\"activeselector\":false}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'71ca70fe35785f7c37f254e793c7cdd2d762866c88bf3e111d5b352f573c843c\' ct_options=\'{\"ct_id\":176,\"ct_parent\":134,\"selector\":\"div_block-176-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'9c5927c69f1bba3002a25e2e5450f6edc8965068e16fa6f73befce90a766580e\' ct_options=\'{\"ct_id\":177,\"ct_parent\":176,\"selector\":\"image-177-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Sanjeev-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'264bc77df03d8c1bf10cfad385cb05cb3dd4e2acec3384382328901fd7247cba\' ct_options=\'{\"ct_id\":178,\"ct_parent\":176,\"selector\":\"headline-178-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"}}\']SANJEEV KUMAR[/ct_headline][ct_text_block ct_sign_sha256=\'1c9e68e2861c5c078affa458fd2ff5e4d8eb61bbb7942be5baf542264cfaf44c\' ct_options=\'{\"ct_id\":179,\"ct_parent\":176,\"selector\":\"text_block-179-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Graphic Designer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'52d0d15d3c16d7b7d414b1795f57ecefd4b34575b1e1a4a4a6a617bb4d50c018\' ct_options=\'{\"ct_id\":180,\"ct_parent\":176,\"selector\":\"_social_icons-180-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'7b99fadce3178e7b2e67960c8f0647ad6a310ab31da785adf15fcfa82c34ab59\' ct_options=\'{\"ct_id\":181,\"ct_parent\":176,\"selector\":\"text_block-181-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Sanjeev is IT professional Worked with many IT leaders Like Infosys, Microsoft to name few. He is passionate sport person. He took the challenge and completed Ironman hosted in Goa in 2019. His passion for cycling and running keeps him fit. He is an inspiration for many.[/ct_text_block][ct_link_text ct_sign_sha256=\'f5321c2c9d8b57376853ac1b4b6fe64b075e337694370eb217542e67c385d662\' ct_options=\'{\"ct_id\":182,\"ct_parent\":176,\"selector\":\"link_text-182-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"},\"activeselector\":false}\']Learn More →[/ct_link_text][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(225,16,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'ff34beaf1bdaf7e498d5550f9decfcd79844c703f4814cf0209f62482d1457e8\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-16\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"100\",\"container-padding-top\":\"128\",\"container-padding-bottom\":\"120\",\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\"},\"activeselector\":false,\"nicename\":\"Music Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'8c05cf57b1081fd85fe46b073f64e72d72c264789720c070688e48b29b7aab31\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"text_block-3-16\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']CYCLING FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'d01ab8884a79ecf9f24e6b6edf3940baf1f4e429dd941fa9af567de9ffe3096f\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"headline-4-16\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"100\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false}\']Bengaluru to Mysuru[/ct_headline][ct_text_block ct_sign_sha256=\'4aa8efd61e628af9d7f7461f7028ef6dd7c458cd02941fa9e1e534458b81c61e\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-16\",\"original\":{\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']We are cycling from Bengaluru to Mysuru to support Deepika School and raise funds for the education of Special Children[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'951418cab8a5d52d6e8c36508682e3ec2897d7542f8c76a5e7c9a3fa02911fd2\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"div_block-6-16\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_text ct_sign_sha256=\'b709549c4ff67cfbb20fd4bfacf146c29aa1aaf81fd42a21f2e34ddd478356f4\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"link_text-7-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'09b18defda9c2c6baae692cba6099c95d0b567949e794063340f9c16bb68b4f1\' ct_options=\'{\"ct_id\":8,\"ct_parent\":6,\"selector\":\"link_text-8-16\",\"original\":{\"color\":\"color(3)\",\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"hover\":{\"background-color\":\"#ffffff\",\"color\":\"color(12)\"}}\']JOIN THE RIDE[/ct_link_text][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'0a49e83fdff428c2d2c3ec7cda811f69df697598469d7b7aaa4b7d876e706994\' ct_options=\'{\"ct_id\":44,\"ct_parent\":0,\"selector\":\"section-44-16\",\"original\":{\"container-padding-top\":\"84\",\"container-padding-bottom\":\"25\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"nicename\":\"Stats Boxes\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"80\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'83c9f43cda8c1894b5809e7dd1076cad92578fbbdd6d458e2893ccca8579c22d\' ct_options=\'{\"ct_id\":18,\"ct_parent\":44,\"selector\":\"headline-18-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Goal: Raise Rs.6 Lakhs[/ct_headline][ct_text_block ct_sign_sha256=\'e6bcf7499e12ca59e468f1d31e09893dcf63ac926a10a7aa7cf99274dfda3ee6\' ct_options=\'{\"ct_id\":19,\"ct_parent\":44,\"selector\":\"text_block-19-16\",\"original\":{\"margin-bottom\":\"49\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']It costs Rs.60,000 p.a. to teach each special child supported by Deepika Trust[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'7555d876c14a36353122d1d639cbda138b1efa1791bf98989a40500be152431a\' ct_options=\'{\"ct_id\":47,\"ct_parent\":44,\"selector\":\"new_columns-47-16\",\"original\":{\"reverse-column-order\":\"never\",\"set-columns-width-50\":\"tablet\",\"flex-reverse\":\"false\"}}\'][ct_div_block_2 ct_sign_sha256=\'856f2e28ff1e07bcab829a7de5c06da7fe178792bf3f263e7194acfcda6e65e6\' ct_options=\'{\"ct_id\":48,\"ct_parent\":47,\"selector\":\"div_block-48-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'4381752516a6e173d7787e7c41ac5e146c923935338b2c474c83170cc3d05454\' ct_options=\'{\"ct_id\":17,\"ct_parent\":48,\"selector\":\"text_block-17-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Distance: 150 Kms[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ea8b569e732981c1a35020417710b50f485bf7d75913194712acea6e5c41d31f\' ct_options=\'{\"ct_id\":52,\"ct_parent\":47,\"selector\":\"div_block-52-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'f8bfe90f6527e5093d426f784f50f154faa13a996b331c49fcdd39225cf1883f\' ct_options=\'{\"ct_id\":87,\"ct_parent\":52,\"selector\":\"text_block-87-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Time: 9 hours[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'698048d5b968b291c8fe2dadb40f79272d2edc6267ce87f890a2772312c51447\' ct_options=\'{\"ct_id\":56,\"ct_parent\":47,\"selector\":\"div_block-56-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'ea07ecfe4a3c24553c189c29ce8be5ca162ba61e1fbfc96b75ad73e56da8be6a\' ct_options=\'{\"ct_id\":89,\"ct_parent\":56,\"selector\":\"text_block-89-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']20 Cyclists[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3d88a50edcd375724c17c90a05965cb08ab9db43b2d2ded8d0bbc736325bce07\' ct_options=\'{\"ct_id\":60,\"ct_parent\":47,\"selector\":\"div_block-60-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'9442f93533c387d8c3d5e7f1fed19ccb35642421d5393b83633f9114fe0e9e80\' ct_options=\'{\"ct_id\":92,\"ct_parent\":60,\"selector\":\"text_block-92-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Sponsor 10 Kids[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'e8260bd7bc2be79de690d280726e657afc7c8aa2277fa2ae22d23e50f8ab5115\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"section-16-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"44\",\"text-align\":\"center\",\"align-items\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'d7ae18b6d8239132b07fcccd5b729b3d3aa35073375db546e63b80460525efbb\' ct_options=\'{\"ct_id\":80,\"ct_parent\":16,\"selector\":\"text_block-80-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING AGENDA[/ct_text_block][ct_headline ct_sign_sha256=\'46239814ad3454298c78562d354c660d8920b86b06566be63fa9b8d4da45fff6\' ct_options=\'{\"ct_id\":70,\"ct_parent\":16,\"selector\":\"headline-70-16\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"tag\":\"h2\",\"color\":\"color(1)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']3rd Oct 2020[/ct_headline][ct_text_block ct_sign_sha256=\'a23bb8523e1a7e06c65a871dab55c299967ace3932ae15b30a94c795e99a5845\' ct_options=\'{\"ct_id\":67,\"ct_parent\":16,\"selector\":\"text_block-67-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-big-text\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']We are starting from Gandhi Statue in front of Vidhan Soudha, Bengaluru and finish at Gandhi Statue at University of Mysuru[/ct_text_block][oxy_progress_bar ct_sign_sha256=\'a6c0b36faca4cde4a5d817a0fc875152ac90d0e2652e658e11abc9b875fb5756\' ct_options=\'{\"ct_id\":20,\"ct_parent\":16,\"selector\":\"_progress_bar-20-16\",\"original\":{\"progress_bar_left_text\":\"NTozMCBBTTombmJzcDsgU3RhcnQgYXQgVmlkaGFuIFNvdWRoYQ==\",\"progress_bar_progress\":\"0\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MCBLbQ==\",\"progress_bar_left_text_typography_color\":\"color(12)\",\"progress_bar_right_text_typography_color\":\"color(16)\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'5f3b92cd16681fc2c89f32cc1ac09fd059e842c9dd9d9f6e8d1e28e5e36c7d45\' ct_options=\'{\"ct_id\":21,\"ct_parent\":16,\"selector\":\"_progress_bar-21-16\",\"original\":{\"progress_bar_left_text\":\"ODozMCBBTTombmJzcDsgRmlyc3Qgc3RvcCBhdCBSYW1hbmFnYXJh\",\"progress_bar_progress\":\"33\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NTAgS21z\",\"progress_bar_left_text_typography_color\":\"color(12)\",\"progress_bar_right_text_typography_color\":\"color(16)\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'0ba4726823381be33f8fb7bd45f3f271c4e670662250623177e7855619c87c46\' ct_options=\'{\"ct_id\":22,\"ct_parent\":16,\"selector\":\"_progress_bar-22-16\",\"original\":{\"progress_bar_left_text\":\"MTE6MzAgQU06Jm5ic3A7IFNlY29uZCBzdG9wIGF0IE1hbmR5YQ==\",\"progress_bar_progress\":\"67\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MTAwIEttcw==\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'81f99f4f4877df52ea74afca846606630e0db421ea6ff9a451928a9f3616dc4b\' ct_options=\'{\"ct_id\":126,\"ct_parent\":16,\"selector\":\"_progress_bar-126-16\",\"original\":{\"progress_bar_left_text\":\"MjozMCBQTTogRmluaXNoIGF0IEdhbmRoaSBTdGF0dWUsIFVuaXZlcnNpdHkgb2YgTXlzdXJ1\",\"progress_bar_progress\":\"100\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MTUwIEttcw==\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][/ct_section][ct_section ct_sign_sha256=\'22885e8986718b9d34fb0f7236596fe4b9a624834ec71495a701f6e53d059561\' ct_options=\'{\"ct_id\":206,\"ct_parent\":0,\"selector\":\"section-206-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Logo Grid Simple\",\"ct_category\":\"Social Proof\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'5bd24e4f1a44331a26c8f2d8fffea3e3fd0fd1aa53b54bad03c8efc1e252cc3e\' ct_options=\'{\"ct_id\":207,\"ct_parent\":206,\"selector\":\"new_columns-207-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{}}\'][ct_div_block_2 ct_sign_sha256=\'3e450551ec31e54c9ab64a2af594b31a9a9d9c0f122f13c123a275ec3304a21d\' ct_options=\'{\"ct_id\":208,\"ct_parent\":207,\"selector\":\"div_block-208-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"},\"activeselector\":\"hyperion-logogrid-1-column\"}\'][ct_image ct_sign_sha256=\'2ac1dfa139e6751e7cef59e9cb2fbe97f4ee1cca21c2add8bbae1ca5e874ff5f\' ct_options=\'{\"ct_id\":209,\"ct_parent\":208,\"selector\":\"image-209-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d55fa4604fc9131ff84590245c6f2bdb4b9a8585e8d75a026f9cd62cc4b289ca\' ct_options=\'{\"ct_id\":210,\"ct_parent\":207,\"selector\":\"div_block-210-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'e79f199cf23351b92c658720b3f72c04fbdea855cd04d90122cb2a294ded20c9\' ct_options=\'{\"ct_id\":211,\"ct_parent\":210,\"selector\":\"image-211-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Raw-Pressery-logo.jpg\",\"height\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8672e669f83438e13e05c1da50dc99295ae0ba8b4f92dd7f51bd9467751ff129\' ct_options=\'{\"ct_id\":212,\"ct_parent\":207,\"selector\":\"div_block-212-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f293a8df50390bf0a2873608e8626164709cfc7587f857b17941df66e9ec871b\' ct_options=\'{\"ct_id\":213,\"ct_parent\":212,\"selector\":\"image-213-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProNature-NEWLogo.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'919ecf0104a4992ccdabaebd8de3038aa81f6f8c3f67403600006dd3b2d8728a\' ct_options=\'{\"ct_id\":214,\"ct_parent\":207,\"selector\":\"div_block-214-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f307c73ef2b640ddebcc3b5cdca5e98b95fc7bad2f57cace5253f2864f5093e0\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"image-215-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/LOGO-BLACK.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'e0acad69af53b5e35005ef3352e3c9d465cc28ab447c442df9d2df20427dd510\' ct_options=\'{\"ct_id\":216,\"ct_parent\":206,\"selector\":\"new_columns-216-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a2c9aa63cda61eb7147b240994ff08fc9e82d92b4c040b373b1e4d914658af98\' ct_options=\'{\"ct_id\":221,\"ct_parent\":216,\"selector\":\"div_block-221-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'3845896da2c207bb2ca1601f32d4fc8d8c15191d346712f9bd3ab3d80b36a287\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"image-222-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/PH-LOGO.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'89a7a2daf6f140f9e0ddddc8501e705727fbba8488a3f9da150bf6df1d9ac1e8\' ct_options=\'{\"ct_id\":223,\"ct_parent\":216,\"selector\":\"div_block-223-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'80f68c36a2c94b0a09707ab899efcac1cf507c81854b448c88ea6d9f65ad8eb3\' ct_options=\'{\"ct_id\":224,\"ct_parent\":223,\"selector\":\"image-224-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpp_logo_new_400x400.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'42a398bf7084ae7b3b27de376a0c08a425e954c7413a8cd60b7f4ef0445e1179\' ct_options=\'{\"ct_id\":130,\"ct_parent\":0,\"selector\":\"section-130-16\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-color\":\"color(1)\"},\"activeselector\":false,\"nicename\":\"Team Dark Three Columns\",\"ct_category\":\"People\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'df5be7289e1117a526e641e915abba3b18b9dacc834bffa56f2dc9ff606486b9\' ct_options=\'{\"ct_id\":131,\"ct_parent\":130,\"selector\":\"text_block-131-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']PEOPLE[/ct_text_block][ct_headline ct_sign_sha256=\'8a0f5b7c834e5d722794c5c93386a279b8d6d1f9df9079c0a4b0f47acb841bf5\' ct_options=\'{\"ct_id\":132,\"ct_parent\":130,\"selector\":\"headline-132-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Meet the Cyclists[/ct_headline][ct_text_block ct_sign_sha256=\'4df8d34aa1b0a39aa8e637bbeff38462444bac5f945c44df05e0647287e4f704\' ct_options=\'{\"ct_id\":133,\"ct_parent\":130,\"selector\":\"text_block-133-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']Smallest directly families surprise honoured am an. Speaking replying mistress him numerous she returned feelings may day.[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'a02a9cc22f4ec6fd18da95bce8a3054e8d7282a2095132f79d63a466babc21e0\' ct_options=\'{\"ct_id\":134,\"ct_parent\":130,\"selector\":\"div_block-134-16\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"flex-direction\":\"row\",\"display\":\"flex\",\"flex-wrap\":\"wrap\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9c3f30c1290960119593e6392d9e7f28221415737b3871454a63ac519af387f7\' ct_options=\'{\"ct_id\":135,\"ct_parent\":134,\"selector\":\"div_block-135-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"}}\'][ct_image ct_sign_sha256=\'a3862c017584c63ea9ccd7af2e4b0bb3fdaeb9a3244fc35127716dd04d844b18\' ct_options=\'{\"ct_id\":136,\"ct_parent\":135,\"selector\":\"image-136-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Shahid-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'761eb2870585f485ebce5c17f65358b02b140b807ff9c15e4ebeb7d2854fa286\' ct_options=\'{\"ct_id\":137,\"ct_parent\":135,\"selector\":\"headline-137-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SHAHID KHAN[/ct_headline][ct_text_block ct_sign_sha256=\'8966eb25ac8c0e522e06388f9b7c36e6431e871f7090746f490fd2df9920f21a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":135,\"selector\":\"text_block-138-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"}}\']Adventurer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27d24d5a29c7548672780752a42c9c1175eea33c09b5c2748dcef582ef781d5c\' ct_options=\'{\"ct_id\":139,\"ct_parent\":135,\"selector\":\"_social_icons-139-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'6acdb033460909a81d32f2572f60e4b2c7011fcefbbe47ee6b8db25168377ea4\' ct_options=\'{\"ct_id\":140,\"ct_parent\":135,\"selector\":\"text_block-140-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Founder of Jumpptech. He is passionate about Digital Marketing, Technology, Entrepreneurship, Blogging, Cycling &amp; Rally Driving.[/ct_text_block][ct_link_text ct_sign_sha256=\'18fd76ff21e444c24e6f13cbf672245684fc2109e82ca79513c209dc1b64fb26\' ct_options=\'{\"ct_id\":141,\"ct_parent\":135,\"selector\":\"link_text-141-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'86cd309c10c6e5fea7e92cda618c3b04c919be345eeb40338d43c1b9df2091ed\' ct_options=\'{\"ct_id\":142,\"ct_parent\":134,\"selector\":\"div_block-142-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'8506eaaa6bdf7f94d7f6780b9178fb51b00cc3e27c69403ad112d6be699acd90\' ct_options=\'{\"ct_id\":143,\"ct_parent\":142,\"selector\":\"image-143-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Pavan-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'de833df7abc090c38b48dcfdf1a2e9621ca40a1f9935a22a5ca8e9cf8ccd02b6\' ct_options=\'{\"ct_id\":144,\"ct_parent\":142,\"selector\":\"headline-144-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']PAVAN SRIRAM[/ct_headline][ct_text_block ct_sign_sha256=\'2175d62b5301d28d4d831c0a42f7063ffa9a490f2baf2a559cf601549a414a7d\' ct_options=\'{\"ct_id\":145,\"ct_parent\":142,\"selector\":\"text_block-145-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Front-End Developer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5b2409ec6606e498291a0e077f0a0a2f033361a4868d66b791cfff010d21e706\' ct_options=\'{\"ct_id\":146,\"ct_parent\":142,\"selector\":\"_social_icons-146-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3dc99d1cc14d109aa7bf984c92c1c6d8092dea353059cf92b097ddbf4fc79236\' ct_options=\'{\"ct_id\":147,\"ct_parent\":142,\"selector\":\"text_block-147-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Doubtful two bed way pleasure confined followed. Shew up ye away no eyes life or were this. Perfectly did suspicion daughters but his intention. Started on society an brought it explain.&nbsp;<br>[/ct_text_block][ct_link_text ct_sign_sha256=\'8839fba69119659527586d8532a7aa24cf6be78eee70dff370dd484adf10e714\' ct_options=\'{\"ct_id\":148,\"ct_parent\":142,\"selector\":\"link_text-148-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'669b96fb926284dade0e6fd3afe89f0378bd44bd7b97c55fcd8c500003b91d93\' ct_options=\'{\"ct_id\":149,\"ct_parent\":134,\"selector\":\"div_block-149-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'5fcac82991f6bccb8d1b537d6e853ffdade710eb373949c91941bfc1d2ac0826\' ct_options=\'{\"ct_id\":150,\"ct_parent\":149,\"selector\":\"image-150-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Savitha-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'d13bbbc5c21b3e0b730473f39353e3534a85aed52c828dc6c5fb66b884800634\' ct_options=\'{\"ct_id\":151,\"ct_parent\":149,\"selector\":\"headline-151-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SAVITHA BHAVSAR[/ct_headline][ct_text_block ct_sign_sha256=\'f64192a19a51b0163cbab135695fbeb12ad663aea6817838e3560f5b9f4ae3ca\' ct_options=\'{\"ct_id\":152,\"ct_parent\":149,\"selector\":\"text_block-152-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']UI/UX Designer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'bc773317a40c8654610f3a29d56b26f199642c8b31dc73d75358e0dd09a1105b\' ct_options=\'{\"ct_id\":153,\"ct_parent\":149,\"selector\":\"_social_icons-153-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"6\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'e66dd9470e64c18c8f33223e45b58f5d1053537a019d355dddf939a4ba5ddebc\' ct_options=\'{\"ct_id\":154,\"ct_parent\":149,\"selector\":\"text_block-154-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Extended kindness trifling remember he confined outlived if. Assistance sentiments yet unpleasing say. Open they an busy they my such high. An active dinner wishes.[/ct_text_block][ct_link_text ct_sign_sha256=\'6e0b2558d8ac7829b4fc73394a01c33a5b6b490fe153d1d6ed9e3eccbe3fed62\' ct_options=\'{\"ct_id\":155,\"ct_parent\":149,\"selector\":\"link_text-155-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'bf1b5cbf8cc10f1cb529c1ec0a42dba4910244d71792119dcc452413c695a6d6\' ct_options=\'{\"ct_id\":156,\"ct_parent\":134,\"selector\":\"div_block-156-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'3e1bcd2564ad2f4049169a24a25c63bfd6847f2c80c9357988d57da1b06eff78\' ct_options=\'{\"ct_id\":157,\"ct_parent\":156,\"selector\":\"image-157-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Bharath-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'85a7d9f1b770a4591b36e72fa13664c9ab49cc7fa3ec69e979dcf2f0969af0e2\' ct_options=\'{\"ct_id\":158,\"ct_parent\":156,\"selector\":\"headline-158-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']BHARATH[/ct_headline][ct_text_block ct_sign_sha256=\'55ae4a4d43ed96c76ac2b8616e37dbd6502ffb440183e49d0dc898fb51b1d465\' ct_options=\'{\"ct_id\":159,\"ct_parent\":156,\"selector\":\"text_block-159-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Back-End Developer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'57b9863f99cf27cc9746880cc8829c195f9a24abe6da986cd3e614e380207c63\' ct_options=\'{\"ct_id\":160,\"ct_parent\":156,\"selector\":\"_social_icons-160-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'ddeaeffc9907b573c03b1e5a7aa98d333a0a0a1c8822adfb4a66a7c6e36e4539\' ct_options=\'{\"ct_id\":161,\"ct_parent\":156,\"selector\":\"text_block-161-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Looking started he up perhaps against. How remainder all additions get elsewhere resources. One missed shy wishes supply design answer formed. Prevent on present hastily passage an subject in be.[/ct_text_block][ct_link_text ct_sign_sha256=\'4e55897e3fbdcbd4e4941a555c9dd458acc4b5fdb09d75cdf00c2e88160bd66e\' ct_options=\'{\"ct_id\":162,\"ct_parent\":156,\"selector\":\"link_text-162-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'733ef82e60084860b5608d5e239e0f570a8146c89301b9cf104c7397c6661e36\' ct_options=\'{\"ct_id\":236,\"ct_parent\":134,\"selector\":\"div_block-236-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'372dec1437e628ba860572a6a6e0ffe934ceb49ac206bbcf859a25bef219e5ce\' ct_options=\'{\"ct_id\":237,\"ct_parent\":236,\"selector\":\"image-237-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Ranvijay-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'ed66edd584c168767c4638c344d48c388b0a7c25148704e8dee74e0a23b98fb5\' ct_options=\'{\"ct_id\":238,\"ct_parent\":236,\"selector\":\"headline-238-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RANVIJAY PANDEY[/ct_headline][ct_text_block ct_sign_sha256=\'40bb7ab3af13ca1121dbc3241be9f59cfde82c9f79ec30bdff6750fbe342c970\' ct_options=\'{\"ct_id\":239,\"ct_parent\":236,\"selector\":\"text_block-239-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Back-End Developer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'386f64f7a1e37d63d17087168e3fee0348d6bf2b0ed4bd0787b1aa258838486d\' ct_options=\'{\"ct_id\":240,\"ct_parent\":236,\"selector\":\"_social_icons-240-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3a8ce1b995d0b9f2738363048c307238851fb6e7501f5e93d501b8f72dbe23cf\' ct_options=\'{\"ct_id\":241,\"ct_parent\":236,\"selector\":\"text_block-241-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Ran Vijay is IT Architect by profession. Worked with many IT leaders Like Infosys, IBM, Hitachi to name few. He is passionate about sports and fitness. His passion for cycling and running keep him fit and positive all the time. He is an inspiration for many.[/ct_text_block][ct_link_text ct_sign_sha256=\'d45eb333c2b82a530d02f20a37d5cafbc8d452c564805db273e2f70874560332\' ct_options=\'{\"ct_id\":242,\"ct_parent\":236,\"selector\":\"link_text-242-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f2d32584db5f0cfa2d5f3cfe4e5bea4be5e3f117ed82d774a91aa3c36e0e5307\' ct_options=\'{\"ct_id\":245,\"ct_parent\":134,\"selector\":\"div_block-245-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'7ff3c4b576d11ce2fb1196f4994771b52786cf31a4130b62c05fcc72431e3b77\' ct_options=\'{\"ct_id\":246,\"ct_parent\":245,\"selector\":\"image-246-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Sanjeev-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'944d4477417ca59d1882254d69df1d5572aeb253ffb600a5a9876addc9d770cc\' ct_options=\'{\"ct_id\":247,\"ct_parent\":245,\"selector\":\"headline-247-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SANJEEV KUMAR[/ct_headline][ct_text_block ct_sign_sha256=\'b5d38e57dcdb2cc54a1b9ddddd74a2fa476ff7ef1bf2f455fc3a6ac5b5b762f5\' ct_options=\'{\"ct_id\":248,\"ct_parent\":245,\"selector\":\"text_block-248-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Back-End Developer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27a9283bf9f8ae0bf1ab42dba10b97a74dd0fc5b2a48dc9c0a8b6f7f79a3dac4\' ct_options=\'{\"ct_id\":249,\"ct_parent\":245,\"selector\":\"_social_icons-249-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d909cf567fc185234acde99e3fff64f8f5e4528acce04664c02173eed402df1d\' ct_options=\'{\"ct_id\":250,\"ct_parent\":245,\"selector\":\"text_block-250-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Sanjeev is IT professional Worked with many IT leaders Like Infosys, Microsoft to name few. He is passionate sport person. He took the challenge and completed Ironman hosted in Goa in 2019. His passion for cycling and running keeps him fit. He is an inspiration for many.[/ct_text_block][ct_link_text ct_sign_sha256=\'3c81c30dc893784a5bbe542c14a64af4e8c82af3b747edb093c9be1054ff9059\' ct_options=\'{\"ct_id\":251,\"ct_parent\":245,\"selector\":\"link_text-251-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'bd177f3d9d62cca592a7f2b09bef358ddd08496243a1d37a5195b37bd271f7de\' ct_options=\'{\"ct_id\":252,\"ct_parent\":134,\"selector\":\"div_block-252-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'825d8337d7a061058336533296f77af5c4546ae2278eb55e456ae4249eaf7d63\' ct_options=\'{\"ct_id\":253,\"ct_parent\":252,\"selector\":\"image-253-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Rajiv-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'e0e9802f49852bc48b8171f3a52ba89d409bc4b37cad6198586a65a07425908d\' ct_options=\'{\"ct_id\":254,\"ct_parent\":252,\"selector\":\"headline-254-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RAJIV[/ct_headline][ct_text_block ct_sign_sha256=\'6e16342eedd3a0b458c3ca030fcabef2acd6ee3d615a947c11a320f426ec170d\' ct_options=\'{\"ct_id\":255,\"ct_parent\":252,\"selector\":\"text_block-255-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Back-End Developer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'6757f47bc13a49f7bee5b8a8eec587800d7523edff9fc8b6f1a45376643623ae\' ct_options=\'{\"ct_id\":256,\"ct_parent\":252,\"selector\":\"_social_icons-256-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d82255bfafb73e4050ada7cdaaea547dd9aae88491345e54d4729d62a9ac31a8\' ct_options=\'{\"ct_id\":257,\"ct_parent\":252,\"selector\":\"text_block-257-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Working as a Spanish Linguist in IBM. Settled in Bengaluru. A Bullet enthusiast &amp; have travelled to all parts of India.  I love outdoor Sports. Finished my Ironman 70.3 last year in Goa. Keep myself fit &amp; energized with Running, Swimming &amp; Cycling. [/ct_text_block][ct_link_text ct_sign_sha256=\'f0a1363c5da43e62eafbbe44f50dd0560da9c8927b515608fb29940bbed51424\' ct_options=\'{\"ct_id\":258,\"ct_parent\":252,\"selector\":\"link_text-258-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"}}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'24987f366d1074bb5cd755b68db7597e2f2415e09cf9027ad937374a728a1e87\' ct_options=\'{\"ct_id\":163,\"ct_parent\":134,\"selector\":\"div_block-163-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'13c382ce3633665e7db1b7ed36a6bd56250a6539485aaf6fdd2ebf839cee46eb\' ct_options=\'{\"ct_id\":164,\"ct_parent\":163,\"selector\":\"image-164-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Ranvijay-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'fad16633211526b091b114cf6ab13033a01cea99ddfa133e6226d209460d7ac6\' ct_options=\'{\"ct_id\":165,\"ct_parent\":163,\"selector\":\"headline-165-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RANVIJAY PANDEY[/ct_headline][ct_text_block ct_sign_sha256=\'9650cace7377fdca1e5f0e2c435b38f8b0fcbccb6adb11078331cd834b808b07\' ct_options=\'{\"ct_id\":166,\"ct_parent\":163,\"selector\":\"text_block-166-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Graphic Designer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5f1d06b6b9e80fd0755c641d69fb18655c44d3f09f8c3a99835265a7174a69c4\' ct_options=\'{\"ct_id\":167,\"ct_parent\":163,\"selector\":\"_social_icons-167-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3984ff10d08dd589dc60da31dc1b586e20b30db8113ac925cef0f8c44c32a73a\' ct_options=\'{\"ct_id\":168,\"ct_parent\":163,\"selector\":\"text_block-168-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Ran Vijay is IT Architect by profession. Worked with many IT leaders Like Infosys, IBM, Hitachi to name few. He is passionate about sports and fitness. His passion for cycling and running keep him fit and positive all the time. He is an inspiration for many.[/ct_text_block][ct_link_text ct_sign_sha256=\'336f2276ef94449c1bdce55689f6ab4aeb24aa6523dc94a0b183fc29fb5bd865\' ct_options=\'{\"ct_id\":169,\"ct_parent\":163,\"selector\":\"link_text-169-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"},\"activeselector\":false}\']Learn More →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'71ca70fe35785f7c37f254e793c7cdd2d762866c88bf3e111d5b352f573c843c\' ct_options=\'{\"ct_id\":176,\"ct_parent\":134,\"selector\":\"div_block-176-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'9c5927c69f1bba3002a25e2e5450f6edc8965068e16fa6f73befce90a766580e\' ct_options=\'{\"ct_id\":177,\"ct_parent\":176,\"selector\":\"image-177-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Sanjeev-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'264bc77df03d8c1bf10cfad385cb05cb3dd4e2acec3384382328901fd7247cba\' ct_options=\'{\"ct_id\":178,\"ct_parent\":176,\"selector\":\"headline-178-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"}}\']SANJEEV KUMAR[/ct_headline][ct_text_block ct_sign_sha256=\'1c9e68e2861c5c078affa458fd2ff5e4d8eb61bbb7942be5baf542264cfaf44c\' ct_options=\'{\"ct_id\":179,\"ct_parent\":176,\"selector\":\"text_block-179-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Graphic Designer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'52d0d15d3c16d7b7d414b1795f57ecefd4b34575b1e1a4a4a6a617bb4d50c018\' ct_options=\'{\"ct_id\":180,\"ct_parent\":176,\"selector\":\"_social_icons-180-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'7b99fadce3178e7b2e67960c8f0647ad6a310ab31da785adf15fcfa82c34ab59\' ct_options=\'{\"ct_id\":181,\"ct_parent\":176,\"selector\":\"text_block-181-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Sanjeev is IT professional Worked with many IT leaders Like Infosys, Microsoft to name few. He is passionate sport person. He took the challenge and completed Ironman hosted in Goa in 2019. His passion for cycling and running keeps him fit. He is an inspiration for many.[/ct_text_block][ct_link_text ct_sign_sha256=\'f5321c2c9d8b57376853ac1b4b6fe64b075e337694370eb217542e67c385d662\' ct_options=\'{\"ct_id\":182,\"ct_parent\":176,\"selector\":\"link_text-182-16\",\"classes\":{\"0\":\"hyperion-team-2-link\"},\"activeselector\":false}\']Learn More →[/ct_link_text][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(733,16,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'46bd5d47a7cc50acdde6683c63bfbbc04bc9e7065b9a1839a01beb81785e1471\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-16\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"100\",\"container-padding-top\":\"128\",\"container-padding-bottom\":\"120\",\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\"},\"activeselector\":false,\"nicename\":\"Music Hero Section\",\"ct_category\":\"Heros & Titles\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"62\",\"container-padding-bottom\":\"42\"}}}}\'][ct_text_block ct_sign_sha256=\'161b944d9b6920cc52b81c73fd1fc6a4a1bf5cca796e63e2140378cd748b0056\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"text_block-3-16\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']FUNDRAISER FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'373e2b44ea2a5ed715e78d6459c6d8dbe4ec32977d70024c5bd2a1235d8214f5\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"headline-4-16\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"100\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-right-unit\":\"em\",\"font-size\":\"75\"}}}}\']Bengaluru to Mysuru[/ct_headline][ct_text_block ct_sign_sha256=\'4aa8efd61e628af9d7f7461f7028ef6dd7c458cd02941fa9e1e534458b81c61e\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-16\",\"original\":{\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']We are cycling from Bengaluru to Mysuru to support Deepika School and raise funds for the education of Special Children[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'93f0ca80fb9c7d4d5fdb5bcc5148bc8299de8e90e67206d04519ac67fad639bd\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"div_block-6-16\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_text ct_sign_sha256=\'ca31071e3fda0b8a5932f054e3a32d0b13219d2909018af1427681fb932f56b5\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"link_text-7-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'d5f6e39d1e185791d94c87430ed53e4a934b4392024595a0a843c9410a7c57be\' ct_options=\'{\"ct_id\":8,\"ct_parent\":6,\"selector\":\"link_text-8-16\",\"original\":{\"color\":\"color(3)\",\"url\":\"https://form.prosportsfoundation.com/apply\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"hover\":{\"background-color\":\"#ffffff\",\"color\":\"color(12)\"}}\']APPLY TO JOIN THE RIDE[/ct_link_text][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'41a58feb20ff986b9ddb81be9c9c418ee7427bae8b07b34eed7b9045ee73ebd7\' ct_options=\'{\"ct_id\":44,\"ct_parent\":0,\"selector\":\"section-44-16\",\"original\":{\"container-padding-top\":\"84\",\"container-padding-bottom\":\"25\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"nicename\":\"Stats Boxes\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"80\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'a2ae82e63603fadf37f25390e94296871f91f42ff61dcfcf08c72c0b639c159f\' ct_options=\'{\"ct_id\":18,\"ct_parent\":44,\"selector\":\"headline-18-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"font-size\":\"75\"}}}}\']Goal: Raise Rs.6 Lakhs[/ct_headline][ct_text_block ct_sign_sha256=\'0df4de7e506c7beff3eb13720afb1e9ca2bd9a69d1dba40ccd476453a32f6075\' ct_options=\'{\"ct_id\":19,\"ct_parent\":44,\"selector\":\"text_block-19-16\",\"original\":{\"margin-bottom\":\"49\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']It costs Rs.60,000 p.a. to teach each special child supported by Deepika School[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'5ca4937d877adf0977352172c20ae2ba48dcaa6a9e0f37bb8907210d5e9946bb\' ct_options=\'{\"ct_id\":47,\"ct_parent\":44,\"selector\":\"new_columns-47-16\",\"original\":{\"reverse-column-order\":\"never\",\"set-columns-width-50\":\"tablet\",\"flex-reverse\":\"false\"}}\'][ct_div_block_2 ct_sign_sha256=\'7c3cd30c18e44b9a5a64f68cfeb2e161b3763d0891077abd19597bcc0e1becae\' ct_options=\'{\"ct_id\":48,\"ct_parent\":47,\"selector\":\"div_block-48-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'193ba89cc81bf035a28c70addecd567dcd00c4929f79c75ecd2fa402abb87c09\' ct_options=\'{\"ct_id\":17,\"ct_parent\":48,\"selector\":\"text_block-17-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Distance: 150 Kms[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'40183af0992c702529d1034ff29aaf5c111671e34f48024b931555c0bdb7903a\' ct_options=\'{\"ct_id\":52,\"ct_parent\":47,\"selector\":\"div_block-52-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'181e5d85818ff239af770433b7eb2b8003449d72d5d87ac70707d77167d4f2e0\' ct_options=\'{\"ct_id\":87,\"ct_parent\":52,\"selector\":\"text_block-87-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Time: 9 hours[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'463af2dc69713f32f05122cf50a28d524cf89119e01ec62769af5a9beda6eafe\' ct_options=\'{\"ct_id\":56,\"ct_parent\":47,\"selector\":\"div_block-56-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'8c8c6f55c2f624aa4a01b5ed6977d377e9b7bfcdaeee872574abda97bda0e45b\' ct_options=\'{\"ct_id\":89,\"ct_parent\":56,\"selector\":\"text_block-89-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']20 Cyclists[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'205205e4f66cdac715c7d0c27155e8b0c2295ff0a11986c4a97aba618c616d2f\' ct_options=\'{\"ct_id\":60,\"ct_parent\":47,\"selector\":\"div_block-60-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'b070b91b54ca3787cd235e2a6f77c4c63c748da2fcb58657e4c256146331b3c7\' ct_options=\'{\"ct_id\":92,\"ct_parent\":60,\"selector\":\"text_block-92-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Sponsor 10 Kids[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'8fa3c18b4a2cb120b29b01db439d8b449836361e74fe61a75f6892dbacec2a18\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"section-16-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"44\",\"text-align\":\"center\",\"align-items\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'d7ae18b6d8239132b07fcccd5b729b3d3aa35073375db546e63b80460525efbb\' ct_options=\'{\"ct_id\":80,\"ct_parent\":16,\"selector\":\"text_block-80-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING AGENDA[/ct_text_block][ct_headline ct_sign_sha256=\'ea06c2002f954d7fd6d008848b84730ce205cfaa2615624257d1a782a465844c\' ct_options=\'{\"ct_id\":70,\"ct_parent\":16,\"selector\":\"headline-70-16\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"tag\":\"h2\",\"color\":\"color(1)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"font-size\":\"75\"}}}}\']3rd Oct 2020[/ct_headline][ct_text_block ct_sign_sha256=\'7147d351819f3b87a5f3178eee0fe7eeb491e9f0b954af483b3824a2c8cc3b55\' ct_options=\'{\"ct_id\":292,\"ct_parent\":16,\"selector\":\"text_block-292-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-big-text\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']5:30 AM:  Start at Vidhan Soudha - 0 Kms<br>8:30 AM:  First stop at Ramanagara - 50 Kms<br>11:30 AM:  Second stop at Mandya - 100 Kms<br>2:30 PM: Finish at University of Mysuru - 150 Kms[/ct_text_block][ct_link_text ct_sign_sha256=\'64a04ed9322aee8e3e352cf0fcaa0d1aa102b7c379a159352df7c83983ade73b\' ct_options=\'{\"ct_id\":291,\"ct_parent\":16,\"selector\":\"link_text-291-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'22885e8986718b9d34fb0f7236596fe4b9a624834ec71495a701f6e53d059561\' ct_options=\'{\"ct_id\":206,\"ct_parent\":0,\"selector\":\"section-206-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Logo Grid Simple\",\"ct_category\":\"Social Proof\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'5bd24e4f1a44331a26c8f2d8fffea3e3fd0fd1aa53b54bad03c8efc1e252cc3e\' ct_options=\'{\"ct_id\":207,\"ct_parent\":206,\"selector\":\"new_columns-207-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{}}\'][ct_div_block_2 ct_sign_sha256=\'3e450551ec31e54c9ab64a2af594b31a9a9d9c0f122f13c123a275ec3304a21d\' ct_options=\'{\"ct_id\":208,\"ct_parent\":207,\"selector\":\"div_block-208-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"},\"activeselector\":\"hyperion-logogrid-1-column\"}\'][ct_image ct_sign_sha256=\'2ac1dfa139e6751e7cef59e9cb2fbe97f4ee1cca21c2add8bbae1ca5e874ff5f\' ct_options=\'{\"ct_id\":209,\"ct_parent\":208,\"selector\":\"image-209-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d55fa4604fc9131ff84590245c6f2bdb4b9a8585e8d75a026f9cd62cc4b289ca\' ct_options=\'{\"ct_id\":210,\"ct_parent\":207,\"selector\":\"div_block-210-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'e79f199cf23351b92c658720b3f72c04fbdea855cd04d90122cb2a294ded20c9\' ct_options=\'{\"ct_id\":211,\"ct_parent\":210,\"selector\":\"image-211-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Raw-Pressery-logo.jpg\",\"height\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8672e669f83438e13e05c1da50dc99295ae0ba8b4f92dd7f51bd9467751ff129\' ct_options=\'{\"ct_id\":212,\"ct_parent\":207,\"selector\":\"div_block-212-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f293a8df50390bf0a2873608e8626164709cfc7587f857b17941df66e9ec871b\' ct_options=\'{\"ct_id\":213,\"ct_parent\":212,\"selector\":\"image-213-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProNature-NEWLogo.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'919ecf0104a4992ccdabaebd8de3038aa81f6f8c3f67403600006dd3b2d8728a\' ct_options=\'{\"ct_id\":214,\"ct_parent\":207,\"selector\":\"div_block-214-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f307c73ef2b640ddebcc3b5cdca5e98b95fc7bad2f57cace5253f2864f5093e0\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"image-215-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/LOGO-BLACK.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'e0acad69af53b5e35005ef3352e3c9d465cc28ab447c442df9d2df20427dd510\' ct_options=\'{\"ct_id\":216,\"ct_parent\":206,\"selector\":\"new_columns-216-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a2c9aa63cda61eb7147b240994ff08fc9e82d92b4c040b373b1e4d914658af98\' ct_options=\'{\"ct_id\":221,\"ct_parent\":216,\"selector\":\"div_block-221-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'3845896da2c207bb2ca1601f32d4fc8d8c15191d346712f9bd3ab3d80b36a287\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"image-222-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/PH-LOGO.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'89a7a2daf6f140f9e0ddddc8501e705727fbba8488a3f9da150bf6df1d9ac1e8\' ct_options=\'{\"ct_id\":223,\"ct_parent\":216,\"selector\":\"div_block-223-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'80f68c36a2c94b0a09707ab899efcac1cf507c81854b448c88ea6d9f65ad8eb3\' ct_options=\'{\"ct_id\":224,\"ct_parent\":223,\"selector\":\"image-224-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpp_logo_new_400x400.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'801ae4006c98551496b4d8afdc80d9e39b028e202822ddfef9f09c9708283497\' ct_options=\'{\"ct_id\":130,\"ct_parent\":0,\"selector\":\"section-130-16\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-color\":\"color(1)\"},\"activeselector\":false,\"nicename\":\"Team Dark Three Columns\",\"ct_category\":\"People\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'4167e6616599bdc5c3337d069031b460aa95ffa0efe2029ca16dab270c9bfc85\' ct_options=\'{\"ct_id\":131,\"ct_parent\":130,\"selector\":\"text_block-131-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']DARE DEVILS[/ct_text_block][ct_headline ct_sign_sha256=\'8a0f5b7c834e5d722794c5c93386a279b8d6d1f9df9079c0a4b0f47acb841bf5\' ct_options=\'{\"ct_id\":132,\"ct_parent\":130,\"selector\":\"headline-132-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Meet the Cyclists[/ct_headline][ct_text_block ct_sign_sha256=\'12842b3d09cd615298368eeae4509a10c679d6e6a23f628f3e77c6b5411313f1\' ct_options=\'{\"ct_id\":133,\"ct_parent\":130,\"selector\":\"text_block-133-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']The cyclists who are willing to pedal for this cause[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'d314ee2338c75b4b61b8da21962c23e320d8f7d8616d1f2b106b40a50f0233af\' ct_options=\'{\"ct_id\":134,\"ct_parent\":130,\"selector\":\"div_block-134-16\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"flex-direction\":\"row\",\"display\":\"flex\",\"flex-wrap\":\"wrap\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'20347417e8fc8773b93eed5a5650136944a0e9a9805569bbff8a74f6c7a9c52b\' ct_options=\'{\"ct_id\":135,\"ct_parent\":134,\"selector\":\"div_block-135-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"}}\'][ct_image ct_sign_sha256=\'a3862c017584c63ea9ccd7af2e4b0bb3fdaeb9a3244fc35127716dd04d844b18\' ct_options=\'{\"ct_id\":136,\"ct_parent\":135,\"selector\":\"image-136-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Shahid-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'761eb2870585f485ebce5c17f65358b02b140b807ff9c15e4ebeb7d2854fa286\' ct_options=\'{\"ct_id\":137,\"ct_parent\":135,\"selector\":\"headline-137-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SHAHID KHAN[/ct_headline][ct_text_block ct_sign_sha256=\'0b703b81ca1b7ed967310b25f42ffb54c6389d2b82e0d8ece4094a637b3bd08f\' ct_options=\'{\"ct_id\":138,\"ct_parent\":135,\"selector\":\"text_block-138-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"}}\']Rally Driver[/ct_text_block][oxy_social_icons ct_sign_sha256=\'66420727c10d404b2ab927c1de46e1c90f77de7dd239165c4d038accf851b4b0\' ct_options=\'{\"ct_id\":139,\"ct_parent\":135,\"selector\":\"_social_icons-139-16\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/shahidkgo\",\"icon-instagram\":\"https://instagram.com/shahidkinsta\",\"icon-twitter\":\"https://twitter.com/shahidktweet\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'6acdb033460909a81d32f2572f60e4b2c7011fcefbbe47ee6b8db25168377ea4\' ct_options=\'{\"ct_id\":140,\"ct_parent\":135,\"selector\":\"text_block-140-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Founder of Jumpptech. He is passionate about Digital Marketing, Technology, Entrepreneurship, Blogging, Cycling &amp; Rally Driving.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'601eafb8505f35b272b92e0b4f06fca771dd879fc55d85a8606435ac9e8d852f\' ct_options=\'{\"ct_id\":142,\"ct_parent\":134,\"selector\":\"div_block-142-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'8506eaaa6bdf7f94d7f6780b9178fb51b00cc3e27c69403ad112d6be699acd90\' ct_options=\'{\"ct_id\":143,\"ct_parent\":142,\"selector\":\"image-143-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Pavan-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'de833df7abc090c38b48dcfdf1a2e9621ca40a1f9935a22a5ca8e9cf8ccd02b6\' ct_options=\'{\"ct_id\":144,\"ct_parent\":142,\"selector\":\"headline-144-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']PAVAN SRIRAM[/ct_headline][ct_text_block ct_sign_sha256=\'a4d5f520255c87bbf342ee0e5b7a21da21392d0f2f0f230fb534425a0b0c9e6c\' ct_options=\'{\"ct_id\":145,\"ct_parent\":142,\"selector\":\"text_block-145-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Runner[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5b2409ec6606e498291a0e077f0a0a2f033361a4868d66b791cfff010d21e706\' ct_options=\'{\"ct_id\":146,\"ct_parent\":142,\"selector\":\"_social_icons-146-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'2bee1696a784d17a27a3b5a8698aa63e5e2416bb95db34478ef6eda9216eab29\' ct_options=\'{\"ct_id\":147,\"ct_parent\":142,\"selector\":\"text_block-147-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Pavan is an international marathoner and avid cyclist passionate about learning and education<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'74c81becca9a2da2a96715a41c3fbc0ecaa14b6cda86f241cb28f97f219d5ec3\' ct_options=\'{\"ct_id\":149,\"ct_parent\":134,\"selector\":\"div_block-149-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'4ce1da238b2124239eafa1fc008e3094870675f756cc8d8368fb2e0565395992\' ct_options=\'{\"ct_id\":150,\"ct_parent\":149,\"selector\":\"image-150-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Savitha-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'d13bbbc5c21b3e0b730473f39353e3534a85aed52c828dc6c5fb66b884800634\' ct_options=\'{\"ct_id\":151,\"ct_parent\":149,\"selector\":\"headline-151-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SAVITHA BHAVSAR[/ct_headline][ct_text_block ct_sign_sha256=\'c47f0abc5b27430197713b288571348217333129b703b9157924ac1d04024398\' ct_options=\'{\"ct_id\":152,\"ct_parent\":149,\"selector\":\"text_block-152-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Adventurer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'bc773317a40c8654610f3a29d56b26f199642c8b31dc73d75358e0dd09a1105b\' ct_options=\'{\"ct_id\":153,\"ct_parent\":149,\"selector\":\"_social_icons-153-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"6\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'e66dd9470e64c18c8f33223e45b58f5d1053537a019d355dddf939a4ba5ddebc\' ct_options=\'{\"ct_id\":154,\"ct_parent\":149,\"selector\":\"text_block-154-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Extended kindness trifling remember he confined outlived if. Assistance sentiments yet unpleasing say. Open they an busy they my such high. An active dinner wishes.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'29da090d1eda3577c373761d82d015023e7cde225c2efc3f0c2abefc7f80012e\' ct_options=\'{\"ct_id\":156,\"ct_parent\":134,\"selector\":\"div_block-156-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'3e1bcd2564ad2f4049169a24a25c63bfd6847f2c80c9357988d57da1b06eff78\' ct_options=\'{\"ct_id\":157,\"ct_parent\":156,\"selector\":\"image-157-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Bharath-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'85a7d9f1b770a4591b36e72fa13664c9ab49cc7fa3ec69e979dcf2f0969af0e2\' ct_options=\'{\"ct_id\":158,\"ct_parent\":156,\"selector\":\"headline-158-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']BHARATH[/ct_headline][ct_text_block ct_sign_sha256=\'1f90689c4dbd30c1b6e8f598af43f52dd21ebf5216efcd22b12a6d6ac56d04b5\' ct_options=\'{\"ct_id\":159,\"ct_parent\":156,\"selector\":\"text_block-159-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Cyclist[/ct_text_block][oxy_social_icons ct_sign_sha256=\'57b9863f99cf27cc9746880cc8829c195f9a24abe6da986cd3e614e380207c63\' ct_options=\'{\"ct_id\":160,\"ct_parent\":156,\"selector\":\"_social_icons-160-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d8a03deb2c1651b3281cf27e66f54431e49ff74d3c0b11cc40c75017ef2e33ba\' ct_options=\'{\"ct_id\":161,\"ct_parent\":156,\"selector\":\"text_block-161-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Bharat is a passionate cyclist and a marathoner. Globe trotter, he enjoys both cross country and inter city cycling formats[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'722d05da012929093c633ea8535c86d7479f60bf72e9b5546dfaabe9ef93a2dd\' ct_options=\'{\"ct_id\":236,\"ct_parent\":134,\"selector\":\"div_block-236-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'372dec1437e628ba860572a6a6e0ffe934ceb49ac206bbcf859a25bef219e5ce\' ct_options=\'{\"ct_id\":237,\"ct_parent\":236,\"selector\":\"image-237-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Ranvijay-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'ed66edd584c168767c4638c344d48c388b0a7c25148704e8dee74e0a23b98fb5\' ct_options=\'{\"ct_id\":238,\"ct_parent\":236,\"selector\":\"headline-238-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RANVIJAY PANDEY[/ct_headline][ct_text_block ct_sign_sha256=\'f30eea5337109bb5843802647f703ccb718e205856f931bad66ef45c4b5e247b\' ct_options=\'{\"ct_id\":239,\"ct_parent\":236,\"selector\":\"text_block-239-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Architect[/ct_text_block][oxy_social_icons ct_sign_sha256=\'386f64f7a1e37d63d17087168e3fee0348d6bf2b0ed4bd0787b1aa258838486d\' ct_options=\'{\"ct_id\":240,\"ct_parent\":236,\"selector\":\"_social_icons-240-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3a8ce1b995d0b9f2738363048c307238851fb6e7501f5e93d501b8f72dbe23cf\' ct_options=\'{\"ct_id\":241,\"ct_parent\":236,\"selector\":\"text_block-241-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Ran Vijay is IT Architect by profession. Worked with many IT leaders Like Infosys, IBM, Hitachi to name few. He is passionate about sports and fitness. His passion for cycling and running keep him fit and positive all the time. He is an inspiration for many.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d884ceda2a52358dd38675ec6713da3a4c6fe53d034826f08ec8114a6dba256e\' ct_options=\'{\"ct_id\":245,\"ct_parent\":134,\"selector\":\"div_block-245-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'7ff3c4b576d11ce2fb1196f4994771b52786cf31a4130b62c05fcc72431e3b77\' ct_options=\'{\"ct_id\":246,\"ct_parent\":245,\"selector\":\"image-246-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Sanjeev-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'944d4477417ca59d1882254d69df1d5572aeb253ffb600a5a9876addc9d770cc\' ct_options=\'{\"ct_id\":247,\"ct_parent\":245,\"selector\":\"headline-247-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SANJEEV KUMAR[/ct_headline][ct_text_block ct_sign_sha256=\'f94f333295a655ce78131356f4fba627f2e07e0fbabe96663bbb27519f8a4199\' ct_options=\'{\"ct_id\":248,\"ct_parent\":245,\"selector\":\"text_block-248-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Ironman[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27a9283bf9f8ae0bf1ab42dba10b97a74dd0fc5b2a48dc9c0a8b6f7f79a3dac4\' ct_options=\'{\"ct_id\":249,\"ct_parent\":245,\"selector\":\"_social_icons-249-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d909cf567fc185234acde99e3fff64f8f5e4528acce04664c02173eed402df1d\' ct_options=\'{\"ct_id\":250,\"ct_parent\":245,\"selector\":\"text_block-250-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Sanjeev is IT professional Worked with many IT leaders Like Infosys, Microsoft to name few. He is passionate sport person. He took the challenge and completed Ironman hosted in Goa in 2019. His passion for cycling and running keeps him fit. He is an inspiration for many.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7c34dfee54d144a2c63140383285629bc4fa356421e096ea39d9750d86c48d18\' ct_options=\'{\"ct_id\":163,\"ct_parent\":134,\"selector\":\"div_block-163-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'71d65d388b2432345aea39a6d3cd306442ce6ce1d726a8387212bdb7188769d3\' ct_options=\'{\"ct_id\":164,\"ct_parent\":163,\"selector\":\"image-164-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Rajiv-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'8300de98fce3c0d639a431c46bf00f39c0ae948ad2046201d43873861e16dc80\' ct_options=\'{\"ct_id\":165,\"ct_parent\":163,\"selector\":\"headline-165-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RAJIV[/ct_headline][ct_text_block ct_sign_sha256=\'d859041780181f015234deac6d59dc3719aff81c69384096e1724e8247de9ad3\' ct_options=\'{\"ct_id\":166,\"ct_parent\":163,\"selector\":\"text_block-166-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Spanish Lunguist[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5f1d06b6b9e80fd0755c641d69fb18655c44d3f09f8c3a99835265a7174a69c4\' ct_options=\'{\"ct_id\":167,\"ct_parent\":163,\"selector\":\"_social_icons-167-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'9ecc6ce9c2e6cbdec8b714c507f078a3c986c8e7eb805dacb8dbee762598638f\' ct_options=\'{\"ct_id\":168,\"ct_parent\":163,\"selector\":\"text_block-168-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Working as a Spanish Linguist in IBM. Settled in Bengaluru. A Bullet enthusiast &amp; have travelled to all parts of India.  I love outdoor Sports. Finished my Ironman 70.3 last year in Goa. Keep myself fit &amp; energized with Running, Swimming &amp; Cycling.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f721c37eb9462d9b80a2d0f1dac4889b6d229b6a82f43aa42cdda7215c496eb9\' ct_options=\'{\"ct_id\":285,\"ct_parent\":134,\"selector\":\"div_block-285-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'602f1087a24dc578ce20a4f939e5bb38bf9593f42a655eb871bd8859a63936db\' ct_options=\'{\"ct_id\":286,\"ct_parent\":285,\"selector\":\"image-286-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Nishant-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'5e2cc37dab8f98dda24e384712cc53b51ce592164fa889cd798f6e2b0817b9c6\' ct_options=\'{\"ct_id\":287,\"ct_parent\":285,\"selector\":\"headline-287-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']NISHANTH IYENGAR[/ct_headline][ct_text_block ct_sign_sha256=\'3e380f73bba13dfabd64d96551d104a2de7634c7ba45c6ea3afb9594fb251c76\' ct_options=\'{\"ct_id\":288,\"ct_parent\":285,\"selector\":\"text_block-288-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']PARENT TO PUPS[/ct_text_block][oxy_social_icons ct_sign_sha256=\'60a75a9c6eac29b9cb954dcfc9bee51a4eb63e50d848f8d3c20cfad25f861516\' ct_options=\'{\"ct_id\":289,\"ct_parent\":285,\"selector\":\"_social_icons-289-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'46cf23ae46ebe0204e683da57d8d5cc670f5a1b5ae781ebf75d9d1a1a65b5cde\' ct_options=\'{\"ct_id\":290,\"ct_parent\":285,\"selector\":\"text_block-290-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Cyclist, occasional runner, parent to couple of pups and like the outdoors.<br>[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(739,16,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'46bd5d47a7cc50acdde6683c63bfbbc04bc9e7065b9a1839a01beb81785e1471\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-16\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"100\",\"container-padding-top\":\"128\",\"container-padding-bottom\":\"120\",\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\"},\"activeselector\":false,\"nicename\":\"Music Hero Section\",\"ct_category\":\"Heros & Titles\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"62\",\"container-padding-bottom\":\"42\"}}}}\'][ct_text_block ct_sign_sha256=\'161b944d9b6920cc52b81c73fd1fc6a4a1bf5cca796e63e2140378cd748b0056\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"text_block-3-16\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']FUNDRAISER FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'373e2b44ea2a5ed715e78d6459c6d8dbe4ec32977d70024c5bd2a1235d8214f5\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"headline-4-16\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"100\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-right-unit\":\"em\",\"font-size\":\"75\"}}}}\']Bengaluru to Mysuru[/ct_headline][ct_text_block ct_sign_sha256=\'4aa8efd61e628af9d7f7461f7028ef6dd7c458cd02941fa9e1e534458b81c61e\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-16\",\"original\":{\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']We are cycling from Bengaluru to Mysuru to support Deepika School and raise funds for the education of Special Children[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'93f0ca80fb9c7d4d5fdb5bcc5148bc8299de8e90e67206d04519ac67fad639bd\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"div_block-6-16\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_text ct_sign_sha256=\'ca31071e3fda0b8a5932f054e3a32d0b13219d2909018af1427681fb932f56b5\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"link_text-7-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'d5f6e39d1e185791d94c87430ed53e4a934b4392024595a0a843c9410a7c57be\' ct_options=\'{\"ct_id\":8,\"ct_parent\":6,\"selector\":\"link_text-8-16\",\"original\":{\"color\":\"color(3)\",\"url\":\"https://form.prosportsfoundation.com/apply\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"hover\":{\"background-color\":\"#ffffff\",\"color\":\"color(12)\"}}\']APPLY TO JOIN THE RIDE[/ct_link_text][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'41a58feb20ff986b9ddb81be9c9c418ee7427bae8b07b34eed7b9045ee73ebd7\' ct_options=\'{\"ct_id\":44,\"ct_parent\":0,\"selector\":\"section-44-16\",\"original\":{\"container-padding-top\":\"84\",\"container-padding-bottom\":\"25\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"nicename\":\"Stats Boxes\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"80\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'a2ae82e63603fadf37f25390e94296871f91f42ff61dcfcf08c72c0b639c159f\' ct_options=\'{\"ct_id\":18,\"ct_parent\":44,\"selector\":\"headline-18-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"font-size\":\"75\"}}}}\']Goal: Raise Rs.6 Lakhs[/ct_headline][ct_text_block ct_sign_sha256=\'0df4de7e506c7beff3eb13720afb1e9ca2bd9a69d1dba40ccd476453a32f6075\' ct_options=\'{\"ct_id\":19,\"ct_parent\":44,\"selector\":\"text_block-19-16\",\"original\":{\"margin-bottom\":\"49\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']It costs Rs.60,000 p.a. to teach each special child supported by Deepika School[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'5ca4937d877adf0977352172c20ae2ba48dcaa6a9e0f37bb8907210d5e9946bb\' ct_options=\'{\"ct_id\":47,\"ct_parent\":44,\"selector\":\"new_columns-47-16\",\"original\":{\"reverse-column-order\":\"never\",\"set-columns-width-50\":\"tablet\",\"flex-reverse\":\"false\"}}\'][ct_div_block_2 ct_sign_sha256=\'7c3cd30c18e44b9a5a64f68cfeb2e161b3763d0891077abd19597bcc0e1becae\' ct_options=\'{\"ct_id\":48,\"ct_parent\":47,\"selector\":\"div_block-48-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'193ba89cc81bf035a28c70addecd567dcd00c4929f79c75ecd2fa402abb87c09\' ct_options=\'{\"ct_id\":17,\"ct_parent\":48,\"selector\":\"text_block-17-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Distance: 150 Kms[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'40183af0992c702529d1034ff29aaf5c111671e34f48024b931555c0bdb7903a\' ct_options=\'{\"ct_id\":52,\"ct_parent\":47,\"selector\":\"div_block-52-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'181e5d85818ff239af770433b7eb2b8003449d72d5d87ac70707d77167d4f2e0\' ct_options=\'{\"ct_id\":87,\"ct_parent\":52,\"selector\":\"text_block-87-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Time: 9 hours[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'463af2dc69713f32f05122cf50a28d524cf89119e01ec62769af5a9beda6eafe\' ct_options=\'{\"ct_id\":56,\"ct_parent\":47,\"selector\":\"div_block-56-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'8c8c6f55c2f624aa4a01b5ed6977d377e9b7bfcdaeee872574abda97bda0e45b\' ct_options=\'{\"ct_id\":89,\"ct_parent\":56,\"selector\":\"text_block-89-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']20 Cyclists[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'205205e4f66cdac715c7d0c27155e8b0c2295ff0a11986c4a97aba618c616d2f\' ct_options=\'{\"ct_id\":60,\"ct_parent\":47,\"selector\":\"div_block-60-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'b070b91b54ca3787cd235e2a6f77c4c63c748da2fcb58657e4c256146331b3c7\' ct_options=\'{\"ct_id\":92,\"ct_parent\":60,\"selector\":\"text_block-92-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Sponsor 10 Kids[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'8fa3c18b4a2cb120b29b01db439d8b449836361e74fe61a75f6892dbacec2a18\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"section-16-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"44\",\"text-align\":\"center\",\"align-items\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'d7ae18b6d8239132b07fcccd5b729b3d3aa35073375db546e63b80460525efbb\' ct_options=\'{\"ct_id\":80,\"ct_parent\":16,\"selector\":\"text_block-80-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING AGENDA[/ct_text_block][ct_headline ct_sign_sha256=\'ea06c2002f954d7fd6d008848b84730ce205cfaa2615624257d1a782a465844c\' ct_options=\'{\"ct_id\":70,\"ct_parent\":16,\"selector\":\"headline-70-16\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"tag\":\"h2\",\"color\":\"color(1)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"font-size\":\"75\"}}}}\']3rd Oct 2020[/ct_headline][ct_text_block ct_sign_sha256=\'7147d351819f3b87a5f3178eee0fe7eeb491e9f0b954af483b3824a2c8cc3b55\' ct_options=\'{\"ct_id\":292,\"ct_parent\":16,\"selector\":\"text_block-292-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-big-text\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']5:30 AM:  Start at Vidhan Soudha - 0 Kms<br>8:30 AM:  First stop at Ramanagara - 50 Kms<br>11:30 AM:  Second stop at Mandya - 100 Kms<br>2:30 PM: Finish at University of Mysuru - 150 Kms[/ct_text_block][ct_link_text ct_sign_sha256=\'64a04ed9322aee8e3e352cf0fcaa0d1aa102b7c379a159352df7c83983ade73b\' ct_options=\'{\"ct_id\":291,\"ct_parent\":16,\"selector\":\"link_text-291-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'22885e8986718b9d34fb0f7236596fe4b9a624834ec71495a701f6e53d059561\' ct_options=\'{\"ct_id\":206,\"ct_parent\":0,\"selector\":\"section-206-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Logo Grid Simple\",\"ct_category\":\"Social Proof\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'5bd24e4f1a44331a26c8f2d8fffea3e3fd0fd1aa53b54bad03c8efc1e252cc3e\' ct_options=\'{\"ct_id\":207,\"ct_parent\":206,\"selector\":\"new_columns-207-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{}}\'][ct_div_block_2 ct_sign_sha256=\'3e450551ec31e54c9ab64a2af594b31a9a9d9c0f122f13c123a275ec3304a21d\' ct_options=\'{\"ct_id\":208,\"ct_parent\":207,\"selector\":\"div_block-208-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"},\"activeselector\":\"hyperion-logogrid-1-column\"}\'][ct_image ct_sign_sha256=\'2ac1dfa139e6751e7cef59e9cb2fbe97f4ee1cca21c2add8bbae1ca5e874ff5f\' ct_options=\'{\"ct_id\":209,\"ct_parent\":208,\"selector\":\"image-209-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d55fa4604fc9131ff84590245c6f2bdb4b9a8585e8d75a026f9cd62cc4b289ca\' ct_options=\'{\"ct_id\":210,\"ct_parent\":207,\"selector\":\"div_block-210-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'e79f199cf23351b92c658720b3f72c04fbdea855cd04d90122cb2a294ded20c9\' ct_options=\'{\"ct_id\":211,\"ct_parent\":210,\"selector\":\"image-211-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Raw-Pressery-logo.jpg\",\"height\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8672e669f83438e13e05c1da50dc99295ae0ba8b4f92dd7f51bd9467751ff129\' ct_options=\'{\"ct_id\":212,\"ct_parent\":207,\"selector\":\"div_block-212-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f293a8df50390bf0a2873608e8626164709cfc7587f857b17941df66e9ec871b\' ct_options=\'{\"ct_id\":213,\"ct_parent\":212,\"selector\":\"image-213-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProNature-NEWLogo.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'919ecf0104a4992ccdabaebd8de3038aa81f6f8c3f67403600006dd3b2d8728a\' ct_options=\'{\"ct_id\":214,\"ct_parent\":207,\"selector\":\"div_block-214-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f307c73ef2b640ddebcc3b5cdca5e98b95fc7bad2f57cace5253f2864f5093e0\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"image-215-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/LOGO-BLACK.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'e0acad69af53b5e35005ef3352e3c9d465cc28ab447c442df9d2df20427dd510\' ct_options=\'{\"ct_id\":216,\"ct_parent\":206,\"selector\":\"new_columns-216-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a2c9aa63cda61eb7147b240994ff08fc9e82d92b4c040b373b1e4d914658af98\' ct_options=\'{\"ct_id\":221,\"ct_parent\":216,\"selector\":\"div_block-221-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'3845896da2c207bb2ca1601f32d4fc8d8c15191d346712f9bd3ab3d80b36a287\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"image-222-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/PH-LOGO.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'89a7a2daf6f140f9e0ddddc8501e705727fbba8488a3f9da150bf6df1d9ac1e8\' ct_options=\'{\"ct_id\":223,\"ct_parent\":216,\"selector\":\"div_block-223-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'80f68c36a2c94b0a09707ab899efcac1cf507c81854b448c88ea6d9f65ad8eb3\' ct_options=\'{\"ct_id\":224,\"ct_parent\":223,\"selector\":\"image-224-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpp_logo_new_400x400.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'bf7d8f8d67131ed706ee9fedee9c6998aa2678bd77019e2955dd56529d248a35\' ct_options=\'{\"ct_id\":130,\"ct_parent\":0,\"selector\":\"section-130-16\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-color\":\"color(1)\"},\"activeselector\":false,\"nicename\":\"Team Dark Three Columns\",\"ct_category\":\"People\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'4167e6616599bdc5c3337d069031b460aa95ffa0efe2029ca16dab270c9bfc85\' ct_options=\'{\"ct_id\":131,\"ct_parent\":130,\"selector\":\"text_block-131-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']DARE DEVILS[/ct_text_block][ct_headline ct_sign_sha256=\'8a0f5b7c834e5d722794c5c93386a279b8d6d1f9df9079c0a4b0f47acb841bf5\' ct_options=\'{\"ct_id\":132,\"ct_parent\":130,\"selector\":\"headline-132-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Meet the Cyclists[/ct_headline][ct_text_block ct_sign_sha256=\'12842b3d09cd615298368eeae4509a10c679d6e6a23f628f3e77c6b5411313f1\' ct_options=\'{\"ct_id\":133,\"ct_parent\":130,\"selector\":\"text_block-133-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']The cyclists who are willing to pedal for this cause[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'9a4426661ab3debd8eb7d54e5f40f6080f1efe25320d3cb8585d5bf25c34ce01\' ct_options=\'{\"ct_id\":134,\"ct_parent\":130,\"selector\":\"div_block-134-16\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"flex-direction\":\"row\",\"display\":\"flex\",\"flex-wrap\":\"wrap\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'20347417e8fc8773b93eed5a5650136944a0e9a9805569bbff8a74f6c7a9c52b\' ct_options=\'{\"ct_id\":135,\"ct_parent\":134,\"selector\":\"div_block-135-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"}}\'][ct_image ct_sign_sha256=\'a3862c017584c63ea9ccd7af2e4b0bb3fdaeb9a3244fc35127716dd04d844b18\' ct_options=\'{\"ct_id\":136,\"ct_parent\":135,\"selector\":\"image-136-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Shahid-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'761eb2870585f485ebce5c17f65358b02b140b807ff9c15e4ebeb7d2854fa286\' ct_options=\'{\"ct_id\":137,\"ct_parent\":135,\"selector\":\"headline-137-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SHAHID KHAN[/ct_headline][ct_text_block ct_sign_sha256=\'0b703b81ca1b7ed967310b25f42ffb54c6389d2b82e0d8ece4094a637b3bd08f\' ct_options=\'{\"ct_id\":138,\"ct_parent\":135,\"selector\":\"text_block-138-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"}}\']Rally Driver[/ct_text_block][oxy_social_icons ct_sign_sha256=\'66420727c10d404b2ab927c1de46e1c90f77de7dd239165c4d038accf851b4b0\' ct_options=\'{\"ct_id\":139,\"ct_parent\":135,\"selector\":\"_social_icons-139-16\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/shahidkgo\",\"icon-instagram\":\"https://instagram.com/shahidkinsta\",\"icon-twitter\":\"https://twitter.com/shahidktweet\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'6acdb033460909a81d32f2572f60e4b2c7011fcefbbe47ee6b8db25168377ea4\' ct_options=\'{\"ct_id\":140,\"ct_parent\":135,\"selector\":\"text_block-140-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Founder of Jumpptech. He is passionate about Digital Marketing, Technology, Entrepreneurship, Blogging, Cycling &amp; Rally Driving.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'601eafb8505f35b272b92e0b4f06fca771dd879fc55d85a8606435ac9e8d852f\' ct_options=\'{\"ct_id\":142,\"ct_parent\":134,\"selector\":\"div_block-142-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'8506eaaa6bdf7f94d7f6780b9178fb51b00cc3e27c69403ad112d6be699acd90\' ct_options=\'{\"ct_id\":143,\"ct_parent\":142,\"selector\":\"image-143-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Pavan-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'de833df7abc090c38b48dcfdf1a2e9621ca40a1f9935a22a5ca8e9cf8ccd02b6\' ct_options=\'{\"ct_id\":144,\"ct_parent\":142,\"selector\":\"headline-144-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']PAVAN SRIRAM[/ct_headline][ct_text_block ct_sign_sha256=\'a4d5f520255c87bbf342ee0e5b7a21da21392d0f2f0f230fb534425a0b0c9e6c\' ct_options=\'{\"ct_id\":145,\"ct_parent\":142,\"selector\":\"text_block-145-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Runner[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5b2409ec6606e498291a0e077f0a0a2f033361a4868d66b791cfff010d21e706\' ct_options=\'{\"ct_id\":146,\"ct_parent\":142,\"selector\":\"_social_icons-146-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'2bee1696a784d17a27a3b5a8698aa63e5e2416bb95db34478ef6eda9216eab29\' ct_options=\'{\"ct_id\":147,\"ct_parent\":142,\"selector\":\"text_block-147-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Pavan is an international marathoner and avid cyclist passionate about learning and education<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9b013676f56c9e1f56be6834d19ea40b3b72226cd8f12ec7c1fe4a4312885c83\' ct_options=\'{\"ct_id\":149,\"ct_parent\":134,\"selector\":\"div_block-149-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'4ce1da238b2124239eafa1fc008e3094870675f756cc8d8368fb2e0565395992\' ct_options=\'{\"ct_id\":150,\"ct_parent\":149,\"selector\":\"image-150-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Savitha-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'d13bbbc5c21b3e0b730473f39353e3534a85aed52c828dc6c5fb66b884800634\' ct_options=\'{\"ct_id\":151,\"ct_parent\":149,\"selector\":\"headline-151-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SAVITHA BHAVSAR[/ct_headline][ct_text_block ct_sign_sha256=\'c47f0abc5b27430197713b288571348217333129b703b9157924ac1d04024398\' ct_options=\'{\"ct_id\":152,\"ct_parent\":149,\"selector\":\"text_block-152-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Adventurer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'bc773317a40c8654610f3a29d56b26f199642c8b31dc73d75358e0dd09a1105b\' ct_options=\'{\"ct_id\":153,\"ct_parent\":149,\"selector\":\"_social_icons-153-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"6\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d166617bf160cff2540f2e1e2357a2766f02d5e120a829884205fb31da23ef2c\' ct_options=\'{\"ct_id\":154,\"ct_parent\":149,\"selector\":\"text_block-154-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Savitha runs her event management company. She loves adventure sports, climbing, trekking, car rallying , cycling, running and biking.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'29da090d1eda3577c373761d82d015023e7cde225c2efc3f0c2abefc7f80012e\' ct_options=\'{\"ct_id\":156,\"ct_parent\":134,\"selector\":\"div_block-156-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'3e1bcd2564ad2f4049169a24a25c63bfd6847f2c80c9357988d57da1b06eff78\' ct_options=\'{\"ct_id\":157,\"ct_parent\":156,\"selector\":\"image-157-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Bharath-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'85a7d9f1b770a4591b36e72fa13664c9ab49cc7fa3ec69e979dcf2f0969af0e2\' ct_options=\'{\"ct_id\":158,\"ct_parent\":156,\"selector\":\"headline-158-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']BHARATH[/ct_headline][ct_text_block ct_sign_sha256=\'1f90689c4dbd30c1b6e8f598af43f52dd21ebf5216efcd22b12a6d6ac56d04b5\' ct_options=\'{\"ct_id\":159,\"ct_parent\":156,\"selector\":\"text_block-159-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Cyclist[/ct_text_block][oxy_social_icons ct_sign_sha256=\'57b9863f99cf27cc9746880cc8829c195f9a24abe6da986cd3e614e380207c63\' ct_options=\'{\"ct_id\":160,\"ct_parent\":156,\"selector\":\"_social_icons-160-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d8a03deb2c1651b3281cf27e66f54431e49ff74d3c0b11cc40c75017ef2e33ba\' ct_options=\'{\"ct_id\":161,\"ct_parent\":156,\"selector\":\"text_block-161-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Bharat is a passionate cyclist and a marathoner. Globe trotter, he enjoys both cross country and inter city cycling formats[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'722d05da012929093c633ea8535c86d7479f60bf72e9b5546dfaabe9ef93a2dd\' ct_options=\'{\"ct_id\":236,\"ct_parent\":134,\"selector\":\"div_block-236-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'372dec1437e628ba860572a6a6e0ffe934ceb49ac206bbcf859a25bef219e5ce\' ct_options=\'{\"ct_id\":237,\"ct_parent\":236,\"selector\":\"image-237-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Ranvijay-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'ed66edd584c168767c4638c344d48c388b0a7c25148704e8dee74e0a23b98fb5\' ct_options=\'{\"ct_id\":238,\"ct_parent\":236,\"selector\":\"headline-238-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RANVIJAY PANDEY[/ct_headline][ct_text_block ct_sign_sha256=\'f30eea5337109bb5843802647f703ccb718e205856f931bad66ef45c4b5e247b\' ct_options=\'{\"ct_id\":239,\"ct_parent\":236,\"selector\":\"text_block-239-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Architect[/ct_text_block][oxy_social_icons ct_sign_sha256=\'386f64f7a1e37d63d17087168e3fee0348d6bf2b0ed4bd0787b1aa258838486d\' ct_options=\'{\"ct_id\":240,\"ct_parent\":236,\"selector\":\"_social_icons-240-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3a8ce1b995d0b9f2738363048c307238851fb6e7501f5e93d501b8f72dbe23cf\' ct_options=\'{\"ct_id\":241,\"ct_parent\":236,\"selector\":\"text_block-241-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Ran Vijay is IT Architect by profession. Worked with many IT leaders Like Infosys, IBM, Hitachi to name few. He is passionate about sports and fitness. His passion for cycling and running keep him fit and positive all the time. He is an inspiration for many.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d884ceda2a52358dd38675ec6713da3a4c6fe53d034826f08ec8114a6dba256e\' ct_options=\'{\"ct_id\":245,\"ct_parent\":134,\"selector\":\"div_block-245-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'7ff3c4b576d11ce2fb1196f4994771b52786cf31a4130b62c05fcc72431e3b77\' ct_options=\'{\"ct_id\":246,\"ct_parent\":245,\"selector\":\"image-246-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Sanjeev-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'944d4477417ca59d1882254d69df1d5572aeb253ffb600a5a9876addc9d770cc\' ct_options=\'{\"ct_id\":247,\"ct_parent\":245,\"selector\":\"headline-247-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SANJEEV KUMAR[/ct_headline][ct_text_block ct_sign_sha256=\'f94f333295a655ce78131356f4fba627f2e07e0fbabe96663bbb27519f8a4199\' ct_options=\'{\"ct_id\":248,\"ct_parent\":245,\"selector\":\"text_block-248-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Ironman[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27a9283bf9f8ae0bf1ab42dba10b97a74dd0fc5b2a48dc9c0a8b6f7f79a3dac4\' ct_options=\'{\"ct_id\":249,\"ct_parent\":245,\"selector\":\"_social_icons-249-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d909cf567fc185234acde99e3fff64f8f5e4528acce04664c02173eed402df1d\' ct_options=\'{\"ct_id\":250,\"ct_parent\":245,\"selector\":\"text_block-250-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Sanjeev is IT professional Worked with many IT leaders Like Infosys, Microsoft to name few. He is passionate sport person. He took the challenge and completed Ironman hosted in Goa in 2019. His passion for cycling and running keeps him fit. He is an inspiration for many.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7c34dfee54d144a2c63140383285629bc4fa356421e096ea39d9750d86c48d18\' ct_options=\'{\"ct_id\":163,\"ct_parent\":134,\"selector\":\"div_block-163-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'71d65d388b2432345aea39a6d3cd306442ce6ce1d726a8387212bdb7188769d3\' ct_options=\'{\"ct_id\":164,\"ct_parent\":163,\"selector\":\"image-164-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Rajiv-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'8300de98fce3c0d639a431c46bf00f39c0ae948ad2046201d43873861e16dc80\' ct_options=\'{\"ct_id\":165,\"ct_parent\":163,\"selector\":\"headline-165-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RAJIV[/ct_headline][ct_text_block ct_sign_sha256=\'d859041780181f015234deac6d59dc3719aff81c69384096e1724e8247de9ad3\' ct_options=\'{\"ct_id\":166,\"ct_parent\":163,\"selector\":\"text_block-166-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Spanish Lunguist[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5f1d06b6b9e80fd0755c641d69fb18655c44d3f09f8c3a99835265a7174a69c4\' ct_options=\'{\"ct_id\":167,\"ct_parent\":163,\"selector\":\"_social_icons-167-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'9ecc6ce9c2e6cbdec8b714c507f078a3c986c8e7eb805dacb8dbee762598638f\' ct_options=\'{\"ct_id\":168,\"ct_parent\":163,\"selector\":\"text_block-168-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Working as a Spanish Linguist in IBM. Settled in Bengaluru. A Bullet enthusiast &amp; have travelled to all parts of India.  I love outdoor Sports. Finished my Ironman 70.3 last year in Goa. Keep myself fit &amp; energized with Running, Swimming &amp; Cycling.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f721c37eb9462d9b80a2d0f1dac4889b6d229b6a82f43aa42cdda7215c496eb9\' ct_options=\'{\"ct_id\":285,\"ct_parent\":134,\"selector\":\"div_block-285-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'602f1087a24dc578ce20a4f939e5bb38bf9593f42a655eb871bd8859a63936db\' ct_options=\'{\"ct_id\":286,\"ct_parent\":285,\"selector\":\"image-286-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Nishant-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'5e2cc37dab8f98dda24e384712cc53b51ce592164fa889cd798f6e2b0817b9c6\' ct_options=\'{\"ct_id\":287,\"ct_parent\":285,\"selector\":\"headline-287-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']NISHANTH IYENGAR[/ct_headline][ct_text_block ct_sign_sha256=\'3e380f73bba13dfabd64d96551d104a2de7634c7ba45c6ea3afb9594fb251c76\' ct_options=\'{\"ct_id\":288,\"ct_parent\":285,\"selector\":\"text_block-288-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']PARENT TO PUPS[/ct_text_block][oxy_social_icons ct_sign_sha256=\'60a75a9c6eac29b9cb954dcfc9bee51a4eb63e50d848f8d3c20cfad25f861516\' ct_options=\'{\"ct_id\":289,\"ct_parent\":285,\"selector\":\"_social_icons-289-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'46cf23ae46ebe0204e683da57d8d5cc670f5a1b5ae781ebf75d9d1a1a65b5cde\' ct_options=\'{\"ct_id\":290,\"ct_parent\":285,\"selector\":\"text_block-290-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Cyclist, occasional runner, parent to couple of pups and like the outdoors.<br>[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(231,42,'_wp_attached_file','2020/09/Nishant-Cycling.png'),(232,42,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:27:\"2020/09/Nishant-Cycling.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Nishant-Cycling-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Nishant-Cycling-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:{}}}');
INSERT INTO `ayqgmg_wp1v_postmeta` VALUES (233,16,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'ff34beaf1bdaf7e498d5550f9decfcd79844c703f4814cf0209f62482d1457e8\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-16\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"100\",\"container-padding-top\":\"128\",\"container-padding-bottom\":\"120\",\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\"},\"activeselector\":false,\"nicename\":\"Music Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'8c05cf57b1081fd85fe46b073f64e72d72c264789720c070688e48b29b7aab31\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"text_block-3-16\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']CYCLING FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'d01ab8884a79ecf9f24e6b6edf3940baf1f4e429dd941fa9af567de9ffe3096f\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"headline-4-16\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"100\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false}\']Bengaluru to Mysuru[/ct_headline][ct_text_block ct_sign_sha256=\'4aa8efd61e628af9d7f7461f7028ef6dd7c458cd02941fa9e1e534458b81c61e\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-16\",\"original\":{\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']We are cycling from Bengaluru to Mysuru to support Deepika School and raise funds for the education of Special Children[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'951418cab8a5d52d6e8c36508682e3ec2897d7542f8c76a5e7c9a3fa02911fd2\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"div_block-6-16\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_text ct_sign_sha256=\'b709549c4ff67cfbb20fd4bfacf146c29aa1aaf81fd42a21f2e34ddd478356f4\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"link_text-7-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'09b18defda9c2c6baae692cba6099c95d0b567949e794063340f9c16bb68b4f1\' ct_options=\'{\"ct_id\":8,\"ct_parent\":6,\"selector\":\"link_text-8-16\",\"original\":{\"color\":\"color(3)\",\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"hover\":{\"background-color\":\"#ffffff\",\"color\":\"color(12)\"}}\']JOIN THE RIDE[/ct_link_text][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'0a49e83fdff428c2d2c3ec7cda811f69df697598469d7b7aaa4b7d876e706994\' ct_options=\'{\"ct_id\":44,\"ct_parent\":0,\"selector\":\"section-44-16\",\"original\":{\"container-padding-top\":\"84\",\"container-padding-bottom\":\"25\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"nicename\":\"Stats Boxes\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"80\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'83c9f43cda8c1894b5809e7dd1076cad92578fbbdd6d458e2893ccca8579c22d\' ct_options=\'{\"ct_id\":18,\"ct_parent\":44,\"selector\":\"headline-18-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Goal: Raise Rs.6 Lakhs[/ct_headline][ct_text_block ct_sign_sha256=\'e6bcf7499e12ca59e468f1d31e09893dcf63ac926a10a7aa7cf99274dfda3ee6\' ct_options=\'{\"ct_id\":19,\"ct_parent\":44,\"selector\":\"text_block-19-16\",\"original\":{\"margin-bottom\":\"49\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']It costs Rs.60,000 p.a. to teach each special child supported by Deepika Trust[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'7555d876c14a36353122d1d639cbda138b1efa1791bf98989a40500be152431a\' ct_options=\'{\"ct_id\":47,\"ct_parent\":44,\"selector\":\"new_columns-47-16\",\"original\":{\"reverse-column-order\":\"never\",\"set-columns-width-50\":\"tablet\",\"flex-reverse\":\"false\"}}\'][ct_div_block_2 ct_sign_sha256=\'856f2e28ff1e07bcab829a7de5c06da7fe178792bf3f263e7194acfcda6e65e6\' ct_options=\'{\"ct_id\":48,\"ct_parent\":47,\"selector\":\"div_block-48-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'4381752516a6e173d7787e7c41ac5e146c923935338b2c474c83170cc3d05454\' ct_options=\'{\"ct_id\":17,\"ct_parent\":48,\"selector\":\"text_block-17-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Distance: 150 Kms[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ea8b569e732981c1a35020417710b50f485bf7d75913194712acea6e5c41d31f\' ct_options=\'{\"ct_id\":52,\"ct_parent\":47,\"selector\":\"div_block-52-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'f8bfe90f6527e5093d426f784f50f154faa13a996b331c49fcdd39225cf1883f\' ct_options=\'{\"ct_id\":87,\"ct_parent\":52,\"selector\":\"text_block-87-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Time: 9 hours[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'698048d5b968b291c8fe2dadb40f79272d2edc6267ce87f890a2772312c51447\' ct_options=\'{\"ct_id\":56,\"ct_parent\":47,\"selector\":\"div_block-56-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'ea07ecfe4a3c24553c189c29ce8be5ca162ba61e1fbfc96b75ad73e56da8be6a\' ct_options=\'{\"ct_id\":89,\"ct_parent\":56,\"selector\":\"text_block-89-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']20 Cyclists[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3d88a50edcd375724c17c90a05965cb08ab9db43b2d2ded8d0bbc736325bce07\' ct_options=\'{\"ct_id\":60,\"ct_parent\":47,\"selector\":\"div_block-60-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'9442f93533c387d8c3d5e7f1fed19ccb35642421d5393b83633f9114fe0e9e80\' ct_options=\'{\"ct_id\":92,\"ct_parent\":60,\"selector\":\"text_block-92-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Sponsor 10 Kids[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'e8260bd7bc2be79de690d280726e657afc7c8aa2277fa2ae22d23e50f8ab5115\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"section-16-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"44\",\"text-align\":\"center\",\"align-items\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'d7ae18b6d8239132b07fcccd5b729b3d3aa35073375db546e63b80460525efbb\' ct_options=\'{\"ct_id\":80,\"ct_parent\":16,\"selector\":\"text_block-80-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING AGENDA[/ct_text_block][ct_headline ct_sign_sha256=\'46239814ad3454298c78562d354c660d8920b86b06566be63fa9b8d4da45fff6\' ct_options=\'{\"ct_id\":70,\"ct_parent\":16,\"selector\":\"headline-70-16\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"tag\":\"h2\",\"color\":\"color(1)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']3rd Oct 2020[/ct_headline][ct_text_block ct_sign_sha256=\'a23bb8523e1a7e06c65a871dab55c299967ace3932ae15b30a94c795e99a5845\' ct_options=\'{\"ct_id\":67,\"ct_parent\":16,\"selector\":\"text_block-67-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-big-text\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']We are starting from Gandhi Statue in front of Vidhan Soudha, Bengaluru and finish at Gandhi Statue at University of Mysuru[/ct_text_block][oxy_progress_bar ct_sign_sha256=\'a6c0b36faca4cde4a5d817a0fc875152ac90d0e2652e658e11abc9b875fb5756\' ct_options=\'{\"ct_id\":20,\"ct_parent\":16,\"selector\":\"_progress_bar-20-16\",\"original\":{\"progress_bar_left_text\":\"NTozMCBBTTombmJzcDsgU3RhcnQgYXQgVmlkaGFuIFNvdWRoYQ==\",\"progress_bar_progress\":\"0\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MCBLbQ==\",\"progress_bar_left_text_typography_color\":\"color(12)\",\"progress_bar_right_text_typography_color\":\"color(16)\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'5f3b92cd16681fc2c89f32cc1ac09fd059e842c9dd9d9f6e8d1e28e5e36c7d45\' ct_options=\'{\"ct_id\":21,\"ct_parent\":16,\"selector\":\"_progress_bar-21-16\",\"original\":{\"progress_bar_left_text\":\"ODozMCBBTTombmJzcDsgRmlyc3Qgc3RvcCBhdCBSYW1hbmFnYXJh\",\"progress_bar_progress\":\"33\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NTAgS21z\",\"progress_bar_left_text_typography_color\":\"color(12)\",\"progress_bar_right_text_typography_color\":\"color(16)\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'0ba4726823381be33f8fb7bd45f3f271c4e670662250623177e7855619c87c46\' ct_options=\'{\"ct_id\":22,\"ct_parent\":16,\"selector\":\"_progress_bar-22-16\",\"original\":{\"progress_bar_left_text\":\"MTE6MzAgQU06Jm5ic3A7IFNlY29uZCBzdG9wIGF0IE1hbmR5YQ==\",\"progress_bar_progress\":\"67\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MTAwIEttcw==\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'81f99f4f4877df52ea74afca846606630e0db421ea6ff9a451928a9f3616dc4b\' ct_options=\'{\"ct_id\":126,\"ct_parent\":16,\"selector\":\"_progress_bar-126-16\",\"original\":{\"progress_bar_left_text\":\"MjozMCBQTTogRmluaXNoIGF0IEdhbmRoaSBTdGF0dWUsIFVuaXZlcnNpdHkgb2YgTXlzdXJ1\",\"progress_bar_progress\":\"100\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MTUwIEttcw==\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][/ct_section][ct_section ct_sign_sha256=\'22885e8986718b9d34fb0f7236596fe4b9a624834ec71495a701f6e53d059561\' ct_options=\'{\"ct_id\":206,\"ct_parent\":0,\"selector\":\"section-206-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Logo Grid Simple\",\"ct_category\":\"Social Proof\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'5bd24e4f1a44331a26c8f2d8fffea3e3fd0fd1aa53b54bad03c8efc1e252cc3e\' ct_options=\'{\"ct_id\":207,\"ct_parent\":206,\"selector\":\"new_columns-207-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{}}\'][ct_div_block_2 ct_sign_sha256=\'3e450551ec31e54c9ab64a2af594b31a9a9d9c0f122f13c123a275ec3304a21d\' ct_options=\'{\"ct_id\":208,\"ct_parent\":207,\"selector\":\"div_block-208-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"},\"activeselector\":\"hyperion-logogrid-1-column\"}\'][ct_image ct_sign_sha256=\'2ac1dfa139e6751e7cef59e9cb2fbe97f4ee1cca21c2add8bbae1ca5e874ff5f\' ct_options=\'{\"ct_id\":209,\"ct_parent\":208,\"selector\":\"image-209-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d55fa4604fc9131ff84590245c6f2bdb4b9a8585e8d75a026f9cd62cc4b289ca\' ct_options=\'{\"ct_id\":210,\"ct_parent\":207,\"selector\":\"div_block-210-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'e79f199cf23351b92c658720b3f72c04fbdea855cd04d90122cb2a294ded20c9\' ct_options=\'{\"ct_id\":211,\"ct_parent\":210,\"selector\":\"image-211-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Raw-Pressery-logo.jpg\",\"height\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8672e669f83438e13e05c1da50dc99295ae0ba8b4f92dd7f51bd9467751ff129\' ct_options=\'{\"ct_id\":212,\"ct_parent\":207,\"selector\":\"div_block-212-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f293a8df50390bf0a2873608e8626164709cfc7587f857b17941df66e9ec871b\' ct_options=\'{\"ct_id\":213,\"ct_parent\":212,\"selector\":\"image-213-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProNature-NEWLogo.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'919ecf0104a4992ccdabaebd8de3038aa81f6f8c3f67403600006dd3b2d8728a\' ct_options=\'{\"ct_id\":214,\"ct_parent\":207,\"selector\":\"div_block-214-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f307c73ef2b640ddebcc3b5cdca5e98b95fc7bad2f57cace5253f2864f5093e0\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"image-215-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/LOGO-BLACK.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'e0acad69af53b5e35005ef3352e3c9d465cc28ab447c442df9d2df20427dd510\' ct_options=\'{\"ct_id\":216,\"ct_parent\":206,\"selector\":\"new_columns-216-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a2c9aa63cda61eb7147b240994ff08fc9e82d92b4c040b373b1e4d914658af98\' ct_options=\'{\"ct_id\":221,\"ct_parent\":216,\"selector\":\"div_block-221-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'3845896da2c207bb2ca1601f32d4fc8d8c15191d346712f9bd3ab3d80b36a287\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"image-222-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/PH-LOGO.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'89a7a2daf6f140f9e0ddddc8501e705727fbba8488a3f9da150bf6df1d9ac1e8\' ct_options=\'{\"ct_id\":223,\"ct_parent\":216,\"selector\":\"div_block-223-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'80f68c36a2c94b0a09707ab899efcac1cf507c81854b448c88ea6d9f65ad8eb3\' ct_options=\'{\"ct_id\":224,\"ct_parent\":223,\"selector\":\"image-224-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpp_logo_new_400x400.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'39981bd7a617c5c5ac7987c075dcdccbf530cb516ee40cbaab534bfc7ac2775f\' ct_options=\'{\"ct_id\":130,\"ct_parent\":0,\"selector\":\"section-130-16\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-color\":\"color(1)\"},\"activeselector\":false,\"nicename\":\"Team Dark Three Columns\",\"ct_category\":\"People\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'df5be7289e1117a526e641e915abba3b18b9dacc834bffa56f2dc9ff606486b9\' ct_options=\'{\"ct_id\":131,\"ct_parent\":130,\"selector\":\"text_block-131-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']PEOPLE[/ct_text_block][ct_headline ct_sign_sha256=\'8a0f5b7c834e5d722794c5c93386a279b8d6d1f9df9079c0a4b0f47acb841bf5\' ct_options=\'{\"ct_id\":132,\"ct_parent\":130,\"selector\":\"headline-132-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Meet the Cyclists[/ct_headline][ct_text_block ct_sign_sha256=\'4df8d34aa1b0a39aa8e637bbeff38462444bac5f945c44df05e0647287e4f704\' ct_options=\'{\"ct_id\":133,\"ct_parent\":130,\"selector\":\"text_block-133-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']Smallest directly families surprise honoured am an. Speaking replying mistress him numerous she returned feelings may day.[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'c62ffd98942d2711720316152c664345f45634e58f1ce6a693ee12f787c2df45\' ct_options=\'{\"ct_id\":134,\"ct_parent\":130,\"selector\":\"div_block-134-16\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"flex-direction\":\"row\",\"display\":\"flex\",\"flex-wrap\":\"wrap\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'161af31d0b12688462f422cc1d6ac0a814468328ea13036f33995fc3da4e62d8\' ct_options=\'{\"ct_id\":135,\"ct_parent\":134,\"selector\":\"div_block-135-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"}}\'][ct_image ct_sign_sha256=\'a3862c017584c63ea9ccd7af2e4b0bb3fdaeb9a3244fc35127716dd04d844b18\' ct_options=\'{\"ct_id\":136,\"ct_parent\":135,\"selector\":\"image-136-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Shahid-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'761eb2870585f485ebce5c17f65358b02b140b807ff9c15e4ebeb7d2854fa286\' ct_options=\'{\"ct_id\":137,\"ct_parent\":135,\"selector\":\"headline-137-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SHAHID KHAN[/ct_headline][ct_text_block ct_sign_sha256=\'0b703b81ca1b7ed967310b25f42ffb54c6389d2b82e0d8ece4094a637b3bd08f\' ct_options=\'{\"ct_id\":138,\"ct_parent\":135,\"selector\":\"text_block-138-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"}}\']Rally Driver[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27d24d5a29c7548672780752a42c9c1175eea33c09b5c2748dcef582ef781d5c\' ct_options=\'{\"ct_id\":139,\"ct_parent\":135,\"selector\":\"_social_icons-139-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'6acdb033460909a81d32f2572f60e4b2c7011fcefbbe47ee6b8db25168377ea4\' ct_options=\'{\"ct_id\":140,\"ct_parent\":135,\"selector\":\"text_block-140-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Founder of Jumpptech. He is passionate about Digital Marketing, Technology, Entrepreneurship, Blogging, Cycling &amp; Rally Driving.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'91ba58532762ce489ff2eeec6ce56fcf6ea364ac6aaf2add19afc1222200bdfc\' ct_options=\'{\"ct_id\":142,\"ct_parent\":134,\"selector\":\"div_block-142-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'8506eaaa6bdf7f94d7f6780b9178fb51b00cc3e27c69403ad112d6be699acd90\' ct_options=\'{\"ct_id\":143,\"ct_parent\":142,\"selector\":\"image-143-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Pavan-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'de833df7abc090c38b48dcfdf1a2e9621ca40a1f9935a22a5ca8e9cf8ccd02b6\' ct_options=\'{\"ct_id\":144,\"ct_parent\":142,\"selector\":\"headline-144-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']PAVAN SRIRAM[/ct_headline][ct_text_block ct_sign_sha256=\'a4d5f520255c87bbf342ee0e5b7a21da21392d0f2f0f230fb534425a0b0c9e6c\' ct_options=\'{\"ct_id\":145,\"ct_parent\":142,\"selector\":\"text_block-145-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Runner[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5b2409ec6606e498291a0e077f0a0a2f033361a4868d66b791cfff010d21e706\' ct_options=\'{\"ct_id\":146,\"ct_parent\":142,\"selector\":\"_social_icons-146-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3dc99d1cc14d109aa7bf984c92c1c6d8092dea353059cf92b097ddbf4fc79236\' ct_options=\'{\"ct_id\":147,\"ct_parent\":142,\"selector\":\"text_block-147-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Doubtful two bed way pleasure confined followed. Shew up ye away no eyes life or were this. Perfectly did suspicion daughters but his intention. Started on society an brought it explain.&nbsp;<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ebdbce7cb86326d29de856850fb72ef45014eca8f96a4c0fb07883dfeac58a00\' ct_options=\'{\"ct_id\":149,\"ct_parent\":134,\"selector\":\"div_block-149-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'5fcac82991f6bccb8d1b537d6e853ffdade710eb373949c91941bfc1d2ac0826\' ct_options=\'{\"ct_id\":150,\"ct_parent\":149,\"selector\":\"image-150-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Savitha-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'d13bbbc5c21b3e0b730473f39353e3534a85aed52c828dc6c5fb66b884800634\' ct_options=\'{\"ct_id\":151,\"ct_parent\":149,\"selector\":\"headline-151-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SAVITHA BHAVSAR[/ct_headline][ct_text_block ct_sign_sha256=\'c47f0abc5b27430197713b288571348217333129b703b9157924ac1d04024398\' ct_options=\'{\"ct_id\":152,\"ct_parent\":149,\"selector\":\"text_block-152-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Adventurer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'bc773317a40c8654610f3a29d56b26f199642c8b31dc73d75358e0dd09a1105b\' ct_options=\'{\"ct_id\":153,\"ct_parent\":149,\"selector\":\"_social_icons-153-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"6\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'e66dd9470e64c18c8f33223e45b58f5d1053537a019d355dddf939a4ba5ddebc\' ct_options=\'{\"ct_id\":154,\"ct_parent\":149,\"selector\":\"text_block-154-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Extended kindness trifling remember he confined outlived if. Assistance sentiments yet unpleasing say. Open they an busy they my such high. An active dinner wishes.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c1437d05320921a51ecb27191cd78c74fc2450e0464f29ddf801547a315a8408\' ct_options=\'{\"ct_id\":156,\"ct_parent\":134,\"selector\":\"div_block-156-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'3e1bcd2564ad2f4049169a24a25c63bfd6847f2c80c9357988d57da1b06eff78\' ct_options=\'{\"ct_id\":157,\"ct_parent\":156,\"selector\":\"image-157-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Bharath-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'85a7d9f1b770a4591b36e72fa13664c9ab49cc7fa3ec69e979dcf2f0969af0e2\' ct_options=\'{\"ct_id\":158,\"ct_parent\":156,\"selector\":\"headline-158-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']BHARATH[/ct_headline][ct_text_block ct_sign_sha256=\'1f90689c4dbd30c1b6e8f598af43f52dd21ebf5216efcd22b12a6d6ac56d04b5\' ct_options=\'{\"ct_id\":159,\"ct_parent\":156,\"selector\":\"text_block-159-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Cyclist[/ct_text_block][oxy_social_icons ct_sign_sha256=\'57b9863f99cf27cc9746880cc8829c195f9a24abe6da986cd3e614e380207c63\' ct_options=\'{\"ct_id\":160,\"ct_parent\":156,\"selector\":\"_social_icons-160-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'ddeaeffc9907b573c03b1e5a7aa98d333a0a0a1c8822adfb4a66a7c6e36e4539\' ct_options=\'{\"ct_id\":161,\"ct_parent\":156,\"selector\":\"text_block-161-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Looking started he up perhaps against. How remainder all additions get elsewhere resources. One missed shy wishes supply design answer formed. Prevent on present hastily passage an subject in be.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'722d05da012929093c633ea8535c86d7479f60bf72e9b5546dfaabe9ef93a2dd\' ct_options=\'{\"ct_id\":236,\"ct_parent\":134,\"selector\":\"div_block-236-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'372dec1437e628ba860572a6a6e0ffe934ceb49ac206bbcf859a25bef219e5ce\' ct_options=\'{\"ct_id\":237,\"ct_parent\":236,\"selector\":\"image-237-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Ranvijay-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'ed66edd584c168767c4638c344d48c388b0a7c25148704e8dee74e0a23b98fb5\' ct_options=\'{\"ct_id\":238,\"ct_parent\":236,\"selector\":\"headline-238-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RANVIJAY PANDEY[/ct_headline][ct_text_block ct_sign_sha256=\'f30eea5337109bb5843802647f703ccb718e205856f931bad66ef45c4b5e247b\' ct_options=\'{\"ct_id\":239,\"ct_parent\":236,\"selector\":\"text_block-239-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Architect[/ct_text_block][oxy_social_icons ct_sign_sha256=\'386f64f7a1e37d63d17087168e3fee0348d6bf2b0ed4bd0787b1aa258838486d\' ct_options=\'{\"ct_id\":240,\"ct_parent\":236,\"selector\":\"_social_icons-240-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3a8ce1b995d0b9f2738363048c307238851fb6e7501f5e93d501b8f72dbe23cf\' ct_options=\'{\"ct_id\":241,\"ct_parent\":236,\"selector\":\"text_block-241-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Ran Vijay is IT Architect by profession. Worked with many IT leaders Like Infosys, IBM, Hitachi to name few. He is passionate about sports and fitness. His passion for cycling and running keep him fit and positive all the time. He is an inspiration for many.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d884ceda2a52358dd38675ec6713da3a4c6fe53d034826f08ec8114a6dba256e\' ct_options=\'{\"ct_id\":245,\"ct_parent\":134,\"selector\":\"div_block-245-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'7ff3c4b576d11ce2fb1196f4994771b52786cf31a4130b62c05fcc72431e3b77\' ct_options=\'{\"ct_id\":246,\"ct_parent\":245,\"selector\":\"image-246-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Sanjeev-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'944d4477417ca59d1882254d69df1d5572aeb253ffb600a5a9876addc9d770cc\' ct_options=\'{\"ct_id\":247,\"ct_parent\":245,\"selector\":\"headline-247-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SANJEEV KUMAR[/ct_headline][ct_text_block ct_sign_sha256=\'f94f333295a655ce78131356f4fba627f2e07e0fbabe96663bbb27519f8a4199\' ct_options=\'{\"ct_id\":248,\"ct_parent\":245,\"selector\":\"text_block-248-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Ironman[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27a9283bf9f8ae0bf1ab42dba10b97a74dd0fc5b2a48dc9c0a8b6f7f79a3dac4\' ct_options=\'{\"ct_id\":249,\"ct_parent\":245,\"selector\":\"_social_icons-249-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d909cf567fc185234acde99e3fff64f8f5e4528acce04664c02173eed402df1d\' ct_options=\'{\"ct_id\":250,\"ct_parent\":245,\"selector\":\"text_block-250-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Sanjeev is IT professional Worked with many IT leaders Like Infosys, Microsoft to name few. He is passionate sport person. He took the challenge and completed Ironman hosted in Goa in 2019. His passion for cycling and running keeps him fit. He is an inspiration for many.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c8c13861bd7bf02f822dec3507e1cb441b601d78bcc53af0368ca94f565963c2\' ct_options=\'{\"ct_id\":163,\"ct_parent\":134,\"selector\":\"div_block-163-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'71d65d388b2432345aea39a6d3cd306442ce6ce1d726a8387212bdb7188769d3\' ct_options=\'{\"ct_id\":164,\"ct_parent\":163,\"selector\":\"image-164-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Rajiv-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'8300de98fce3c0d639a431c46bf00f39c0ae948ad2046201d43873861e16dc80\' ct_options=\'{\"ct_id\":165,\"ct_parent\":163,\"selector\":\"headline-165-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RAJIV[/ct_headline][ct_text_block ct_sign_sha256=\'d859041780181f015234deac6d59dc3719aff81c69384096e1724e8247de9ad3\' ct_options=\'{\"ct_id\":166,\"ct_parent\":163,\"selector\":\"text_block-166-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Spanish Lunguist[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5f1d06b6b9e80fd0755c641d69fb18655c44d3f09f8c3a99835265a7174a69c4\' ct_options=\'{\"ct_id\":167,\"ct_parent\":163,\"selector\":\"_social_icons-167-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'f104b82f0a674d98713a0ecd2be258ef748911f915882d84bb9648fd6035f442\' ct_options=\'{\"ct_id\":168,\"ct_parent\":163,\"selector\":\"text_block-168-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Working as a Spanish Linguist in IBM. Settled in Bengaluru. A Bullet enthusiast &amp; have travelled to all parts of India.  I love outdoor Sports. Finished my Ironman 70.3 last year in Goa. Keep myself fit &amp; energized with Running, Swimming &amp; Cycling. [/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(867,16,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'309e7f60dbca3c68d17c6503c9dc202b4e7c7690a1ceaaef82d14ff42e78bd7a\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-16\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"100\",\"container-padding-top\":\"128\",\"container-padding-bottom\":\"115\",\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\"},\"activeselector\":false,\"nicename\":\"Music Hero Section\",\"ct_category\":\"Heros & Titles\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"62\",\"container-padding-bottom\":\"42\"}}}}\'][ct_text_block ct_sign_sha256=\'161b944d9b6920cc52b81c73fd1fc6a4a1bf5cca796e63e2140378cd748b0056\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"text_block-3-16\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']FUNDRAISER FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'1b508d46de005633d31c8f5a59ac7daf1a41e148492ab0a9c656648bbdb43d88\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"headline-4-16\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\",\"margin-bottom\":\"10\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-right-unit\":\"em\",\"font-size\":\"75\"}}}}\']Bengaluru to Mysuru[/ct_headline][ct_headline ct_sign_sha256=\'d4912394b044ea0f6b691d78a9d183de0b0bb8b153e83910546c839114ccde27\' ct_options=\'{\"ct_id\":463,\"ct_parent\":2,\"selector\":\"headline-463-16\",\"original\":{\"color\":\"color(16)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"40\",\"background-color\":\"color(3)\",\"font-weight\":\"500\",\"margin-bottom\":\"10\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-right-unit\":\"em\",\"font-size\":\"75\"}}}}\']Start Time &amp; Date: 3rd Oct, 5:30 AM[/ct_headline][ct_text_block ct_sign_sha256=\'52ba41e8b8b31edf632b4a05909d5bf2f9ebe332171c342cdf05b5f061c00359\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-16\",\"original\":{\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']We are cycling from Vidhan Soudha, Bengaluru to University of Mysuru to support Deepika School and Charitable Trust to raise funds for the education of Special Children[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'93f0ca80fb9c7d4d5fdb5bcc5148bc8299de8e90e67206d04519ac67fad639bd\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"div_block-6-16\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_text ct_sign_sha256=\'ca31071e3fda0b8a5932f054e3a32d0b13219d2909018af1427681fb932f56b5\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"link_text-7-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'d5f6e39d1e185791d94c87430ed53e4a934b4392024595a0a843c9410a7c57be\' ct_options=\'{\"ct_id\":8,\"ct_parent\":6,\"selector\":\"link_text-8-16\",\"original\":{\"color\":\"color(3)\",\"url\":\"https://form.prosportsfoundation.com/apply\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"hover\":{\"background-color\":\"#ffffff\",\"color\":\"color(12)\"}}\']APPLY TO JOIN THE RIDE[/ct_link_text][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'023d887ca149bd64c315345145bf4239998db8aa282d4e70ce79ebe1d8b3e7a2\' ct_options=\'{\"ct_id\":432,\"ct_parent\":0,\"selector\":\"section-432-16\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"39\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(3)\"},\"activeselector\":false,\"nicename\":\"Icons 3x1 Boxed\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'c0a39237f53fe389c9aaffdcbac6deb204003b88a6daa7606b22a00816af2307\' ct_options=\'{\"ct_id\":18,\"ct_parent\":432,\"selector\":\"headline-18-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"font-size\":\"75\"}}}}\']Goal: Raise Rs.6 Lakhs[/ct_headline][ct_text_block ct_sign_sha256=\'d0972d9e5718733caac6bc2c61dd2b8690d4345175fcb3a83d133006a40e5955\' ct_options=\'{\"ct_id\":19,\"ct_parent\":432,\"selector\":\"text_block-19-16\",\"original\":{\"margin-bottom\":\"9\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']It costs Rs.60,000 p.a. to teach each special child supported by Deepika School. Our goal is raise Rs.6 lakhs which can support 10 kids for a year.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'85b2a5e19b52dd4ed1fed6598536fb7d8bbf68829e9e0edbb50efc29f3687ce7\' ct_options=\'{\"ct_id\":435,\"ct_parent\":432,\"selector\":\"new_columns-435-16\"}\'][ct_div_block_2 ct_sign_sha256=\'68cddd328a79cd045e08b6842ae294265b81c8b476843ae110c873590eac0a7f\' ct_options=\'{\"ct_id\":436,\"ct_parent\":435,\"selector\":\"div_block-436-16\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'72a48f795a4a1566f20a7eb25741e9656c96a161e17cd4dfc0ed3d37301d0803\' ct_options=\'{\"ct_id\":437,\"ct_parent\":436,\"selector\":\"div_block-437-16\",\"classes\":{\"0\":\"atomic-iconblock-15-wrapper\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_fancy_icon ct_sign_sha256=\'02215c82917c48ab0d8471f9e2533a47033ee4aa3b62c46082426f813d585681\' ct_options=\'{\"ct_id\":438,\"ct_parent\":437,\"selector\":\"fancy_icon-438-16\",\"original\":{\"icon-id\":\"Lineariconsicon-bicycle\"},\"classes\":{\"0\":\"atomic-iconblock-15-icon\"},\"activeselector\":\"atomic-iconblock-15-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d348faef41464b88edd5a4904aaf4f11e1b1ba5ed17ab33f54491d2f8e14afd2\' ct_options=\'{\"ct_id\":439,\"ct_parent\":437,\"selector\":\"headline-439-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"atomic-iconblock-15-title\"},\"activeselector\":\"atomic-iconblock-15-title\"}\']DISTANCE[/ct_headline][ct_text_block ct_sign_sha256=\'de7f6f07c8426c810b91ac8ec124058b0601929c5870a0accb8292212c801574\' ct_options=\'{\"ct_id\":440,\"ct_parent\":437,\"selector\":\"text_block-440-16\",\"classes\":{\"0\":\"atomic-iconblock-15-text\"},\"activeselector\":\"atomic-iconblock-15-text\"}\']150 Kms[/ct_text_block][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'e3fbe02bdd514717e5a0bb866834213fc49eb728f8e1661b9e6b2ecbdce43b97\' ct_options=\'{\"ct_id\":441,\"ct_parent\":435,\"selector\":\"div_block-441-16\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_div_block_3 ct_sign_sha256=\'0db74481101c3a8774f894fcf538f7cb2c0db24c0af3d42c6938a0bd437ebf82\' ct_options=\'{\"ct_id\":442,\"ct_parent\":441,\"selector\":\"div_block-442-16\",\"classes\":{\"0\":\"atomic-iconblock-15-wrapper\"},\"activeselector\":\"atomic-iconblock-15-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'9514bb1fbf2d81bfc9ea4c53be5b3262dd5236758c949cbad233ea33c1e97a59\' ct_options=\'{\"ct_id\":443,\"ct_parent\":442,\"selector\":\"fancy_icon-443-16\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"atomic-iconblock-15-icon\"},\"activeselector\":\"atomic-iconblock-15-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'cf1f1efd38cb20aa3a98e7027d3d6277097a522db61d700f2bb1dd9ca81024f7\' ct_options=\'{\"ct_id\":444,\"ct_parent\":442,\"selector\":\"headline-444-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"atomic-iconblock-15-title\"},\"activeselector\":\"atomic-iconblock-15-title\"}\']TIME[/ct_headline][ct_text_block ct_sign_sha256=\'0baf07d3f8e0018c072d9f9ca5b6a41077755b42277b5aec5293e81845666c64\' ct_options=\'{\"ct_id\":445,\"ct_parent\":442,\"selector\":\"text_block-445-16\",\"classes\":{\"0\":\"atomic-iconblock-15-text\"},\"activeselector\":\"atomic-iconblock-15-text\"}\']9-10 Hours[/ct_text_block][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'96fd6dd41f5431916fa52d005fe740987e4932aa4c87e61159d02c9854f841f0\' ct_options=\'{\"ct_id\":446,\"ct_parent\":435,\"selector\":\"div_block-446-16\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'8d441d41e478dbe97f3d830ed3b1a7a9cec47c6a95678161d565a1c84c77cf44\' ct_options=\'{\"ct_id\":447,\"ct_parent\":446,\"selector\":\"div_block-447-16\",\"classes\":{\"0\":\"atomic-iconblock-15-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'e8a80087b53c03d982b45d31ffea7a0380d6030f0472c2e99e882f18185dc97d\' ct_options=\'{\"ct_id\":448,\"ct_parent\":447,\"selector\":\"fancy_icon-448-16\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"atomic-iconblock-15-icon\"},\"activeselector\":\"atomic-iconblock-15-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3e7e694c7da6f21e07205528a064f7a52b21843f47a7e800691ff8136fe3237\' ct_options=\'{\"ct_id\":449,\"ct_parent\":447,\"selector\":\"headline-449-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"atomic-iconblock-15-title\"},\"activeselector\":\"atomic-iconblock-15-title\"}\']CYCLISTS[/ct_headline][ct_text_block ct_sign_sha256=\'3dddf5a945abacff84f4feb8e4e7f37f046901a4760bf7cbf7333a95ca3e533d\' ct_options=\'{\"ct_id\":450,\"ct_parent\":447,\"selector\":\"text_block-450-16\",\"classes\":{\"0\":\"atomic-iconblock-15-text\"},\"activeselector\":\"atomic-iconblock-15-text\"}\']20[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'21c0dbafc6a39a34d6722aff163d158cfb3373f0eb941e9e39550f71e482dee9\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"section-16-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"49\",\"text-align\":\"center\",\"align-items\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true,\"background-color\":\"color(12)\"},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'d7ae18b6d8239132b07fcccd5b729b3d3aa35073375db546e63b80460525efbb\' ct_options=\'{\"ct_id\":80,\"ct_parent\":16,\"selector\":\"text_block-80-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING AGENDA[/ct_text_block][ct_headline ct_sign_sha256=\'a1ba5792aceaef3f27dd2bd922fa019f93d86fa9e973b8a123a201294dd0eca0\' ct_options=\'{\"ct_id\":70,\"ct_parent\":16,\"selector\":\"headline-70-16\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"tag\":\"h2\",\"font-size\":\"75\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"font-size\":\"75\"}}}}\']3rd Oct 2020[/ct_headline][ct_text_block ct_sign_sha256=\'da380793f43329a798f9282c28abe9a7122e6bf1049e8cccbe09475457e70081\' ct_options=\'{\"ct_id\":292,\"ct_parent\":16,\"selector\":\"text_block-292-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"color\":\"color(3)\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-big-text\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']5:30 AM:  Start at Vidhan Soudha - 0 Kms<br>8:30 AM:  First stop at Ramanagara - 50 Kms<br>11:30 AM:  Second stop at Mandya - 100 Kms<br>2:30 PM: Finish at University of Mysuru - 150 Kms[/ct_text_block][ct_link_text ct_sign_sha256=\'64a04ed9322aee8e3e352cf0fcaa0d1aa102b7c379a159352df7c83983ade73b\' ct_options=\'{\"ct_id\":291,\"ct_parent\":16,\"selector\":\"link_text-291-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'3645fe2c8a58d6545c668163df3aebbdcd76d5e694a057bd3fd2622ac242f797\' ct_options=\'{\"ct_id\":300,\"ct_parent\":0,\"selector\":\"section-300-16\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\",\"align-items\":\"center\",\"text-align\":\"center\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'ee51eafe464617e1f3f01151c32589db2b31e6b1f8ee28e5357158fd9640bd35\' ct_options=\'{\"ct_id\":298,\"ct_parent\":300,\"selector\":\"headline-298-16\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"tag\":\"h2\",\"color\":\"color(1)\",\"font-size\":\"75\",\"margin-top\":\"20\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"font-size\":\"75\"}}}}\']Our Partners[/ct_headline][/ct_section][ct_section ct_sign_sha256=\'c0505c8ffe7e4f650287777d2498261cd94555d9e40ff35d1608a58b5ed2ac03\' ct_options=\'{\"ct_id\":206,\"ct_parent\":0,\"selector\":\"section-206-16\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"26\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Logo Grid Simple\",\"ct_category\":\"Social Proof\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'5bd24e4f1a44331a26c8f2d8fffea3e3fd0fd1aa53b54bad03c8efc1e252cc3e\' ct_options=\'{\"ct_id\":207,\"ct_parent\":206,\"selector\":\"new_columns-207-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{}}\'][ct_div_block_2 ct_sign_sha256=\'3e450551ec31e54c9ab64a2af594b31a9a9d9c0f122f13c123a275ec3304a21d\' ct_options=\'{\"ct_id\":208,\"ct_parent\":207,\"selector\":\"div_block-208-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"},\"activeselector\":\"hyperion-logogrid-1-column\"}\'][ct_image ct_sign_sha256=\'2ac1dfa139e6751e7cef59e9cb2fbe97f4ee1cca21c2add8bbae1ca5e874ff5f\' ct_options=\'{\"ct_id\":209,\"ct_parent\":208,\"selector\":\"image-209-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d55fa4604fc9131ff84590245c6f2bdb4b9a8585e8d75a026f9cd62cc4b289ca\' ct_options=\'{\"ct_id\":210,\"ct_parent\":207,\"selector\":\"div_block-210-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'e79f199cf23351b92c658720b3f72c04fbdea855cd04d90122cb2a294ded20c9\' ct_options=\'{\"ct_id\":211,\"ct_parent\":210,\"selector\":\"image-211-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Raw-Pressery-logo.jpg\",\"height\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8672e669f83438e13e05c1da50dc99295ae0ba8b4f92dd7f51bd9467751ff129\' ct_options=\'{\"ct_id\":212,\"ct_parent\":207,\"selector\":\"div_block-212-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f293a8df50390bf0a2873608e8626164709cfc7587f857b17941df66e9ec871b\' ct_options=\'{\"ct_id\":213,\"ct_parent\":212,\"selector\":\"image-213-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProNature-NEWLogo.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'919ecf0104a4992ccdabaebd8de3038aa81f6f8c3f67403600006dd3b2d8728a\' ct_options=\'{\"ct_id\":214,\"ct_parent\":207,\"selector\":\"div_block-214-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f307c73ef2b640ddebcc3b5cdca5e98b95fc7bad2f57cace5253f2864f5093e0\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"image-215-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/LOGO-BLACK.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'e0acad69af53b5e35005ef3352e3c9d465cc28ab447c442df9d2df20427dd510\' ct_options=\'{\"ct_id\":216,\"ct_parent\":206,\"selector\":\"new_columns-216-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a2c9aa63cda61eb7147b240994ff08fc9e82d92b4c040b373b1e4d914658af98\' ct_options=\'{\"ct_id\":221,\"ct_parent\":216,\"selector\":\"div_block-221-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'3845896da2c207bb2ca1601f32d4fc8d8c15191d346712f9bd3ab3d80b36a287\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"image-222-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/PH-LOGO.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'89a7a2daf6f140f9e0ddddc8501e705727fbba8488a3f9da150bf6df1d9ac1e8\' ct_options=\'{\"ct_id\":223,\"ct_parent\":216,\"selector\":\"div_block-223-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'80f68c36a2c94b0a09707ab899efcac1cf507c81854b448c88ea6d9f65ad8eb3\' ct_options=\'{\"ct_id\":224,\"ct_parent\":223,\"selector\":\"image-224-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpp_logo_new_400x400.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'ff66b0918e3bc83038156865b3c751655887f96f2995af8cc20ee67c2565bc72\' ct_options=\'{\"ct_id\":130,\"ct_parent\":0,\"selector\":\"section-130-16\",\"original\":{\"container-padding-top\":\"41\",\"container-padding-bottom\":\"11\",\"background-color\":\"color(1)\"},\"activeselector\":false,\"nicename\":\"Team Dark Three Columns\",\"ct_category\":\"People\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'4167e6616599bdc5c3337d069031b460aa95ffa0efe2029ca16dab270c9bfc85\' ct_options=\'{\"ct_id\":131,\"ct_parent\":130,\"selector\":\"text_block-131-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']DARE DEVILS[/ct_text_block][ct_headline ct_sign_sha256=\'8a0f5b7c834e5d722794c5c93386a279b8d6d1f9df9079c0a4b0f47acb841bf5\' ct_options=\'{\"ct_id\":132,\"ct_parent\":130,\"selector\":\"headline-132-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Meet the Cyclists[/ct_headline][ct_text_block ct_sign_sha256=\'12842b3d09cd615298368eeae4509a10c679d6e6a23f628f3e77c6b5411313f1\' ct_options=\'{\"ct_id\":133,\"ct_parent\":130,\"selector\":\"text_block-133-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']The cyclists who are willing to pedal for this cause[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'ba401ed59e1ce84a9d85702fb207efdd426a29f7618b88427fc68f5525d8c10d\' ct_options=\'{\"ct_id\":134,\"ct_parent\":130,\"selector\":\"div_block-134-16\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"flex-direction\":\"row\",\"display\":\"flex\",\"flex-wrap\":\"wrap\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'bd6f9ace30f72135948cec2d68afc478b52ba3f153877c0894f7191e39b4a575\' ct_options=\'{\"ct_id\":135,\"ct_parent\":134,\"selector\":\"div_block-135-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"}}\'][ct_image ct_sign_sha256=\'a3862c017584c63ea9ccd7af2e4b0bb3fdaeb9a3244fc35127716dd04d844b18\' ct_options=\'{\"ct_id\":136,\"ct_parent\":135,\"selector\":\"image-136-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Shahid-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'761eb2870585f485ebce5c17f65358b02b140b807ff9c15e4ebeb7d2854fa286\' ct_options=\'{\"ct_id\":137,\"ct_parent\":135,\"selector\":\"headline-137-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SHAHID KHAN[/ct_headline][ct_text_block ct_sign_sha256=\'eb7976e95053d6a54b058575ac4be04aa0d18c11247ec868fc0b7fe0d461746a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":135,\"selector\":\"text_block-138-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"}}\']Entrepreneur[/ct_text_block][oxy_social_icons ct_sign_sha256=\'66420727c10d404b2ab927c1de46e1c90f77de7dd239165c4d038accf851b4b0\' ct_options=\'{\"ct_id\":139,\"ct_parent\":135,\"selector\":\"_social_icons-139-16\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/shahidkgo\",\"icon-instagram\":\"https://instagram.com/shahidkinsta\",\"icon-twitter\":\"https://twitter.com/shahidktweet\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'6acdb033460909a81d32f2572f60e4b2c7011fcefbbe47ee6b8db25168377ea4\' ct_options=\'{\"ct_id\":140,\"ct_parent\":135,\"selector\":\"text_block-140-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Founder of Jumpptech. He is passionate about Digital Marketing, Technology, Entrepreneurship, Blogging, Cycling &amp; Rally Driving.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'601eafb8505f35b272b92e0b4f06fca771dd879fc55d85a8606435ac9e8d852f\' ct_options=\'{\"ct_id\":142,\"ct_parent\":134,\"selector\":\"div_block-142-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'8506eaaa6bdf7f94d7f6780b9178fb51b00cc3e27c69403ad112d6be699acd90\' ct_options=\'{\"ct_id\":143,\"ct_parent\":142,\"selector\":\"image-143-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Pavan-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'de833df7abc090c38b48dcfdf1a2e9621ca40a1f9935a22a5ca8e9cf8ccd02b6\' ct_options=\'{\"ct_id\":144,\"ct_parent\":142,\"selector\":\"headline-144-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']PAVAN SRIRAM[/ct_headline][ct_text_block ct_sign_sha256=\'a4d5f520255c87bbf342ee0e5b7a21da21392d0f2f0f230fb534425a0b0c9e6c\' ct_options=\'{\"ct_id\":145,\"ct_parent\":142,\"selector\":\"text_block-145-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Runner[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5b2409ec6606e498291a0e077f0a0a2f033361a4868d66b791cfff010d21e706\' ct_options=\'{\"ct_id\":146,\"ct_parent\":142,\"selector\":\"_social_icons-146-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'2bee1696a784d17a27a3b5a8698aa63e5e2416bb95db34478ef6eda9216eab29\' ct_options=\'{\"ct_id\":147,\"ct_parent\":142,\"selector\":\"text_block-147-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Pavan is an international marathoner and avid cyclist passionate about learning and education<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9b013676f56c9e1f56be6834d19ea40b3b72226cd8f12ec7c1fe4a4312885c83\' ct_options=\'{\"ct_id\":149,\"ct_parent\":134,\"selector\":\"div_block-149-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'4ce1da238b2124239eafa1fc008e3094870675f756cc8d8368fb2e0565395992\' ct_options=\'{\"ct_id\":150,\"ct_parent\":149,\"selector\":\"image-150-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Savitha-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'d13bbbc5c21b3e0b730473f39353e3534a85aed52c828dc6c5fb66b884800634\' ct_options=\'{\"ct_id\":151,\"ct_parent\":149,\"selector\":\"headline-151-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SAVITHA BHAVSAR[/ct_headline][ct_text_block ct_sign_sha256=\'c47f0abc5b27430197713b288571348217333129b703b9157924ac1d04024398\' ct_options=\'{\"ct_id\":152,\"ct_parent\":149,\"selector\":\"text_block-152-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Adventurer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'bc773317a40c8654610f3a29d56b26f199642c8b31dc73d75358e0dd09a1105b\' ct_options=\'{\"ct_id\":153,\"ct_parent\":149,\"selector\":\"_social_icons-153-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"6\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d166617bf160cff2540f2e1e2357a2766f02d5e120a829884205fb31da23ef2c\' ct_options=\'{\"ct_id\":154,\"ct_parent\":149,\"selector\":\"text_block-154-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Savitha runs her event management company. She loves adventure sports, climbing, trekking, car rallying , cycling, running and biking.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'29da090d1eda3577c373761d82d015023e7cde225c2efc3f0c2abefc7f80012e\' ct_options=\'{\"ct_id\":156,\"ct_parent\":134,\"selector\":\"div_block-156-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'3e1bcd2564ad2f4049169a24a25c63bfd6847f2c80c9357988d57da1b06eff78\' ct_options=\'{\"ct_id\":157,\"ct_parent\":156,\"selector\":\"image-157-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Bharath-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'85a7d9f1b770a4591b36e72fa13664c9ab49cc7fa3ec69e979dcf2f0969af0e2\' ct_options=\'{\"ct_id\":158,\"ct_parent\":156,\"selector\":\"headline-158-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']BHARATH[/ct_headline][ct_text_block ct_sign_sha256=\'1f90689c4dbd30c1b6e8f598af43f52dd21ebf5216efcd22b12a6d6ac56d04b5\' ct_options=\'{\"ct_id\":159,\"ct_parent\":156,\"selector\":\"text_block-159-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Cyclist[/ct_text_block][oxy_social_icons ct_sign_sha256=\'57b9863f99cf27cc9746880cc8829c195f9a24abe6da986cd3e614e380207c63\' ct_options=\'{\"ct_id\":160,\"ct_parent\":156,\"selector\":\"_social_icons-160-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d8a03deb2c1651b3281cf27e66f54431e49ff74d3c0b11cc40c75017ef2e33ba\' ct_options=\'{\"ct_id\":161,\"ct_parent\":156,\"selector\":\"text_block-161-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Bharat is a passionate cyclist and a marathoner. Globe trotter, he enjoys both cross country and inter city cycling formats[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'722d05da012929093c633ea8535c86d7479f60bf72e9b5546dfaabe9ef93a2dd\' ct_options=\'{\"ct_id\":236,\"ct_parent\":134,\"selector\":\"div_block-236-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'372dec1437e628ba860572a6a6e0ffe934ceb49ac206bbcf859a25bef219e5ce\' ct_options=\'{\"ct_id\":237,\"ct_parent\":236,\"selector\":\"image-237-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Ranvijay-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'ed66edd584c168767c4638c344d48c388b0a7c25148704e8dee74e0a23b98fb5\' ct_options=\'{\"ct_id\":238,\"ct_parent\":236,\"selector\":\"headline-238-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RANVIJAY PANDEY[/ct_headline][ct_text_block ct_sign_sha256=\'f30eea5337109bb5843802647f703ccb718e205856f931bad66ef45c4b5e247b\' ct_options=\'{\"ct_id\":239,\"ct_parent\":236,\"selector\":\"text_block-239-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Architect[/ct_text_block][oxy_social_icons ct_sign_sha256=\'386f64f7a1e37d63d17087168e3fee0348d6bf2b0ed4bd0787b1aa258838486d\' ct_options=\'{\"ct_id\":240,\"ct_parent\":236,\"selector\":\"_social_icons-240-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3a8ce1b995d0b9f2738363048c307238851fb6e7501f5e93d501b8f72dbe23cf\' ct_options=\'{\"ct_id\":241,\"ct_parent\":236,\"selector\":\"text_block-241-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Ran Vijay is IT Architect by profession. Worked with many IT leaders Like Infosys, IBM, Hitachi to name few. He is passionate about sports and fitness. His passion for cycling and running keep him fit and positive all the time. He is an inspiration for many.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d884ceda2a52358dd38675ec6713da3a4c6fe53d034826f08ec8114a6dba256e\' ct_options=\'{\"ct_id\":245,\"ct_parent\":134,\"selector\":\"div_block-245-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'7ff3c4b576d11ce2fb1196f4994771b52786cf31a4130b62c05fcc72431e3b77\' ct_options=\'{\"ct_id\":246,\"ct_parent\":245,\"selector\":\"image-246-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Sanjeev-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'944d4477417ca59d1882254d69df1d5572aeb253ffb600a5a9876addc9d770cc\' ct_options=\'{\"ct_id\":247,\"ct_parent\":245,\"selector\":\"headline-247-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SANJEEV KUMAR[/ct_headline][ct_text_block ct_sign_sha256=\'f94f333295a655ce78131356f4fba627f2e07e0fbabe96663bbb27519f8a4199\' ct_options=\'{\"ct_id\":248,\"ct_parent\":245,\"selector\":\"text_block-248-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Ironman[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27a9283bf9f8ae0bf1ab42dba10b97a74dd0fc5b2a48dc9c0a8b6f7f79a3dac4\' ct_options=\'{\"ct_id\":249,\"ct_parent\":245,\"selector\":\"_social_icons-249-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d909cf567fc185234acde99e3fff64f8f5e4528acce04664c02173eed402df1d\' ct_options=\'{\"ct_id\":250,\"ct_parent\":245,\"selector\":\"text_block-250-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Sanjeev is IT professional Worked with many IT leaders Like Infosys, Microsoft to name few. He is passionate sport person. He took the challenge and completed Ironman hosted in Goa in 2019. His passion for cycling and running keeps him fit. He is an inspiration for many.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7c34dfee54d144a2c63140383285629bc4fa356421e096ea39d9750d86c48d18\' ct_options=\'{\"ct_id\":163,\"ct_parent\":134,\"selector\":\"div_block-163-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'71d65d388b2432345aea39a6d3cd306442ce6ce1d726a8387212bdb7188769d3\' ct_options=\'{\"ct_id\":164,\"ct_parent\":163,\"selector\":\"image-164-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Rajiv-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'8300de98fce3c0d639a431c46bf00f39c0ae948ad2046201d43873861e16dc80\' ct_options=\'{\"ct_id\":165,\"ct_parent\":163,\"selector\":\"headline-165-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RAJIV[/ct_headline][ct_text_block ct_sign_sha256=\'d859041780181f015234deac6d59dc3719aff81c69384096e1724e8247de9ad3\' ct_options=\'{\"ct_id\":166,\"ct_parent\":163,\"selector\":\"text_block-166-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Spanish Lunguist[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5f1d06b6b9e80fd0755c641d69fb18655c44d3f09f8c3a99835265a7174a69c4\' ct_options=\'{\"ct_id\":167,\"ct_parent\":163,\"selector\":\"_social_icons-167-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'9ecc6ce9c2e6cbdec8b714c507f078a3c986c8e7eb805dacb8dbee762598638f\' ct_options=\'{\"ct_id\":168,\"ct_parent\":163,\"selector\":\"text_block-168-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Working as a Spanish Linguist in IBM. Settled in Bengaluru. A Bullet enthusiast &amp; have travelled to all parts of India.  I love outdoor Sports. Finished my Ironman 70.3 last year in Goa. Keep myself fit &amp; energized with Running, Swimming &amp; Cycling.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f721c37eb9462d9b80a2d0f1dac4889b6d229b6a82f43aa42cdda7215c496eb9\' ct_options=\'{\"ct_id\":285,\"ct_parent\":134,\"selector\":\"div_block-285-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'602f1087a24dc578ce20a4f939e5bb38bf9593f42a655eb871bd8859a63936db\' ct_options=\'{\"ct_id\":286,\"ct_parent\":285,\"selector\":\"image-286-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Nishant-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'5e2cc37dab8f98dda24e384712cc53b51ce592164fa889cd798f6e2b0817b9c6\' ct_options=\'{\"ct_id\":287,\"ct_parent\":285,\"selector\":\"headline-287-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']NISHANTH IYENGAR[/ct_headline][ct_text_block ct_sign_sha256=\'3e380f73bba13dfabd64d96551d104a2de7634c7ba45c6ea3afb9594fb251c76\' ct_options=\'{\"ct_id\":288,\"ct_parent\":285,\"selector\":\"text_block-288-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']PARENT TO PUPS[/ct_text_block][oxy_social_icons ct_sign_sha256=\'60a75a9c6eac29b9cb954dcfc9bee51a4eb63e50d848f8d3c20cfad25f861516\' ct_options=\'{\"ct_id\":289,\"ct_parent\":285,\"selector\":\"_social_icons-289-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'46cf23ae46ebe0204e683da57d8d5cc670f5a1b5ae781ebf75d9d1a1a65b5cde\' ct_options=\'{\"ct_id\":290,\"ct_parent\":285,\"selector\":\"text_block-290-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Cyclist, occasional runner, parent to couple of pups and like the outdoors.<br>[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'0727ca282143bc25c541f66c8d40fab77b72a57e6ea12acd2a72ae703e8b502f\' ct_options=\'{\"ct_id\":364,\"ct_parent\":0,\"selector\":\"section-364-16\",\"original\":{\"container-padding-top\":\"42\",\"container-padding-bottom\":\"53\",\"align-items\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"nicename\":\"Showcase 3x2 Open\",\"ct_category\":\"Showcase\"}\'][ct_headline ct_sign_sha256=\'5fb163053ec124a3b0fbfcd277deba1e07645385f35f13ebb5e5da0b652539c8\' ct_options=\'{\"ct_id\":304,\"ct_parent\":364,\"selector\":\"headline-304-16\",\"original\":{\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"color\":\"color(11)\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Projects[/ct_headline][ct_text_block ct_sign_sha256=\'0dee6922ee905f4978ea4b1105b408a92c657e4ab8489bdbac435888b5ee0dec\' ct_options=\'{\"ct_id\":303,\"ct_parent\":364,\"selector\":\"text_block-303-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Deepika School and Charitable Educational Trust[/ct_text_block][ct_image ct_sign_sha256=\'a0553ea472ffe0d22a43e120777c53233388baae0f1ddb5c2b6eab1a3a377a79\' ct_options=\'{\"ct_id\":305,\"ct_parent\":364,\"selector\":\"image-305-16\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/arrow@2x.png\",\"width\":\"220\",\"margin-bottom\":\"19\"},\"activeselector\":false}\'][/ct_image][ct_text_block ct_sign_sha256=\'1ca37e339d937dcd740270353e528cd2d472301a56b981a38baa7c740c2a46b3\' ct_options=\'{\"ct_id\":411,\"ct_parent\":364,\"selector\":\"text_block-411-16\",\"original\":{\"margin-bottom\":\"49\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-big-text\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']Deepika Resource centre was started by Smt. Sita Krishnamurthy in the year 1998 to support the learning needs of children with learning disabilities. However Shri Krishnamurthy and Smt. Sita Krishnamurthy felt there is huge gap in the learning facilities for these children in the mainstream schools. To cater to the learning needs of differently abled children and give them a holistic learning platform they started the Deepika Charitable Educational Trust in the year 2000. The trust took over the already functioning Deepika Resource centre.<br> Initially children who had severe learning problems and were rejected by mainstream schools were taken on at the Resource Centre. The success of the program brought in more and more children and soon we had children not only with Learning Disability but also autism, intellectual disability, ADHD and so on.<br>The Resource Centre kept growing in strength and that entailed heavy infrastructure investment. Multiple therapies were needed. More space was needed for children to work in and receive therapies. <br>The Trust could not finance much as expenditure was high. Many of the parents were from the lower and lower middle class background and could not pay for services.<br>The Trust also supported the education of poor girl children and also medical expenses of children with special needs.<br>[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'500f0c29f3f61074136eb01576b0737c6979b576535cc978cd69c16855f295e1\' ct_options=\'{\"ct_id\":367,\"ct_parent\":364,\"selector\":\"div_block-367-16\",\"original\":{\"margin-bottom\":\"48\",\"flex-direction\":\"row\",\"display\":\"flex\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_text ct_sign_sha256=\'1928d1ce251cad1846093c0a51a4f7b7429d001da10e0b95268eb9d86cc8fbaa\' ct_options=\'{\"ct_id\":423,\"ct_parent\":367,\"selector\":\"link_text-423-16\",\"original\":{\"url\":\"http://www.deepikaspecialschool.org/\",\"url_encoded\":\"true\",\"target\":\"_blank\",\"font-size\":\"20\",\"margin-right\":\"96\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DEEPIKA SCHOOL[/ct_link_text][ct_link_text ct_sign_sha256=\'2a1cdac767eb932de314a759fb66da1fae22f3ed02231c71b61033ae5b289873\' ct_options=\'{\"ct_id\":418,\"ct_parent\":367,\"selector\":\"link_text-418-16\",\"original\":{\"margin-right\":\"145\",\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\",\"font-size\":\"20\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'b34ab2826f7553666fe519accf2e4760fe8ae7406e7a292ae745ffd7862fcc91\' ct_options=\'{\"ct_id\":466,\"ct_parent\":367,\"selector\":\"link_text-466-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"http://www.samashraya.com\",\"url_encoded\":\"true\",\"target\":\"_blank\",\"font-size\":\"20\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']SAMASHRAYA SCHOOL[/ct_link_text][/ct_div_block_2][ct_new_columns_2 ct_sign_sha256=\'80c386e3b66ddc45439a52c0b2dae64a47a486a03b2a35fa147571b21a00080d\' ct_options=\'{\"ct_id\":370,\"ct_parent\":364,\"selector\":\"new_columns-370-16\",\"original\":{\"margin-bottom\":\"38\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][ct_div_block_2 ct_sign_sha256=\'83fee262fca76751267a4198c1cab68e51c07ae9324e019f7686a7f6d523afae\' ct_options=\'{\"ct_id\":371,\"ct_parent\":370,\"selector\":\"div_block-371-16\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'c6ad51319305f10369b222591ca53c70757905182793de638ca93d2d1c834de5\' ct_options=\'{\"ct_id\":372,\"ct_parent\":371,\"selector\":\"image-372-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Samshraya-Trekking.jpeg\"},\"classes\":{\"0\":\"atomic-showcase-1-image\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'23d53dd0eb90db03bdd7c64616a6fc54f0942ac88556450b9f8c5e33cd61d0c9\' ct_options=\'{\"ct_id\":375,\"ct_parent\":370,\"selector\":\"div_block-375-16\",\"activeselector\":false,\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"}}\'][ct_image ct_sign_sha256=\'a93d6f22d3893b34bd90ec7c3cce6db41f18716a74f8821b2b273259091c5ce4\' ct_options=\'{\"ct_id\":376,\"ct_parent\":375,\"selector\":\"image-376-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Samashraya-On-the-stage.jpeg\"},\"classes\":{\"0\":\"atomic-showcase-1-image\"},\"activeselector\":\"atomic-showcase-1-image\"}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'0782fadc27fd62215f5741cdb8e0867b910c27a842be286d9fed7cb9d352fbdb\' ct_options=\'{\"ct_id\":379,\"ct_parent\":370,\"selector\":\"div_block-379-16\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'8223a0c948437b77517673b128d54295b20b6f79f05e4697fedd8fdbe0154a23\' ct_options=\'{\"ct_id\":380,\"ct_parent\":379,\"selector\":\"image-380-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Samashraya-Online.png\"},\"classes\":{\"0\":\"atomic-showcase-1-image\"},\"activeselector\":\"atomic-showcase-1-image\"}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'ae897b4f19ecaa99f637acfe4d2eae9e6746f026b05dbfb640b4dd94241f011b\' ct_options=\'{\"ct_id\":383,\"ct_parent\":364,\"selector\":\"new_columns-383-16\"}\'][ct_div_block_2 ct_sign_sha256=\'fbd7405f5d473004723388cf9776a91b85cdfc71cb4946c03513b11247387d10\' ct_options=\'{\"ct_id\":384,\"ct_parent\":383,\"selector\":\"div_block-384-16\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"}}\'][ct_image ct_sign_sha256=\'2a249b8255b29d8221a9f33bb1b596ca9da4b06e0b6885d0a55cbf9b580ac8e3\' ct_options=\'{\"ct_id\":385,\"ct_parent\":384,\"selector\":\"image-385-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Koushalyam-Visual-art.jpg\"},\"classes\":{\"0\":\"atomic-showcase-1-image\"},\"activeselector\":\"atomic-showcase-1-image\"}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'b8f670dadf55a82644b56b35f3fddab8f391bc30cc97e2a49a98570df52bd848\' ct_options=\'{\"ct_id\":388,\"ct_parent\":383,\"selector\":\"div_block-388-16\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"}}\'][ct_image ct_sign_sha256=\'36161c05333fd1e578fb6607499190a4e3c7526e04487b990cbf6bcc58f2b6de\' ct_options=\'{\"ct_id\":393,\"ct_parent\":388,\"selector\":\"image-393-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Koushalyam-Movement.jpg\"},\"classes\":{\"0\":\"atomic-showcase-1-image\"},\"activeselector\":\"atomic-showcase-1-image\"}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20d0553058f32b21ef34d65bbd3d7e9cb1badb48777a18afd1cbb779ea72a6c5\' ct_options=\'{\"ct_id\":392,\"ct_parent\":383,\"selector\":\"div_block-392-16\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"}}\'][ct_image ct_sign_sha256=\'8edf1047c57e74a9886c0c83f9050b46c991335850e719d8e24fb0a6758d026e\' ct_options=\'{\"ct_id\":389,\"ct_parent\":392,\"selector\":\"image-389-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Koushalyam-Music-and-Rhythm.jpg\"},\"classes\":{\"0\":\"atomic-showcase-1-image\"},\"activeselector\":\"atomic-showcase-1-image\"}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section]'),(235,16,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'ff34beaf1bdaf7e498d5550f9decfcd79844c703f4814cf0209f62482d1457e8\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-16\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"100\",\"container-padding-top\":\"128\",\"container-padding-bottom\":\"120\",\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\"},\"activeselector\":false,\"nicename\":\"Music Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'8c05cf57b1081fd85fe46b073f64e72d72c264789720c070688e48b29b7aab31\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"text_block-3-16\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']CYCLING FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'d01ab8884a79ecf9f24e6b6edf3940baf1f4e429dd941fa9af567de9ffe3096f\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"headline-4-16\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"100\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false}\']Bengaluru to Mysuru[/ct_headline][ct_text_block ct_sign_sha256=\'4aa8efd61e628af9d7f7461f7028ef6dd7c458cd02941fa9e1e534458b81c61e\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-16\",\"original\":{\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']We are cycling from Bengaluru to Mysuru to support Deepika School and raise funds for the education of Special Children[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'951418cab8a5d52d6e8c36508682e3ec2897d7542f8c76a5e7c9a3fa02911fd2\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"div_block-6-16\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_text ct_sign_sha256=\'b709549c4ff67cfbb20fd4bfacf146c29aa1aaf81fd42a21f2e34ddd478356f4\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"link_text-7-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'09b18defda9c2c6baae692cba6099c95d0b567949e794063340f9c16bb68b4f1\' ct_options=\'{\"ct_id\":8,\"ct_parent\":6,\"selector\":\"link_text-8-16\",\"original\":{\"color\":\"color(3)\",\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"hover\":{\"background-color\":\"#ffffff\",\"color\":\"color(12)\"}}\']JOIN THE RIDE[/ct_link_text][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'0a49e83fdff428c2d2c3ec7cda811f69df697598469d7b7aaa4b7d876e706994\' ct_options=\'{\"ct_id\":44,\"ct_parent\":0,\"selector\":\"section-44-16\",\"original\":{\"container-padding-top\":\"84\",\"container-padding-bottom\":\"25\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"nicename\":\"Stats Boxes\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"80\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'83c9f43cda8c1894b5809e7dd1076cad92578fbbdd6d458e2893ccca8579c22d\' ct_options=\'{\"ct_id\":18,\"ct_parent\":44,\"selector\":\"headline-18-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Goal: Raise Rs.6 Lakhs[/ct_headline][ct_text_block ct_sign_sha256=\'e6bcf7499e12ca59e468f1d31e09893dcf63ac926a10a7aa7cf99274dfda3ee6\' ct_options=\'{\"ct_id\":19,\"ct_parent\":44,\"selector\":\"text_block-19-16\",\"original\":{\"margin-bottom\":\"49\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']It costs Rs.60,000 p.a. to teach each special child supported by Deepika Trust[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'7555d876c14a36353122d1d639cbda138b1efa1791bf98989a40500be152431a\' ct_options=\'{\"ct_id\":47,\"ct_parent\":44,\"selector\":\"new_columns-47-16\",\"original\":{\"reverse-column-order\":\"never\",\"set-columns-width-50\":\"tablet\",\"flex-reverse\":\"false\"}}\'][ct_div_block_2 ct_sign_sha256=\'856f2e28ff1e07bcab829a7de5c06da7fe178792bf3f263e7194acfcda6e65e6\' ct_options=\'{\"ct_id\":48,\"ct_parent\":47,\"selector\":\"div_block-48-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'4381752516a6e173d7787e7c41ac5e146c923935338b2c474c83170cc3d05454\' ct_options=\'{\"ct_id\":17,\"ct_parent\":48,\"selector\":\"text_block-17-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Distance: 150 Kms[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ea8b569e732981c1a35020417710b50f485bf7d75913194712acea6e5c41d31f\' ct_options=\'{\"ct_id\":52,\"ct_parent\":47,\"selector\":\"div_block-52-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'f8bfe90f6527e5093d426f784f50f154faa13a996b331c49fcdd39225cf1883f\' ct_options=\'{\"ct_id\":87,\"ct_parent\":52,\"selector\":\"text_block-87-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Time: 9 hours[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'698048d5b968b291c8fe2dadb40f79272d2edc6267ce87f890a2772312c51447\' ct_options=\'{\"ct_id\":56,\"ct_parent\":47,\"selector\":\"div_block-56-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'ea07ecfe4a3c24553c189c29ce8be5ca162ba61e1fbfc96b75ad73e56da8be6a\' ct_options=\'{\"ct_id\":89,\"ct_parent\":56,\"selector\":\"text_block-89-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']20 Cyclists[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3d88a50edcd375724c17c90a05965cb08ab9db43b2d2ded8d0bbc736325bce07\' ct_options=\'{\"ct_id\":60,\"ct_parent\":47,\"selector\":\"div_block-60-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'9442f93533c387d8c3d5e7f1fed19ccb35642421d5393b83633f9114fe0e9e80\' ct_options=\'{\"ct_id\":92,\"ct_parent\":60,\"selector\":\"text_block-92-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Sponsor 10 Kids[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'e8260bd7bc2be79de690d280726e657afc7c8aa2277fa2ae22d23e50f8ab5115\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"section-16-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"44\",\"text-align\":\"center\",\"align-items\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'d7ae18b6d8239132b07fcccd5b729b3d3aa35073375db546e63b80460525efbb\' ct_options=\'{\"ct_id\":80,\"ct_parent\":16,\"selector\":\"text_block-80-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING AGENDA[/ct_text_block][ct_headline ct_sign_sha256=\'46239814ad3454298c78562d354c660d8920b86b06566be63fa9b8d4da45fff6\' ct_options=\'{\"ct_id\":70,\"ct_parent\":16,\"selector\":\"headline-70-16\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"tag\":\"h2\",\"color\":\"color(1)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']3rd Oct 2020[/ct_headline][ct_text_block ct_sign_sha256=\'a23bb8523e1a7e06c65a871dab55c299967ace3932ae15b30a94c795e99a5845\' ct_options=\'{\"ct_id\":67,\"ct_parent\":16,\"selector\":\"text_block-67-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-big-text\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']We are starting from Gandhi Statue in front of Vidhan Soudha, Bengaluru and finish at Gandhi Statue at University of Mysuru[/ct_text_block][oxy_progress_bar ct_sign_sha256=\'a6c0b36faca4cde4a5d817a0fc875152ac90d0e2652e658e11abc9b875fb5756\' ct_options=\'{\"ct_id\":20,\"ct_parent\":16,\"selector\":\"_progress_bar-20-16\",\"original\":{\"progress_bar_left_text\":\"NTozMCBBTTombmJzcDsgU3RhcnQgYXQgVmlkaGFuIFNvdWRoYQ==\",\"progress_bar_progress\":\"0\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MCBLbQ==\",\"progress_bar_left_text_typography_color\":\"color(12)\",\"progress_bar_right_text_typography_color\":\"color(16)\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'5f3b92cd16681fc2c89f32cc1ac09fd059e842c9dd9d9f6e8d1e28e5e36c7d45\' ct_options=\'{\"ct_id\":21,\"ct_parent\":16,\"selector\":\"_progress_bar-21-16\",\"original\":{\"progress_bar_left_text\":\"ODozMCBBTTombmJzcDsgRmlyc3Qgc3RvcCBhdCBSYW1hbmFnYXJh\",\"progress_bar_progress\":\"33\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NTAgS21z\",\"progress_bar_left_text_typography_color\":\"color(12)\",\"progress_bar_right_text_typography_color\":\"color(16)\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'0ba4726823381be33f8fb7bd45f3f271c4e670662250623177e7855619c87c46\' ct_options=\'{\"ct_id\":22,\"ct_parent\":16,\"selector\":\"_progress_bar-22-16\",\"original\":{\"progress_bar_left_text\":\"MTE6MzAgQU06Jm5ic3A7IFNlY29uZCBzdG9wIGF0IE1hbmR5YQ==\",\"progress_bar_progress\":\"67\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MTAwIEttcw==\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'81f99f4f4877df52ea74afca846606630e0db421ea6ff9a451928a9f3616dc4b\' ct_options=\'{\"ct_id\":126,\"ct_parent\":16,\"selector\":\"_progress_bar-126-16\",\"original\":{\"progress_bar_left_text\":\"MjozMCBQTTogRmluaXNoIGF0IEdhbmRoaSBTdGF0dWUsIFVuaXZlcnNpdHkgb2YgTXlzdXJ1\",\"progress_bar_progress\":\"100\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MTUwIEttcw==\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][/ct_section][ct_section ct_sign_sha256=\'22885e8986718b9d34fb0f7236596fe4b9a624834ec71495a701f6e53d059561\' ct_options=\'{\"ct_id\":206,\"ct_parent\":0,\"selector\":\"section-206-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Logo Grid Simple\",\"ct_category\":\"Social Proof\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'5bd24e4f1a44331a26c8f2d8fffea3e3fd0fd1aa53b54bad03c8efc1e252cc3e\' ct_options=\'{\"ct_id\":207,\"ct_parent\":206,\"selector\":\"new_columns-207-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{}}\'][ct_div_block_2 ct_sign_sha256=\'3e450551ec31e54c9ab64a2af594b31a9a9d9c0f122f13c123a275ec3304a21d\' ct_options=\'{\"ct_id\":208,\"ct_parent\":207,\"selector\":\"div_block-208-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"},\"activeselector\":\"hyperion-logogrid-1-column\"}\'][ct_image ct_sign_sha256=\'2ac1dfa139e6751e7cef59e9cb2fbe97f4ee1cca21c2add8bbae1ca5e874ff5f\' ct_options=\'{\"ct_id\":209,\"ct_parent\":208,\"selector\":\"image-209-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d55fa4604fc9131ff84590245c6f2bdb4b9a8585e8d75a026f9cd62cc4b289ca\' ct_options=\'{\"ct_id\":210,\"ct_parent\":207,\"selector\":\"div_block-210-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'e79f199cf23351b92c658720b3f72c04fbdea855cd04d90122cb2a294ded20c9\' ct_options=\'{\"ct_id\":211,\"ct_parent\":210,\"selector\":\"image-211-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Raw-Pressery-logo.jpg\",\"height\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8672e669f83438e13e05c1da50dc99295ae0ba8b4f92dd7f51bd9467751ff129\' ct_options=\'{\"ct_id\":212,\"ct_parent\":207,\"selector\":\"div_block-212-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f293a8df50390bf0a2873608e8626164709cfc7587f857b17941df66e9ec871b\' ct_options=\'{\"ct_id\":213,\"ct_parent\":212,\"selector\":\"image-213-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProNature-NEWLogo.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'919ecf0104a4992ccdabaebd8de3038aa81f6f8c3f67403600006dd3b2d8728a\' ct_options=\'{\"ct_id\":214,\"ct_parent\":207,\"selector\":\"div_block-214-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f307c73ef2b640ddebcc3b5cdca5e98b95fc7bad2f57cace5253f2864f5093e0\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"image-215-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/LOGO-BLACK.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'e0acad69af53b5e35005ef3352e3c9d465cc28ab447c442df9d2df20427dd510\' ct_options=\'{\"ct_id\":216,\"ct_parent\":206,\"selector\":\"new_columns-216-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a2c9aa63cda61eb7147b240994ff08fc9e82d92b4c040b373b1e4d914658af98\' ct_options=\'{\"ct_id\":221,\"ct_parent\":216,\"selector\":\"div_block-221-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'3845896da2c207bb2ca1601f32d4fc8d8c15191d346712f9bd3ab3d80b36a287\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"image-222-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/PH-LOGO.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'89a7a2daf6f140f9e0ddddc8501e705727fbba8488a3f9da150bf6df1d9ac1e8\' ct_options=\'{\"ct_id\":223,\"ct_parent\":216,\"selector\":\"div_block-223-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'80f68c36a2c94b0a09707ab899efcac1cf507c81854b448c88ea6d9f65ad8eb3\' ct_options=\'{\"ct_id\":224,\"ct_parent\":223,\"selector\":\"image-224-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpp_logo_new_400x400.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'ef4bb45c68cf3ef3c322e45674f92c35b18b9923428cb271ffc5b566fdf45f4c\' ct_options=\'{\"ct_id\":130,\"ct_parent\":0,\"selector\":\"section-130-16\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-color\":\"color(1)\"},\"activeselector\":false,\"nicename\":\"Team Dark Three Columns\",\"ct_category\":\"People\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'df5be7289e1117a526e641e915abba3b18b9dacc834bffa56f2dc9ff606486b9\' ct_options=\'{\"ct_id\":131,\"ct_parent\":130,\"selector\":\"text_block-131-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']PEOPLE[/ct_text_block][ct_headline ct_sign_sha256=\'8a0f5b7c834e5d722794c5c93386a279b8d6d1f9df9079c0a4b0f47acb841bf5\' ct_options=\'{\"ct_id\":132,\"ct_parent\":130,\"selector\":\"headline-132-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Meet the Cyclists[/ct_headline][ct_text_block ct_sign_sha256=\'4df8d34aa1b0a39aa8e637bbeff38462444bac5f945c44df05e0647287e4f704\' ct_options=\'{\"ct_id\":133,\"ct_parent\":130,\"selector\":\"text_block-133-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']Smallest directly families surprise honoured am an. Speaking replying mistress him numerous she returned feelings may day.[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'31610d39881db6368707f86b22d9d9e4640e93fec27c7c63a18680a4cd26c192\' ct_options=\'{\"ct_id\":134,\"ct_parent\":130,\"selector\":\"div_block-134-16\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"flex-direction\":\"row\",\"display\":\"flex\",\"flex-wrap\":\"wrap\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'161af31d0b12688462f422cc1d6ac0a814468328ea13036f33995fc3da4e62d8\' ct_options=\'{\"ct_id\":135,\"ct_parent\":134,\"selector\":\"div_block-135-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"}}\'][ct_image ct_sign_sha256=\'a3862c017584c63ea9ccd7af2e4b0bb3fdaeb9a3244fc35127716dd04d844b18\' ct_options=\'{\"ct_id\":136,\"ct_parent\":135,\"selector\":\"image-136-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Shahid-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'761eb2870585f485ebce5c17f65358b02b140b807ff9c15e4ebeb7d2854fa286\' ct_options=\'{\"ct_id\":137,\"ct_parent\":135,\"selector\":\"headline-137-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SHAHID KHAN[/ct_headline][ct_text_block ct_sign_sha256=\'0b703b81ca1b7ed967310b25f42ffb54c6389d2b82e0d8ece4094a637b3bd08f\' ct_options=\'{\"ct_id\":138,\"ct_parent\":135,\"selector\":\"text_block-138-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"}}\']Rally Driver[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27d24d5a29c7548672780752a42c9c1175eea33c09b5c2748dcef582ef781d5c\' ct_options=\'{\"ct_id\":139,\"ct_parent\":135,\"selector\":\"_social_icons-139-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'6acdb033460909a81d32f2572f60e4b2c7011fcefbbe47ee6b8db25168377ea4\' ct_options=\'{\"ct_id\":140,\"ct_parent\":135,\"selector\":\"text_block-140-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Founder of Jumpptech. He is passionate about Digital Marketing, Technology, Entrepreneurship, Blogging, Cycling &amp; Rally Driving.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'91ba58532762ce489ff2eeec6ce56fcf6ea364ac6aaf2add19afc1222200bdfc\' ct_options=\'{\"ct_id\":142,\"ct_parent\":134,\"selector\":\"div_block-142-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'8506eaaa6bdf7f94d7f6780b9178fb51b00cc3e27c69403ad112d6be699acd90\' ct_options=\'{\"ct_id\":143,\"ct_parent\":142,\"selector\":\"image-143-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Pavan-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'de833df7abc090c38b48dcfdf1a2e9621ca40a1f9935a22a5ca8e9cf8ccd02b6\' ct_options=\'{\"ct_id\":144,\"ct_parent\":142,\"selector\":\"headline-144-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']PAVAN SRIRAM[/ct_headline][ct_text_block ct_sign_sha256=\'a4d5f520255c87bbf342ee0e5b7a21da21392d0f2f0f230fb534425a0b0c9e6c\' ct_options=\'{\"ct_id\":145,\"ct_parent\":142,\"selector\":\"text_block-145-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Runner[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5b2409ec6606e498291a0e077f0a0a2f033361a4868d66b791cfff010d21e706\' ct_options=\'{\"ct_id\":146,\"ct_parent\":142,\"selector\":\"_social_icons-146-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3dc99d1cc14d109aa7bf984c92c1c6d8092dea353059cf92b097ddbf4fc79236\' ct_options=\'{\"ct_id\":147,\"ct_parent\":142,\"selector\":\"text_block-147-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Doubtful two bed way pleasure confined followed. Shew up ye away no eyes life or were this. Perfectly did suspicion daughters but his intention. Started on society an brought it explain.&nbsp;<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ebdbce7cb86326d29de856850fb72ef45014eca8f96a4c0fb07883dfeac58a00\' ct_options=\'{\"ct_id\":149,\"ct_parent\":134,\"selector\":\"div_block-149-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'5fcac82991f6bccb8d1b537d6e853ffdade710eb373949c91941bfc1d2ac0826\' ct_options=\'{\"ct_id\":150,\"ct_parent\":149,\"selector\":\"image-150-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Savitha-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'d13bbbc5c21b3e0b730473f39353e3534a85aed52c828dc6c5fb66b884800634\' ct_options=\'{\"ct_id\":151,\"ct_parent\":149,\"selector\":\"headline-151-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SAVITHA BHAVSAR[/ct_headline][ct_text_block ct_sign_sha256=\'c47f0abc5b27430197713b288571348217333129b703b9157924ac1d04024398\' ct_options=\'{\"ct_id\":152,\"ct_parent\":149,\"selector\":\"text_block-152-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Adventurer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'bc773317a40c8654610f3a29d56b26f199642c8b31dc73d75358e0dd09a1105b\' ct_options=\'{\"ct_id\":153,\"ct_parent\":149,\"selector\":\"_social_icons-153-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"6\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'e66dd9470e64c18c8f33223e45b58f5d1053537a019d355dddf939a4ba5ddebc\' ct_options=\'{\"ct_id\":154,\"ct_parent\":149,\"selector\":\"text_block-154-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Extended kindness trifling remember he confined outlived if. Assistance sentiments yet unpleasing say. Open they an busy they my such high. An active dinner wishes.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c1437d05320921a51ecb27191cd78c74fc2450e0464f29ddf801547a315a8408\' ct_options=\'{\"ct_id\":156,\"ct_parent\":134,\"selector\":\"div_block-156-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'3e1bcd2564ad2f4049169a24a25c63bfd6847f2c80c9357988d57da1b06eff78\' ct_options=\'{\"ct_id\":157,\"ct_parent\":156,\"selector\":\"image-157-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Bharath-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'85a7d9f1b770a4591b36e72fa13664c9ab49cc7fa3ec69e979dcf2f0969af0e2\' ct_options=\'{\"ct_id\":158,\"ct_parent\":156,\"selector\":\"headline-158-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']BHARATH[/ct_headline][ct_text_block ct_sign_sha256=\'1f90689c4dbd30c1b6e8f598af43f52dd21ebf5216efcd22b12a6d6ac56d04b5\' ct_options=\'{\"ct_id\":159,\"ct_parent\":156,\"selector\":\"text_block-159-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Cyclist[/ct_text_block][oxy_social_icons ct_sign_sha256=\'57b9863f99cf27cc9746880cc8829c195f9a24abe6da986cd3e614e380207c63\' ct_options=\'{\"ct_id\":160,\"ct_parent\":156,\"selector\":\"_social_icons-160-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'ddeaeffc9907b573c03b1e5a7aa98d333a0a0a1c8822adfb4a66a7c6e36e4539\' ct_options=\'{\"ct_id\":161,\"ct_parent\":156,\"selector\":\"text_block-161-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Looking started he up perhaps against. How remainder all additions get elsewhere resources. One missed shy wishes supply design answer formed. Prevent on present hastily passage an subject in be.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'722d05da012929093c633ea8535c86d7479f60bf72e9b5546dfaabe9ef93a2dd\' ct_options=\'{\"ct_id\":236,\"ct_parent\":134,\"selector\":\"div_block-236-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'372dec1437e628ba860572a6a6e0ffe934ceb49ac206bbcf859a25bef219e5ce\' ct_options=\'{\"ct_id\":237,\"ct_parent\":236,\"selector\":\"image-237-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Ranvijay-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'ed66edd584c168767c4638c344d48c388b0a7c25148704e8dee74e0a23b98fb5\' ct_options=\'{\"ct_id\":238,\"ct_parent\":236,\"selector\":\"headline-238-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RANVIJAY PANDEY[/ct_headline][ct_text_block ct_sign_sha256=\'f30eea5337109bb5843802647f703ccb718e205856f931bad66ef45c4b5e247b\' ct_options=\'{\"ct_id\":239,\"ct_parent\":236,\"selector\":\"text_block-239-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Architect[/ct_text_block][oxy_social_icons ct_sign_sha256=\'386f64f7a1e37d63d17087168e3fee0348d6bf2b0ed4bd0787b1aa258838486d\' ct_options=\'{\"ct_id\":240,\"ct_parent\":236,\"selector\":\"_social_icons-240-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3a8ce1b995d0b9f2738363048c307238851fb6e7501f5e93d501b8f72dbe23cf\' ct_options=\'{\"ct_id\":241,\"ct_parent\":236,\"selector\":\"text_block-241-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Ran Vijay is IT Architect by profession. Worked with many IT leaders Like Infosys, IBM, Hitachi to name few. He is passionate about sports and fitness. His passion for cycling and running keep him fit and positive all the time. He is an inspiration for many.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d884ceda2a52358dd38675ec6713da3a4c6fe53d034826f08ec8114a6dba256e\' ct_options=\'{\"ct_id\":245,\"ct_parent\":134,\"selector\":\"div_block-245-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'7ff3c4b576d11ce2fb1196f4994771b52786cf31a4130b62c05fcc72431e3b77\' ct_options=\'{\"ct_id\":246,\"ct_parent\":245,\"selector\":\"image-246-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Sanjeev-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'944d4477417ca59d1882254d69df1d5572aeb253ffb600a5a9876addc9d770cc\' ct_options=\'{\"ct_id\":247,\"ct_parent\":245,\"selector\":\"headline-247-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SANJEEV KUMAR[/ct_headline][ct_text_block ct_sign_sha256=\'f94f333295a655ce78131356f4fba627f2e07e0fbabe96663bbb27519f8a4199\' ct_options=\'{\"ct_id\":248,\"ct_parent\":245,\"selector\":\"text_block-248-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Ironman[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27a9283bf9f8ae0bf1ab42dba10b97a74dd0fc5b2a48dc9c0a8b6f7f79a3dac4\' ct_options=\'{\"ct_id\":249,\"ct_parent\":245,\"selector\":\"_social_icons-249-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d909cf567fc185234acde99e3fff64f8f5e4528acce04664c02173eed402df1d\' ct_options=\'{\"ct_id\":250,\"ct_parent\":245,\"selector\":\"text_block-250-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Sanjeev is IT professional Worked with many IT leaders Like Infosys, Microsoft to name few. He is passionate sport person. He took the challenge and completed Ironman hosted in Goa in 2019. His passion for cycling and running keeps him fit. He is an inspiration for many.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c8c13861bd7bf02f822dec3507e1cb441b601d78bcc53af0368ca94f565963c2\' ct_options=\'{\"ct_id\":163,\"ct_parent\":134,\"selector\":\"div_block-163-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'71d65d388b2432345aea39a6d3cd306442ce6ce1d726a8387212bdb7188769d3\' ct_options=\'{\"ct_id\":164,\"ct_parent\":163,\"selector\":\"image-164-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Rajiv-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'8300de98fce3c0d639a431c46bf00f39c0ae948ad2046201d43873861e16dc80\' ct_options=\'{\"ct_id\":165,\"ct_parent\":163,\"selector\":\"headline-165-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RAJIV[/ct_headline][ct_text_block ct_sign_sha256=\'d859041780181f015234deac6d59dc3719aff81c69384096e1724e8247de9ad3\' ct_options=\'{\"ct_id\":166,\"ct_parent\":163,\"selector\":\"text_block-166-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Spanish Lunguist[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5f1d06b6b9e80fd0755c641d69fb18655c44d3f09f8c3a99835265a7174a69c4\' ct_options=\'{\"ct_id\":167,\"ct_parent\":163,\"selector\":\"_social_icons-167-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'f104b82f0a674d98713a0ecd2be258ef748911f915882d84bb9648fd6035f442\' ct_options=\'{\"ct_id\":168,\"ct_parent\":163,\"selector\":\"text_block-168-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Working as a Spanish Linguist in IBM. Settled in Bengaluru. A Bullet enthusiast &amp; have travelled to all parts of India.  I love outdoor Sports. Finished my Ironman 70.3 last year in Goa. Keep myself fit &amp; energized with Running, Swimming &amp; Cycling. [/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fcaf198cc4a51d4fd1ed8916d08d6712fe061fa68c58c643fcb689f017337680\' ct_options=\'{\"ct_id\":285,\"ct_parent\":134,\"selector\":\"div_block-285-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'602f1087a24dc578ce20a4f939e5bb38bf9593f42a655eb871bd8859a63936db\' ct_options=\'{\"ct_id\":286,\"ct_parent\":285,\"selector\":\"image-286-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Nishant-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'5e2cc37dab8f98dda24e384712cc53b51ce592164fa889cd798f6e2b0817b9c6\' ct_options=\'{\"ct_id\":287,\"ct_parent\":285,\"selector\":\"headline-287-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']NISHANTH IYENGAR[/ct_headline][ct_text_block ct_sign_sha256=\'3e380f73bba13dfabd64d96551d104a2de7634c7ba45c6ea3afb9594fb251c76\' ct_options=\'{\"ct_id\":288,\"ct_parent\":285,\"selector\":\"text_block-288-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']PARENT TO PUPS[/ct_text_block][oxy_social_icons ct_sign_sha256=\'60a75a9c6eac29b9cb954dcfc9bee51a4eb63e50d848f8d3c20cfad25f861516\' ct_options=\'{\"ct_id\":289,\"ct_parent\":285,\"selector\":\"_social_icons-289-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'8e21966a0109f50bfbd36ffb9f5bd6000834f6905c06425dacaf1b09b94e4457\' ct_options=\'{\"ct_id\":290,\"ct_parent\":285,\"selector\":\"text_block-290-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Cyclist, occasional runner, parent to couple of pups and like the outdoors.<br> [/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(236,16,'ct_builder_shortcodes_revisions_dates','1600425382'),(237,16,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'ff34beaf1bdaf7e498d5550f9decfcd79844c703f4814cf0209f62482d1457e8\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-16\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"100\",\"container-padding-top\":\"128\",\"container-padding-bottom\":\"120\",\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\"},\"activeselector\":false,\"nicename\":\"Music Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'8c05cf57b1081fd85fe46b073f64e72d72c264789720c070688e48b29b7aab31\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"text_block-3-16\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']CYCLING FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'d01ab8884a79ecf9f24e6b6edf3940baf1f4e429dd941fa9af567de9ffe3096f\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"headline-4-16\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"100\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false}\']Bengaluru to Mysuru[/ct_headline][ct_text_block ct_sign_sha256=\'4aa8efd61e628af9d7f7461f7028ef6dd7c458cd02941fa9e1e534458b81c61e\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-16\",\"original\":{\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']We are cycling from Bengaluru to Mysuru to support Deepika School and raise funds for the education of Special Children[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'951418cab8a5d52d6e8c36508682e3ec2897d7542f8c76a5e7c9a3fa02911fd2\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"div_block-6-16\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_text ct_sign_sha256=\'b709549c4ff67cfbb20fd4bfacf146c29aa1aaf81fd42a21f2e34ddd478356f4\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"link_text-7-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'09b18defda9c2c6baae692cba6099c95d0b567949e794063340f9c16bb68b4f1\' ct_options=\'{\"ct_id\":8,\"ct_parent\":6,\"selector\":\"link_text-8-16\",\"original\":{\"color\":\"color(3)\",\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"hover\":{\"background-color\":\"#ffffff\",\"color\":\"color(12)\"}}\']JOIN THE RIDE[/ct_link_text][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'0a49e83fdff428c2d2c3ec7cda811f69df697598469d7b7aaa4b7d876e706994\' ct_options=\'{\"ct_id\":44,\"ct_parent\":0,\"selector\":\"section-44-16\",\"original\":{\"container-padding-top\":\"84\",\"container-padding-bottom\":\"25\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"nicename\":\"Stats Boxes\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"80\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'83c9f43cda8c1894b5809e7dd1076cad92578fbbdd6d458e2893ccca8579c22d\' ct_options=\'{\"ct_id\":18,\"ct_parent\":44,\"selector\":\"headline-18-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Goal: Raise Rs.6 Lakhs[/ct_headline][ct_text_block ct_sign_sha256=\'e6bcf7499e12ca59e468f1d31e09893dcf63ac926a10a7aa7cf99274dfda3ee6\' ct_options=\'{\"ct_id\":19,\"ct_parent\":44,\"selector\":\"text_block-19-16\",\"original\":{\"margin-bottom\":\"49\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']It costs Rs.60,000 p.a. to teach each special child supported by Deepika Trust[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'7555d876c14a36353122d1d639cbda138b1efa1791bf98989a40500be152431a\' ct_options=\'{\"ct_id\":47,\"ct_parent\":44,\"selector\":\"new_columns-47-16\",\"original\":{\"reverse-column-order\":\"never\",\"set-columns-width-50\":\"tablet\",\"flex-reverse\":\"false\"}}\'][ct_div_block_2 ct_sign_sha256=\'856f2e28ff1e07bcab829a7de5c06da7fe178792bf3f263e7194acfcda6e65e6\' ct_options=\'{\"ct_id\":48,\"ct_parent\":47,\"selector\":\"div_block-48-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'4381752516a6e173d7787e7c41ac5e146c923935338b2c474c83170cc3d05454\' ct_options=\'{\"ct_id\":17,\"ct_parent\":48,\"selector\":\"text_block-17-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Distance: 150 Kms[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ea8b569e732981c1a35020417710b50f485bf7d75913194712acea6e5c41d31f\' ct_options=\'{\"ct_id\":52,\"ct_parent\":47,\"selector\":\"div_block-52-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'f8bfe90f6527e5093d426f784f50f154faa13a996b331c49fcdd39225cf1883f\' ct_options=\'{\"ct_id\":87,\"ct_parent\":52,\"selector\":\"text_block-87-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Time: 9 hours[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'698048d5b968b291c8fe2dadb40f79272d2edc6267ce87f890a2772312c51447\' ct_options=\'{\"ct_id\":56,\"ct_parent\":47,\"selector\":\"div_block-56-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'ea07ecfe4a3c24553c189c29ce8be5ca162ba61e1fbfc96b75ad73e56da8be6a\' ct_options=\'{\"ct_id\":89,\"ct_parent\":56,\"selector\":\"text_block-89-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']20 Cyclists[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3d88a50edcd375724c17c90a05965cb08ab9db43b2d2ded8d0bbc736325bce07\' ct_options=\'{\"ct_id\":60,\"ct_parent\":47,\"selector\":\"div_block-60-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'9442f93533c387d8c3d5e7f1fed19ccb35642421d5393b83633f9114fe0e9e80\' ct_options=\'{\"ct_id\":92,\"ct_parent\":60,\"selector\":\"text_block-92-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Sponsor 10 Kids[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'e8260bd7bc2be79de690d280726e657afc7c8aa2277fa2ae22d23e50f8ab5115\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"section-16-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"44\",\"text-align\":\"center\",\"align-items\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'d7ae18b6d8239132b07fcccd5b729b3d3aa35073375db546e63b80460525efbb\' ct_options=\'{\"ct_id\":80,\"ct_parent\":16,\"selector\":\"text_block-80-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING AGENDA[/ct_text_block][ct_headline ct_sign_sha256=\'46239814ad3454298c78562d354c660d8920b86b06566be63fa9b8d4da45fff6\' ct_options=\'{\"ct_id\":70,\"ct_parent\":16,\"selector\":\"headline-70-16\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"tag\":\"h2\",\"color\":\"color(1)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']3rd Oct 2020[/ct_headline][ct_text_block ct_sign_sha256=\'a23bb8523e1a7e06c65a871dab55c299967ace3932ae15b30a94c795e99a5845\' ct_options=\'{\"ct_id\":67,\"ct_parent\":16,\"selector\":\"text_block-67-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-big-text\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']We are starting from Gandhi Statue in front of Vidhan Soudha, Bengaluru and finish at Gandhi Statue at University of Mysuru[/ct_text_block][oxy_progress_bar ct_sign_sha256=\'a6c0b36faca4cde4a5d817a0fc875152ac90d0e2652e658e11abc9b875fb5756\' ct_options=\'{\"ct_id\":20,\"ct_parent\":16,\"selector\":\"_progress_bar-20-16\",\"original\":{\"progress_bar_left_text\":\"NTozMCBBTTombmJzcDsgU3RhcnQgYXQgVmlkaGFuIFNvdWRoYQ==\",\"progress_bar_progress\":\"0\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MCBLbQ==\",\"progress_bar_left_text_typography_color\":\"color(12)\",\"progress_bar_right_text_typography_color\":\"color(16)\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'5f3b92cd16681fc2c89f32cc1ac09fd059e842c9dd9d9f6e8d1e28e5e36c7d45\' ct_options=\'{\"ct_id\":21,\"ct_parent\":16,\"selector\":\"_progress_bar-21-16\",\"original\":{\"progress_bar_left_text\":\"ODozMCBBTTombmJzcDsgRmlyc3Qgc3RvcCBhdCBSYW1hbmFnYXJh\",\"progress_bar_progress\":\"33\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NTAgS21z\",\"progress_bar_left_text_typography_color\":\"color(12)\",\"progress_bar_right_text_typography_color\":\"color(16)\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'0ba4726823381be33f8fb7bd45f3f271c4e670662250623177e7855619c87c46\' ct_options=\'{\"ct_id\":22,\"ct_parent\":16,\"selector\":\"_progress_bar-22-16\",\"original\":{\"progress_bar_left_text\":\"MTE6MzAgQU06Jm5ic3A7IFNlY29uZCBzdG9wIGF0IE1hbmR5YQ==\",\"progress_bar_progress\":\"67\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MTAwIEttcw==\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'81f99f4f4877df52ea74afca846606630e0db421ea6ff9a451928a9f3616dc4b\' ct_options=\'{\"ct_id\":126,\"ct_parent\":16,\"selector\":\"_progress_bar-126-16\",\"original\":{\"progress_bar_left_text\":\"MjozMCBQTTogRmluaXNoIGF0IEdhbmRoaSBTdGF0dWUsIFVuaXZlcnNpdHkgb2YgTXlzdXJ1\",\"progress_bar_progress\":\"100\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MTUwIEttcw==\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][/ct_section][ct_section ct_sign_sha256=\'22885e8986718b9d34fb0f7236596fe4b9a624834ec71495a701f6e53d059561\' ct_options=\'{\"ct_id\":206,\"ct_parent\":0,\"selector\":\"section-206-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Logo Grid Simple\",\"ct_category\":\"Social Proof\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'5bd24e4f1a44331a26c8f2d8fffea3e3fd0fd1aa53b54bad03c8efc1e252cc3e\' ct_options=\'{\"ct_id\":207,\"ct_parent\":206,\"selector\":\"new_columns-207-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{}}\'][ct_div_block_2 ct_sign_sha256=\'3e450551ec31e54c9ab64a2af594b31a9a9d9c0f122f13c123a275ec3304a21d\' ct_options=\'{\"ct_id\":208,\"ct_parent\":207,\"selector\":\"div_block-208-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"},\"activeselector\":\"hyperion-logogrid-1-column\"}\'][ct_image ct_sign_sha256=\'2ac1dfa139e6751e7cef59e9cb2fbe97f4ee1cca21c2add8bbae1ca5e874ff5f\' ct_options=\'{\"ct_id\":209,\"ct_parent\":208,\"selector\":\"image-209-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d55fa4604fc9131ff84590245c6f2bdb4b9a8585e8d75a026f9cd62cc4b289ca\' ct_options=\'{\"ct_id\":210,\"ct_parent\":207,\"selector\":\"div_block-210-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'e79f199cf23351b92c658720b3f72c04fbdea855cd04d90122cb2a294ded20c9\' ct_options=\'{\"ct_id\":211,\"ct_parent\":210,\"selector\":\"image-211-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Raw-Pressery-logo.jpg\",\"height\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8672e669f83438e13e05c1da50dc99295ae0ba8b4f92dd7f51bd9467751ff129\' ct_options=\'{\"ct_id\":212,\"ct_parent\":207,\"selector\":\"div_block-212-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f293a8df50390bf0a2873608e8626164709cfc7587f857b17941df66e9ec871b\' ct_options=\'{\"ct_id\":213,\"ct_parent\":212,\"selector\":\"image-213-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProNature-NEWLogo.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'919ecf0104a4992ccdabaebd8de3038aa81f6f8c3f67403600006dd3b2d8728a\' ct_options=\'{\"ct_id\":214,\"ct_parent\":207,\"selector\":\"div_block-214-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f307c73ef2b640ddebcc3b5cdca5e98b95fc7bad2f57cace5253f2864f5093e0\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"image-215-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/LOGO-BLACK.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'e0acad69af53b5e35005ef3352e3c9d465cc28ab447c442df9d2df20427dd510\' ct_options=\'{\"ct_id\":216,\"ct_parent\":206,\"selector\":\"new_columns-216-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a2c9aa63cda61eb7147b240994ff08fc9e82d92b4c040b373b1e4d914658af98\' ct_options=\'{\"ct_id\":221,\"ct_parent\":216,\"selector\":\"div_block-221-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'3845896da2c207bb2ca1601f32d4fc8d8c15191d346712f9bd3ab3d80b36a287\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"image-222-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/PH-LOGO.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'89a7a2daf6f140f9e0ddddc8501e705727fbba8488a3f9da150bf6df1d9ac1e8\' ct_options=\'{\"ct_id\":223,\"ct_parent\":216,\"selector\":\"div_block-223-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'80f68c36a2c94b0a09707ab899efcac1cf507c81854b448c88ea6d9f65ad8eb3\' ct_options=\'{\"ct_id\":224,\"ct_parent\":223,\"selector\":\"image-224-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpp_logo_new_400x400.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'ef4bb45c68cf3ef3c322e45674f92c35b18b9923428cb271ffc5b566fdf45f4c\' ct_options=\'{\"ct_id\":130,\"ct_parent\":0,\"selector\":\"section-130-16\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-color\":\"color(1)\"},\"activeselector\":false,\"nicename\":\"Team Dark Three Columns\",\"ct_category\":\"People\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'df5be7289e1117a526e641e915abba3b18b9dacc834bffa56f2dc9ff606486b9\' ct_options=\'{\"ct_id\":131,\"ct_parent\":130,\"selector\":\"text_block-131-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']PEOPLE[/ct_text_block][ct_headline ct_sign_sha256=\'8a0f5b7c834e5d722794c5c93386a279b8d6d1f9df9079c0a4b0f47acb841bf5\' ct_options=\'{\"ct_id\":132,\"ct_parent\":130,\"selector\":\"headline-132-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Meet the Cyclists[/ct_headline][ct_text_block ct_sign_sha256=\'4df8d34aa1b0a39aa8e637bbeff38462444bac5f945c44df05e0647287e4f704\' ct_options=\'{\"ct_id\":133,\"ct_parent\":130,\"selector\":\"text_block-133-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']Smallest directly families surprise honoured am an. Speaking replying mistress him numerous she returned feelings may day.[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'31610d39881db6368707f86b22d9d9e4640e93fec27c7c63a18680a4cd26c192\' ct_options=\'{\"ct_id\":134,\"ct_parent\":130,\"selector\":\"div_block-134-16\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"flex-direction\":\"row\",\"display\":\"flex\",\"flex-wrap\":\"wrap\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'161af31d0b12688462f422cc1d6ac0a814468328ea13036f33995fc3da4e62d8\' ct_options=\'{\"ct_id\":135,\"ct_parent\":134,\"selector\":\"div_block-135-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"}}\'][ct_image ct_sign_sha256=\'a3862c017584c63ea9ccd7af2e4b0bb3fdaeb9a3244fc35127716dd04d844b18\' ct_options=\'{\"ct_id\":136,\"ct_parent\":135,\"selector\":\"image-136-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Shahid-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'761eb2870585f485ebce5c17f65358b02b140b807ff9c15e4ebeb7d2854fa286\' ct_options=\'{\"ct_id\":137,\"ct_parent\":135,\"selector\":\"headline-137-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SHAHID KHAN[/ct_headline][ct_text_block ct_sign_sha256=\'0b703b81ca1b7ed967310b25f42ffb54c6389d2b82e0d8ece4094a637b3bd08f\' ct_options=\'{\"ct_id\":138,\"ct_parent\":135,\"selector\":\"text_block-138-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"}}\']Rally Driver[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27d24d5a29c7548672780752a42c9c1175eea33c09b5c2748dcef582ef781d5c\' ct_options=\'{\"ct_id\":139,\"ct_parent\":135,\"selector\":\"_social_icons-139-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'6acdb033460909a81d32f2572f60e4b2c7011fcefbbe47ee6b8db25168377ea4\' ct_options=\'{\"ct_id\":140,\"ct_parent\":135,\"selector\":\"text_block-140-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Founder of Jumpptech. He is passionate about Digital Marketing, Technology, Entrepreneurship, Blogging, Cycling &amp; Rally Driving.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'91ba58532762ce489ff2eeec6ce56fcf6ea364ac6aaf2add19afc1222200bdfc\' ct_options=\'{\"ct_id\":142,\"ct_parent\":134,\"selector\":\"div_block-142-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'8506eaaa6bdf7f94d7f6780b9178fb51b00cc3e27c69403ad112d6be699acd90\' ct_options=\'{\"ct_id\":143,\"ct_parent\":142,\"selector\":\"image-143-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Pavan-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'de833df7abc090c38b48dcfdf1a2e9621ca40a1f9935a22a5ca8e9cf8ccd02b6\' ct_options=\'{\"ct_id\":144,\"ct_parent\":142,\"selector\":\"headline-144-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']PAVAN SRIRAM[/ct_headline][ct_text_block ct_sign_sha256=\'a4d5f520255c87bbf342ee0e5b7a21da21392d0f2f0f230fb534425a0b0c9e6c\' ct_options=\'{\"ct_id\":145,\"ct_parent\":142,\"selector\":\"text_block-145-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Runner[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5b2409ec6606e498291a0e077f0a0a2f033361a4868d66b791cfff010d21e706\' ct_options=\'{\"ct_id\":146,\"ct_parent\":142,\"selector\":\"_social_icons-146-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3dc99d1cc14d109aa7bf984c92c1c6d8092dea353059cf92b097ddbf4fc79236\' ct_options=\'{\"ct_id\":147,\"ct_parent\":142,\"selector\":\"text_block-147-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Doubtful two bed way pleasure confined followed. Shew up ye away no eyes life or were this. Perfectly did suspicion daughters but his intention. Started on society an brought it explain.&nbsp;<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ebdbce7cb86326d29de856850fb72ef45014eca8f96a4c0fb07883dfeac58a00\' ct_options=\'{\"ct_id\":149,\"ct_parent\":134,\"selector\":\"div_block-149-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'5fcac82991f6bccb8d1b537d6e853ffdade710eb373949c91941bfc1d2ac0826\' ct_options=\'{\"ct_id\":150,\"ct_parent\":149,\"selector\":\"image-150-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Savitha-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'d13bbbc5c21b3e0b730473f39353e3534a85aed52c828dc6c5fb66b884800634\' ct_options=\'{\"ct_id\":151,\"ct_parent\":149,\"selector\":\"headline-151-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SAVITHA BHAVSAR[/ct_headline][ct_text_block ct_sign_sha256=\'c47f0abc5b27430197713b288571348217333129b703b9157924ac1d04024398\' ct_options=\'{\"ct_id\":152,\"ct_parent\":149,\"selector\":\"text_block-152-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Adventurer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'bc773317a40c8654610f3a29d56b26f199642c8b31dc73d75358e0dd09a1105b\' ct_options=\'{\"ct_id\":153,\"ct_parent\":149,\"selector\":\"_social_icons-153-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"6\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'e66dd9470e64c18c8f33223e45b58f5d1053537a019d355dddf939a4ba5ddebc\' ct_options=\'{\"ct_id\":154,\"ct_parent\":149,\"selector\":\"text_block-154-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Extended kindness trifling remember he confined outlived if. Assistance sentiments yet unpleasing say. Open they an busy they my such high. An active dinner wishes.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c1437d05320921a51ecb27191cd78c74fc2450e0464f29ddf801547a315a8408\' ct_options=\'{\"ct_id\":156,\"ct_parent\":134,\"selector\":\"div_block-156-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'3e1bcd2564ad2f4049169a24a25c63bfd6847f2c80c9357988d57da1b06eff78\' ct_options=\'{\"ct_id\":157,\"ct_parent\":156,\"selector\":\"image-157-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Bharath-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'85a7d9f1b770a4591b36e72fa13664c9ab49cc7fa3ec69e979dcf2f0969af0e2\' ct_options=\'{\"ct_id\":158,\"ct_parent\":156,\"selector\":\"headline-158-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']BHARATH[/ct_headline][ct_text_block ct_sign_sha256=\'1f90689c4dbd30c1b6e8f598af43f52dd21ebf5216efcd22b12a6d6ac56d04b5\' ct_options=\'{\"ct_id\":159,\"ct_parent\":156,\"selector\":\"text_block-159-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Cyclist[/ct_text_block][oxy_social_icons ct_sign_sha256=\'57b9863f99cf27cc9746880cc8829c195f9a24abe6da986cd3e614e380207c63\' ct_options=\'{\"ct_id\":160,\"ct_parent\":156,\"selector\":\"_social_icons-160-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'ddeaeffc9907b573c03b1e5a7aa98d333a0a0a1c8822adfb4a66a7c6e36e4539\' ct_options=\'{\"ct_id\":161,\"ct_parent\":156,\"selector\":\"text_block-161-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Looking started he up perhaps against. How remainder all additions get elsewhere resources. One missed shy wishes supply design answer formed. Prevent on present hastily passage an subject in be.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'722d05da012929093c633ea8535c86d7479f60bf72e9b5546dfaabe9ef93a2dd\' ct_options=\'{\"ct_id\":236,\"ct_parent\":134,\"selector\":\"div_block-236-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'372dec1437e628ba860572a6a6e0ffe934ceb49ac206bbcf859a25bef219e5ce\' ct_options=\'{\"ct_id\":237,\"ct_parent\":236,\"selector\":\"image-237-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Ranvijay-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'ed66edd584c168767c4638c344d48c388b0a7c25148704e8dee74e0a23b98fb5\' ct_options=\'{\"ct_id\":238,\"ct_parent\":236,\"selector\":\"headline-238-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RANVIJAY PANDEY[/ct_headline][ct_text_block ct_sign_sha256=\'f30eea5337109bb5843802647f703ccb718e205856f931bad66ef45c4b5e247b\' ct_options=\'{\"ct_id\":239,\"ct_parent\":236,\"selector\":\"text_block-239-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Architect[/ct_text_block][oxy_social_icons ct_sign_sha256=\'386f64f7a1e37d63d17087168e3fee0348d6bf2b0ed4bd0787b1aa258838486d\' ct_options=\'{\"ct_id\":240,\"ct_parent\":236,\"selector\":\"_social_icons-240-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3a8ce1b995d0b9f2738363048c307238851fb6e7501f5e93d501b8f72dbe23cf\' ct_options=\'{\"ct_id\":241,\"ct_parent\":236,\"selector\":\"text_block-241-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Ran Vijay is IT Architect by profession. Worked with many IT leaders Like Infosys, IBM, Hitachi to name few. He is passionate about sports and fitness. His passion for cycling and running keep him fit and positive all the time. He is an inspiration for many.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d884ceda2a52358dd38675ec6713da3a4c6fe53d034826f08ec8114a6dba256e\' ct_options=\'{\"ct_id\":245,\"ct_parent\":134,\"selector\":\"div_block-245-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'7ff3c4b576d11ce2fb1196f4994771b52786cf31a4130b62c05fcc72431e3b77\' ct_options=\'{\"ct_id\":246,\"ct_parent\":245,\"selector\":\"image-246-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Sanjeev-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'944d4477417ca59d1882254d69df1d5572aeb253ffb600a5a9876addc9d770cc\' ct_options=\'{\"ct_id\":247,\"ct_parent\":245,\"selector\":\"headline-247-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SANJEEV KUMAR[/ct_headline][ct_text_block ct_sign_sha256=\'f94f333295a655ce78131356f4fba627f2e07e0fbabe96663bbb27519f8a4199\' ct_options=\'{\"ct_id\":248,\"ct_parent\":245,\"selector\":\"text_block-248-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Ironman[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27a9283bf9f8ae0bf1ab42dba10b97a74dd0fc5b2a48dc9c0a8b6f7f79a3dac4\' ct_options=\'{\"ct_id\":249,\"ct_parent\":245,\"selector\":\"_social_icons-249-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d909cf567fc185234acde99e3fff64f8f5e4528acce04664c02173eed402df1d\' ct_options=\'{\"ct_id\":250,\"ct_parent\":245,\"selector\":\"text_block-250-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Sanjeev is IT professional Worked with many IT leaders Like Infosys, Microsoft to name few. He is passionate sport person. He took the challenge and completed Ironman hosted in Goa in 2019. His passion for cycling and running keeps him fit. He is an inspiration for many.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c8c13861bd7bf02f822dec3507e1cb441b601d78bcc53af0368ca94f565963c2\' ct_options=\'{\"ct_id\":163,\"ct_parent\":134,\"selector\":\"div_block-163-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'71d65d388b2432345aea39a6d3cd306442ce6ce1d726a8387212bdb7188769d3\' ct_options=\'{\"ct_id\":164,\"ct_parent\":163,\"selector\":\"image-164-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Rajiv-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'8300de98fce3c0d639a431c46bf00f39c0ae948ad2046201d43873861e16dc80\' ct_options=\'{\"ct_id\":165,\"ct_parent\":163,\"selector\":\"headline-165-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RAJIV[/ct_headline][ct_text_block ct_sign_sha256=\'d859041780181f015234deac6d59dc3719aff81c69384096e1724e8247de9ad3\' ct_options=\'{\"ct_id\":166,\"ct_parent\":163,\"selector\":\"text_block-166-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Spanish Lunguist[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5f1d06b6b9e80fd0755c641d69fb18655c44d3f09f8c3a99835265a7174a69c4\' ct_options=\'{\"ct_id\":167,\"ct_parent\":163,\"selector\":\"_social_icons-167-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'f104b82f0a674d98713a0ecd2be258ef748911f915882d84bb9648fd6035f442\' ct_options=\'{\"ct_id\":168,\"ct_parent\":163,\"selector\":\"text_block-168-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Working as a Spanish Linguist in IBM. Settled in Bengaluru. A Bullet enthusiast &amp; have travelled to all parts of India.  I love outdoor Sports. Finished my Ironman 70.3 last year in Goa. Keep myself fit &amp; energized with Running, Swimming &amp; Cycling. [/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fcaf198cc4a51d4fd1ed8916d08d6712fe061fa68c58c643fcb689f017337680\' ct_options=\'{\"ct_id\":285,\"ct_parent\":134,\"selector\":\"div_block-285-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'602f1087a24dc578ce20a4f939e5bb38bf9593f42a655eb871bd8859a63936db\' ct_options=\'{\"ct_id\":286,\"ct_parent\":285,\"selector\":\"image-286-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Nishant-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'5e2cc37dab8f98dda24e384712cc53b51ce592164fa889cd798f6e2b0817b9c6\' ct_options=\'{\"ct_id\":287,\"ct_parent\":285,\"selector\":\"headline-287-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']NISHANTH IYENGAR[/ct_headline][ct_text_block ct_sign_sha256=\'3e380f73bba13dfabd64d96551d104a2de7634c7ba45c6ea3afb9594fb251c76\' ct_options=\'{\"ct_id\":288,\"ct_parent\":285,\"selector\":\"text_block-288-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']PARENT TO PUPS[/ct_text_block][oxy_social_icons ct_sign_sha256=\'60a75a9c6eac29b9cb954dcfc9bee51a4eb63e50d848f8d3c20cfad25f861516\' ct_options=\'{\"ct_id\":289,\"ct_parent\":285,\"selector\":\"_social_icons-289-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'8e21966a0109f50bfbd36ffb9f5bd6000834f6905c06425dacaf1b09b94e4457\' ct_options=\'{\"ct_id\":290,\"ct_parent\":285,\"selector\":\"text_block-290-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Cyclist, occasional runner, parent to couple of pups and like the outdoors.<br> [/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(238,16,'ct_builder_shortcodes_revisions_dates','1600425636'),(249,43,'ct_template_authors_archives_all',''),(250,43,'ct_template_index',''),(251,43,'ct_template_front_page',''),(252,43,'ct_template_blog_posts',''),(253,43,'ct_template_date_archive',''),(254,43,'ct_template_search_page',''),(255,43,'ct_template_inner_content',''),(256,43,'ct_template_404_page',''),(257,43,'ct_template_all_archives',''),(258,43,'ct_template_archive_among_taxonomies','a:0:{}'),(259,43,'ct_template_apply_if_archive_among_taxonomies',''),(260,43,'ct_template_archive_post_types','a:0:{}'),(261,43,'ct_template_apply_if_archive_among_cpt',''),(262,43,'ct_template_authors_archives','a:0:{}'),(263,43,'ct_template_apply_if_archive_among_authors',''),(264,43,'ct_template_single_all',''),(265,43,'ct_template_post_types','a:0:{}'),(266,43,'ct_template_exclude_ids',''),(267,43,'ct_template_include_ids',''),(268,43,'ct_template_taxonomies','a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),(269,43,'ct_use_template_taxonomies',''),(270,43,'ct_template_post_of_parents','a:0:{}'),(271,43,'ct_template_apply_if_post_of_parents',''),(272,43,'ct_template_order','0'),(273,43,'ct_builder_shortcodes','[ct_section ct_sign_sha256=\'399d7f8cef8809f280ed75fff4bc0c5c627ab4c442dd50f75c0472993b7b8214\' ct_options=\'{\"ct_id\":40,\"ct_parent\":0,\"selector\":\"section-40-43\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"center\",\"container-padding-top\":\"53\",\"container-padding-bottom\":\"31\",\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"custom-width\":\"640\"},\"activeselector\":false,\"nicename\":\"Simple Text Three Columns\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\"}}}}\'][ct_text_block ct_sign_sha256=\'0f79da8c6acbedc1392e4aa05c31f843c4d9240854a6326b2e1150f1db3923da\' ct_options=\'{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"text_block-41-43\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\"}\']PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'322dd5aa93f114bae4d1e0a8ae5b0af2e5e775fabdd54a6d8658e24a19ee3749\' ct_options=\'{\"ct_id\":42,\"ct_parent\":40,\"selector\":\"headline-42-43\",\"original\":{\"color\":\"color(1)\",\"text-align\":\"center\",\"margin-bottom\":\"36\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']About Us[/ct_headline][ct_text_block ct_sign_sha256=\'bb541b474a58cb2c4ba2958818989556b6a54ea4afa05a3bd335934f6080a5ab\' ct_options=\'{\"ct_id\":43,\"ct_parent\":40,\"selector\":\"text_block-43-43\",\"classes\":{\"0\":\"hyperion-simple-text-3\"},\"activeselector\":\"hyperion-simple-text-3\"}\']At ProSports Foundation, we believe in transforming the CSR ecosystem, by integrating corporates and its workforce, recipient institutions, individuals and the government ensuring that there is proper flow of capital and information, while also engaging stakeholders effectively.<br><br>With technology as an enabler, our vision is to empower corporates to discover, engage, and then collaborate with the most suitable recipient. At the same time address the structural issues in the social sector and help recipient organisations develop their digital capabilities and reach.<br><br>Our core focus is enabling factors like availability of nutrition, community support and rehabilitation, teacher training, vocational training programmes, assistive technology, access to healthcare etc. Our work in this space covers multiple categories of special needs, early intervention and inclusive education.<br>[/ct_text_block][ct_code_block ct_sign_sha256=\'fc3969481ab39bb98c56b61f5e9de445de99d5bf95f98b1574bcaed8cac7d462\' ct_options=\'{\"ct_id\":45,\"ct_parent\":40,\"selector\":\"code_block-45-43\",\"original\":{\"code-php\":\"PCEtLSAtLT4=\",\"flex-direction\":\"unset\",\"display\":\"none\",\"code-css\":\"Lmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZC1jb2xvcjogY29sb3IoMTQpOwogIGZvbnQtZmFtaWx5OiAnQWxlZ3JleWEnOwogIGNvbG9yOiBjb2xvcigxMik7CiAgcGFkZGluZzogMThweCAyNHB4OwogIG1hcmdpbi1sZWZ0OiAwOwogIG1hcmdpbi1yaWdodDogMDsKICBmb250LXNpemU6IDE2cHg7CiAgbGluZS1oZWlnaHQ6IDEuNWVtOwogIGZvbnQtc3R5bGU6IGl0YWxpYzsKICBmb250LXNpemU6IDIwcHg7CiAgYnJlYWstaW5zaWRlOiBhdm9pZDsKfQoKLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgaW1nIHsKICBtYXgtd2lkdGg6IDEwMCU7CiAgaGVpZ2h0OiBhdXRvOwogIG1hcmdpbi10b3A6IDE4cHg7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0zIG9sIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAyOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0zIHNwYW4gb2wgbGk6YmVmb3JlIHsKICBjb2xvcjogY29sb3IoMTYpOwogIGNvbnRlbnQ6IGNvdW50ZXIobGlzdCkgIi4iOwogIGxlZnQ6IC0zNnB4OwogIGZvbnQtd2VpZ2h0OiA5MDA7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKfQoKLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgdWwgbGkgewogIGNvdW50ZXItaW5jcmVtZW50OiBsaXN0OwogIGxpc3Qtc3R5bGUtdHlwZTogbm9uZTsKICBwb3NpdGlvbjogcmVsYXRpdmU7CiAgbGluZS1oZWlnaHQ6IDI7Cn0KCi8qIE91dHB1dCB0aGUgbnVtYmVycyB1c2luZyB0aGUgY291bnRlcigpIGZ1bmN0aW9uLCBidXQgdXNlIGEgY3VzdG9tIGNvbG9yLCBhbmQgcG9zaXRpb24gdGhlIG51bWJlcnMgaG93IHdlIHdhbnQgKi8KLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgc3BhbiB1bCBsaTpiZWZvcmUgewogIGNvbG9yOiBjb2xvcigxNik7CiAgY29udGVudDoi4oCiIjsKICBsZWZ0OiAtNDJweDsKICBwb3NpdGlvbjogYWJzb2x1dGU7CiAgdGV4dC1hbGlnbjogcmlnaHQ7CiAgd2lkdGg6IDEuNWVtOwogIGZvbnQtd2VpZ2h0OiA5MDA7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0zIC53cC1jYXB0aW9uLXRleHQgewogIGNvbG9yOiAjOTk5OTk5OwogIGZvbnQtc3R5bGU6IGl0YWxpYzsKICBmb250LXNpemU6IDEycHg7CiAgbWFyZ2luLXRvcDogMDsKfQoKLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgYSB7CiAgY29sb3I6IGNvbG9yKDE2KTsKfQoKLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgLndwLWNhcHRpb24uYWxpZ25ub25lIHsKICB3aWR0aDogMTAwJSAhaW1wb3J0YW50Owp9CgouaHlwZXJpb24tdGhyZWUtY29sdW1ucy13cmFwcGVyIHsKICBjb2x1bW4tY291bnQ6IDM7CiAgY29sdW1uLWdhcDogNDhweDsKfQoKQG1lZGlhKG1heC13aWR0aDogOTkycHgpIHsuaHlwZXJpb24tdGhyZWUtY29sdW1ucy13cmFwcGVyIHsKICBjb2x1bW4tY291bnQ6IDI7Cn0KfQoKQG1lZGlhKG1heC13aWR0aDogNzY4cHgpIHsuaHlwZXJpb24tdGhyZWUtY29sdW1ucy13cmFwcGVyIHsKICBjb2x1bW4tY291bnQ6IDE7Cn0KfQo=\"}}\'][/ct_code_block][/ct_section][ct_section ct_sign_sha256=\'ace2b1c8e0e54bf5ad9dcfb9ccbd559903f32a2773ca147e91687a954d535f67\' ct_options=\'{\"ct_id\":49,\"ct_parent\":0,\"selector\":\"section-49-43\",\"original\":{\"container-padding-top\":\"26\",\"container-padding-bottom\":\"37\"},\"activeselector\":false}\'][oxy_toggle_2 ct_sign_sha256=\'ad134676d7ecb4d09279fbdc0447dbc9989a55c4578b326592394bdf631e2d14\' ct_options=\'{\"ct_id\":50,\"ct_parent\":49,\"selector\":\"_toggle-50-43\",\"original\":{\"toggle_active_class\":\"toggle-8784-expanded\"},\"classes\":{\"0\":\"toggle-8784\",\"1\":\"toggle-8784-expanded\"},\"activeselector\":\"toggle-8784\"}\'][ct_headline ct_sign_sha256=\'e4ba81d1bf41c8e6096b1af750e4ab54523b6f536208443ee2d2675f996706c3\' ct_options=\'{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"headline-51-43\"}\']Inclusive Education[/ct_headline][/oxy_toggle_2][ct_text_block ct_sign_sha256=\'a378ca85f2c4b877fd763231af4d4b6f182f9a698c86cf8c74aea794b28bcd25\' ct_options=\'{\"ct_id\":52,\"ct_parent\":49,\"selector\":\"text_block-52-43\",\"original\":{\"background-color\":\"color(10)\",\"color\":\"color(12)\",\"margin-top\":\"0\",\"margin-left\":\"0\",\"margin-right\":\"0\",\"margin-bottom\":\"0\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"activeselector\":false}\']Inclusive education is when all students, no matter what the challenges are, are placed inclusive classrooms suitable to their age while receiving the same instruction, interventions, and supports that enable them to meet success in the core curriculum as their non-disabled peers.&nbsp;<br><br>ProSports Foundation is leading the way in helping providing superior education facilities to children with special needs and the underprivileged through its corporate partners and fund raising initiatives.<br><br>To ensure holistic development of the students, we want to facilitate school admissions and fees, accommodation, study support, nutrition and health care, accessible infrastructure, online resources, study material and so on for our recipient institutes.<br>[/ct_text_block][oxy_toggle_2 ct_sign_sha256=\'bd4c14378b2876d65517bd416c8a61062a672ec68e052bf0cff44a90eacbbb9e\' ct_options=\'{\"ct_id\":55,\"ct_parent\":49,\"selector\":\"_toggle-55-43\",\"original\":{\"toggle_active_class\":\"toggle-5891-expanded\"},\"classes\":{\"0\":\"toggle-5891\",\"1\":\"toggle-5891-expanded\"},\"activeselector\":\"toggle-5891\"}\'][ct_headline ct_sign_sha256=\'10db6b70ca8ec37ac76fde11506c2a3af0ef262acc9fd1e8a3ea4988e76c33e9\' ct_options=\'{\"ct_id\":56,\"ct_parent\":55,\"selector\":\"headline-56-43\"}\']Sports[/ct_headline][/oxy_toggle_2][ct_text_block ct_sign_sha256=\'6d522ed79490e93ac4e800622db9fc9d39491fbed577ad41158a2a6a6d9def98\' ct_options=\'{\"ct_id\":57,\"ct_parent\":49,\"selector\":\"text_block-57-43\",\"original\":{\"background-color\":\"color(10)\",\"color\":\"color(12)\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"activeselector\":false}\']ProSports perceives sports as a medium to improve inclusion and to encourage persons with special needs on various fronts. Here are some initiatives we are involved in with our corporate partners and encourage you to partner with us:<br>1.	Our community sport programmes such as marathons, cycling or biking offer great opportunities to strengthen the social fabric in cities and towns to crowd fund and grow various social causes.<br>2.	Strong PE (Physical Education) programmes require trained coaches and PE teachers. India is short of 2 million coaches to hit its 2022 target. We are short of 40,000 teachers to instruct children in PE classes.<br>3.	Contextual learning kits and aids for under privileged and special children.<br>4.	Rural teacher training, establishing rural sports academies and capacity building.<br>5.	Engagement programmes of new mothers and community members towards positive health and nutrition practices and play in the home environment.<br>[/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'cba2a0f53d73a8a0199221473ea11ab4b1f7bc278a96cab83e56048cd60325c3\' ct_options=\'{\"ct_id\":60,\"ct_parent\":0,\"selector\":\"section-60-43\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"25\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'0b121d001b1ed5601efd295938c95977c4af886baaf47dd51ffe3e5d785b7d93\' ct_options=\'{\"ct_id\":61,\"ct_parent\":60,\"selector\":\"headline-61-43\"}\']Outreach partners[/ct_headline][ct_text_block ct_sign_sha256=\'25bb307d2e16eba13da261b7068da83074d66faf469036f094b96d62c79b90d0\' ct_options=\'{\"ct_id\":62,\"ct_parent\":60,\"selector\":\"text_block-62-43\"}\']Our association with our outreach partners will also largely aid in the implementation of these initiatives, their sustainability, upscaling, and geographical expansion.[/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'ae7591167e70fdcb365bf97e6c7cf7a80f1ec11430945e68c4cecc6013a8c7c3\' ct_options=\'{\"ct_id\":66,\"ct_parent\":0,\"selector\":\"section-66-43\",\"original\":{\"container-padding-top\":\"1\",\"container-padding-bottom\":\"60\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Logo Grid Simple\",\"ct_category\":\"Social Proof\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'684e913d64a16c3313e612ce348d2f436aa8ade1a38cafd5e280a97c72e354ff\' ct_options=\'{\"ct_id\":67,\"ct_parent\":66,\"selector\":\"new_columns-67-43\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{}}\'][ct_div_block_2 ct_sign_sha256=\'629ab364639ec8f57180a223bd45cba4b60baf957171a91c94907742eaa1899c\' ct_options=\'{\"ct_id\":68,\"ct_parent\":67,\"selector\":\"div_block-68-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'729caddd9bdb62d0a755a067f408b2f675afefee4441e134d43f182404bff50d\' ct_options=\'{\"ct_id\":69,\"ct_parent\":68,\"selector\":\"image-69-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3ba3953accf3eccf3868b0bfe40a0d65e605a9309b3a500f707cde4d6f17ee15\' ct_options=\'{\"ct_id\":70,\"ct_parent\":67,\"selector\":\"div_block-70-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"},\"activeselector\":\"hyperion-simple-text-1\"}\'][ct_image ct_sign_sha256=\'c50ba40b7c9355030e0d6a7c1094ef57449c60344c9b5938d79767f41d61a444\' ct_options=\'{\"ct_id\":71,\"ct_parent\":70,\"selector\":\"image-71-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Raw-Pressery-logo.jpg\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3bfd9d6b8a02b406cd7d73b596cd451e148ef30e559645a539110eb417363ad9\' ct_options=\'{\"ct_id\":72,\"ct_parent\":67,\"selector\":\"div_block-72-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'6b72d96b6779dab58eea0e97045560ddb28db12c12c08909c2bb48507eeef14d\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"image-73-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProNature-NEWLogo.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'a27eba28a7370d661dcfb27d97d5e59f4e5be8f870349af053917ac51afa340a\' ct_options=\'{\"ct_id\":74,\"ct_parent\":67,\"selector\":\"div_block-74-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'72e3d17bf2d24c0be6b60e381196a834f3882fbf1cfb1e15e4248f9f20480e8f\' ct_options=\'{\"ct_id\":75,\"ct_parent\":74,\"selector\":\"image-75-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/LOGO-BLACK.png\",\"height\":\"120\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'2f029174a9c5d2b9bf68acc2164b0ca3341be76d620eed8dc417d280952992d3\' ct_options=\'{\"ct_id\":76,\"ct_parent\":66,\"selector\":\"new_columns-76-43\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'7ff43e80fac2018bc19c18acd3888a2f9669a4cb996cadddb0937ba4da88e4d6\' ct_options=\'{\"ct_id\":81,\"ct_parent\":76,\"selector\":\"div_block-81-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'c67cc90b5eec3c1a9840478a46e5267778c792fbe2deef88798d97cbb51851b7\' ct_options=\'{\"ct_id\":82,\"ct_parent\":81,\"selector\":\"image-82-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/PH-LOGO.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c9124b78b338b6de86549e8d62cf79d4d2341f15c3cc53f786f6cd75546deecc\' ct_options=\'{\"ct_id\":83,\"ct_parent\":76,\"selector\":\"div_block-83-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'d719a2a87dfeb6516aedda556fce05e3eb9b029dec70a6eaa101267208bcec96\' ct_options=\'{\"ct_id\":84,\"ct_parent\":83,\"selector\":\"image-84-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpp_logo_new_400x400.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'c07d8f4e3fc5079133864da5fb08d81a87068f8673ed224d2d90a52bab2c9b16\' ct_options=\'{\"ct_id\":85,\"ct_parent\":0,\"selector\":\"section-85-43\",\"original\":{\"container-padding-top\":\"65\",\"container-padding-bottom\":\"57\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"globalConditionsResult\":true},\"nicename\":\"Meet the Team\",\"ct_category\":\"People\",\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\",\"container-padding-top\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'62983bc87f6fcc00631e616c2bb319c9343eb2a840fb0bc0a76ac7ba945d9369\' ct_options=\'{\"ct_id\":87,\"ct_parent\":85,\"selector\":\"headline-87-43\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(1)\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Meet  the Team[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'386f2a8654c1eef981b2321054b664dea49b24758ac29e1cb93ed5a73a4f8874\' ct_options=\'{\"ct_id\":89,\"ct_parent\":85,\"selector\":\"new_columns-89-43\",\"original\":{\"globalConditionsResult\":true,\"border-right-style\":\"solid\",\"border-right-width\":\"2\",\"border-right-color\":\"color(10)\",\"border-bottom-style\":\"solid\",\"border-bottom-width\":\"2\",\"border-bottom-color\":\"color(10)\",\"border-top-color\":\"color(10)\",\"border-left-color\":\"color(10)\",\"border-top-width\":\"2\",\"border-left-width\":\"2\"}}\'][ct_div_block_2 ct_sign_sha256=\'ea9f5306b647fd04d6eb9a7eb810ebed1a446eb57f78ce7066351f3e49c202ea\' ct_options=\'{\"ct_id\":90,\"ct_parent\":89,\"selector\":\"div_block-90-43\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-column\"}}\'][ct_image ct_sign_sha256=\'49ef6f14b71b702806cbddaf16c5be7684d095554fb5f286a581b8e3d0cbd19a\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"image-91-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Shahid-Profile.jpeg\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-avatar\"},\"activeselector\":\"hyperion-team-1-avatar\"}\'][/ct_image][ct_headline ct_sign_sha256=\'965c83d107587cd06c770b3d2d92e4fba9ec0a83c014481083d1f7a2d6a35d11\' ct_options=\'{\"ct_id\":92,\"ct_parent\":90,\"selector\":\"headline-92-43\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-title\"},\"activeselector\":\"hyperion-team-1-title\"}\']SHAHID KHAN[/ct_headline][ct_text_block ct_sign_sha256=\'c14ea3e0d5214f499e15b43b9d87047fd634e47aae05ec557694345b0c82778f\' ct_options=\'{\"ct_id\":93,\"ct_parent\":90,\"selector\":\"text_block-93-43\",\"original\":{\"max-width\":\"360\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-bottom\":\"24\"}},\"phone-portrait\":{\"original\":{\"margin-bottom\":\"18\"}}}}\']Managing Trustee[/ct_text_block][oxy_social_icons ct_sign_sha256=\'06d95f0727f671291041fab18a1ff56b9d1029923d1f2155f2fbfd6fc5049f78\' ct_options=\'{\"ct_id\":94,\"ct_parent\":90,\"selector\":\"_social_icons-94-43\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/shahidkgo\",\"icon-instagram\":\"https://instagram.com/shahidkinsta\",\"icon-twitter\":\"https://twitter.com/shahidktweet\",\"icon-size\":\"24\",\"icon-style\":\"circle\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(9)\",\"icon-color\":\"color(3)\",\"icon-background-hover-color\":\"color(2)\",\"margin-top\":\"12\",\"padding-bottom\":\"48\",\"globalConditionsResult\":true,\"icon-linkedin\":\"https://www.linkedin.com/in/goshahid/\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ba1b8de73f7226bb10fbef53978a1a0a46e091f1fe88dde527471614d5821eb9\' ct_options=\'{\"ct_id\":95,\"ct_parent\":89,\"selector\":\"div_block-95-43\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-column\"}}\'][ct_image ct_sign_sha256=\'18e42fab9f09f73ad6861f56ff8179c7b0ed11b18ad844cdf765ffa853a3ddc0\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"image-96-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Pavan-Linkedin.jpeg\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-avatar\"},\"activeselector\":\"hyperion-team-1-avatar\"}\'][/ct_image][ct_headline ct_sign_sha256=\'7b27a493f06e074ba5994d50fdf98ccc68c8d55f3fa6c924bf0621f0ff8fef62\' ct_options=\'{\"ct_id\":97,\"ct_parent\":95,\"selector\":\"headline-97-43\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-title\"},\"activeselector\":\"hyperion-team-1-title\"}\']PAVAN SRIRAM[/ct_headline][ct_text_block ct_sign_sha256=\'cfdc2d3d870410b684bd7a768833504118a8c95ea365bc5ea4421cadf2755b9f\' ct_options=\'{\"ct_id\":98,\"ct_parent\":95,\"selector\":\"text_block-98-43\",\"original\":{\"max-width\":\"360\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-bottom\":\"24\"}},\"phone-portrait\":{\"original\":{\"margin-bottom\":\"18\"}}}}\']Managing Trustee[/ct_text_block][oxy_social_icons ct_sign_sha256=\'de7810d5499caecbd3f0dd1bd9d07122e8724a012f92e2fdc5a00b8e86afa8e3\' ct_options=\'{\"ct_id\":99,\"ct_parent\":95,\"selector\":\"_social_icons-99-43\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/pavan.sriram.7\",\"icon-size\":\"24\",\"icon-style\":\"circle\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(9)\",\"icon-color\":\"color(3)\",\"icon-background-hover-color\":\"color(2)\",\"margin-top\":\"12\",\"padding-bottom\":\"48\",\"globalConditionsResult\":true,\"icon-linkedin\":\"https://www.linkedin.com/in/pavansriram/\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_2][/ct_new_columns_2][/ct_section]'),(274,43,'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:\"\";}'),(275,43,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'2905b5c227139b0d0e4dd844ff83360547635a6085f513e40ea83011cd9f1aef\' ct_options=\'{\"ct_id\":40,\"ct_parent\":0,\"selector\":\"section-40-43\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"center\",\"container-padding-top\":\"53\",\"container-padding-bottom\":\"31\",\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"custom-width\":\"640\"},\"activeselector\":false,\"nicename\":\"Simple Text Three Columns\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\"}}}}\'][ct_text_block ct_sign_sha256=\'fb9a3ebf0f44f5c4701e4d9db492693c4fc1d61d1d989c975e7b9b4ab58fa0cd\' ct_options=\'{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"text_block-41-43\",\"classes\":{\"0\":\"hyperion-subheading\"}}\']CONTENT[/ct_text_block][ct_headline ct_sign_sha256=\'322dd5aa93f114bae4d1e0a8ae5b0af2e5e775fabdd54a6d8658e24a19ee3749\' ct_options=\'{\"ct_id\":42,\"ct_parent\":40,\"selector\":\"headline-42-43\",\"original\":{\"color\":\"color(1)\",\"text-align\":\"center\",\"margin-bottom\":\"36\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']About Us[/ct_headline][ct_text_block ct_sign_sha256=\'bb541b474a58cb2c4ba2958818989556b6a54ea4afa05a3bd335934f6080a5ab\' ct_options=\'{\"ct_id\":43,\"ct_parent\":40,\"selector\":\"text_block-43-43\",\"classes\":{\"0\":\"hyperion-simple-text-3\"},\"activeselector\":\"hyperion-simple-text-3\"}\']At ProSports Foundation, we believe in transforming the CSR ecosystem, by integrating corporates and its workforce, recipient institutions, individuals and the government ensuring that there is proper flow of capital and information, while also engaging stakeholders effectively.<br><br>With technology as an enabler, our vision is to empower corporates to discover, engage, and then collaborate with the most suitable recipient. At the same time address the structural issues in the social sector and help recipient organisations develop their digital capabilities and reach.<br><br>Our core focus is enabling factors like availability of nutrition, community support and rehabilitation, teacher training, vocational training programmes, assistive technology, access to healthcare etc. Our work in this space covers multiple categories of special needs, early intervention and inclusive education.<br>[/ct_text_block][ct_code_block ct_sign_sha256=\'fc3969481ab39bb98c56b61f5e9de445de99d5bf95f98b1574bcaed8cac7d462\' ct_options=\'{\"ct_id\":45,\"ct_parent\":40,\"selector\":\"code_block-45-43\",\"original\":{\"code-php\":\"PCEtLSAtLT4=\",\"flex-direction\":\"unset\",\"display\":\"none\",\"code-css\":\"Lmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZC1jb2xvcjogY29sb3IoMTQpOwogIGZvbnQtZmFtaWx5OiAnQWxlZ3JleWEnOwogIGNvbG9yOiBjb2xvcigxMik7CiAgcGFkZGluZzogMThweCAyNHB4OwogIG1hcmdpbi1sZWZ0OiAwOwogIG1hcmdpbi1yaWdodDogMDsKICBmb250LXNpemU6IDE2cHg7CiAgbGluZS1oZWlnaHQ6IDEuNWVtOwogIGZvbnQtc3R5bGU6IGl0YWxpYzsKICBmb250LXNpemU6IDIwcHg7CiAgYnJlYWstaW5zaWRlOiBhdm9pZDsKfQoKLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgaW1nIHsKICBtYXgtd2lkdGg6IDEwMCU7CiAgaGVpZ2h0OiBhdXRvOwogIG1hcmdpbi10b3A6IDE4cHg7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0zIG9sIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAyOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0zIHNwYW4gb2wgbGk6YmVmb3JlIHsKICBjb2xvcjogY29sb3IoMTYpOwogIGNvbnRlbnQ6IGNvdW50ZXIobGlzdCkgIi4iOwogIGxlZnQ6IC0zNnB4OwogIGZvbnQtd2VpZ2h0OiA5MDA7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKfQoKLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgdWwgbGkgewogIGNvdW50ZXItaW5jcmVtZW50OiBsaXN0OwogIGxpc3Qtc3R5bGUtdHlwZTogbm9uZTsKICBwb3NpdGlvbjogcmVsYXRpdmU7CiAgbGluZS1oZWlnaHQ6IDI7Cn0KCi8qIE91dHB1dCB0aGUgbnVtYmVycyB1c2luZyB0aGUgY291bnRlcigpIGZ1bmN0aW9uLCBidXQgdXNlIGEgY3VzdG9tIGNvbG9yLCBhbmQgcG9zaXRpb24gdGhlIG51bWJlcnMgaG93IHdlIHdhbnQgKi8KLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgc3BhbiB1bCBsaTpiZWZvcmUgewogIGNvbG9yOiBjb2xvcigxNik7CiAgY29udGVudDoi4oCiIjsKICBsZWZ0OiAtNDJweDsKICBwb3NpdGlvbjogYWJzb2x1dGU7CiAgdGV4dC1hbGlnbjogcmlnaHQ7CiAgd2lkdGg6IDEuNWVtOwogIGZvbnQtd2VpZ2h0OiA5MDA7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0zIC53cC1jYXB0aW9uLXRleHQgewogIGNvbG9yOiAjOTk5OTk5OwogIGZvbnQtc3R5bGU6IGl0YWxpYzsKICBmb250LXNpemU6IDEycHg7CiAgbWFyZ2luLXRvcDogMDsKfQoKLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgYSB7CiAgY29sb3I6IGNvbG9yKDE2KTsKfQoKLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgLndwLWNhcHRpb24uYWxpZ25ub25lIHsKICB3aWR0aDogMTAwJSAhaW1wb3J0YW50Owp9CgouaHlwZXJpb24tdGhyZWUtY29sdW1ucy13cmFwcGVyIHsKICBjb2x1bW4tY291bnQ6IDM7CiAgY29sdW1uLWdhcDogNDhweDsKfQoKQG1lZGlhKG1heC13aWR0aDogOTkycHgpIHsuaHlwZXJpb24tdGhyZWUtY29sdW1ucy13cmFwcGVyIHsKICBjb2x1bW4tY291bnQ6IDI7Cn0KfQoKQG1lZGlhKG1heC13aWR0aDogNzY4cHgpIHsuaHlwZXJpb24tdGhyZWUtY29sdW1ucy13cmFwcGVyIHsKICBjb2x1bW4tY291bnQ6IDE7Cn0KfQo=\"}}\'][/ct_code_block][/ct_section][ct_section ct_sign_sha256=\'c9194fad6a44ff4477bbb3440075a840edd75fa51072a3d8410370ab2799e63d\' ct_options=\'{\"ct_id\":49,\"ct_parent\":0,\"selector\":\"section-49-43\",\"original\":{\"container-padding-top\":\"36\",\"container-padding-bottom\":\"37\"},\"activeselector\":false}\'][oxy_toggle_2 ct_sign_sha256=\'ad134676d7ecb4d09279fbdc0447dbc9989a55c4578b326592394bdf631e2d14\' ct_options=\'{\"ct_id\":50,\"ct_parent\":49,\"selector\":\"_toggle-50-43\",\"original\":{\"toggle_active_class\":\"toggle-8784-expanded\"},\"classes\":{\"0\":\"toggle-8784\",\"1\":\"toggle-8784-expanded\"},\"activeselector\":\"toggle-8784\"}\'][ct_headline ct_sign_sha256=\'e4ba81d1bf41c8e6096b1af750e4ab54523b6f536208443ee2d2675f996706c3\' ct_options=\'{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"headline-51-43\"}\']Inclusive Education[/ct_headline][/oxy_toggle_2][ct_text_block ct_sign_sha256=\'a378ca85f2c4b877fd763231af4d4b6f182f9a698c86cf8c74aea794b28bcd25\' ct_options=\'{\"ct_id\":52,\"ct_parent\":49,\"selector\":\"text_block-52-43\",\"original\":{\"background-color\":\"color(10)\",\"color\":\"color(12)\",\"margin-top\":\"0\",\"margin-left\":\"0\",\"margin-right\":\"0\",\"margin-bottom\":\"0\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"activeselector\":false}\']Inclusive education is when all students, no matter what the challenges are, are placed inclusive classrooms suitable to their age while receiving the same instruction, interventions, and supports that enable them to meet success in the core curriculum as their non-disabled peers.&nbsp;<br><br>ProSports Foundation is leading the way in helping providing superior education facilities to children with special needs and the underprivileged through its corporate partners and fund raising initiatives.<br><br>To ensure holistic development of the students, we want to facilitate school admissions and fees, accommodation, study support, nutrition and health care, accessible infrastructure, online resources, study material and so on for our recipient institutes.<br>[/ct_text_block][oxy_toggle_2 ct_sign_sha256=\'bd4c14378b2876d65517bd416c8a61062a672ec68e052bf0cff44a90eacbbb9e\' ct_options=\'{\"ct_id\":55,\"ct_parent\":49,\"selector\":\"_toggle-55-43\",\"original\":{\"toggle_active_class\":\"toggle-5891-expanded\"},\"classes\":{\"0\":\"toggle-5891\",\"1\":\"toggle-5891-expanded\"},\"activeselector\":\"toggle-5891\"}\'][ct_headline ct_sign_sha256=\'10db6b70ca8ec37ac76fde11506c2a3af0ef262acc9fd1e8a3ea4988e76c33e9\' ct_options=\'{\"ct_id\":56,\"ct_parent\":55,\"selector\":\"headline-56-43\"}\']Sports[/ct_headline][/oxy_toggle_2][ct_text_block ct_sign_sha256=\'6d522ed79490e93ac4e800622db9fc9d39491fbed577ad41158a2a6a6d9def98\' ct_options=\'{\"ct_id\":57,\"ct_parent\":49,\"selector\":\"text_block-57-43\",\"original\":{\"background-color\":\"color(10)\",\"color\":\"color(12)\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"activeselector\":false}\']ProSports perceives sports as a medium to improve inclusion and to encourage persons with special needs on various fronts. Here are some initiatives we are involved in with our corporate partners and encourage you to partner with us:<br>1.	Our community sport programmes such as marathons, cycling or biking offer great opportunities to strengthen the social fabric in cities and towns to crowd fund and grow various social causes.<br>2.	Strong PE (Physical Education) programmes require trained coaches and PE teachers. India is short of 2 million coaches to hit its 2022 target. We are short of 40,000 teachers to instruct children in PE classes.<br>3.	Contextual learning kits and aids for under privileged and special children.<br>4.	Rural teacher training, establishing rural sports academies and capacity building.<br>5.	Engagement programmes of new mothers and community members towards positive health and nutrition practices and play in the home environment.<br>[/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'cba2a0f53d73a8a0199221473ea11ab4b1f7bc278a96cab83e56048cd60325c3\' ct_options=\'{\"ct_id\":60,\"ct_parent\":0,\"selector\":\"section-60-43\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"25\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'0b121d001b1ed5601efd295938c95977c4af886baaf47dd51ffe3e5d785b7d93\' ct_options=\'{\"ct_id\":61,\"ct_parent\":60,\"selector\":\"headline-61-43\"}\']Outreach partners[/ct_headline][ct_text_block ct_sign_sha256=\'25bb307d2e16eba13da261b7068da83074d66faf469036f094b96d62c79b90d0\' ct_options=\'{\"ct_id\":62,\"ct_parent\":60,\"selector\":\"text_block-62-43\"}\']Our association with our outreach partners will also largely aid in the implementation of these initiatives, their sustainability, upscaling, and geographical expansion.[/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'ae7591167e70fdcb365bf97e6c7cf7a80f1ec11430945e68c4cecc6013a8c7c3\' ct_options=\'{\"ct_id\":66,\"ct_parent\":0,\"selector\":\"section-66-43\",\"original\":{\"container-padding-top\":\"1\",\"container-padding-bottom\":\"60\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Logo Grid Simple\",\"ct_category\":\"Social Proof\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'684e913d64a16c3313e612ce348d2f436aa8ade1a38cafd5e280a97c72e354ff\' ct_options=\'{\"ct_id\":67,\"ct_parent\":66,\"selector\":\"new_columns-67-43\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{}}\'][ct_div_block_2 ct_sign_sha256=\'629ab364639ec8f57180a223bd45cba4b60baf957171a91c94907742eaa1899c\' ct_options=\'{\"ct_id\":68,\"ct_parent\":67,\"selector\":\"div_block-68-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'729caddd9bdb62d0a755a067f408b2f675afefee4441e134d43f182404bff50d\' ct_options=\'{\"ct_id\":69,\"ct_parent\":68,\"selector\":\"image-69-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3ba3953accf3eccf3868b0bfe40a0d65e605a9309b3a500f707cde4d6f17ee15\' ct_options=\'{\"ct_id\":70,\"ct_parent\":67,\"selector\":\"div_block-70-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"},\"activeselector\":\"hyperion-simple-text-1\"}\'][ct_image ct_sign_sha256=\'c50ba40b7c9355030e0d6a7c1094ef57449c60344c9b5938d79767f41d61a444\' ct_options=\'{\"ct_id\":71,\"ct_parent\":70,\"selector\":\"image-71-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Raw-Pressery-logo.jpg\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3bfd9d6b8a02b406cd7d73b596cd451e148ef30e559645a539110eb417363ad9\' ct_options=\'{\"ct_id\":72,\"ct_parent\":67,\"selector\":\"div_block-72-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'6b72d96b6779dab58eea0e97045560ddb28db12c12c08909c2bb48507eeef14d\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"image-73-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProNature-NEWLogo.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'a27eba28a7370d661dcfb27d97d5e59f4e5be8f870349af053917ac51afa340a\' ct_options=\'{\"ct_id\":74,\"ct_parent\":67,\"selector\":\"div_block-74-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'72e3d17bf2d24c0be6b60e381196a834f3882fbf1cfb1e15e4248f9f20480e8f\' ct_options=\'{\"ct_id\":75,\"ct_parent\":74,\"selector\":\"image-75-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/LOGO-BLACK.png\",\"height\":\"120\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'2f029174a9c5d2b9bf68acc2164b0ca3341be76d620eed8dc417d280952992d3\' ct_options=\'{\"ct_id\":76,\"ct_parent\":66,\"selector\":\"new_columns-76-43\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'7ff43e80fac2018bc19c18acd3888a2f9669a4cb996cadddb0937ba4da88e4d6\' ct_options=\'{\"ct_id\":81,\"ct_parent\":76,\"selector\":\"div_block-81-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'c67cc90b5eec3c1a9840478a46e5267778c792fbe2deef88798d97cbb51851b7\' ct_options=\'{\"ct_id\":82,\"ct_parent\":81,\"selector\":\"image-82-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/PH-LOGO.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c9124b78b338b6de86549e8d62cf79d4d2341f15c3cc53f786f6cd75546deecc\' ct_options=\'{\"ct_id\":83,\"ct_parent\":76,\"selector\":\"div_block-83-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'d719a2a87dfeb6516aedda556fce05e3eb9b029dec70a6eaa101267208bcec96\' ct_options=\'{\"ct_id\":84,\"ct_parent\":83,\"selector\":\"image-84-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpp_logo_new_400x400.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section]'),(276,43,'ct_builder_shortcodes_revisions_dates','1600441235'),(277,43,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'2905b5c227139b0d0e4dd844ff83360547635a6085f513e40ea83011cd9f1aef\' ct_options=\'{\"ct_id\":40,\"ct_parent\":0,\"selector\":\"section-40-43\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"center\",\"container-padding-top\":\"53\",\"container-padding-bottom\":\"31\",\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"custom-width\":\"640\"},\"activeselector\":false,\"nicename\":\"Simple Text Three Columns\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\"}}}}\'][ct_text_block ct_sign_sha256=\'fb9a3ebf0f44f5c4701e4d9db492693c4fc1d61d1d989c975e7b9b4ab58fa0cd\' ct_options=\'{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"text_block-41-43\",\"classes\":{\"0\":\"hyperion-subheading\"}}\']CONTENT[/ct_text_block][ct_headline ct_sign_sha256=\'322dd5aa93f114bae4d1e0a8ae5b0af2e5e775fabdd54a6d8658e24a19ee3749\' ct_options=\'{\"ct_id\":42,\"ct_parent\":40,\"selector\":\"headline-42-43\",\"original\":{\"color\":\"color(1)\",\"text-align\":\"center\",\"margin-bottom\":\"36\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']About Us[/ct_headline][ct_text_block ct_sign_sha256=\'bb541b474a58cb2c4ba2958818989556b6a54ea4afa05a3bd335934f6080a5ab\' ct_options=\'{\"ct_id\":43,\"ct_parent\":40,\"selector\":\"text_block-43-43\",\"classes\":{\"0\":\"hyperion-simple-text-3\"},\"activeselector\":\"hyperion-simple-text-3\"}\']At ProSports Foundation, we believe in transforming the CSR ecosystem, by integrating corporates and its workforce, recipient institutions, individuals and the government ensuring that there is proper flow of capital and information, while also engaging stakeholders effectively.<br><br>With technology as an enabler, our vision is to empower corporates to discover, engage, and then collaborate with the most suitable recipient. At the same time address the structural issues in the social sector and help recipient organisations develop their digital capabilities and reach.<br><br>Our core focus is enabling factors like availability of nutrition, community support and rehabilitation, teacher training, vocational training programmes, assistive technology, access to healthcare etc. Our work in this space covers multiple categories of special needs, early intervention and inclusive education.<br>[/ct_text_block][ct_code_block ct_sign_sha256=\'fc3969481ab39bb98c56b61f5e9de445de99d5bf95f98b1574bcaed8cac7d462\' ct_options=\'{\"ct_id\":45,\"ct_parent\":40,\"selector\":\"code_block-45-43\",\"original\":{\"code-php\":\"PCEtLSAtLT4=\",\"flex-direction\":\"unset\",\"display\":\"none\",\"code-css\":\"Lmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZC1jb2xvcjogY29sb3IoMTQpOwogIGZvbnQtZmFtaWx5OiAnQWxlZ3JleWEnOwogIGNvbG9yOiBjb2xvcigxMik7CiAgcGFkZGluZzogMThweCAyNHB4OwogIG1hcmdpbi1sZWZ0OiAwOwogIG1hcmdpbi1yaWdodDogMDsKICBmb250LXNpemU6IDE2cHg7CiAgbGluZS1oZWlnaHQ6IDEuNWVtOwogIGZvbnQtc3R5bGU6IGl0YWxpYzsKICBmb250LXNpemU6IDIwcHg7CiAgYnJlYWstaW5zaWRlOiBhdm9pZDsKfQoKLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgaW1nIHsKICBtYXgtd2lkdGg6IDEwMCU7CiAgaGVpZ2h0OiBhdXRvOwogIG1hcmdpbi10b3A6IDE4cHg7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0zIG9sIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAyOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0zIHNwYW4gb2wgbGk6YmVmb3JlIHsKICBjb2xvcjogY29sb3IoMTYpOwogIGNvbnRlbnQ6IGNvdW50ZXIobGlzdCkgIi4iOwogIGxlZnQ6IC0zNnB4OwogIGZvbnQtd2VpZ2h0OiA5MDA7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKfQoKLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgdWwgbGkgewogIGNvdW50ZXItaW5jcmVtZW50OiBsaXN0OwogIGxpc3Qtc3R5bGUtdHlwZTogbm9uZTsKICBwb3NpdGlvbjogcmVsYXRpdmU7CiAgbGluZS1oZWlnaHQ6IDI7Cn0KCi8qIE91dHB1dCB0aGUgbnVtYmVycyB1c2luZyB0aGUgY291bnRlcigpIGZ1bmN0aW9uLCBidXQgdXNlIGEgY3VzdG9tIGNvbG9yLCBhbmQgcG9zaXRpb24gdGhlIG51bWJlcnMgaG93IHdlIHdhbnQgKi8KLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgc3BhbiB1bCBsaTpiZWZvcmUgewogIGNvbG9yOiBjb2xvcigxNik7CiAgY29udGVudDoi4oCiIjsKICBsZWZ0OiAtNDJweDsKICBwb3NpdGlvbjogYWJzb2x1dGU7CiAgdGV4dC1hbGlnbjogcmlnaHQ7CiAgd2lkdGg6IDEuNWVtOwogIGZvbnQtd2VpZ2h0OiA5MDA7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0zIC53cC1jYXB0aW9uLXRleHQgewogIGNvbG9yOiAjOTk5OTk5OwogIGZvbnQtc3R5bGU6IGl0YWxpYzsKICBmb250LXNpemU6IDEycHg7CiAgbWFyZ2luLXRvcDogMDsKfQoKLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgYSB7CiAgY29sb3I6IGNvbG9yKDE2KTsKfQoKLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgLndwLWNhcHRpb24uYWxpZ25ub25lIHsKICB3aWR0aDogMTAwJSAhaW1wb3J0YW50Owp9CgouaHlwZXJpb24tdGhyZWUtY29sdW1ucy13cmFwcGVyIHsKICBjb2x1bW4tY291bnQ6IDM7CiAgY29sdW1uLWdhcDogNDhweDsKfQoKQG1lZGlhKG1heC13aWR0aDogOTkycHgpIHsuaHlwZXJpb24tdGhyZWUtY29sdW1ucy13cmFwcGVyIHsKICBjb2x1bW4tY291bnQ6IDI7Cn0KfQoKQG1lZGlhKG1heC13aWR0aDogNzY4cHgpIHsuaHlwZXJpb24tdGhyZWUtY29sdW1ucy13cmFwcGVyIHsKICBjb2x1bW4tY291bnQ6IDE7Cn0KfQo=\"}}\'][/ct_code_block][/ct_section][ct_section ct_sign_sha256=\'ace2b1c8e0e54bf5ad9dcfb9ccbd559903f32a2773ca147e91687a954d535f67\' ct_options=\'{\"ct_id\":49,\"ct_parent\":0,\"selector\":\"section-49-43\",\"original\":{\"container-padding-top\":\"26\",\"container-padding-bottom\":\"37\"},\"activeselector\":false}\'][oxy_toggle_2 ct_sign_sha256=\'ad134676d7ecb4d09279fbdc0447dbc9989a55c4578b326592394bdf631e2d14\' ct_options=\'{\"ct_id\":50,\"ct_parent\":49,\"selector\":\"_toggle-50-43\",\"original\":{\"toggle_active_class\":\"toggle-8784-expanded\"},\"classes\":{\"0\":\"toggle-8784\",\"1\":\"toggle-8784-expanded\"},\"activeselector\":\"toggle-8784\"}\'][ct_headline ct_sign_sha256=\'e4ba81d1bf41c8e6096b1af750e4ab54523b6f536208443ee2d2675f996706c3\' ct_options=\'{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"headline-51-43\"}\']Inclusive Education[/ct_headline][/oxy_toggle_2][ct_text_block ct_sign_sha256=\'a378ca85f2c4b877fd763231af4d4b6f182f9a698c86cf8c74aea794b28bcd25\' ct_options=\'{\"ct_id\":52,\"ct_parent\":49,\"selector\":\"text_block-52-43\",\"original\":{\"background-color\":\"color(10)\",\"color\":\"color(12)\",\"margin-top\":\"0\",\"margin-left\":\"0\",\"margin-right\":\"0\",\"margin-bottom\":\"0\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"activeselector\":false}\']Inclusive education is when all students, no matter what the challenges are, are placed inclusive classrooms suitable to their age while receiving the same instruction, interventions, and supports that enable them to meet success in the core curriculum as their non-disabled peers.&nbsp;<br><br>ProSports Foundation is leading the way in helping providing superior education facilities to children with special needs and the underprivileged through its corporate partners and fund raising initiatives.<br><br>To ensure holistic development of the students, we want to facilitate school admissions and fees, accommodation, study support, nutrition and health care, accessible infrastructure, online resources, study material and so on for our recipient institutes.<br>[/ct_text_block][oxy_toggle_2 ct_sign_sha256=\'bd4c14378b2876d65517bd416c8a61062a672ec68e052bf0cff44a90eacbbb9e\' ct_options=\'{\"ct_id\":55,\"ct_parent\":49,\"selector\":\"_toggle-55-43\",\"original\":{\"toggle_active_class\":\"toggle-5891-expanded\"},\"classes\":{\"0\":\"toggle-5891\",\"1\":\"toggle-5891-expanded\"},\"activeselector\":\"toggle-5891\"}\'][ct_headline ct_sign_sha256=\'10db6b70ca8ec37ac76fde11506c2a3af0ef262acc9fd1e8a3ea4988e76c33e9\' ct_options=\'{\"ct_id\":56,\"ct_parent\":55,\"selector\":\"headline-56-43\"}\']Sports[/ct_headline][/oxy_toggle_2][ct_text_block ct_sign_sha256=\'6d522ed79490e93ac4e800622db9fc9d39491fbed577ad41158a2a6a6d9def98\' ct_options=\'{\"ct_id\":57,\"ct_parent\":49,\"selector\":\"text_block-57-43\",\"original\":{\"background-color\":\"color(10)\",\"color\":\"color(12)\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"activeselector\":false}\']ProSports perceives sports as a medium to improve inclusion and to encourage persons with special needs on various fronts. Here are some initiatives we are involved in with our corporate partners and encourage you to partner with us:<br>1.	Our community sport programmes such as marathons, cycling or biking offer great opportunities to strengthen the social fabric in cities and towns to crowd fund and grow various social causes.<br>2.	Strong PE (Physical Education) programmes require trained coaches and PE teachers. India is short of 2 million coaches to hit its 2022 target. We are short of 40,000 teachers to instruct children in PE classes.<br>3.	Contextual learning kits and aids for under privileged and special children.<br>4.	Rural teacher training, establishing rural sports academies and capacity building.<br>5.	Engagement programmes of new mothers and community members towards positive health and nutrition practices and play in the home environment.<br>[/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'cba2a0f53d73a8a0199221473ea11ab4b1f7bc278a96cab83e56048cd60325c3\' ct_options=\'{\"ct_id\":60,\"ct_parent\":0,\"selector\":\"section-60-43\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"25\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'0b121d001b1ed5601efd295938c95977c4af886baaf47dd51ffe3e5d785b7d93\' ct_options=\'{\"ct_id\":61,\"ct_parent\":60,\"selector\":\"headline-61-43\"}\']Outreach partners[/ct_headline][ct_text_block ct_sign_sha256=\'25bb307d2e16eba13da261b7068da83074d66faf469036f094b96d62c79b90d0\' ct_options=\'{\"ct_id\":62,\"ct_parent\":60,\"selector\":\"text_block-62-43\"}\']Our association with our outreach partners will also largely aid in the implementation of these initiatives, their sustainability, upscaling, and geographical expansion.[/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'ae7591167e70fdcb365bf97e6c7cf7a80f1ec11430945e68c4cecc6013a8c7c3\' ct_options=\'{\"ct_id\":66,\"ct_parent\":0,\"selector\":\"section-66-43\",\"original\":{\"container-padding-top\":\"1\",\"container-padding-bottom\":\"60\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Logo Grid Simple\",\"ct_category\":\"Social Proof\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'684e913d64a16c3313e612ce348d2f436aa8ade1a38cafd5e280a97c72e354ff\' ct_options=\'{\"ct_id\":67,\"ct_parent\":66,\"selector\":\"new_columns-67-43\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{}}\'][ct_div_block_2 ct_sign_sha256=\'629ab364639ec8f57180a223bd45cba4b60baf957171a91c94907742eaa1899c\' ct_options=\'{\"ct_id\":68,\"ct_parent\":67,\"selector\":\"div_block-68-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'729caddd9bdb62d0a755a067f408b2f675afefee4441e134d43f182404bff50d\' ct_options=\'{\"ct_id\":69,\"ct_parent\":68,\"selector\":\"image-69-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3ba3953accf3eccf3868b0bfe40a0d65e605a9309b3a500f707cde4d6f17ee15\' ct_options=\'{\"ct_id\":70,\"ct_parent\":67,\"selector\":\"div_block-70-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"},\"activeselector\":\"hyperion-simple-text-1\"}\'][ct_image ct_sign_sha256=\'c50ba40b7c9355030e0d6a7c1094ef57449c60344c9b5938d79767f41d61a444\' ct_options=\'{\"ct_id\":71,\"ct_parent\":70,\"selector\":\"image-71-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Raw-Pressery-logo.jpg\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3bfd9d6b8a02b406cd7d73b596cd451e148ef30e559645a539110eb417363ad9\' ct_options=\'{\"ct_id\":72,\"ct_parent\":67,\"selector\":\"div_block-72-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'6b72d96b6779dab58eea0e97045560ddb28db12c12c08909c2bb48507eeef14d\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"image-73-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProNature-NEWLogo.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'a27eba28a7370d661dcfb27d97d5e59f4e5be8f870349af053917ac51afa340a\' ct_options=\'{\"ct_id\":74,\"ct_parent\":67,\"selector\":\"div_block-74-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'72e3d17bf2d24c0be6b60e381196a834f3882fbf1cfb1e15e4248f9f20480e8f\' ct_options=\'{\"ct_id\":75,\"ct_parent\":74,\"selector\":\"image-75-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/LOGO-BLACK.png\",\"height\":\"120\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'2f029174a9c5d2b9bf68acc2164b0ca3341be76d620eed8dc417d280952992d3\' ct_options=\'{\"ct_id\":76,\"ct_parent\":66,\"selector\":\"new_columns-76-43\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'7ff43e80fac2018bc19c18acd3888a2f9669a4cb996cadddb0937ba4da88e4d6\' ct_options=\'{\"ct_id\":81,\"ct_parent\":76,\"selector\":\"div_block-81-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'c67cc90b5eec3c1a9840478a46e5267778c792fbe2deef88798d97cbb51851b7\' ct_options=\'{\"ct_id\":82,\"ct_parent\":81,\"selector\":\"image-82-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/PH-LOGO.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c9124b78b338b6de86549e8d62cf79d4d2341f15c3cc53f786f6cd75546deecc\' ct_options=\'{\"ct_id\":83,\"ct_parent\":76,\"selector\":\"div_block-83-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'d719a2a87dfeb6516aedda556fce05e3eb9b029dec70a6eaa101267208bcec96\' ct_options=\'{\"ct_id\":84,\"ct_parent\":83,\"selector\":\"image-84-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpp_logo_new_400x400.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section]'),(278,43,'ct_builder_shortcodes_revisions_dates','1600441410'),(279,43,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'399d7f8cef8809f280ed75fff4bc0c5c627ab4c442dd50f75c0472993b7b8214\' ct_options=\'{\"ct_id\":40,\"ct_parent\":0,\"selector\":\"section-40-43\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"center\",\"container-padding-top\":\"53\",\"container-padding-bottom\":\"31\",\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"custom-width\":\"640\"},\"activeselector\":false,\"nicename\":\"Simple Text Three Columns\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\"}}}}\'][ct_text_block ct_sign_sha256=\'0f79da8c6acbedc1392e4aa05c31f843c4d9240854a6326b2e1150f1db3923da\' ct_options=\'{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"text_block-41-43\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\"}\']PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'322dd5aa93f114bae4d1e0a8ae5b0af2e5e775fabdd54a6d8658e24a19ee3749\' ct_options=\'{\"ct_id\":42,\"ct_parent\":40,\"selector\":\"headline-42-43\",\"original\":{\"color\":\"color(1)\",\"text-align\":\"center\",\"margin-bottom\":\"36\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']About Us[/ct_headline][ct_text_block ct_sign_sha256=\'bb541b474a58cb2c4ba2958818989556b6a54ea4afa05a3bd335934f6080a5ab\' ct_options=\'{\"ct_id\":43,\"ct_parent\":40,\"selector\":\"text_block-43-43\",\"classes\":{\"0\":\"hyperion-simple-text-3\"},\"activeselector\":\"hyperion-simple-text-3\"}\']At ProSports Foundation, we believe in transforming the CSR ecosystem, by integrating corporates and its workforce, recipient institutions, individuals and the government ensuring that there is proper flow of capital and information, while also engaging stakeholders effectively.<br><br>With technology as an enabler, our vision is to empower corporates to discover, engage, and then collaborate with the most suitable recipient. At the same time address the structural issues in the social sector and help recipient organisations develop their digital capabilities and reach.<br><br>Our core focus is enabling factors like availability of nutrition, community support and rehabilitation, teacher training, vocational training programmes, assistive technology, access to healthcare etc. Our work in this space covers multiple categories of special needs, early intervention and inclusive education.<br>[/ct_text_block][ct_code_block ct_sign_sha256=\'fc3969481ab39bb98c56b61f5e9de445de99d5bf95f98b1574bcaed8cac7d462\' ct_options=\'{\"ct_id\":45,\"ct_parent\":40,\"selector\":\"code_block-45-43\",\"original\":{\"code-php\":\"PCEtLSAtLT4=\",\"flex-direction\":\"unset\",\"display\":\"none\",\"code-css\":\"Lmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZC1jb2xvcjogY29sb3IoMTQpOwogIGZvbnQtZmFtaWx5OiAnQWxlZ3JleWEnOwogIGNvbG9yOiBjb2xvcigxMik7CiAgcGFkZGluZzogMThweCAyNHB4OwogIG1hcmdpbi1sZWZ0OiAwOwogIG1hcmdpbi1yaWdodDogMDsKICBmb250LXNpemU6IDE2cHg7CiAgbGluZS1oZWlnaHQ6IDEuNWVtOwogIGZvbnQtc3R5bGU6IGl0YWxpYzsKICBmb250LXNpemU6IDIwcHg7CiAgYnJlYWstaW5zaWRlOiBhdm9pZDsKfQoKLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgaW1nIHsKICBtYXgtd2lkdGg6IDEwMCU7CiAgaGVpZ2h0OiBhdXRvOwogIG1hcmdpbi10b3A6IDE4cHg7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0zIG9sIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAyOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0zIHNwYW4gb2wgbGk6YmVmb3JlIHsKICBjb2xvcjogY29sb3IoMTYpOwogIGNvbnRlbnQ6IGNvdW50ZXIobGlzdCkgIi4iOwogIGxlZnQ6IC0zNnB4OwogIGZvbnQtd2VpZ2h0OiA5MDA7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKfQoKLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgdWwgbGkgewogIGNvdW50ZXItaW5jcmVtZW50OiBsaXN0OwogIGxpc3Qtc3R5bGUtdHlwZTogbm9uZTsKICBwb3NpdGlvbjogcmVsYXRpdmU7CiAgbGluZS1oZWlnaHQ6IDI7Cn0KCi8qIE91dHB1dCB0aGUgbnVtYmVycyB1c2luZyB0aGUgY291bnRlcigpIGZ1bmN0aW9uLCBidXQgdXNlIGEgY3VzdG9tIGNvbG9yLCBhbmQgcG9zaXRpb24gdGhlIG51bWJlcnMgaG93IHdlIHdhbnQgKi8KLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgc3BhbiB1bCBsaTpiZWZvcmUgewogIGNvbG9yOiBjb2xvcigxNik7CiAgY29udGVudDoi4oCiIjsKICBsZWZ0OiAtNDJweDsKICBwb3NpdGlvbjogYWJzb2x1dGU7CiAgdGV4dC1hbGlnbjogcmlnaHQ7CiAgd2lkdGg6IDEuNWVtOwogIGZvbnQtd2VpZ2h0OiA5MDA7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0zIC53cC1jYXB0aW9uLXRleHQgewogIGNvbG9yOiAjOTk5OTk5OwogIGZvbnQtc3R5bGU6IGl0YWxpYzsKICBmb250LXNpemU6IDEycHg7CiAgbWFyZ2luLXRvcDogMDsKfQoKLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgYSB7CiAgY29sb3I6IGNvbG9yKDE2KTsKfQoKLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgLndwLWNhcHRpb24uYWxpZ25ub25lIHsKICB3aWR0aDogMTAwJSAhaW1wb3J0YW50Owp9CgouaHlwZXJpb24tdGhyZWUtY29sdW1ucy13cmFwcGVyIHsKICBjb2x1bW4tY291bnQ6IDM7CiAgY29sdW1uLWdhcDogNDhweDsKfQoKQG1lZGlhKG1heC13aWR0aDogOTkycHgpIHsuaHlwZXJpb24tdGhyZWUtY29sdW1ucy13cmFwcGVyIHsKICBjb2x1bW4tY291bnQ6IDI7Cn0KfQoKQG1lZGlhKG1heC13aWR0aDogNzY4cHgpIHsuaHlwZXJpb24tdGhyZWUtY29sdW1ucy13cmFwcGVyIHsKICBjb2x1bW4tY291bnQ6IDE7Cn0KfQo=\"}}\'][/ct_code_block][/ct_section][ct_section ct_sign_sha256=\'ace2b1c8e0e54bf5ad9dcfb9ccbd559903f32a2773ca147e91687a954d535f67\' ct_options=\'{\"ct_id\":49,\"ct_parent\":0,\"selector\":\"section-49-43\",\"original\":{\"container-padding-top\":\"26\",\"container-padding-bottom\":\"37\"},\"activeselector\":false}\'][oxy_toggle_2 ct_sign_sha256=\'ad134676d7ecb4d09279fbdc0447dbc9989a55c4578b326592394bdf631e2d14\' ct_options=\'{\"ct_id\":50,\"ct_parent\":49,\"selector\":\"_toggle-50-43\",\"original\":{\"toggle_active_class\":\"toggle-8784-expanded\"},\"classes\":{\"0\":\"toggle-8784\",\"1\":\"toggle-8784-expanded\"},\"activeselector\":\"toggle-8784\"}\'][ct_headline ct_sign_sha256=\'e4ba81d1bf41c8e6096b1af750e4ab54523b6f536208443ee2d2675f996706c3\' ct_options=\'{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"headline-51-43\"}\']Inclusive Education[/ct_headline][/oxy_toggle_2][ct_text_block ct_sign_sha256=\'a378ca85f2c4b877fd763231af4d4b6f182f9a698c86cf8c74aea794b28bcd25\' ct_options=\'{\"ct_id\":52,\"ct_parent\":49,\"selector\":\"text_block-52-43\",\"original\":{\"background-color\":\"color(10)\",\"color\":\"color(12)\",\"margin-top\":\"0\",\"margin-left\":\"0\",\"margin-right\":\"0\",\"margin-bottom\":\"0\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"activeselector\":false}\']Inclusive education is when all students, no matter what the challenges are, are placed inclusive classrooms suitable to their age while receiving the same instruction, interventions, and supports that enable them to meet success in the core curriculum as their non-disabled peers.&nbsp;<br><br>ProSports Foundation is leading the way in helping providing superior education facilities to children with special needs and the underprivileged through its corporate partners and fund raising initiatives.<br><br>To ensure holistic development of the students, we want to facilitate school admissions and fees, accommodation, study support, nutrition and health care, accessible infrastructure, online resources, study material and so on for our recipient institutes.<br>[/ct_text_block][oxy_toggle_2 ct_sign_sha256=\'bd4c14378b2876d65517bd416c8a61062a672ec68e052bf0cff44a90eacbbb9e\' ct_options=\'{\"ct_id\":55,\"ct_parent\":49,\"selector\":\"_toggle-55-43\",\"original\":{\"toggle_active_class\":\"toggle-5891-expanded\"},\"classes\":{\"0\":\"toggle-5891\",\"1\":\"toggle-5891-expanded\"},\"activeselector\":\"toggle-5891\"}\'][ct_headline ct_sign_sha256=\'10db6b70ca8ec37ac76fde11506c2a3af0ef262acc9fd1e8a3ea4988e76c33e9\' ct_options=\'{\"ct_id\":56,\"ct_parent\":55,\"selector\":\"headline-56-43\"}\']Sports[/ct_headline][/oxy_toggle_2][ct_text_block ct_sign_sha256=\'6d522ed79490e93ac4e800622db9fc9d39491fbed577ad41158a2a6a6d9def98\' ct_options=\'{\"ct_id\":57,\"ct_parent\":49,\"selector\":\"text_block-57-43\",\"original\":{\"background-color\":\"color(10)\",\"color\":\"color(12)\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"activeselector\":false}\']ProSports perceives sports as a medium to improve inclusion and to encourage persons with special needs on various fronts. Here are some initiatives we are involved in with our corporate partners and encourage you to partner with us:<br>1.	Our community sport programmes such as marathons, cycling or biking offer great opportunities to strengthen the social fabric in cities and towns to crowd fund and grow various social causes.<br>2.	Strong PE (Physical Education) programmes require trained coaches and PE teachers. India is short of 2 million coaches to hit its 2022 target. We are short of 40,000 teachers to instruct children in PE classes.<br>3.	Contextual learning kits and aids for under privileged and special children.<br>4.	Rural teacher training, establishing rural sports academies and capacity building.<br>5.	Engagement programmes of new mothers and community members towards positive health and nutrition practices and play in the home environment.<br>[/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'cba2a0f53d73a8a0199221473ea11ab4b1f7bc278a96cab83e56048cd60325c3\' ct_options=\'{\"ct_id\":60,\"ct_parent\":0,\"selector\":\"section-60-43\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"25\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'0b121d001b1ed5601efd295938c95977c4af886baaf47dd51ffe3e5d785b7d93\' ct_options=\'{\"ct_id\":61,\"ct_parent\":60,\"selector\":\"headline-61-43\"}\']Outreach partners[/ct_headline][ct_text_block ct_sign_sha256=\'25bb307d2e16eba13da261b7068da83074d66faf469036f094b96d62c79b90d0\' ct_options=\'{\"ct_id\":62,\"ct_parent\":60,\"selector\":\"text_block-62-43\"}\']Our association with our outreach partners will also largely aid in the implementation of these initiatives, their sustainability, upscaling, and geographical expansion.[/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'ae7591167e70fdcb365bf97e6c7cf7a80f1ec11430945e68c4cecc6013a8c7c3\' ct_options=\'{\"ct_id\":66,\"ct_parent\":0,\"selector\":\"section-66-43\",\"original\":{\"container-padding-top\":\"1\",\"container-padding-bottom\":\"60\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Logo Grid Simple\",\"ct_category\":\"Social Proof\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'684e913d64a16c3313e612ce348d2f436aa8ade1a38cafd5e280a97c72e354ff\' ct_options=\'{\"ct_id\":67,\"ct_parent\":66,\"selector\":\"new_columns-67-43\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{}}\'][ct_div_block_2 ct_sign_sha256=\'629ab364639ec8f57180a223bd45cba4b60baf957171a91c94907742eaa1899c\' ct_options=\'{\"ct_id\":68,\"ct_parent\":67,\"selector\":\"div_block-68-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'729caddd9bdb62d0a755a067f408b2f675afefee4441e134d43f182404bff50d\' ct_options=\'{\"ct_id\":69,\"ct_parent\":68,\"selector\":\"image-69-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3ba3953accf3eccf3868b0bfe40a0d65e605a9309b3a500f707cde4d6f17ee15\' ct_options=\'{\"ct_id\":70,\"ct_parent\":67,\"selector\":\"div_block-70-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"},\"activeselector\":\"hyperion-simple-text-1\"}\'][ct_image ct_sign_sha256=\'c50ba40b7c9355030e0d6a7c1094ef57449c60344c9b5938d79767f41d61a444\' ct_options=\'{\"ct_id\":71,\"ct_parent\":70,\"selector\":\"image-71-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Raw-Pressery-logo.jpg\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3bfd9d6b8a02b406cd7d73b596cd451e148ef30e559645a539110eb417363ad9\' ct_options=\'{\"ct_id\":72,\"ct_parent\":67,\"selector\":\"div_block-72-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'6b72d96b6779dab58eea0e97045560ddb28db12c12c08909c2bb48507eeef14d\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"image-73-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProNature-NEWLogo.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'a27eba28a7370d661dcfb27d97d5e59f4e5be8f870349af053917ac51afa340a\' ct_options=\'{\"ct_id\":74,\"ct_parent\":67,\"selector\":\"div_block-74-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'72e3d17bf2d24c0be6b60e381196a834f3882fbf1cfb1e15e4248f9f20480e8f\' ct_options=\'{\"ct_id\":75,\"ct_parent\":74,\"selector\":\"image-75-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/LOGO-BLACK.png\",\"height\":\"120\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'2f029174a9c5d2b9bf68acc2164b0ca3341be76d620eed8dc417d280952992d3\' ct_options=\'{\"ct_id\":76,\"ct_parent\":66,\"selector\":\"new_columns-76-43\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'7ff43e80fac2018bc19c18acd3888a2f9669a4cb996cadddb0937ba4da88e4d6\' ct_options=\'{\"ct_id\":81,\"ct_parent\":76,\"selector\":\"div_block-81-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'c67cc90b5eec3c1a9840478a46e5267778c792fbe2deef88798d97cbb51851b7\' ct_options=\'{\"ct_id\":82,\"ct_parent\":81,\"selector\":\"image-82-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/PH-LOGO.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c9124b78b338b6de86549e8d62cf79d4d2341f15c3cc53f786f6cd75546deecc\' ct_options=\'{\"ct_id\":83,\"ct_parent\":76,\"selector\":\"div_block-83-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'d719a2a87dfeb6516aedda556fce05e3eb9b029dec70a6eaa101267208bcec96\' ct_options=\'{\"ct_id\":84,\"ct_parent\":83,\"selector\":\"image-84-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpp_logo_new_400x400.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section]'),(280,43,'ct_builder_shortcodes_revisions_dates','1600441511'),(281,8,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'140390b78fe9404faa61147795e399c2acd7208f1cb594574a889366953477d2\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"_header-1-8\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\"},\"activeselector\":false,\"nicename\":\"Header Simple One Line\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'1125d8b77251a7a7204d7cce2dc39cd96cb62aca6244654750ab6f4e3e2ec5c6\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"_header_row-2-8\",\"original\":{\"background-color\":\"color(1)\",\"stack-header-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][oxy_header_left ct_sign_sha256=\'b592ca77b877e1224cfc91940a49c5322d3e3b3dcd1d5d02f5c73310e597e75f\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"_header_left-3-8\"}\'][ct_link_2 ct_sign_sha256=\'bfe1f06908774d0b43a4e6bce68c008f330486f4236e861fbe7771327887e607\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"link-4-8\",\"classes\":{\"0\":\"hyperion-logo\"},\"media\":{\"phone-portrait\":{\"original\":{\"padding-bottom\":\"18\",\"padding-top\":\"18\"}}},\"original\":{\"background-attachment\":\"scroll\"}}\'][ct_image ct_sign_sha256=\'d72ab60ec03c0889a44056d604267076cb361ebad3b1dbef89531058ab4dd706\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"image-5-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"width\":\"150\",\"background-color\":\"#000000\"},\"activeselector\":false}\'][/ct_image][/ct_link_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'e9d810653e9c8655fa48bfc85e5e1955a4c50b68c8441b618c38f83e51560169\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"_header_center-6-8\"}\'][oxy_nav_menu ct_sign_sha256=\'9bc0789e5d7e5c6e1f6777cdb6f26460c2bed2d4647d50e72a1c91e275ac915d\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"_nav_menu-7-8\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"on\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"24\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"24\",\"menu_hover_background-color\":\"color(1)\",\"menu_flex-direction\":\"row\",\"menu_font-size\":\"18\",\"menu_color\":\"color(6)\",\"menu_letter-spacing\":\".125\",\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_hover_color\":\"color(3)\",\"menu_active_color\":\"color(2)\",\"menu_dropdowns_padding-top\":\"18\",\"menu_dropdowns_padding-bottom\":\"18\",\"menu_hover_border-bottom-width\":\"2\",\"menu_dropdowns_background-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(6)\",\"menu_dropdowns_hover_color\":\"color(3)\",\"menu_dropdowns_hover_background-color\":\"color(1)\",\"menu_responsive_icon_color\":\"#ffffff\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"menu_justify-content\":\"center\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_background-color\":\"color(1)\",\"menu_color\":\"color(3)\",\"menu_border-bottom-width\":\"2\",\"menu_dropdowns_color\":\"color(3)\",\"menu_dropdowns_background-color\":\"color(1)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"24\"}}}}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'60c6b545548527fe00a0d84c0b6c864fdd399f1171311ad52d4946bb599c0e64\' ct_options=\'{\"ct_id\":8,\"ct_parent\":2,\"selector\":\"_header_right-8-8\"}\'][ct_link_text ct_sign_sha256=\'deef5fa3661a2de9aabfef0085f064a5bbbaf64137c087f4e87a615b276f2c3d\' ct_options=\'{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"link_text-9-8\",\"original\":{\"font-size\":\"18\",\"font-weight\":\"900\",\"color\":\"color(3)\",\"hover_color\":\"color(1)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"background-color\":\"color(16)\",\"letter-spacing\":\"1\",\"line-height\":\"1\",\"padding-top\":\"18\",\"padding-bottom\":\"18\",\"padding-left\":\"42\",\"padding-right\":\"42\",\"border-radius\":\"100\",\"url\":\"mailto:hello@prosportsfoundation.com\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"url_encoded\":\"true\",\"target\":\"\"},\"hover\":{\"color\":\"color(1)\",\"background-color\":\"#ffffff\"},\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"12\",\"margin-bottom\":\"12\"}}}}\']CONTACT[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content ct_sign_sha256=\'a686ce0415c9e0aecb60979d4145733a884e058d863e18bae4d702a94d2b93fb\' ct_options=\'{\"ct_id\":11,\"ct_parent\":0,\"selector\":\"inner_content-11-8\"}\'][/ct_inner_content][ct_section ct_sign_sha256=\'96ea182a9a37200411e1761ebe6eefb2d1b1ec1a78f720ad40dd22a399f8917a\' ct_options=\'{\"ct_id\":12,\"ct_parent\":0,\"selector\":\"section-12-8\",\"original\":{\"background-color\":\"color(11)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"48\",\"container-padding-bottom\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Footer\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"30\"}}}}\'][ct_link_2 ct_sign_sha256=\'b23edd70da2182e0b30777a363d176007ede1b56e05dcedc8e17f3b6ed77fb71\' ct_options=\'{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"link-13-8\",\"classes\":{\"0\":\"hyperion-logo\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"margin-bottom\":\"12\",\"globalConditionsResult\":true}}\'][ct_image ct_sign_sha256=\'fde5fb8af552b91668262b2e253a626cc66aa6c404bfe39e516c9af3eeed28d7\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"image-14-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-Non-Trans-Logo.png\",\"width\":\"119\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][/ct_link_2][oxy_social_icons ct_sign_sha256=\'910f124e9284268957ce069f83d08c5982dc82ef01bf0248feb3c63697fbea5e\' ct_options=\'{\"ct_id\":15,\"ct_parent\":12,\"selector\":\"_social_icons-15-8\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/oxy_social_icons][oxy_nav_menu ct_sign_sha256=\'fc8983faff2b944b8ef53dd425c3bea15f99acfc4834f53a39a6347150a8aac3\' ct_options=\'{\"ct_id\":16,\"ct_parent\":12,\"selector\":\"_nav_menu-16-8\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_icon_size\":\"18\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"30\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"30\",\"menu_flex-direction\":\"row\",\"menu_color\":\"color(6)\",\"menu_font-size\":\"18\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_letter-spacing\":\".125\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"border-top-width\":\"0\",\"border-right-width\":\"0\",\"border-bottom-width\":\"2\",\"border-left-width\":\"0\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"none\",\"border-bottom-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(11)\",\"menu_responsive_dropdowns\":\"off\",\"margin-bottom\":\"24\",\"menu_responsive_background_color\":\"color(11)\",\"menu_responsive_link_color\":\"color(6)\",\"menu_responsive_hover_link_color\":\"color(3)\",\"globalConditionsResult\":true,\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"}},\"phone-landscape\":{\"original\":{\"margin-right\":\"0\"}}}}\'][/oxy_nav_menu][ct_text_block ct_sign_sha256=\'4904ed297a05dedb95903c656efdfefa7ff000de8eb6dbbd5b2ded3e77c8fd86\' ct_options=\'{\"ct_id\":17,\"ct_parent\":12,\"selector\":\"text_block-17-8\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Copyright © <a href=\"http://soflyy.com\">S</a>ProSports Foundation[/ct_text_block][ct_text_block ct_sign_sha256=\'31e643e4c2c4586a9dea7a6daa35c22f9becb3c9a0b95310114b41a97b32a0af\' ct_options=\'{\"ct_id\":18,\"ct_parent\":12,\"selector\":\"text_block-18-8\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Proudly designed with <a href=\"http://oxygenbuilder.com\">Oxygen</a>, the world\'s best visual website design software[/ct_text_block][/ct_section]'),(282,8,'ct_builder_shortcodes_revisions_dates','1600441617'),(284,8,'ct_builder_shortcodes_revisions_dates','1600442575'),(286,8,'ct_builder_shortcodes_revisions_dates','1600442597'),(287,5,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'1dea8ca31fdebaf4e6e215b0908be2c5a10fa8527a2aa77e91acf9916ecd576e\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"_header-14-5\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"background-color\":\"color(1)\",\"globalConditionsResult\":true},\"nicename\":\"Header Two Rows\",\"ct_category\":\"Headers\",\"activeselector\":false}\'][oxy_header_row ct_sign_sha256=\'c3f34927dda948fe05779317f2bf25150bdd006326993cfb834fe3bf733d8ab5\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"_header_row-15-5\",\"original\":{\"border-bottom-color\":\"#4f5262\",\"hide-row\":\"phone-landscape\",\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"background-color\":\"color(8)\",\"globalConditionsResult\":true}}\'][oxy_header_left ct_sign_sha256=\'eadaf8ad52ea2c2e997f51c18014c94e9b4a31b7aff35a35cca908c9ac0d519b\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"_header_left-16-5\"}\'][ct_fancy_icon ct_sign_sha256=\'e4bb898c9a8b142b8daed6c9982254cf41877f3427c294e3471221ec00b6aac4\' ct_options=\'{\"ct_id\":41,\"ct_parent\":16,\"selector\":\"fancy_icon-41-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-envelope\",\"icon-color\":\"color(3)\",\"icon-size\":\"14\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_text ct_sign_sha256=\'541d3a94a5b864830a364d6b8ac31171aeed20edbf19b503e65272ae2234efa3\' ct_options=\'{\"ct_id\":47,\"ct_parent\":16,\"selector\":\"link_text-47-5\",\"original\":{\"color\":\"color(2)\",\"font-size\":\"16\",\"url\":\"mailto:support@example.com\",\"-webkit-font-smoothing\":\"antialiased\",\"margin-right\":\"24\",\"globalConditionsResult\":true,\"url_encoded\":\"true\"},\"hover\":{\"text-decoration\":\"underline\"},\"activeselector\":false}\']contact@prosportsfoundation.com[/ct_link_text][ct_fancy_icon ct_sign_sha256=\'bcc20d4cc5fb1963613646c9398722cad75e3622857b3cc47834cc37ab97d2dc\' ct_options=\'{\"ct_id\":44,\"ct_parent\":16,\"selector\":\"fancy_icon-44-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-marker\",\"icon-color\":\"color(3)\",\"icon-size\":\"18\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'25f6b69e308e7d863405291b7dcbd62614a9def1ef933d5e13bd4655c1d235c8\' ct_options=\'{\"ct_id\":37,\"ct_parent\":16,\"selector\":\"text_block-37-5\",\"original\":{\"color\":\"color(3)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.5\",\"-webkit-font-smoothing\":\"antialiased\",\"globalConditionsResult\":true},\"activeselector\":false}\']Bengaluru, INDIA[/ct_text_block][/oxy_header_left][oxy_header_center ct_sign_sha256=\'23a9435bd1238e98ef39289b48871d14940b618769f366dbbd31902a15495499\' ct_options=\'{\"ct_id\":17,\"ct_parent\":15,\"selector\":\"_header_center-17-5\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'0e51938d940f0f4be1d36dc8816fb490419b61de4b6fb3be3cd00dc3ac6082fe\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"_header_right-18-5\"}\'][oxy_social_icons ct_sign_sha256=\'4655650e3bf85cefacd07f2d1e6847739e6e946a5547b35c608bdb0ab44fd0c4\' ct_options=\'{\"ct_id\":31,\"ct_parent\":18,\"selector\":\"_social_icons-31-5\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true,\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\"},\"activeselector\":false}\'][/oxy_social_icons][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'dd24a52cb9337311a70f710af1d3079644aae7923af9664931569423659184e6\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-5\",\"original\":{\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/cycling-main.jpg\",\"background-size\":\"manual\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"container-padding-top\":\"180\",\"container-padding-bottom\":\"180\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"container-padding-left\":\"40\",\"container-padding-right\":\"40\",\"globalConditionsResult\":true,\"background-size-width-unit\":\"%\",\"background-size-width\":\"100\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-size-width-unit\":\"%\",\"background-position-left-unit\":\"%\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-position-left\":\"0\"}},\"page-width\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"30\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"-30\",\"background-image\":\"none\"}}},\"nicename\":\"Simple Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'091c7c912251d71e98c4943a83db2033c8cb52e5b5cc7dcd075d91a7dd2c2bb0\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"globalConditionsResult\":true}}\']PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'896c49224d12ee1a70c500e54d21746f90dbe03a3476e6339c7656dc0c66c4ad\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-5\",\"original\":{\"margin-left\":\"-12\",\"globalConditionsResult\":true,\"font-size\":\"100\",\"color\":\"color(14)\",\"text-shadow-color\":\"color(1)\",\"text-shadow-horizontal-offset\":\"5\",\"text-shadow-vertical-offset\":\"5\",\"text-shadow-blur\":\"5\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-left\":\"-6\"}},\"phone-landscape\":{\"original\":{\"margin-left\":\"-6\"}}}}\']Leverage Sports for Social Impact[/ct_headline][ct_link_text ct_sign_sha256=\'081f6806308b9d651c3753c9d08a2376fab8c42c511e3a927f2f004e5f474e0f\' ct_options=\'{\"ct_id\":12,\"ct_parent\":2,\"selector\":\"link_text-12-5\",\"original\":{\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":\"hyperion-primary-button\"}\']CONTACT[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'587b672bec2bfe1f2dc4431022693f17fdfb49cef2167aa8fa713af6867bdb7d\' ct_options=\'{\"ct_id\":48,\"ct_parent\":0,\"selector\":\"section-48-5\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"80\"}}}}\'][ct_text_block ct_sign_sha256=\'1bde4ad392297821ae268f7e15f34c51966f09cee5b6311286ccb61f9571ebf9\' ct_options=\'{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"text_block-49-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']WHY PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'7c7dc4e949dca4c3202ea4e3069610431c78d8f6b8f28e4e9ec3dc7b327a0407\' ct_options=\'{\"ct_id\":57,\"ct_parent\":48,\"selector\":\"headline-57-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"31\",\"font-weight\":\"300\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']At ProSports Foundation, we believe in transforming the CSR ecosystem, by integrating corporates and its workforce, recipient institutions, individuals and the government ensuring that there is proper flow of capital and information, while also engaging stakeholders effectively.[/ct_headline][ct_image ct_sign_sha256=\'a128fa7aaa8ff21f6ee6e2641aa499a3d60f221e53b981b8c5a1b1d21fd77341\' ct_options=\'{\"ct_id\":60,\"ct_parent\":48,\"selector\":\"image-60-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/arrow@2x.png\",\"width\":\"220\",\"margin-top\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"42\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][ct_new_columns_2 ct_sign_sha256=\'40f093ce795b04179c2525fd734ec41aace335c98a08f04401fae5576aa07729\' ct_options=\'{\"ct_id\":61,\"ct_parent\":48,\"selector\":\"new_columns-61-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'049097317d70d73e638ed1d061b03cf0966e4f1ecb475f9f83a60e182b8a275f\' ct_options=\'{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"div_block-62-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'cb979304e567e134a90cc22b91e43de09d9c571912359bc4fdefac50ca55b61d\' ct_options=\'{\"ct_id\":73,\"ct_parent\":62,\"selector\":\"headline-73-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o1[/ct_headline][ct_image ct_sign_sha256=\'87ce4b0d278e1f581008839e7931a5d394dbcb78acd4b3ecd29b2fb29d8b0223\' ct_options=\'{\"ct_id\":64,\"ct_parent\":62,\"selector\":\"image-64-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-1@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'224dab30ca6942c6a3a3b28154825367ab9d8e5887a59691b510eed0804cfe79\' ct_options=\'{\"ct_id\":65,\"ct_parent\":62,\"selector\":\"text_block-65-5\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\"}\']Leverage sports discipline, activities and events to raise awareness[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3b9635c597e82018ca7a3f90a1824bc87dc4d53de0d4a26a5a33dcac9e456940\' ct_options=\'{\"ct_id\":63,\"ct_parent\":61,\"selector\":\"div_block-63-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'5701ccf5b7bce2eef7da8fdec8ed81ac24156e435cfabd21b9a3c93e51b2dd8a\' ct_options=\'{\"ct_id\":78,\"ct_parent\":63,\"selector\":\"headline-78-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o2[/ct_headline][ct_image ct_sign_sha256=\'e2e0c6daa4d8ed8c585ca851cae0ac68d929d16171e9d93545d7fa76701a91f8\' ct_options=\'{\"ct_id\":68,\"ct_parent\":63,\"selector\":\"image-68-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-2@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'447654c68915f392225b38afa48e00c1a697962173f4effc9a81fb381051c39a\' ct_options=\'{\"ct_id\":70,\"ct_parent\":63,\"selector\":\"text_block-70-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Co-create a social agenda that aligns with the ethos of your organisation[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'77c3f2696095102d19e43cf311a33cea7e2c0ed7331c4fab5353f56a7bf3f960\' ct_options=\'{\"ct_id\":81,\"ct_parent\":48,\"selector\":\"new_columns-81-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'194df1c645915235fa50d33dfd737eb156f59451df635fa1e7c6f10c280f55d6\' ct_options=\'{\"ct_id\":82,\"ct_parent\":81,\"selector\":\"div_block-82-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'169b1c6a44fb77edfda6e00bcb4acd7ebd32eef53004973c42507d2a129d09fc\' ct_options=\'{\"ct_id\":83,\"ct_parent\":82,\"selector\":\"headline-83-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o3[/ct_headline][ct_image ct_sign_sha256=\'7060357b26fd55ba711f7545b2189285e575e7a3a0b2fbb0e8308518fce841d6\' ct_options=\'{\"ct_id\":84,\"ct_parent\":82,\"selector\":\"image-84-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-3@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'183db98fa8f7d1affcf27a1c8261ff0deb5ed85c2d49225d4a683e2ab1c42c5c\' ct_options=\'{\"ct_id\":85,\"ct_parent\":82,\"selector\":\"text_block-85-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Curate programmes that are aimed to address key issues in education, nutrition and health[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'0541f5d64a9ac1a89157190bffe60a568efecf2c819928f084ca7e5f0306b453\' ct_options=\'{\"ct_id\":86,\"ct_parent\":81,\"selector\":\"div_block-86-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'da0205fd8e338d6c7a4d00a0f0228561005fd5e5959af36404268d6e180d23e5\' ct_options=\'{\"ct_id\":87,\"ct_parent\":86,\"selector\":\"headline-87-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o4[/ct_headline][ct_image ct_sign_sha256=\'45abc105bd0cd8f6162c5d90b37ea373b4c3ce3ab63147937deababeb470d701\' ct_options=\'{\"ct_id\":88,\"ct_parent\":86,\"selector\":\"image-88-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-4@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'46c32edec1030e92ef4e88974ff57cf0708632dbd27159f849dab06999ee01bb\' ct_options=\'{\"ct_id\":89,\"ct_parent\":86,\"selector\":\"text_block-89-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Expertise in designing a portfolio of well-audited projects and help entities involved to track and monitor the impact[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'71c8ba77ebb1f2c2784edcaa9a921b904e887dff0df12eb51a6810f0a507ef2e\' ct_options=\'{\"ct_id\":90,\"ct_parent\":48,\"selector\":\"new_columns-90-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'2ca5a2ce9202c130bcb499a957369f0a54d910865d575407d24caca07e41e9bd\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"div_block-91-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'3a203938c1634c87239ba5e3fe08b49ab0943022c4ddd0e68d620ed1f3c0a5c7\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"headline-92-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o5[/ct_headline][ct_image ct_sign_sha256=\'3f7e1b755e214302f7f5019cefa8d9ed391ce49e90c5b1bce777debaa2ffcd97\' ct_options=\'{\"ct_id\":93,\"ct_parent\":91,\"selector\":\"image-93-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-5@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'70395e05c377e24d1a304754b7f57751139db6032b30f0e6dd0a15c61a2234c6\' ct_options=\'{\"ct_id\":94,\"ct_parent\":91,\"selector\":\"text_block-94-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Identifying best-fit online and offline campaigns and outreach partners; to achieve sustained progress and execution of scale[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c35d052e0a5f99d213d5efcd30738ff2e60599f68ecdc82b40b265fff9063b5a\' ct_options=\'{\"ct_id\":95,\"ct_parent\":90,\"selector\":\"div_block-95-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'696595c32e34d64be666053840f3469ecaa1f72de3614a4c20e37fa0cc79d058\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"headline-96-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o6[/ct_headline][ct_image ct_sign_sha256=\'f8d804fc4283724b65f8541429eebcaccb5e43834ae1e458946ed44dfbe57272\' ct_options=\'{\"ct_id\":97,\"ct_parent\":95,\"selector\":\"image-97-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-6@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'7bd5f80a0aeaf130c94bb58c756cc5835b48eb74347116d81cf8528d7ed807e3\' ct_options=\'{\"ct_id\":98,\"ct_parent\":95,\"selector\":\"text_block-98-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Engaging your own workforce to further amplify the impact, as well as emphasising and enhancing the sense of giving back among the overall workforce[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_link_text ct_sign_sha256=\'58886339bb70a31113947b4815e8a95ca276efa264dff2619aaabc39c7d30970\' ct_options=\'{\"ct_id\":108,\"ct_parent\":48,\"selector\":\"link_text-108-5\",\"original\":{\"margin-top\":\"30\",\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-top\":\"18\"}}}}\']GET STARTED[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'215107abd2bbc6a77e330f05533212b113aed7336f1824fea50721163f9b22c8\' ct_options=\'{\"ct_id\":112,\"ct_parent\":0,\"selector\":\"section-112-5\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"globalConditionsResult\":true},\"nicename\":\"Meet the Team\",\"ct_category\":\"People\",\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\",\"container-padding-top\":\"60\"}}}}\'][ct_text_block ct_sign_sha256=\'c4708d4f6d062705565faab65e43510322da6ca2ef4a2078ae0c0eda69a5ec44\' ct_options=\'{\"ct_id\":113,\"ct_parent\":112,\"selector\":\"text_block-113-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']PEOPLE[/ct_text_block][ct_headline ct_sign_sha256=\'a9b2ba6bfea17717f99e13a63820de5cb91b8ac5d3be985e44ad18fda23b2c39\' ct_options=\'{\"ct_id\":115,\"ct_parent\":112,\"selector\":\"headline-115-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(1)\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Meet  the Team[/ct_headline][ct_text_block ct_sign_sha256=\'7ab0b3ff2658cb48646ddf143cd151eeb327843fdf1d7f2f38125ba5fe77d179\' ct_options=\'{\"ct_id\":119,\"ct_parent\":112,\"selector\":\"text_block-119-5\",\"original\":{\"max-width\":\"640\",\"margin-bottom\":\"72\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']Smallest directly families surprise honoured am an. Speaking replying mistress him numerous she returned feelings may day.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'a8b947ddf5759af333a9e163090c63a15211cc2a43280c2e323c8960667ebbdf\' ct_options=\'{\"ct_id\":124,\"ct_parent\":112,\"selector\":\"new_columns-124-5\",\"original\":{\"globalConditionsResult\":true,\"border-right-style\":\"solid\",\"border-right-width\":\"2\",\"border-right-color\":\"color(10)\",\"border-bottom-style\":\"solid\",\"border-bottom-width\":\"2\",\"border-bottom-color\":\"color(10)\",\"border-top-color\":\"color(10)\",\"border-left-color\":\"color(10)\",\"border-top-width\":\"2\",\"border-left-width\":\"2\"}}\'][ct_div_block_2 ct_sign_sha256=\'577f3a66311b28515af60d5926c49518e9f94847d41a6e0936c772472024f883\' ct_options=\'{\"ct_id\":125,\"ct_parent\":124,\"selector\":\"div_block-125-5\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-team-1-column\",\"classes\":{\"0\":\"hyperion-team-1-column\"}}\'][ct_image ct_sign_sha256=\'1e8d58070cb2c97ecf7f44fe9b6afcaa2d9d034339d7848b249fb8b405f83589\' ct_options=\'{\"ct_id\":133,\"ct_parent\":125,\"selector\":\"image-133-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/avatar3.jpg\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-avatar\"},\"activeselector\":\"hyperion-team-1-avatar\"}\'][/ct_image][ct_headline ct_sign_sha256=\'bd8041b91dffd0451ce705dc2d303b312cee1029f386fb3543be0f041120e29a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":125,\"selector\":\"headline-138-5\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-title\"},\"activeselector\":\"hyperion-team-1-title\"}\']ANGELL ELLIOT[/ct_headline][ct_text_block ct_sign_sha256=\'4944f8a24c832b0cf4aa25b339ad5c456424699f3d662f366f0cc9fed03a72ec\' ct_options=\'{\"ct_id\":145,\"ct_parent\":125,\"selector\":\"text_block-145-5\",\"original\":{\"max-width\":\"360\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-bottom\":\"24\"}},\"phone-portrait\":{\"original\":{\"margin-bottom\":\"18\"}}}}\']Chief Executive Officer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'f73bbe90029c18912a639ab4cd0a311620b44d568100e532f32272f2bca1a0bc\' ct_options=\'{\"ct_id\":164,\"ct_parent\":125,\"selector\":\"_social_icons-164-5\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"24\",\"icon-style\":\"circle\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(9)\",\"icon-color\":\"color(3)\",\"icon-background-hover-color\":\"color(2)\",\"margin-top\":\"12\",\"padding-bottom\":\"48\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'b1837949bad0c41b74563ec6ee1eb5dbd6f3261efc5af6fcdd742bc5f9ffa159\' ct_options=\'{\"ct_id\":126,\"ct_parent\":124,\"selector\":\"div_block-126-5\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-team-1-column\",\"classes\":{\"0\":\"hyperion-team-1-column\"}}\'][ct_image ct_sign_sha256=\'898d079e078eede5211be96db76ddbf75112ef87c24d08aa9568f7ad91af0077\' ct_options=\'{\"ct_id\":134,\"ct_parent\":126,\"selector\":\"image-134-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/avatar14.jpg\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-avatar\"},\"activeselector\":\"hyperion-team-1-avatar\"}\'][/ct_image][ct_headline ct_sign_sha256=\'864c91caac10e60579f077477294da4de0fefe34294307fda236164176642073\' ct_options=\'{\"ct_id\":141,\"ct_parent\":126,\"selector\":\"headline-141-5\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-title\"},\"activeselector\":\"hyperion-team-1-title\"}\']LEONA QUINN[/ct_headline][ct_text_block ct_sign_sha256=\'46ab9a560a5a088e461d8387fa4087f0e594dd9dcac6c2115ea947e31bac70e0\' ct_options=\'{\"ct_id\":151,\"ct_parent\":126,\"selector\":\"text_block-151-5\",\"original\":{\"max-width\":\"360\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-bottom\":\"24\"}},\"phone-portrait\":{\"original\":{\"margin-bottom\":\"18\"}}}}\']Front-End Developer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'bb35dd6944e2b80b94516b02149dea7b29f99ae6db36a4ac9efe412ec90bfc5e\' ct_options=\'{\"ct_id\":160,\"ct_parent\":126,\"selector\":\"_social_icons-160-5\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"24\",\"icon-style\":\"circle\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(9)\",\"icon-color\":\"color(3)\",\"icon-background-hover-color\":\"color(2)\",\"margin-top\":\"12\",\"padding-bottom\":\"48\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'f6070b20ac30cd3895aa428826588dca3176fcf09be257ee78ceb0342188e785\' ct_options=\'{\"ct_id\":127,\"ct_parent\":124,\"selector\":\"div_block-127-5\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-team-1-column\",\"classes\":{\"0\":\"hyperion-team-1-column\"}}\'][ct_image ct_sign_sha256=\'e16b8e9c176eb260084e84602d134bb3a6d5ff10e71d0b133e9460db09d5511e\' ct_options=\'{\"ct_id\":136,\"ct_parent\":127,\"selector\":\"image-136-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/avatar2.jpg\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-avatar\"},\"activeselector\":\"hyperion-team-1-avatar\"}\'][/ct_image][ct_headline ct_sign_sha256=\'99e1b3acfb502e84394d88d25c41c197494d0302a193e3544a2587d594a4a0ce\' ct_options=\'{\"ct_id\":143,\"ct_parent\":127,\"selector\":\"headline-143-5\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-title\"},\"activeselector\":\"hyperion-team-1-title\"}\']THERESA TAYLOR[/ct_headline][ct_text_block ct_sign_sha256=\'a364d47bbb0031fbb93390805c6c9f2817529a226475ace5646b99000943beb9\' ct_options=\'{\"ct_id\":153,\"ct_parent\":127,\"selector\":\"text_block-153-5\",\"original\":{\"max-width\":\"360\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-bottom\":\"24\"}},\"phone-portrait\":{\"original\":{\"margin-bottom\":\"18\"}}}}\']UI/UX Designer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'0e23cae19e13a286fe76405fc98cfcc371fcb02d977551ae46a84ef3b73560a4\' ct_options=\'{\"ct_id\":166,\"ct_parent\":127,\"selector\":\"_social_icons-166-5\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-size\":\"24\",\"icon-style\":\"circle\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(9)\",\"icon-color\":\"color(3)\",\"icon-background-hover-color\":\"color(2)\",\"margin-top\":\"12\",\"padding-bottom\":\"48\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_2][/ct_new_columns_2][ct_link_text ct_sign_sha256=\'8cb402ef15348b2444e011a6f208dbaeefc793c8516e177310c90215d31c2b31\' ct_options=\'{\"ct_id\":121,\"ct_parent\":112,\"selector\":\"link_text-121-5\",\"original\":{\"margin-top\":\"72\",\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":\"hyperion-primary-button\"}\']TEAM DETAILS[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'8daab051c82cd11f8c8142256e88de3c107cc6bb88b1628d43384c4a8c72fe9d\' ct_options=\'{\"ct_id\":168,\"ct_parent\":0,\"selector\":\"section-168-5\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Portfolio\",\"ct_category\":\"Showcase\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'20bdb43b51e781d7f32e6ded9f2714c8d785ad71072e3e01af8416be8c1496db\' ct_options=\'{\"ct_id\":169,\"ct_parent\":168,\"selector\":\"new_columns-169-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'252f8ea4f79b913786f8802bb1d05a53431d1d97e3ee5e281ce481be526f84a3\' ct_options=\'{\"ct_id\":170,\"ct_parent\":169,\"selector\":\"div_block-170-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"position\":\"relative\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'95e31bfcf87da96a692dc1f233d1eb511487f98f4c1bae71d1bd9f74e6770299\' ct_options=\'{\"ct_id\":172,\"ct_parent\":170,\"selector\":\"text_block-172-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"width-unit\":\"%\",\"globalConditionsResult\":true}}\']PORTFOLIO[/ct_text_block][ct_headline ct_sign_sha256=\'d92efc816a9fe5460a832888d04425f4f52ab4e2a6d98512847ebe8024c0489b\' ct_options=\'{\"ct_id\":178,\"ct_parent\":170,\"selector\":\"headline-178-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"-6\",\"margin-bottom\":\"84\",\"globalConditionsResult\":true,\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-bottom\":\"56\"}},\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Projects[/ct_headline][ct_image ct_sign_sha256=\'7e9007856eb2af05cdcdfb3a461d59f2c4966b5c7fc63b5d4203926ba3f74308\' ct_options=\'{\"ct_id\":181,\"ct_parent\":170,\"selector\":\"image-181-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/arrow-hor@2x.png\",\"height\":\"200\",\"position\":\"absolute\",\"top\":\"18\",\"right\":\"20\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"position\":\"absolute\",\"flex-direction\":\"unset\",\"display\":\"none\"}}}}\'][/ct_image][ct_div_block_3 ct_sign_sha256=\'59517a5d992444fc14e34c7d292b51488819e4e5e09d297dfa7049c3437d6984\' ct_options=\'{\"ct_id\":201,\"ct_parent\":170,\"selector\":\"div_block-201-5\",\"original\":{\"background-image\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/p-1@2x.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-portfolio-wrapper\"},\"activeselector\":\"hyperion-portfolio-wrapper\"}\'][ct_headline ct_sign_sha256=\'6b093286ba2f7edaa30ac3dcd694876d54cbb3d75d3f6448b25ee6f78a2f6b5b\' ct_options=\'{\"ct_id\":202,\"ct_parent\":201,\"selector\":\"headline-202-5\",\"original\":{\"tag\":\"h3\",\"globalConditionsResult\":true,\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-heading-three\"},\"activeselector\":false}\']Yoga Temple[/ct_headline][ct_text_block ct_sign_sha256=\'0e9aaa6b1666f6b4c80fa8ce3b8c7f614e596548b1eb6fbce32f21d9fa61dfa2\' ct_options=\'{\"ct_id\":203,\"ct_parent\":201,\"selector\":\"text_block-203-5\",\"classes\":{\"0\":\"hyperion-portfolio-1-tags\"},\"activeselector\":\"hyperion-portfolio-1-tags\",\"original\":{\"globalConditionsResult\":true}}\']Animation  •  Branding[/ct_text_block][ct_link_text ct_sign_sha256=\'2bcd3113d0f1b79bc53ebaa715228687da633e22502c88e8210ce88660107bb7\' ct_options=\'{\"ct_id\":204,\"ct_parent\":201,\"selector\":\"link_text-204-5\",\"classes\":{\"0\":\"hyperion-portfolio-1-button\"},\"activeselector\":\"hyperion-portfolio-1-button\",\"original\":{\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"}}\']LAUNCH PROJECT →[/ct_link_text][/ct_div_block_3][ct_text_block ct_sign_sha256=\'fe8e7fdb8cd06c3757a2fb028bf3e793d30c10d47ba6af7577bb9a195c17952e\' ct_options=\'{\"ct_id\":212,\"ct_parent\":170,\"selector\":\"text_block-212-5\",\"original\":{\"margin-bottom\":\"36\",\"color\":\"color(3)\",\"-webkit-font-smoothing\":\"antialiased\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-bottom\":\"24\"}},\"phone-portrait\":{\"original\":{\"margin-bottom\":\"18\"}},\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Two assure edward whence the was. Who worthy yet ten boy denote wonder. Weeks views her sight old tears sorry. Additions can suspected its concealed put furnished. Met the why particular devonshire decisively considered partiality.[/ct_text_block][ct_link_text ct_sign_sha256=\'f7486c3f564263cac04e065e11050bda2f8e01e3f2353e3043f3b522cb39688a\' ct_options=\'{\"ct_id\":215,\"ct_parent\":170,\"selector\":\"link_text-215-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-top\":\"12\",\"margin-bottom\":\"60\"}},\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"}}\']SEE MORE WORKS[/ct_link_text][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'b8a352b72e251db9f2527150f3f43e24851855c496b4055d6ff1b70ffdd751ca\' ct_options=\'{\"ct_id\":171,\"ct_parent\":169,\"selector\":\"div_block-171-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-top\":\"0\",\"padding-bottom\":\"0\"}}}}\'][ct_div_block_3 ct_sign_sha256=\'7584f9d69d35211b65400637284ed179c7f831697dcf39de798ee751fedb96ca\' ct_options=\'{\"ct_id\":190,\"ct_parent\":171,\"selector\":\"div_block-190-5\",\"original\":{\"background-image\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/p-2@2x.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-portfolio-wrapper\"},\"activeselector\":\"hyperion-portfolio-wrapper\"}\'][ct_headline ct_sign_sha256=\'3edcfd92f1129749ef8dd12b22791b0f3e49e0bf863f58231d52295f83df8121\' ct_options=\'{\"ct_id\":191,\"ct_parent\":190,\"selector\":\"headline-191-5\",\"original\":{\"tag\":\"h3\",\"globalConditionsResult\":true,\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-heading-three\"},\"activeselector\":false}\']Bridge[/ct_headline][ct_text_block ct_sign_sha256=\'88fd3583cab86490a5816e096f5538b9fa8c26f664df3dab97bc62b0a49d95ac\' ct_options=\'{\"ct_id\":195,\"ct_parent\":190,\"selector\":\"text_block-195-5\",\"classes\":{\"0\":\"hyperion-portfolio-1-tags\"},\"activeselector\":\"hyperion-portfolio-1-tags\",\"original\":{\"globalConditionsResult\":true}}\']Web Desing  •  Prototyping[/ct_text_block][ct_link_text ct_sign_sha256=\'d5f86981d6d3ab7bef34b3cb7503a2038517779161d982ac8a8344b390556ed5\' ct_options=\'{\"ct_id\":193,\"ct_parent\":190,\"selector\":\"link_text-193-5\",\"classes\":{\"0\":\"hyperion-portfolio-1-button\"},\"activeselector\":\"hyperion-portfolio-1-button\",\"original\":{\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"}}\']LEARN MORE →[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e0facca1272745395d858d03980858dfb82981630896d648d78ed9b793d95e24\' ct_options=\'{\"ct_id\":197,\"ct_parent\":171,\"selector\":\"div_block-197-5\",\"classes\":{\"0\":\"hyperion-portfolio-wrapper\"},\"activeselector\":\"hyperion-portfolio-wrapper\",\"original\":{\"globalConditionsResult\":true}}\'][ct_headline ct_sign_sha256=\'41fa7633a7bc76315b8a01ef2efe91b2ed10e740d62bdf3be934fa2deccf4351\' ct_options=\'{\"ct_id\":198,\"ct_parent\":197,\"selector\":\"headline-198-5\",\"original\":{\"tag\":\"h3\",\"globalConditionsResult\":true,\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-heading-three\"},\"activeselector\":false}\']Mountains[/ct_headline][ct_text_block ct_sign_sha256=\'0576f86d411afd8cae35a31c4e81a45cf3b201d293e08432a4aa146f65c07e46\' ct_options=\'{\"ct_id\":199,\"ct_parent\":197,\"selector\":\"text_block-199-5\",\"classes\":{\"0\":\"hyperion-portfolio-1-tags\"},\"activeselector\":\"hyperion-portfolio-1-tags\",\"original\":{\"globalConditionsResult\":true}}\']UX Design  •  Developing[/ct_text_block][ct_link_text ct_sign_sha256=\'678eee1d7574342e40f77264e8cb7149680d2d66bf634b1b1a9293193d305a9b\' ct_options=\'{\"ct_id\":200,\"ct_parent\":197,\"selector\":\"link_text-200-5\",\"classes\":{\"0\":\"hyperion-portfolio-1-button\"},\"activeselector\":\"hyperion-portfolio-1-button\",\"original\":{\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"}}\']WATCH VIDEO →[/ct_link_text][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][ct_code_block ct_sign_sha256=\'cec2f0d0ef8ab41fb6f212fb9416fb38e7dbac324ac5e98aae2f9bcee64f8dcc\' ct_options=\'{\"ct_id\":218,\"ct_parent\":168,\"selector\":\"code_block-218-5\",\"original\":{\"code-css\":\"Lmh5cGVyaW9uLXBvcnRmb2xpby13cmFwcGVyOmFmdGVyIHsKICAgIGNvbnRlbnQ6ICcnOwogICAgcG9zaXRpb246IGFic29sdXRlOwogICAgdG9wOiAwOwogICAgcmlnaHQ6IDA7CiAgICBib3R0b206IDA7CiAgICBsZWZ0OiAwOwogICAgYmFja2dyb3VuZC1pbWFnZTogbGluZWFyLWdyYWRpZW50KHRyYW5zcGFyZW50IDIwJSxjb2xvcigxMykpOwp9\",\"code-php\":\"PCEtLSAtLT4=\",\"flex-direction\":\"unset\",\"display\":\"none\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_code_block][/ct_section][ct_section ct_sign_sha256=\'f0a692db8c7e24653ee1b93403481e47ba1207e89458c73f2f7eadd9430a864b\' ct_options=\'{\"ct_id\":219,\"ct_parent\":0,\"selector\":\"section-219-5\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"globalConditionsResult\":true},\"nicename\":\"Testimonials\",\"ct_category\":\"Social Proof\",\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\",\"container-padding-top\":\"60\"}},\"tablet\":{\"original\":{\"container-padding-left\":\"40\",\"container-padding-right\":\"40\"}},\"phone-portrait\":{\"original\":{\"container-padding-bottom\":\"40\"}}}}\'][ct_text_block ct_sign_sha256=\'a5d19cd7e2760d2739679d37ad550d0a422ec3aea14479452b278145aee754ca\' ct_options=\'{\"ct_id\":220,\"ct_parent\":219,\"selector\":\"text_block-220-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']SLIDER[/ct_text_block][ct_headline ct_sign_sha256=\'d8efb57f01820162cf046dcd4daa6b9f97d83284c9e63cb1c9f360deee382d28\' ct_options=\'{\"ct_id\":221,\"ct_parent\":219,\"selector\":\"headline-221-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"120\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"96\"}}}}\']Testimonials[/ct_headline][ct_code_block ct_sign_sha256=\'d1ca67047cb660c89c1e9b7842a78af49f265039398e243d7aae9d55e0d4bcdf\' ct_options=\'{\"ct_id\":254,\"ct_parent\":219,\"selector\":\"code_block-254-5\",\"original\":{\"code-css\":\"LnVuc2xpZGVyLWFycm93IHsKICB3aWR0aDogNjBweDsKICBoZWlnaHQ6IDYwcHg7CiAgb3BhY2l0eTogMSAhaW1wb3J0YW50OwogIGJhY2tncm91bmQ6IHVybChodHRwOi8vaHlwZXJpb24ub3h5Lmhvc3Qvd3AtY29udGVudC91cGxvYWRzL3NpdGVzLzQ4LzIwMTgvMDQvc2xpZGVyLWFycm93QDJ4LnBuZyk7CiAgYmFja2dyb3VuZC1zaXplOiBjb250YWluOwp9CgoudW5zbGlkZXItYXJyb3cucHJldiB7CiAgICBsZWZ0OiAtMzBweDsKICAgIHJpZ2h0OiBhdXRvOwogICAgdHJhbnNmb3JtOiByb3RhdGUoLTE4MGRlZyk7Cn0KCi51bnNsaWRlci1hcnJvdy5uZXh0IHsKICAgIGxlZnQ6IGF1dG87CiAgICByaWdodDogLTMwcHg7Cn0KIAoudW5zbGlkZXItbmF2IHsKICBkaXNwbGF5OiBub25lOwp9\",\"code-php\":\"PCEtLSAtLT4=\",\"flex-direction\":\"unset\",\"display\":\"none\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_code_block][ct_text_block ct_sign_sha256=\'468de57c92ee0c7d6b6ad5555f7c98d28ea1e129e50c3329c0385783bb49bbe5\' ct_options=\'{\"ct_id\":258,\"ct_parent\":219,\"selector\":\"text_block-258-5\",\"original\":{\"font-size\":\"180\",\"font-weight\":\"900\",\"line-height\":\"0.1\",\"margin-bottom\":\"-48\",\"globalConditionsResult\":true,\"color\":\"color(10)\"},\"activeselector\":false}\']“[/ct_text_block][ct_slider ct_sign_sha256=\'ef5d55cbd1c1dcfc4054d997471720c3884d5bbe613a6e3caa4f055555b5af21\' ct_options=\'{\"ct_id\":243,\"ct_parent\":219,\"selector\":\"slider-243-5\",\"original\":{\"slider-arrow-color\":\"darker\",\"slider-show-arrows\":\"yes\",\"slider-show-dots\":\"yes\",\"slider-autoplay\":\"no\",\"slider-autoplay-delay\":\"3000\",\"slider-animation\":\"horizontal\",\"slider-animation-speed\":\"750\",\"max-width\":\"720\",\"border-top-width\":\"2\",\"border-right-width\":\"2\",\"border-bottom-width\":\"2\",\"border-left-width\":\"2\",\"border-top-style\":\"solid\",\"border-right-style\":\"solid\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"solid\",\"border-top-color\":\"color(10)\",\"border-right-color\":\"color(10)\",\"border-bottom-color\":\"color(10)\",\"border-left-color\":\"color(10)\",\"slider-dot-color\":\"color(9)\",\"padding-top\":\"30\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-bottom\":\"40\"}},\"phone-portrait\":{\"original\":{\"flex-direction\":\"unset\"}}}}\'][ct_slide ct_sign_sha256=\'faa1220d7b7afe2f6944610bf5b43b641bef345c864c12f3eb24601ebdf8e456\' ct_options=\'{\"ct_id\":244,\"ct_parent\":243,\"selector\":\"slide-244-5\",\"activeselector\":\"hyperion-tesimonial-1-slide\",\"classes\":{\"0\":\"hyperion-tesimonial-1-slide\"},\"original\":{\"globalConditionsResult\":true}}\'][ct_text_block ct_sign_sha256=\'d2cab2260448a995e2c802ee06280523546f26d3496d6eb4051a82d17c7cc8c0\' ct_options=\'{\"ct_id\":278,\"ct_parent\":244,\"selector\":\"text_block-278-5\",\"classes\":{\"0\":\"hyperion-testimonial-1-text\"},\"activeselector\":\"hyperion-testimonial-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Your it to gave life whom as. Favourable dissimilar resolution led for and had. At play much to time four many.&nbsp;[/ct_text_block][ct_headline ct_sign_sha256=\'8312057490df3622cba02040d2046231d6d017f81034a0bf074bf7098153cc5d\' ct_options=\'{\"ct_id\":283,\"ct_parent\":244,\"selector\":\"headline-283-5\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-testimonial-1-title\"},\"activeselector\":\"hyperion-testimonial-1-title\"}\']t. 01[/ct_headline][ct_image ct_sign_sha256=\'f8ffd64bc61dd73516be9acd87851c8fffb46a8e3f1d9685e0af5eeb406ddb4f\' ct_options=\'{\"ct_id\":285,\"ct_parent\":244,\"selector\":\"image-285-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/avatar3.jpg\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-testimonial-1-image\"},\"activeselector\":\"hyperion-testimonial-1-image\"}\'][/ct_image][ct_div_block_3 ct_sign_sha256=\'4f7afaf0939cdce4f2a8beb865634e25a462e363e15edd1c10a04d5637f74111\' ct_options=\'{\"ct_id\":287,\"ct_parent\":244,\"selector\":\"div_block-287-5\",\"original\":{\"display\":\"flex\",\"text-align\":\"left\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-testimonial-1-wrapper\",\"classes\":{\"0\":\"hyperion-testimonial-1-wrapper\"}}\'][ct_headline ct_sign_sha256=\'6f2ebf048493f7a52ecfb31d215ed325b56d2837c75fd314afefd6136216208a\' ct_options=\'{\"ct_id\":288,\"ct_parent\":287,\"selector\":\"headline-288-5\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-testimonial-1-name\"},\"activeselector\":\"hyperion-testimonial-1-name\"}\']ANGELL ELLIOT[/ct_headline][ct_text_block ct_sign_sha256=\'ca344552de90a1ec4f073870968147c82d5d78357b0c5548fec6e35d49e4f226\' ct_options=\'{\"ct_id\":289,\"ct_parent\":287,\"selector\":\"text_block-289-5\",\"original\":{\"max-width\":\"360\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"18\"}}}}\']Chief Executive Officer[/ct_text_block][/ct_div_block_3][/ct_slide][ct_slide ct_sign_sha256=\'baf9737dba85d3ec76df8803bce2359feb9ecb9891faebe96eb91c2e9c520d19\' ct_options=\'{\"ct_id\":245,\"ct_parent\":243,\"selector\":\"slide-245-5\",\"classes\":{\"0\":\"hyperion-tesimonial-1-slide\"},\"activeselector\":\"hyperion-tesimonial-1-slide\",\"original\":{\"globalConditionsResult\":true}}\'][ct_text_block ct_sign_sha256=\'e613624506f4cdb315d4c597deffa66d6e2467fcb4ad2a875a2729b3d60958bd\' ct_options=\'{\"ct_id\":280,\"ct_parent\":245,\"selector\":\"text_block-280-5\",\"classes\":{\"0\":\"hyperion-testimonial-1-text\"},\"activeselector\":\"hyperion-testimonial-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Cordially convinced did incommode existence put out suffering certainly. Besides another and saw ferrars limited.[/ct_text_block][ct_headline ct_sign_sha256=\'9c97ec5be8fa1e270f8948d3fc93a6b0d80aac3874d43844dff51eba68fb5415\' ct_options=\'{\"ct_id\":296,\"ct_parent\":245,\"selector\":\"headline-296-5\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-testimonial-1-title\"},\"activeselector\":\"hyperion-testimonial-1-title\"}\']t. 02[/ct_headline][ct_image ct_sign_sha256=\'1c05604a73e0e0332c3edcbaaf46e5babde12e6b07037b8c4e2457529831abe7\' ct_options=\'{\"ct_id\":298,\"ct_parent\":245,\"selector\":\"image-298-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/avatar2.jpg\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-testimonial-1-image\"},\"activeselector\":\"hyperion-testimonial-1-image\"}\'][/ct_image][ct_div_block_3 ct_sign_sha256=\'fd358a458d905f8936329249b0fcc8e5ae5de56aefd165dd12dbfb890d9e4cb8\' ct_options=\'{\"ct_id\":300,\"ct_parent\":245,\"selector\":\"div_block-300-5\",\"original\":{\"display\":\"flex\",\"text-align\":\"left\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-testimonial-1-wrapper\",\"classes\":{\"0\":\"hyperion-testimonial-1-wrapper\"}}\'][ct_headline ct_sign_sha256=\'5e58a871af0a7e4da9bd4b175424cb36b8b5333e689b03ebbf46d4053adb57d1\' ct_options=\'{\"ct_id\":301,\"ct_parent\":300,\"selector\":\"headline-301-5\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-testimonial-1-name\"},\"activeselector\":\"hyperion-testimonial-1-name\"}\']THERESA TAYLOR[/ct_headline][ct_text_block ct_sign_sha256=\'fd220e7b3bef16ec9a2ae83add471dd1c1f0c577b2e17e3c28c8b151f3ed406d\' ct_options=\'{\"ct_id\":302,\"ct_parent\":300,\"selector\":\"text_block-302-5\",\"original\":{\"max-width\":\"360\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"18\"}}}}\']UI/UX Designer[/ct_text_block][/ct_div_block_3][/ct_slide][ct_slide ct_sign_sha256=\'681280ab0311198895f227dc676a8832d512938572910de577c30cb630094a5b\' ct_options=\'{\"ct_id\":246,\"ct_parent\":243,\"selector\":\"slide-246-5\",\"classes\":{\"0\":\"hyperion-tesimonial-1-slide\"},\"activeselector\":\"hyperion-tesimonial-1-slide\",\"original\":{\"globalConditionsResult\":true}}\'][ct_text_block ct_sign_sha256=\'e184f2181e57fbcc706aca8b1ec8105b60c12cd74f9b22726b27c98ad198b77e\' ct_options=\'{\"ct_id\":261,\"ct_parent\":246,\"selector\":\"text_block-261-5\",\"classes\":{\"0\":\"hyperion-testimonial-1-text\"},\"activeselector\":\"hyperion-testimonial-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Smallest directly families surprise honoured am an. Speaking replying mistress him numerous.[/ct_text_block][ct_headline ct_sign_sha256=\'b42a3e5d976685468299e8d50f98407fcffc7b067bd71c0e71f121ee40b96a26\' ct_options=\'{\"ct_id\":264,\"ct_parent\":246,\"selector\":\"headline-264-5\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-testimonial-1-title\"},\"activeselector\":\"hyperion-testimonial-1-title\"}\']t. 03[/ct_headline][ct_image ct_sign_sha256=\'8ae56fd26b689df1b33cf247b89405edb6137c0eecd57937b11d0d8b3715c74b\' ct_options=\'{\"ct_id\":266,\"ct_parent\":246,\"selector\":\"image-266-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/avatar14.jpg\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-testimonial-1-image\"},\"activeselector\":\"hyperion-testimonial-1-image\"}\'][/ct_image][ct_div_block_3 ct_sign_sha256=\'d291dcabafcbd3ba9eb7de1d0edb514707ff0d8f382f201f23f19ca6d07fd4ea\' ct_options=\'{\"ct_id\":267,\"ct_parent\":246,\"selector\":\"div_block-267-5\",\"original\":{\"display\":\"flex\",\"text-align\":\"left\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-testimonial-1-wrapper\",\"classes\":{\"0\":\"hyperion-testimonial-1-wrapper\"}}\'][ct_headline ct_sign_sha256=\'e513cae880ef2cea50536a14683524b854973809ee924a99c5c299b405f3a421\' ct_options=\'{\"ct_id\":268,\"ct_parent\":267,\"selector\":\"headline-268-5\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-testimonial-1-name\"},\"activeselector\":\"hyperion-testimonial-1-name\"}\']LEONA QUINN[/ct_headline][ct_text_block ct_sign_sha256=\'9b1183d612c5907df823186560555030e73e0bae3413d9ba863b6ee4e6ed0d50\' ct_options=\'{\"ct_id\":270,\"ct_parent\":267,\"selector\":\"text_block-270-5\",\"original\":{\"max-width\":\"360\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-bottom\":\"18\"}}}}\']Front-End Developer[/ct_text_block][/ct_div_block_3][/ct_slide][/ct_slider][/ct_section][ct_section ct_sign_sha256=\'290c68bd7122a64c599d624fc23bd253e9c6eadf4e16d994b66752e860fc556b\' ct_options=\'{\"ct_id\":311,\"ct_parent\":0,\"selector\":\"section-311-5\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"0\",\"section-width\":\"full-width\",\"overflow\":\"hidden\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Watch CTA\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'3814b691375643b08cc35ae87af403b16d0694e1b1e3face58719d1761af9934\' ct_options=\'{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"new_columns-312-5\",\"activeselector\":false,\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'ba09758346f632be552c1af7401268ae1faf42d735b79ef80405f1b0f1f271d8\' ct_options=\'{\"ct_id\":313,\"ct_parent\":312,\"selector\":\"div_block-313-5\",\"original\":{\"width\":\"40\",\"width-unit\":\"%\",\"padding-top\":\"0\",\"padding-bottom\":\"0\",\"align-items\":\"flex-end\",\"text-align\":\"right\",\"justify-content\":\"center\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-bottom\":\"40\",\"padding-top\":\"40\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_image ct_sign_sha256=\'5799a0507d36c2e65fbc1ae5c07d59bce24563a9773f093bffde877cfe09a867\' ct_options=\'{\"ct_id\":351,\"ct_parent\":313,\"selector\":\"image-351-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/watch@2x.png\",\"margin-top\":\"-40\",\"margin-bottom\":\"-40\",\"max-height\":\"720\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-top\":\"0\",\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'25ee8d57a9a785b01657566767d22b8f28eb9a5bf42b28feb0391654c4e88eff\' ct_options=\'{\"ct_id\":314,\"ct_parent\":312,\"selector\":\"div_block-314-5\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"flex-start\",\"justify-content\":\"center\",\"flex-wrap\":\"wrap\",\"padding-left\":\"40\",\"padding-right\":\"40\",\"padding-top\":\"60\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'ce257834c3859f6328f73c6fd28fd00c0195e075d2ee0c5c0d503f68cce8b3c6\' ct_options=\'{\"ct_id\":318,\"ct_parent\":314,\"selector\":\"headline-318-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Call to&nbsp;Action[/ct_headline][ct_text_block ct_sign_sha256=\'cb96e68d9cf8fcbf09d44dda787a4bb00063eecd80952a0de6627f07edc2f083\' ct_options=\'{\"ct_id\":326,\"ct_parent\":314,\"selector\":\"text_block-326-5\",\"original\":{\"max-width\":\"640\",\"color\":\"color(3)\",\"margin-bottom\":\"18\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']Smallest directly families surprise honoured am&nbsp;an.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'2ae3ab0b46c2eb1cac798200d3de85969618b3fa22cb6e49084c7971f040d150\' ct_options=\'{\"ct_id\":342,\"ct_parent\":314,\"selector\":\"div_block-342-5\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"globalConditionsResult\":true},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_text ct_sign_sha256=\'35692882cbc5378ce67ff733b2e4ef46c6744811be46687322c7f29683b3facf\' ct_options=\'{\"ct_id\":329,\"ct_parent\":342,\"selector\":\"link_text-329-5\",\"original\":{\"margin-right\":\"12\",\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"18\"}}}}\']BUY[/ct_link_text][ct_link_text ct_sign_sha256=\'92bff7286eb377f956b22a8f20c228d8b1e35a4b5852ebe89d9407c64c10f02a\' ct_options=\'{\"ct_id\":336,\"ct_parent\":342,\"selector\":\"link_text-336-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"}}\']LEARN MORE[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3662555308012f433723a0eda6b7dda3d9f26b6413bb591012323474b54c4f64\' ct_options=\'{\"ct_id\":345,\"ct_parent\":314,\"selector\":\"div_block-345-5\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"text-align\":\"left\",\"align-items\":\"center\",\"margin-top\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'778e454b09b090123a44278a8c4efdb11f640345d18b52f0cc5b1d5e7c25ac09\' ct_options=\'{\"ct_id\":347,\"ct_parent\":345,\"selector\":\"fancy_icon-347-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-lock\",\"icon-color\":\"color(3)\",\"icon-size\":\"18\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'ca74f772461db8eb5df1fca7f0000fc02218c2982bdb2379cfb8427491a58924\' ct_options=\'{\"ct_id\":348,\"ct_parent\":345,\"selector\":\"text_block-348-5\",\"original\":{\"color\":\"color(3)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.5\",\"-webkit-font-smoothing\":\"antialiased\",\"globalConditionsResult\":true},\"activeselector\":false}\']We never save you credit card data[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'2d35247b7cbd305ee01ee6fecd467cc0566f78dadbda31d3b0e12001d7c2cdd0\' ct_options=\'{\"ct_id\":352,\"ct_parent\":0,\"selector\":\"section-352-5\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"globalConditionsResult\":true},\"nicename\":\"Articles\",\"ct_category\":\"Blog\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"24\"}},\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"48\"}}},\"hover\":{\"border-top-color\":\"color(3)\",\"border-right-color\":\"color(3)\",\"border-bottom-color\":\"color(3)\",\"border-left-color\":\"color(3)\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"none\",\"border-left-style\":\"none\"}}\'][ct_div_block_2 ct_sign_sha256=\'abdc9c112c2d5cc14ff453404a1726308173a18f5c6ab331ea5280e0581ce65f\' ct_options=\'{\"ct_id\":357,\"ct_parent\":352,\"selector\":\"div_block-357-5\",\"original\":{\"width-unit\":\"%\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-blog-1-title-wrapper\",\"media\":{\"tablet\":{\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"margin-bottom\":\"24\"}}},\"classes\":{\"0\":\"hyperion-blog-1-title-wrapper\"}}\'][ct_text_block ct_sign_sha256=\'e6c79376f43a5afff502cef4452be138ff64cea3fdb7a32e29aff8b187b2e493\' ct_options=\'{\"ct_id\":362,\"ct_parent\":357,\"selector\":\"text_block-362-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"color\":\"color(3)\",\"globalConditionsResult\":true}}\']OUR BLOG[/ct_text_block][ct_headline ct_sign_sha256=\'2c751c31d6e8290f670cb54609af8f3fe86d8a1aa19fe323390e91c5ad90e226\' ct_options=\'{\"ct_id\":359,\"ct_parent\":357,\"selector\":\"headline-359-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Articles[/ct_headline][ct_text_block ct_sign_sha256=\'2eaff08206ead331526fad30968d3467424ca84c4f2d7fb50584f55de109f2da\' ct_options=\'{\"ct_id\":366,\"ct_parent\":357,\"selector\":\"text_block-366-5\",\"original\":{\"max-width\":\"640\",\"color\":\"color(3)\",\"margin-bottom\":\"18\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']Smallest directly families surprise honoured am an.[/ct_text_block][ct_link_text ct_sign_sha256=\'e5029dd3c22f874553b0246b48ef37bca126e57f058a330c63c9faa12be9ea3b\' ct_options=\'{\"ct_id\":368,\"ct_parent\":357,\"selector\":\"link_text-368-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"color\":\"color(3)\",\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"},\"hover\":{\"background-color\":\"#ffffff\",\"color\":\"color(5)\",\"border-top-color\":\"color(3)\",\"border-right-color\":\"color(3)\",\"border-bottom-color\":\"color(3)\",\"border-left-color\":\"color(3)\"}}\']LEARN MORE[/ct_link_text][/ct_div_block_2][oxy_posts_grid ct_sign_sha256=\'af3f5b5371447b23defc0dd9caf822668f64eac5037304bbde099ebd98b7ffae\' ct_options=\'{\"ct_id\":356,\"ct_parent\":352,\"selector\":\"_posts_grid-356-5\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QnPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgPC9kaXY+CiAgICAgIAogICAgICA8ZGl2IGNsYXNzPSdveHktcG9zdC1pbWFnZS1kYXRlLW92ZXJsYXknPgoJCTw/cGhwIHRoZV90aW1lKGdldF9vcHRpb24oJ2RhdGVfZm9ybWF0JykpOyA/PgoJICA8L2Rpdj4KICAgICAgCgk8L2E+CgoJPGEgY2xhc3M9J294eS1wb3N0LXRpdGxlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz48P3BocCB0aGVfdGl0bGUoKTsgPz48L2E+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YSc+CgoJCTxkaXYgY2xhc3M9J294eS1wb3N0LW1ldGEtYXV0aG9yIG94eS1wb3N0LW1ldGEtaXRlbSc+CgkJCTw/cGhwIHRoZV9hdXRob3IoKTsgPz4KCQk8L2Rpdj4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1jb21tZW50cyBveHktcG9zdC1tZXRhLWl0ZW0nPgoJCQk8YSBocmVmPSc8P3BocCBjb21tZW50c19saW5rKCk7ID8+Jz48P3BocCBjb21tZW50c19udW1iZXIoKTsgPz48L2E+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkJPD9waHAgdGhlX2V4Y2VycHQoKTsgPz4KCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlJz5SZWFkIE1vcmUg4oaSPC9hPgoKPC9kaXY+\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogYmxvY2s7CiAgY29sdW1uLWNvdW50OiAyOwogIGNvbHVtbi1nYXA6IDI0cHg7CiAgei1pbmRleDogNTA7CiAgcGFkZGluZy1ib3R0b206IDE4cHg7Cn0KCiUlRVBJRCUlIC5veHktcG9zdHM6YmVmb3JlIHsKICBjb250ZW50OiAnICc7CiAgZGlzcGxheTogYmxvY2s7CiAgbWluLWhlaWdodDogMjQwcHg7Cn0KCkBtZWRpYSAobWF4LXdpZHRoOjk5MnB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0czpiZWZvcmUgewogICAgZGlzcGxheTogbm9uZTsKICB9Cn0KCkBtZWRpYSAobWF4LXdpZHRoOjc2OHB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0cyB7CiAgICBjb2x1bW4tY291bnQ6IDE7CiAgfQp9CiAgCgolJUVQSUQlJSAub3h5LXBvc3QgewogIGRpc3BsYXk6IGZsZXg7CiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjsKICB0ZXh0LWFsaWduOiBsZWZ0OwogIGFsaWduLWl0ZW1zOiBmbGV4LXN0YXJ0OwogIG1hcmdpbi1ib3R0b206IDI0cHg7CiAgd2lkdGg6IDEwMCU7CiAgYm9yZGVyOiAycHggc29saWQgY29sb3IoMTQpOwogIGJyZWFrLWluc2lkZTogYXZvaWQ7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZSB7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGJhY2tncm91bmQtY29sb3I6IGdyZXk7CiAgYmFja2dyb3VuZC1pbWFnZTogcmVwZWF0aW5nLWxpbmVhci1ncmFkaWVudCgKICA0NWRlZywKICAjZWVlZWVlLAogICNlZWVlZWUgMTBweCwKICAjZGRkZGRkIDEwcHgsCiAgI2RkZGRkZCAyMHB4KTsKICB3aWR0aDogMTAwJTsKICBtYXJnaW46IC0ycHggMCAzNnB4IDA7CiAgZGlzcGxheTogYmxvY2s7CiAgd2lkdGg6IDEwMCU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZS1maXhlZC1yYXRpbyB7CiAgcGFkZGluZy1ib3R0b206IDgwJTsKICBiYWNrZ3JvdW5kLXNpemU6IGNvdmVyOwogIGJhY2tncm91bmQtcG9zaXRpb246IGNlbnRlciBjZW50ZXI7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZS1kYXRlLW92ZXJsYXkgewogIHBvc2l0aW9uOiBhYnNvbHV0ZTsKICB0b3A6IDFlbTsKICByaWdodDogMWVtOwogIGZvbnQtc2l6ZTogMTZweDsKICBjb2xvcjogd2hpdGU7CiAgYmFja2dyb3VuZC1jb2xvcjogY29sb3IoMTUpOwogIHBhZGRpbmc6IC43ZW0gMWVtOwogIGZvbnQtd2VpZ2h0OiBib2xkOwogIC13ZWJraXQtZm9udC1zbW9vdGhpbmc6IGFudGlhbGlhc2VkOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtdGl0bGUgewogIGZvbnQtc2l6ZTogMzZweDsKICBsaW5lLWhlaWdodDogMTsKICBjb2xvcjogY29sb3IoMTIpOwogIGZvbnQtd2VpZ2h0OiA5MDA7CiAgbWFyZ2luOiAwIDQ4cHg7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhIHsKICBtYXJnaW46IDE4cHggNDhweCAwcHggNDhweDsKICBmb250LXNpemU6IDE2cHg7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGNvbG9yOiBjb2xvcigxNik7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhIGEgewogIGNvbG9yOiAgY29sb3IoMTYpOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YSBhOmhvdmVyIHsKICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTo6YWZ0ZXIgewoJY29udGVudDogIlwwMGI3IjsKCW1hcmdpbi1yaWdodDogLjVlbTsKCW1hcmdpbi1sZWZ0OiAuNWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YS1pdGVtOmxhc3QtY2hpbGQ6OmFmdGVyIHsKCWNvbnRlbnQ6ICIiOwoJZGlzcGxheTogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgewogIG1hcmdpbi1ib3R0b206IDI0cHg7CiAgY29sb3I6IGNvbG9yKDE3KTsKICBtYXJnaW46IDE4cHggNDhweCAzNnB4IDQ4cHg7CiAgbGluZS1oZWlnaHQ6IDEuNTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgcCB7CiAgbWFyZ2luOiAwOwogIGZvbnQtc2l6ZTogMjBweDsKfQoKQG1lZGlhIChtYXgtd2lkdGg6IDExMjBweCkgewogICUlRVBJRCUlIC5veHktcG9zdC1tZXRhIHsKICAgIGRpc3BsYXk6IG5vbmU7CiAgfQp9CgolJUVQSUQlJSAub3h5LXJlYWQtbW9yZSB7CiAgdGV4dC1hbGlnbjogY2VudGVyOwogIGRpc3BsYXk6IGlubGluZS1ibG9jazsKICBtYXJnaW4tdG9wOiBhdXRvOwogIGJhY2tncm91bmQ6IGNvbG9yKDE0KTsKICBjb2xvcjogY29sb3IoMTYpOwogIGZvbnQtc2l6ZTogMThweDsKICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlOwogIGxldHRlci1zcGFjaW5nOiAxcHg7CiAgZm9udC13ZWlnaHQ6IDcwMDsKICBwYWRkaW5nOiAxOHB4IDQ4cHggMTZweCA0OHB4OwogIGJvcmRlci1ib3R0b206IDJweCBzb2xpZCBjb2xvcigxNik7CiAgdHJhbnNpdGlvbjogYWxsIGVhc2UgMC4yczsKICBtYXJnaW46IGF1dG8gNDhweCA0OHB4IDQ4cHg7Cn0KCiUlRVBJRCUlIC5veHktcmVhZC1tb3JlOmhvdmVyIHsKICBiYWNrZ3JvdW5kOiBjb2xvcigxNik7CiAgY29sb3I6ICNmZmZmZmY7Cn0KCiUlRVBJRCUlIC5veHktZWFzeS1wb3N0cy1wYWdlcyB7CiAgZm9udC1zaXplOiAyMHB4OwogIHotaW5kZXg6IDMwMDsKfQoKJSVFUElEJSUgLnBhZ2UtbnVtYmVycyB7CiAgcGFkZGluZzogMThweDsKICBjb2xvcjogY29sb3IoMTYpOwp9CgolJUVQSUQlJSBhLnBhZ2UtbnVtYmVyczpob3ZlciB7CiAgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Cn0KCiUlRVBJRCUlIC5wYWdlLW51bWJlcnMuY3VycmVudCB7CiAgYmFja2dyb3VuZDogY29sb3IoMTYpOwogIGNvbG9yOiAjZmZmZmZmOwogIHBhZGRpbmc6IDIycHggMzJweCAyNHB4IDMycHg7CiAgYm9yZGVyLXJhZGl1czogMTAwJTsKfQ==\",\"read_more_display_as\":\"text link\",\"paginate_alignment\":\"center\",\"posts_5050_below\":\"page-width\",\"posts_100_below\":\"phone-landscape\",\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"post\"},\"query_order\":\"ASC\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/oxy_posts_grid][/ct_section][ct_section ct_sign_sha256=\'8c6134644932c553cd1240f7eabff8af1fcc4939eb93b4c89b8d32f33f507151\' ct_options=\'{\"ct_id\":371,\"ct_parent\":0,\"selector\":\"section-371-5\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Pricing\",\"ct_category\":\"Pricing\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"80\",\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'12a6827fc0876186f561db877602f923d04ba51536b671eb56e61935ee36535e\' ct_options=\'{\"ct_id\":372,\"ct_parent\":371,\"selector\":\"text_block-372-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']ABOUT MONEY[/ct_text_block][ct_headline ct_sign_sha256=\'82a9520e65df11db40a6611eaf214ba02626e28b19d01b64215bd7e146dd17a8\' ct_options=\'{\"ct_id\":374,\"ct_parent\":371,\"selector\":\"headline-374-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Pricing Tables[/ct_headline][ct_image ct_sign_sha256=\'b2c8135c50e7137fec94120a143470ac5518b675293947320900378908f7fa0d\' ct_options=\'{\"ct_id\":376,\"ct_parent\":371,\"selector\":\"image-376-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/arrow@2x.png\",\"width\":\"220\",\"margin-top\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"42\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][ct_new_columns_2 ct_sign_sha256=\'d4edcb415c8cbe8443374062a6720dc973059911eca89f4abbd38fe5855c44fd\' ct_options=\'{\"ct_id\":383,\"ct_parent\":371,\"selector\":\"new_columns-383-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'85909e728292367efc99908fa137425ae2d4cff1ba9915b848e5c2a7a23785ac\' ct_options=\'{\"ct_id\":384,\"ct_parent\":383,\"selector\":\"div_block-384-5\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\",\"globalConditionsResult\":true},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'ac2e1d648da88e5c80137d7ff1dcbb2b6a1e8b7d11d0b2e990398f6a4292f86e\' ct_options=\'{\"ct_id\":388,\"ct_parent\":384,\"selector\":\"div_block-388-5\",\"classes\":{\"0\":\"hyperion-pricing-1-wrapper\"},\"activeselector\":\"hyperion-pricing-1-wrapper\",\"original\":{\"globalConditionsResult\":true}}\'][ct_image ct_sign_sha256=\'ebad31037b9df9489c8f48875335e7314c63163434a168f57abdc615efaad8ea\' ct_options=\'{\"ct_id\":389,\"ct_parent\":388,\"selector\":\"image-389-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/p-1@2x.png\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-pricing-1-icon\",\"classes\":{\"0\":\"hyperion-pricing-1-icon\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'b4ccf2ba8153bc205467edc6bcffe23985f9950c918ca2e49987443649219e8f\' ct_options=\'{\"ct_id\":408,\"ct_parent\":388,\"selector\":\"headline-408-5\",\"original\":{\"tag\":\"h3\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-pricing-1-title\"},\"activeselector\":\"hyperion-pricing-1-title\"}\']Newbie[/ct_headline][ct_text_block ct_sign_sha256=\'5a8d4358a7b9e77af88e165a7adf652238de183ea7c4e8b374c3dba82196df7c\' ct_options=\'{\"ct_id\":412,\"ct_parent\":388,\"selector\":\"text_block-412-5\",\"classes\":{\"0\":\"hyperion-pricing-1-label\"},\"activeselector\":\"hyperion-pricing-1-label\",\"original\":{\"globalConditionsResult\":true}}\']Expiry:[/ct_text_block][ct_text_block ct_sign_sha256=\'de93b9ca3d85e5d2c12855775809009f3625cb8565c71be80b0b0235026cab07\' ct_options=\'{\"ct_id\":414,\"ct_parent\":388,\"selector\":\"text_block-414-5\",\"classes\":{\"0\":\"hyperion-pricing-1-text\"},\"activeselector\":\"hyperion-pricing-1-text\",\"original\":{\"globalConditionsResult\":true}}\']1 month[/ct_text_block][ct_text_block ct_sign_sha256=\'f1f734dad1567fc4d5296d15625be44b27be4e38d57785f6661e53132b86d682\' ct_options=\'{\"ct_id\":417,\"ct_parent\":388,\"selector\":\"text_block-417-5\",\"classes\":{\"0\":\"hyperion-pricing-1-label\"},\"activeselector\":\"hyperion-pricing-1-label\",\"original\":{\"globalConditionsResult\":true}}\']Expiry:[/ct_text_block][ct_text_block ct_sign_sha256=\'da23528d852b88d15cddce92f31b747c369fd592bcc3b296b5fcabf573733f7f\' ct_options=\'{\"ct_id\":419,\"ct_parent\":388,\"selector\":\"text_block-419-5\",\"classes\":{\"0\":\"hyperion-pricing-1-text\"},\"activeselector\":\"hyperion-pricing-1-text\",\"original\":{\"globalConditionsResult\":true}}\']$24[/ct_text_block][ct_link_text ct_sign_sha256=\'63dda4691d19dc594efd60bbeb9f6193ffee7831357c12ac70dd08fc49027c62\' ct_options=\'{\"ct_id\":390,\"ct_parent\":388,\"selector\":\"link_text-390-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"}}\']BUY[/ct_link_text][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'422b1f05d4da59526ed7e279cfb6870abb2b0b2243b07f817eec4a030760b0a5\' ct_options=\'{\"ct_id\":385,\"ct_parent\":383,\"selector\":\"div_block-385-5\",\"original\":{\"width\":\"33.33\",\"width-unit\":\"%\",\"globalConditionsResult\":true},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'82262c99a90f843aaaedcbb532f311f3fe495f87d15f372899ede5079b6e561c\' ct_options=\'{\"ct_id\":395,\"ct_parent\":385,\"selector\":\"div_block-395-5\",\"classes\":{\"0\":\"hyperion-pricing-1-wrapper\"},\"activeselector\":\"hyperion-pricing-1-wrapper\",\"original\":{\"globalConditionsResult\":true}}\'][ct_image ct_sign_sha256=\'0a614a3958aff1d7a49f8401666db0b287e5ef13a6affea6d17ae53f02ddab72\' ct_options=\'{\"ct_id\":396,\"ct_parent\":395,\"selector\":\"image-396-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/p-2@2x.png\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-pricing-1-icon\",\"classes\":{\"0\":\"hyperion-pricing-1-icon\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'d85184423a871b8579f84587d54bb5d37099fac8ca6384935c66a08d2a2520c5\' ct_options=\'{\"ct_id\":403,\"ct_parent\":395,\"selector\":\"headline-403-5\",\"original\":{\"tag\":\"h3\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-pricing-1-title\"},\"activeselector\":\"hyperion-pricing-1-title\"}\']Business[/ct_headline][ct_text_block ct_sign_sha256=\'f8429ee28bf9b6e1623222a0c849f5ef64977401a5917fd0e3bfa519fc8036bc\' ct_options=\'{\"ct_id\":421,\"ct_parent\":395,\"selector\":\"text_block-421-5\",\"classes\":{\"0\":\"hyperion-pricing-1-label\"},\"activeselector\":\"hyperion-pricing-1-label\",\"original\":{\"globalConditionsResult\":true}}\']Expiry:[/ct_text_block][ct_text_block ct_sign_sha256=\'4a06fc04223aeab2fb3596bdb9024beebc4c9d7d2dd03417a51e3c7c9c63daef\' ct_options=\'{\"ct_id\":426,\"ct_parent\":395,\"selector\":\"text_block-426-5\",\"classes\":{\"0\":\"hyperion-pricing-1-text\"},\"activeselector\":\"hyperion-pricing-1-text\",\"original\":{\"globalConditionsResult\":true}}\']1 year[/ct_text_block][ct_text_block ct_sign_sha256=\'4fbd582e4b36053139dc3c987436c73f595a014e832275d4d2e39cc5d290bb02\' ct_options=\'{\"ct_id\":430,\"ct_parent\":395,\"selector\":\"text_block-430-5\",\"classes\":{\"0\":\"hyperion-pricing-1-label\"},\"activeselector\":\"hyperion-pricing-1-label\",\"original\":{\"globalConditionsResult\":true}}\']Expiry:[/ct_text_block][ct_text_block ct_sign_sha256=\'f755b5bf2ae18f82bb97fe76a0e4cb7d2a1d4d4aba9bc31493b9f56f7854ab3e\' ct_options=\'{\"ct_id\":436,\"ct_parent\":395,\"selector\":\"text_block-436-5\",\"classes\":{\"0\":\"hyperion-pricing-1-text\"},\"activeselector\":\"hyperion-pricing-1-text\",\"original\":{\"globalConditionsResult\":true}}\']$48[/ct_text_block][ct_link_text ct_sign_sha256=\'083cce0baeac0eaa29de532d2b94caacf30df18bdc383f7c7dce2875596a3cd8\' ct_options=\'{\"ct_id\":397,\"ct_parent\":395,\"selector\":\"link_text-397-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"}}\']BUY[/ct_link_text][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'e99de8b95e558fcb7968a51c069b22e638e0bfa3c7fe000c12d426c5f848f06c\' ct_options=\'{\"ct_id\":386,\"ct_parent\":383,\"selector\":\"div_block-386-5\",\"original\":{\"width\":\"33.34\",\"width-unit\":\"%\",\"globalConditionsResult\":true},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'bb3ef7e116ff54872ac4818ee22a088d64eac2080e6654074c97813b150f00c1\' ct_options=\'{\"ct_id\":399,\"ct_parent\":386,\"selector\":\"div_block-399-5\",\"classes\":{\"0\":\"hyperion-pricing-1-wrapper\"},\"activeselector\":\"hyperion-pricing-1-wrapper\",\"original\":{\"globalConditionsResult\":true}}\'][ct_image ct_sign_sha256=\'a5cd8a9dd7aa17915ff785c2147039c9a3d080ea9f3bf43048c08421a4ee9b87\' ct_options=\'{\"ct_id\":400,\"ct_parent\":399,\"selector\":\"image-400-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/p-3@2x.png\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-pricing-1-icon\",\"classes\":{\"0\":\"hyperion-pricing-1-icon\"}}\'][/ct_image][ct_headline ct_sign_sha256=\'52367904acd183693def03b467afc9856effd0d4e5b626471ed937f2d9985038\' ct_options=\'{\"ct_id\":406,\"ct_parent\":399,\"selector\":\"headline-406-5\",\"original\":{\"tag\":\"h3\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-pricing-1-title\"},\"activeselector\":\"hyperion-pricing-1-title\"}\']Science[/ct_headline][ct_text_block ct_sign_sha256=\'ee2c3700fa0c4bcd5c95e78041cc0a895d8a9784fed5fb5bdf2d27bdbfd79d59\' ct_options=\'{\"ct_id\":424,\"ct_parent\":399,\"selector\":\"text_block-424-5\",\"classes\":{\"0\":\"hyperion-pricing-1-label\"},\"activeselector\":\"hyperion-pricing-1-label\",\"original\":{\"globalConditionsResult\":true}}\']Expiry:[/ct_text_block][ct_text_block ct_sign_sha256=\'e74daa8233787f1b6a9821789abcce212d50299f9bac0e7bc4570812e907392d\' ct_options=\'{\"ct_id\":428,\"ct_parent\":399,\"selector\":\"text_block-428-5\",\"classes\":{\"0\":\"hyperion-pricing-1-text\"},\"activeselector\":\"hyperion-pricing-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Full time[/ct_text_block][ct_text_block ct_sign_sha256=\'8713e406ae75d086fc5fef6ba647a13ae7331e4d0b555b050fe8160e2b1cb188\' ct_options=\'{\"ct_id\":432,\"ct_parent\":399,\"selector\":\"text_block-432-5\",\"classes\":{\"0\":\"hyperion-pricing-1-label\"},\"activeselector\":\"hyperion-pricing-1-label\",\"original\":{\"globalConditionsResult\":true}}\']Expiry:[/ct_text_block][ct_text_block ct_sign_sha256=\'0ada9e43d6fa33b5353854e694f33d35650f700d2d41a067f2b32307e0e48946\' ct_options=\'{\"ct_id\":434,\"ct_parent\":399,\"selector\":\"text_block-434-5\",\"classes\":{\"0\":\"hyperion-pricing-1-text\"},\"activeselector\":\"hyperion-pricing-1-text\",\"original\":{\"globalConditionsResult\":true}}\']$64[/ct_text_block][ct_link_text ct_sign_sha256=\'de58895fc622a8414290ade050dd868e1ff6993110134325811ba36d99122ddd\' ct_options=\'{\"ct_id\":401,\"ct_parent\":399,\"selector\":\"link_text-401-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"}}\']BUY[/ct_link_text][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'0b21f8c2b0f165787c4478ef8f20f90666256cef1c4042d3a0e7fc1b38de8223\' ct_options=\'{\"ct_id\":446,\"ct_parent\":0,\"selector\":\"section-446-5\",\"original\":{\"background-color\":\"color(11)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"48\",\"container-padding-bottom\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Footer\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"30\"}}}}\'][ct_link_2 ct_sign_sha256=\'a1b9524533cb73a2974552b6eff4bcd4865536beac4c2cbc3dc2fdc8f8a0bdeb\' ct_options=\'{\"ct_id\":447,\"ct_parent\":446,\"selector\":\"link-447-5\",\"classes\":{\"0\":\"hyperion-logo\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"margin-bottom\":\"12\",\"globalConditionsResult\":true}}\'][ct_image ct_sign_sha256=\'3efc6cbb3369f845a2752cfc38353d8e512c1ddaf64173627572e8cbbe5417ab\' ct_options=\'{\"ct_id\":448,\"ct_parent\":447,\"selector\":\"image-448-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/logo-vertical@2x.png\",\"width\":\"119\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][/ct_link_2][oxy_social_icons ct_sign_sha256=\'ee05d3c6564b5d80b0f8fa2a65c0f85a10d4d7078cd55f994e281efc6ddbddbe\' ct_options=\'{\"ct_id\":451,\"ct_parent\":446,\"selector\":\"_social_icons-451-5\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/oxy_social_icons][oxy_nav_menu ct_sign_sha256=\'b44c2dfaa4455fd9b0993c5cf6c6d3e707698316cbb6780385b032afab2b4687\' ct_options=\'{\"ct_id\":454,\"ct_parent\":446,\"selector\":\"_nav_menu-454-5\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_icon_size\":\"18\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"30\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"30\",\"menu_flex-direction\":\"row\",\"menu_color\":\"color(6)\",\"menu_font-size\":\"18\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_letter-spacing\":\".125\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"border-top-width\":\"0\",\"border-right-width\":\"0\",\"border-bottom-width\":\"2\",\"border-left-width\":\"0\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"none\",\"border-bottom-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(11)\",\"menu_responsive_dropdowns\":\"off\",\"margin-bottom\":\"24\",\"menu_responsive_background_color\":\"color(11)\",\"menu_responsive_link_color\":\"color(6)\",\"menu_responsive_hover_link_color\":\"color(3)\",\"globalConditionsResult\":true,\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"}},\"phone-landscape\":{\"original\":{\"margin-right\":\"0\"}}}}\'][/oxy_nav_menu][ct_text_block ct_sign_sha256=\'cdaccf9989bff4e8da7462540ab5d3189d6f45a3ec1c2085f8e041c6e506551d\' ct_options=\'{\"ct_id\":455,\"ct_parent\":446,\"selector\":\"text_block-455-5\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Copyright © <a href=\"http://soflyy.com\">Soflyy</a>[/ct_text_block][ct_text_block ct_sign_sha256=\'5c33de4cfc9cffdfe041526f3c7fd8d616a7c9d3597e9061d44a8e90d7d06a08\' ct_options=\'{\"ct_id\":457,\"ct_parent\":446,\"selector\":\"text_block-457-5\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Proudly designed with <a href=\"http://oxygenbuilder.com\">Oxygen</a>, the world\'s best visual website design software[/ct_text_block][/ct_section]'),(288,5,'ct_builder_shortcodes_revisions_dates','1600450808'),(293,16,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'3e894d94fea6350897519ec6bca775e76d1b1b6a239c3448c2c3984e7b9e0ba2\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-16\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"100\",\"container-padding-top\":\"128\",\"container-padding-bottom\":\"120\",\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\"},\"activeselector\":false,\"nicename\":\"Music Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'8c05cf57b1081fd85fe46b073f64e72d72c264789720c070688e48b29b7aab31\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"text_block-3-16\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']CYCLING FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'d01ab8884a79ecf9f24e6b6edf3940baf1f4e429dd941fa9af567de9ffe3096f\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"headline-4-16\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"100\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false}\']Bengaluru to Mysuru[/ct_headline][ct_text_block ct_sign_sha256=\'4aa8efd61e628af9d7f7461f7028ef6dd7c458cd02941fa9e1e534458b81c61e\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-16\",\"original\":{\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']We are cycling from Bengaluru to Mysuru to support Deepika School and raise funds for the education of Special Children[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'83f45042266d876d91647ba859b8ea7f034edff454fb4ec7cf2c75a00b04a1b5\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"div_block-6-16\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_text ct_sign_sha256=\'b709549c4ff67cfbb20fd4bfacf146c29aa1aaf81fd42a21f2e34ddd478356f4\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"link_text-7-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'d5f6e39d1e185791d94c87430ed53e4a934b4392024595a0a843c9410a7c57be\' ct_options=\'{\"ct_id\":8,\"ct_parent\":6,\"selector\":\"link_text-8-16\",\"original\":{\"color\":\"color(3)\",\"url\":\"https://form.prosportsfoundation.com/apply\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"hover\":{\"background-color\":\"#ffffff\",\"color\":\"color(12)\"}}\']APPLY TO JOIN THE RIDE[/ct_link_text][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'0a49e83fdff428c2d2c3ec7cda811f69df697598469d7b7aaa4b7d876e706994\' ct_options=\'{\"ct_id\":44,\"ct_parent\":0,\"selector\":\"section-44-16\",\"original\":{\"container-padding-top\":\"84\",\"container-padding-bottom\":\"25\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"nicename\":\"Stats Boxes\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"80\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'83c9f43cda8c1894b5809e7dd1076cad92578fbbdd6d458e2893ccca8579c22d\' ct_options=\'{\"ct_id\":18,\"ct_parent\":44,\"selector\":\"headline-18-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Goal: Raise Rs.6 Lakhs[/ct_headline][ct_text_block ct_sign_sha256=\'e6bcf7499e12ca59e468f1d31e09893dcf63ac926a10a7aa7cf99274dfda3ee6\' ct_options=\'{\"ct_id\":19,\"ct_parent\":44,\"selector\":\"text_block-19-16\",\"original\":{\"margin-bottom\":\"49\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']It costs Rs.60,000 p.a. to teach each special child supported by Deepika Trust[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'7555d876c14a36353122d1d639cbda138b1efa1791bf98989a40500be152431a\' ct_options=\'{\"ct_id\":47,\"ct_parent\":44,\"selector\":\"new_columns-47-16\",\"original\":{\"reverse-column-order\":\"never\",\"set-columns-width-50\":\"tablet\",\"flex-reverse\":\"false\"}}\'][ct_div_block_2 ct_sign_sha256=\'856f2e28ff1e07bcab829a7de5c06da7fe178792bf3f263e7194acfcda6e65e6\' ct_options=\'{\"ct_id\":48,\"ct_parent\":47,\"selector\":\"div_block-48-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'4381752516a6e173d7787e7c41ac5e146c923935338b2c474c83170cc3d05454\' ct_options=\'{\"ct_id\":17,\"ct_parent\":48,\"selector\":\"text_block-17-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Distance: 150 Kms[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ea8b569e732981c1a35020417710b50f485bf7d75913194712acea6e5c41d31f\' ct_options=\'{\"ct_id\":52,\"ct_parent\":47,\"selector\":\"div_block-52-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'f8bfe90f6527e5093d426f784f50f154faa13a996b331c49fcdd39225cf1883f\' ct_options=\'{\"ct_id\":87,\"ct_parent\":52,\"selector\":\"text_block-87-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Time: 9 hours[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'698048d5b968b291c8fe2dadb40f79272d2edc6267ce87f890a2772312c51447\' ct_options=\'{\"ct_id\":56,\"ct_parent\":47,\"selector\":\"div_block-56-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'ea07ecfe4a3c24553c189c29ce8be5ca162ba61e1fbfc96b75ad73e56da8be6a\' ct_options=\'{\"ct_id\":89,\"ct_parent\":56,\"selector\":\"text_block-89-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']20 Cyclists[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3d88a50edcd375724c17c90a05965cb08ab9db43b2d2ded8d0bbc736325bce07\' ct_options=\'{\"ct_id\":60,\"ct_parent\":47,\"selector\":\"div_block-60-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'9442f93533c387d8c3d5e7f1fed19ccb35642421d5393b83633f9114fe0e9e80\' ct_options=\'{\"ct_id\":92,\"ct_parent\":60,\"selector\":\"text_block-92-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Sponsor 10 Kids[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'e8260bd7bc2be79de690d280726e657afc7c8aa2277fa2ae22d23e50f8ab5115\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"section-16-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"44\",\"text-align\":\"center\",\"align-items\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'d7ae18b6d8239132b07fcccd5b729b3d3aa35073375db546e63b80460525efbb\' ct_options=\'{\"ct_id\":80,\"ct_parent\":16,\"selector\":\"text_block-80-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING AGENDA[/ct_text_block][ct_headline ct_sign_sha256=\'46239814ad3454298c78562d354c660d8920b86b06566be63fa9b8d4da45fff6\' ct_options=\'{\"ct_id\":70,\"ct_parent\":16,\"selector\":\"headline-70-16\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"tag\":\"h2\",\"color\":\"color(1)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']3rd Oct 2020[/ct_headline][ct_text_block ct_sign_sha256=\'a23bb8523e1a7e06c65a871dab55c299967ace3932ae15b30a94c795e99a5845\' ct_options=\'{\"ct_id\":67,\"ct_parent\":16,\"selector\":\"text_block-67-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-big-text\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']We are starting from Gandhi Statue in front of Vidhan Soudha, Bengaluru and finish at Gandhi Statue at University of Mysuru[/ct_text_block][oxy_progress_bar ct_sign_sha256=\'a6c0b36faca4cde4a5d817a0fc875152ac90d0e2652e658e11abc9b875fb5756\' ct_options=\'{\"ct_id\":20,\"ct_parent\":16,\"selector\":\"_progress_bar-20-16\",\"original\":{\"progress_bar_left_text\":\"NTozMCBBTTombmJzcDsgU3RhcnQgYXQgVmlkaGFuIFNvdWRoYQ==\",\"progress_bar_progress\":\"0\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MCBLbQ==\",\"progress_bar_left_text_typography_color\":\"color(12)\",\"progress_bar_right_text_typography_color\":\"color(16)\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'5f3b92cd16681fc2c89f32cc1ac09fd059e842c9dd9d9f6e8d1e28e5e36c7d45\' ct_options=\'{\"ct_id\":21,\"ct_parent\":16,\"selector\":\"_progress_bar-21-16\",\"original\":{\"progress_bar_left_text\":\"ODozMCBBTTombmJzcDsgRmlyc3Qgc3RvcCBhdCBSYW1hbmFnYXJh\",\"progress_bar_progress\":\"33\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NTAgS21z\",\"progress_bar_left_text_typography_color\":\"color(12)\",\"progress_bar_right_text_typography_color\":\"color(16)\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'0ba4726823381be33f8fb7bd45f3f271c4e670662250623177e7855619c87c46\' ct_options=\'{\"ct_id\":22,\"ct_parent\":16,\"selector\":\"_progress_bar-22-16\",\"original\":{\"progress_bar_left_text\":\"MTE6MzAgQU06Jm5ic3A7IFNlY29uZCBzdG9wIGF0IE1hbmR5YQ==\",\"progress_bar_progress\":\"67\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MTAwIEttcw==\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'81f99f4f4877df52ea74afca846606630e0db421ea6ff9a451928a9f3616dc4b\' ct_options=\'{\"ct_id\":126,\"ct_parent\":16,\"selector\":\"_progress_bar-126-16\",\"original\":{\"progress_bar_left_text\":\"MjozMCBQTTogRmluaXNoIGF0IEdhbmRoaSBTdGF0dWUsIFVuaXZlcnNpdHkgb2YgTXlzdXJ1\",\"progress_bar_progress\":\"100\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MTUwIEttcw==\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][/ct_section][ct_section ct_sign_sha256=\'22885e8986718b9d34fb0f7236596fe4b9a624834ec71495a701f6e53d059561\' ct_options=\'{\"ct_id\":206,\"ct_parent\":0,\"selector\":\"section-206-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Logo Grid Simple\",\"ct_category\":\"Social Proof\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'5bd24e4f1a44331a26c8f2d8fffea3e3fd0fd1aa53b54bad03c8efc1e252cc3e\' ct_options=\'{\"ct_id\":207,\"ct_parent\":206,\"selector\":\"new_columns-207-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{}}\'][ct_div_block_2 ct_sign_sha256=\'3e450551ec31e54c9ab64a2af594b31a9a9d9c0f122f13c123a275ec3304a21d\' ct_options=\'{\"ct_id\":208,\"ct_parent\":207,\"selector\":\"div_block-208-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"},\"activeselector\":\"hyperion-logogrid-1-column\"}\'][ct_image ct_sign_sha256=\'2ac1dfa139e6751e7cef59e9cb2fbe97f4ee1cca21c2add8bbae1ca5e874ff5f\' ct_options=\'{\"ct_id\":209,\"ct_parent\":208,\"selector\":\"image-209-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d55fa4604fc9131ff84590245c6f2bdb4b9a8585e8d75a026f9cd62cc4b289ca\' ct_options=\'{\"ct_id\":210,\"ct_parent\":207,\"selector\":\"div_block-210-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'e79f199cf23351b92c658720b3f72c04fbdea855cd04d90122cb2a294ded20c9\' ct_options=\'{\"ct_id\":211,\"ct_parent\":210,\"selector\":\"image-211-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Raw-Pressery-logo.jpg\",\"height\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8672e669f83438e13e05c1da50dc99295ae0ba8b4f92dd7f51bd9467751ff129\' ct_options=\'{\"ct_id\":212,\"ct_parent\":207,\"selector\":\"div_block-212-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f293a8df50390bf0a2873608e8626164709cfc7587f857b17941df66e9ec871b\' ct_options=\'{\"ct_id\":213,\"ct_parent\":212,\"selector\":\"image-213-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProNature-NEWLogo.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'919ecf0104a4992ccdabaebd8de3038aa81f6f8c3f67403600006dd3b2d8728a\' ct_options=\'{\"ct_id\":214,\"ct_parent\":207,\"selector\":\"div_block-214-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f307c73ef2b640ddebcc3b5cdca5e98b95fc7bad2f57cace5253f2864f5093e0\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"image-215-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/LOGO-BLACK.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'e0acad69af53b5e35005ef3352e3c9d465cc28ab447c442df9d2df20427dd510\' ct_options=\'{\"ct_id\":216,\"ct_parent\":206,\"selector\":\"new_columns-216-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a2c9aa63cda61eb7147b240994ff08fc9e82d92b4c040b373b1e4d914658af98\' ct_options=\'{\"ct_id\":221,\"ct_parent\":216,\"selector\":\"div_block-221-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'3845896da2c207bb2ca1601f32d4fc8d8c15191d346712f9bd3ab3d80b36a287\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"image-222-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/PH-LOGO.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'89a7a2daf6f140f9e0ddddc8501e705727fbba8488a3f9da150bf6df1d9ac1e8\' ct_options=\'{\"ct_id\":223,\"ct_parent\":216,\"selector\":\"div_block-223-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'80f68c36a2c94b0a09707ab899efcac1cf507c81854b448c88ea6d9f65ad8eb3\' ct_options=\'{\"ct_id\":224,\"ct_parent\":223,\"selector\":\"image-224-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpp_logo_new_400x400.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'b2a21152b4eee504d8ad6a3accb2155076266a22d131ae8761f80bf6b5e9373a\' ct_options=\'{\"ct_id\":130,\"ct_parent\":0,\"selector\":\"section-130-16\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-color\":\"color(1)\"},\"activeselector\":false,\"nicename\":\"Team Dark Three Columns\",\"ct_category\":\"People\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'df5be7289e1117a526e641e915abba3b18b9dacc834bffa56f2dc9ff606486b9\' ct_options=\'{\"ct_id\":131,\"ct_parent\":130,\"selector\":\"text_block-131-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']PEOPLE[/ct_text_block][ct_headline ct_sign_sha256=\'8a0f5b7c834e5d722794c5c93386a279b8d6d1f9df9079c0a4b0f47acb841bf5\' ct_options=\'{\"ct_id\":132,\"ct_parent\":130,\"selector\":\"headline-132-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Meet the Cyclists[/ct_headline][ct_text_block ct_sign_sha256=\'4df8d34aa1b0a39aa8e637bbeff38462444bac5f945c44df05e0647287e4f704\' ct_options=\'{\"ct_id\":133,\"ct_parent\":130,\"selector\":\"text_block-133-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']Smallest directly families surprise honoured am an. Speaking replying mistress him numerous she returned feelings may day.[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'15253e0f26e95946ae0f4a938bac576633c8643a5656819b60bb526ecb61838b\' ct_options=\'{\"ct_id\":134,\"ct_parent\":130,\"selector\":\"div_block-134-16\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"flex-direction\":\"row\",\"display\":\"flex\",\"flex-wrap\":\"wrap\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'161af31d0b12688462f422cc1d6ac0a814468328ea13036f33995fc3da4e62d8\' ct_options=\'{\"ct_id\":135,\"ct_parent\":134,\"selector\":\"div_block-135-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"}}\'][ct_image ct_sign_sha256=\'a3862c017584c63ea9ccd7af2e4b0bb3fdaeb9a3244fc35127716dd04d844b18\' ct_options=\'{\"ct_id\":136,\"ct_parent\":135,\"selector\":\"image-136-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Shahid-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'761eb2870585f485ebce5c17f65358b02b140b807ff9c15e4ebeb7d2854fa286\' ct_options=\'{\"ct_id\":137,\"ct_parent\":135,\"selector\":\"headline-137-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SHAHID KHAN[/ct_headline][ct_text_block ct_sign_sha256=\'0b703b81ca1b7ed967310b25f42ffb54c6389d2b82e0d8ece4094a637b3bd08f\' ct_options=\'{\"ct_id\":138,\"ct_parent\":135,\"selector\":\"text_block-138-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"}}\']Rally Driver[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27d24d5a29c7548672780752a42c9c1175eea33c09b5c2748dcef582ef781d5c\' ct_options=\'{\"ct_id\":139,\"ct_parent\":135,\"selector\":\"_social_icons-139-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'6acdb033460909a81d32f2572f60e4b2c7011fcefbbe47ee6b8db25168377ea4\' ct_options=\'{\"ct_id\":140,\"ct_parent\":135,\"selector\":\"text_block-140-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Founder of Jumpptech. He is passionate about Digital Marketing, Technology, Entrepreneurship, Blogging, Cycling &amp; Rally Driving.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'91ba58532762ce489ff2eeec6ce56fcf6ea364ac6aaf2add19afc1222200bdfc\' ct_options=\'{\"ct_id\":142,\"ct_parent\":134,\"selector\":\"div_block-142-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'8506eaaa6bdf7f94d7f6780b9178fb51b00cc3e27c69403ad112d6be699acd90\' ct_options=\'{\"ct_id\":143,\"ct_parent\":142,\"selector\":\"image-143-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Pavan-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'de833df7abc090c38b48dcfdf1a2e9621ca40a1f9935a22a5ca8e9cf8ccd02b6\' ct_options=\'{\"ct_id\":144,\"ct_parent\":142,\"selector\":\"headline-144-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']PAVAN SRIRAM[/ct_headline][ct_text_block ct_sign_sha256=\'a4d5f520255c87bbf342ee0e5b7a21da21392d0f2f0f230fb534425a0b0c9e6c\' ct_options=\'{\"ct_id\":145,\"ct_parent\":142,\"selector\":\"text_block-145-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Runner[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5b2409ec6606e498291a0e077f0a0a2f033361a4868d66b791cfff010d21e706\' ct_options=\'{\"ct_id\":146,\"ct_parent\":142,\"selector\":\"_social_icons-146-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3dc99d1cc14d109aa7bf984c92c1c6d8092dea353059cf92b097ddbf4fc79236\' ct_options=\'{\"ct_id\":147,\"ct_parent\":142,\"selector\":\"text_block-147-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Doubtful two bed way pleasure confined followed. Shew up ye away no eyes life or were this. Perfectly did suspicion daughters but his intention. Started on society an brought it explain.&nbsp;<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ebdbce7cb86326d29de856850fb72ef45014eca8f96a4c0fb07883dfeac58a00\' ct_options=\'{\"ct_id\":149,\"ct_parent\":134,\"selector\":\"div_block-149-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'5fcac82991f6bccb8d1b537d6e853ffdade710eb373949c91941bfc1d2ac0826\' ct_options=\'{\"ct_id\":150,\"ct_parent\":149,\"selector\":\"image-150-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Savitha-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'d13bbbc5c21b3e0b730473f39353e3534a85aed52c828dc6c5fb66b884800634\' ct_options=\'{\"ct_id\":151,\"ct_parent\":149,\"selector\":\"headline-151-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SAVITHA BHAVSAR[/ct_headline][ct_text_block ct_sign_sha256=\'c47f0abc5b27430197713b288571348217333129b703b9157924ac1d04024398\' ct_options=\'{\"ct_id\":152,\"ct_parent\":149,\"selector\":\"text_block-152-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Adventurer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'bc773317a40c8654610f3a29d56b26f199642c8b31dc73d75358e0dd09a1105b\' ct_options=\'{\"ct_id\":153,\"ct_parent\":149,\"selector\":\"_social_icons-153-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"6\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'e66dd9470e64c18c8f33223e45b58f5d1053537a019d355dddf939a4ba5ddebc\' ct_options=\'{\"ct_id\":154,\"ct_parent\":149,\"selector\":\"text_block-154-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Extended kindness trifling remember he confined outlived if. Assistance sentiments yet unpleasing say. Open they an busy they my such high. An active dinner wishes.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c1437d05320921a51ecb27191cd78c74fc2450e0464f29ddf801547a315a8408\' ct_options=\'{\"ct_id\":156,\"ct_parent\":134,\"selector\":\"div_block-156-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'3e1bcd2564ad2f4049169a24a25c63bfd6847f2c80c9357988d57da1b06eff78\' ct_options=\'{\"ct_id\":157,\"ct_parent\":156,\"selector\":\"image-157-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Bharath-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'85a7d9f1b770a4591b36e72fa13664c9ab49cc7fa3ec69e979dcf2f0969af0e2\' ct_options=\'{\"ct_id\":158,\"ct_parent\":156,\"selector\":\"headline-158-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']BHARATH[/ct_headline][ct_text_block ct_sign_sha256=\'1f90689c4dbd30c1b6e8f598af43f52dd21ebf5216efcd22b12a6d6ac56d04b5\' ct_options=\'{\"ct_id\":159,\"ct_parent\":156,\"selector\":\"text_block-159-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Cyclist[/ct_text_block][oxy_social_icons ct_sign_sha256=\'57b9863f99cf27cc9746880cc8829c195f9a24abe6da986cd3e614e380207c63\' ct_options=\'{\"ct_id\":160,\"ct_parent\":156,\"selector\":\"_social_icons-160-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'ddeaeffc9907b573c03b1e5a7aa98d333a0a0a1c8822adfb4a66a7c6e36e4539\' ct_options=\'{\"ct_id\":161,\"ct_parent\":156,\"selector\":\"text_block-161-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Looking started he up perhaps against. How remainder all additions get elsewhere resources. One missed shy wishes supply design answer formed. Prevent on present hastily passage an subject in be.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'722d05da012929093c633ea8535c86d7479f60bf72e9b5546dfaabe9ef93a2dd\' ct_options=\'{\"ct_id\":236,\"ct_parent\":134,\"selector\":\"div_block-236-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'372dec1437e628ba860572a6a6e0ffe934ceb49ac206bbcf859a25bef219e5ce\' ct_options=\'{\"ct_id\":237,\"ct_parent\":236,\"selector\":\"image-237-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Ranvijay-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'ed66edd584c168767c4638c344d48c388b0a7c25148704e8dee74e0a23b98fb5\' ct_options=\'{\"ct_id\":238,\"ct_parent\":236,\"selector\":\"headline-238-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RANVIJAY PANDEY[/ct_headline][ct_text_block ct_sign_sha256=\'f30eea5337109bb5843802647f703ccb718e205856f931bad66ef45c4b5e247b\' ct_options=\'{\"ct_id\":239,\"ct_parent\":236,\"selector\":\"text_block-239-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Architect[/ct_text_block][oxy_social_icons ct_sign_sha256=\'386f64f7a1e37d63d17087168e3fee0348d6bf2b0ed4bd0787b1aa258838486d\' ct_options=\'{\"ct_id\":240,\"ct_parent\":236,\"selector\":\"_social_icons-240-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3a8ce1b995d0b9f2738363048c307238851fb6e7501f5e93d501b8f72dbe23cf\' ct_options=\'{\"ct_id\":241,\"ct_parent\":236,\"selector\":\"text_block-241-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Ran Vijay is IT Architect by profession. Worked with many IT leaders Like Infosys, IBM, Hitachi to name few. He is passionate about sports and fitness. His passion for cycling and running keep him fit and positive all the time. He is an inspiration for many.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d884ceda2a52358dd38675ec6713da3a4c6fe53d034826f08ec8114a6dba256e\' ct_options=\'{\"ct_id\":245,\"ct_parent\":134,\"selector\":\"div_block-245-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'7ff3c4b576d11ce2fb1196f4994771b52786cf31a4130b62c05fcc72431e3b77\' ct_options=\'{\"ct_id\":246,\"ct_parent\":245,\"selector\":\"image-246-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Sanjeev-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'944d4477417ca59d1882254d69df1d5572aeb253ffb600a5a9876addc9d770cc\' ct_options=\'{\"ct_id\":247,\"ct_parent\":245,\"selector\":\"headline-247-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SANJEEV KUMAR[/ct_headline][ct_text_block ct_sign_sha256=\'f94f333295a655ce78131356f4fba627f2e07e0fbabe96663bbb27519f8a4199\' ct_options=\'{\"ct_id\":248,\"ct_parent\":245,\"selector\":\"text_block-248-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Ironman[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27a9283bf9f8ae0bf1ab42dba10b97a74dd0fc5b2a48dc9c0a8b6f7f79a3dac4\' ct_options=\'{\"ct_id\":249,\"ct_parent\":245,\"selector\":\"_social_icons-249-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d909cf567fc185234acde99e3fff64f8f5e4528acce04664c02173eed402df1d\' ct_options=\'{\"ct_id\":250,\"ct_parent\":245,\"selector\":\"text_block-250-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Sanjeev is IT professional Worked with many IT leaders Like Infosys, Microsoft to name few. He is passionate sport person. He took the challenge and completed Ironman hosted in Goa in 2019. His passion for cycling and running keeps him fit. He is an inspiration for many.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7c34dfee54d144a2c63140383285629bc4fa356421e096ea39d9750d86c48d18\' ct_options=\'{\"ct_id\":163,\"ct_parent\":134,\"selector\":\"div_block-163-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'71d65d388b2432345aea39a6d3cd306442ce6ce1d726a8387212bdb7188769d3\' ct_options=\'{\"ct_id\":164,\"ct_parent\":163,\"selector\":\"image-164-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Rajiv-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'8300de98fce3c0d639a431c46bf00f39c0ae948ad2046201d43873861e16dc80\' ct_options=\'{\"ct_id\":165,\"ct_parent\":163,\"selector\":\"headline-165-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RAJIV[/ct_headline][ct_text_block ct_sign_sha256=\'d859041780181f015234deac6d59dc3719aff81c69384096e1724e8247de9ad3\' ct_options=\'{\"ct_id\":166,\"ct_parent\":163,\"selector\":\"text_block-166-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Spanish Lunguist[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5f1d06b6b9e80fd0755c641d69fb18655c44d3f09f8c3a99835265a7174a69c4\' ct_options=\'{\"ct_id\":167,\"ct_parent\":163,\"selector\":\"_social_icons-167-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'9ecc6ce9c2e6cbdec8b714c507f078a3c986c8e7eb805dacb8dbee762598638f\' ct_options=\'{\"ct_id\":168,\"ct_parent\":163,\"selector\":\"text_block-168-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Working as a Spanish Linguist in IBM. Settled in Bengaluru. A Bullet enthusiast &amp; have travelled to all parts of India.  I love outdoor Sports. Finished my Ironman 70.3 last year in Goa. Keep myself fit &amp; energized with Running, Swimming &amp; Cycling.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'bd3680ca7efa15e1c944b87c944c3bfe9f38ea6b0f53b84ce57d78805935db75\' ct_options=\'{\"ct_id\":294,\"ct_parent\":134,\"selector\":\"div_block-294-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'81274524bbe26a4a56a33e38ec4ae107b2de39782ca9def0f1f17a26f928f3ce\' ct_options=\'{\"ct_id\":295,\"ct_parent\":294,\"selector\":\"image-295-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Nishant-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'41fbe0e77b09fa257173d73521991bf5fab953705a16e26189fe71d35058cd55\' ct_options=\'{\"ct_id\":296,\"ct_parent\":294,\"selector\":\"headline-296-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RAJIV[/ct_headline][ct_text_block ct_sign_sha256=\'c5220dc2539bdd01f1da61d09206d6e13d99b0dbde37922f5af49bacb431e5e0\' ct_options=\'{\"ct_id\":297,\"ct_parent\":294,\"selector\":\"text_block-297-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Spanish Lunguist[/ct_text_block][oxy_social_icons ct_sign_sha256=\'fd6aaa8b3f99da00236827c0e3c0f3dbe580f53cf4dbfb0239edf2fb9110fc8f\' ct_options=\'{\"ct_id\":298,\"ct_parent\":294,\"selector\":\"_social_icons-298-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3db61b54c9d37114a2fd6d5e3b3b41db93d9c28d79797ca531f441e895074288\' ct_options=\'{\"ct_id\":299,\"ct_parent\":294,\"selector\":\"text_block-299-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Working as a Spanish Linguist in IBM. Settled in Bengaluru. A Bullet enthusiast &amp; have travelled to all parts of India.  I love outdoor Sports. Finished my Ironman 70.3 last year in Goa. Keep myself fit &amp; energized with Running, Swimming &amp; Cycling.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f721c37eb9462d9b80a2d0f1dac4889b6d229b6a82f43aa42cdda7215c496eb9\' ct_options=\'{\"ct_id\":285,\"ct_parent\":134,\"selector\":\"div_block-285-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'602f1087a24dc578ce20a4f939e5bb38bf9593f42a655eb871bd8859a63936db\' ct_options=\'{\"ct_id\":286,\"ct_parent\":285,\"selector\":\"image-286-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Nishant-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'5e2cc37dab8f98dda24e384712cc53b51ce592164fa889cd798f6e2b0817b9c6\' ct_options=\'{\"ct_id\":287,\"ct_parent\":285,\"selector\":\"headline-287-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']NISHANTH IYENGAR[/ct_headline][ct_text_block ct_sign_sha256=\'3e380f73bba13dfabd64d96551d104a2de7634c7ba45c6ea3afb9594fb251c76\' ct_options=\'{\"ct_id\":288,\"ct_parent\":285,\"selector\":\"text_block-288-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']PARENT TO PUPS[/ct_text_block][oxy_social_icons ct_sign_sha256=\'60a75a9c6eac29b9cb954dcfc9bee51a4eb63e50d848f8d3c20cfad25f861516\' ct_options=\'{\"ct_id\":289,\"ct_parent\":285,\"selector\":\"_social_icons-289-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'46cf23ae46ebe0204e683da57d8d5cc670f5a1b5ae781ebf75d9d1a1a65b5cde\' ct_options=\'{\"ct_id\":290,\"ct_parent\":285,\"selector\":\"text_block-290-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Cyclist, occasional runner, parent to couple of pups and like the outdoors.<br>[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(292,16,'ct_builder_shortcodes_revisions_dates','1600451075'),(294,16,'ct_builder_shortcodes_revisions_dates','1600451102'),(299,46,'_edit_lock','1600754283:1'),(300,46,'_edit_last','1'),(301,46,'ct_other_template','0'),(302,46,'ct_template_archive_post_types_all',''),(303,46,'ct_template_categories','a:0:{}'),(297,16,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'64601a01af9d290fc69aa93c12212d461aae092cdcc889cc0802c1031396db85\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-16\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"100\",\"container-padding-top\":\"128\",\"container-padding-bottom\":\"120\",\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\"},\"activeselector\":false,\"nicename\":\"Music Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'8c05cf57b1081fd85fe46b073f64e72d72c264789720c070688e48b29b7aab31\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"text_block-3-16\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']CYCLING FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'d01ab8884a79ecf9f24e6b6edf3940baf1f4e429dd941fa9af567de9ffe3096f\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"headline-4-16\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"100\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false}\']Bengaluru to Mysuru[/ct_headline][ct_text_block ct_sign_sha256=\'4aa8efd61e628af9d7f7461f7028ef6dd7c458cd02941fa9e1e534458b81c61e\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-16\",\"original\":{\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']We are cycling from Bengaluru to Mysuru to support Deepika School and raise funds for the education of Special Children[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'2c56a76fbf8b69819dce437f8fa0ba22e64b234265af160a8f2b8e8468239015\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"div_block-6-16\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_text ct_sign_sha256=\'b709549c4ff67cfbb20fd4bfacf146c29aa1aaf81fd42a21f2e34ddd478356f4\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"link_text-7-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][ct_code_block ct_sign_sha256=\'1358dec56de43e6ab17e8dc1b7f2f82b33d6e61a8715df0b238d00778b5b9c0d\' ct_options=\'{\"ct_id\":304,\"ct_parent\":6,\"selector\":\"code_block-304-16\",\"original\":{\"code-php\":\"PGZvcm0+PHNjcmlwdCBzcmM9Imh0dHBzOi8vY2RuLnJhem9ycGF5LmNvbS9zdGF0aWMvd2lkZ2V0L3BheW1lbnQtYnV0dG9uLmpzIiBkYXRhLXBheW1lbnRfYnV0dG9uX2lkPSJwbF9GYk5yOUlVbHFEWXBDbiI+IDwvc2NyaXB0PiA8L2Zvcm0+\"},\"activeselector\":false}\'][/ct_code_block][ct_link_text ct_sign_sha256=\'d5f6e39d1e185791d94c87430ed53e4a934b4392024595a0a843c9410a7c57be\' ct_options=\'{\"ct_id\":8,\"ct_parent\":6,\"selector\":\"link_text-8-16\",\"original\":{\"color\":\"color(3)\",\"url\":\"https://form.prosportsfoundation.com/apply\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"hover\":{\"background-color\":\"#ffffff\",\"color\":\"color(12)\"}}\']APPLY TO JOIN THE RIDE[/ct_link_text][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'0a49e83fdff428c2d2c3ec7cda811f69df697598469d7b7aaa4b7d876e706994\' ct_options=\'{\"ct_id\":44,\"ct_parent\":0,\"selector\":\"section-44-16\",\"original\":{\"container-padding-top\":\"84\",\"container-padding-bottom\":\"25\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"nicename\":\"Stats Boxes\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"80\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'83c9f43cda8c1894b5809e7dd1076cad92578fbbdd6d458e2893ccca8579c22d\' ct_options=\'{\"ct_id\":18,\"ct_parent\":44,\"selector\":\"headline-18-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Goal: Raise Rs.6 Lakhs[/ct_headline][ct_text_block ct_sign_sha256=\'e6bcf7499e12ca59e468f1d31e09893dcf63ac926a10a7aa7cf99274dfda3ee6\' ct_options=\'{\"ct_id\":19,\"ct_parent\":44,\"selector\":\"text_block-19-16\",\"original\":{\"margin-bottom\":\"49\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']It costs Rs.60,000 p.a. to teach each special child supported by Deepika Trust[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'7555d876c14a36353122d1d639cbda138b1efa1791bf98989a40500be152431a\' ct_options=\'{\"ct_id\":47,\"ct_parent\":44,\"selector\":\"new_columns-47-16\",\"original\":{\"reverse-column-order\":\"never\",\"set-columns-width-50\":\"tablet\",\"flex-reverse\":\"false\"}}\'][ct_div_block_2 ct_sign_sha256=\'856f2e28ff1e07bcab829a7de5c06da7fe178792bf3f263e7194acfcda6e65e6\' ct_options=\'{\"ct_id\":48,\"ct_parent\":47,\"selector\":\"div_block-48-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'4381752516a6e173d7787e7c41ac5e146c923935338b2c474c83170cc3d05454\' ct_options=\'{\"ct_id\":17,\"ct_parent\":48,\"selector\":\"text_block-17-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Distance: 150 Kms[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ea8b569e732981c1a35020417710b50f485bf7d75913194712acea6e5c41d31f\' ct_options=\'{\"ct_id\":52,\"ct_parent\":47,\"selector\":\"div_block-52-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'f8bfe90f6527e5093d426f784f50f154faa13a996b331c49fcdd39225cf1883f\' ct_options=\'{\"ct_id\":87,\"ct_parent\":52,\"selector\":\"text_block-87-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Time: 9 hours[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'698048d5b968b291c8fe2dadb40f79272d2edc6267ce87f890a2772312c51447\' ct_options=\'{\"ct_id\":56,\"ct_parent\":47,\"selector\":\"div_block-56-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'ea07ecfe4a3c24553c189c29ce8be5ca162ba61e1fbfc96b75ad73e56da8be6a\' ct_options=\'{\"ct_id\":89,\"ct_parent\":56,\"selector\":\"text_block-89-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']20 Cyclists[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3d88a50edcd375724c17c90a05965cb08ab9db43b2d2ded8d0bbc736325bce07\' ct_options=\'{\"ct_id\":60,\"ct_parent\":47,\"selector\":\"div_block-60-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'9442f93533c387d8c3d5e7f1fed19ccb35642421d5393b83633f9114fe0e9e80\' ct_options=\'{\"ct_id\":92,\"ct_parent\":60,\"selector\":\"text_block-92-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Sponsor 10 Kids[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'e8260bd7bc2be79de690d280726e657afc7c8aa2277fa2ae22d23e50f8ab5115\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"section-16-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"44\",\"text-align\":\"center\",\"align-items\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'d7ae18b6d8239132b07fcccd5b729b3d3aa35073375db546e63b80460525efbb\' ct_options=\'{\"ct_id\":80,\"ct_parent\":16,\"selector\":\"text_block-80-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING AGENDA[/ct_text_block][ct_headline ct_sign_sha256=\'46239814ad3454298c78562d354c660d8920b86b06566be63fa9b8d4da45fff6\' ct_options=\'{\"ct_id\":70,\"ct_parent\":16,\"selector\":\"headline-70-16\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"tag\":\"h2\",\"color\":\"color(1)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']3rd Oct 2020[/ct_headline][ct_text_block ct_sign_sha256=\'a23bb8523e1a7e06c65a871dab55c299967ace3932ae15b30a94c795e99a5845\' ct_options=\'{\"ct_id\":67,\"ct_parent\":16,\"selector\":\"text_block-67-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-big-text\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']We are starting from Gandhi Statue in front of Vidhan Soudha, Bengaluru and finish at Gandhi Statue at University of Mysuru[/ct_text_block][oxy_progress_bar ct_sign_sha256=\'a6c0b36faca4cde4a5d817a0fc875152ac90d0e2652e658e11abc9b875fb5756\' ct_options=\'{\"ct_id\":20,\"ct_parent\":16,\"selector\":\"_progress_bar-20-16\",\"original\":{\"progress_bar_left_text\":\"NTozMCBBTTombmJzcDsgU3RhcnQgYXQgVmlkaGFuIFNvdWRoYQ==\",\"progress_bar_progress\":\"0\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MCBLbQ==\",\"progress_bar_left_text_typography_color\":\"color(12)\",\"progress_bar_right_text_typography_color\":\"color(16)\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'5f3b92cd16681fc2c89f32cc1ac09fd059e842c9dd9d9f6e8d1e28e5e36c7d45\' ct_options=\'{\"ct_id\":21,\"ct_parent\":16,\"selector\":\"_progress_bar-21-16\",\"original\":{\"progress_bar_left_text\":\"ODozMCBBTTombmJzcDsgRmlyc3Qgc3RvcCBhdCBSYW1hbmFnYXJh\",\"progress_bar_progress\":\"33\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NTAgS21z\",\"progress_bar_left_text_typography_color\":\"color(12)\",\"progress_bar_right_text_typography_color\":\"color(16)\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'0ba4726823381be33f8fb7bd45f3f271c4e670662250623177e7855619c87c46\' ct_options=\'{\"ct_id\":22,\"ct_parent\":16,\"selector\":\"_progress_bar-22-16\",\"original\":{\"progress_bar_left_text\":\"MTE6MzAgQU06Jm5ic3A7IFNlY29uZCBzdG9wIGF0IE1hbmR5YQ==\",\"progress_bar_progress\":\"67\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MTAwIEttcw==\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'81f99f4f4877df52ea74afca846606630e0db421ea6ff9a451928a9f3616dc4b\' ct_options=\'{\"ct_id\":126,\"ct_parent\":16,\"selector\":\"_progress_bar-126-16\",\"original\":{\"progress_bar_left_text\":\"MjozMCBQTTogRmluaXNoIGF0IEdhbmRoaSBTdGF0dWUsIFVuaXZlcnNpdHkgb2YgTXlzdXJ1\",\"progress_bar_progress\":\"100\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MTUwIEttcw==\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][/ct_section][ct_section ct_sign_sha256=\'22885e8986718b9d34fb0f7236596fe4b9a624834ec71495a701f6e53d059561\' ct_options=\'{\"ct_id\":206,\"ct_parent\":0,\"selector\":\"section-206-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Logo Grid Simple\",\"ct_category\":\"Social Proof\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'5bd24e4f1a44331a26c8f2d8fffea3e3fd0fd1aa53b54bad03c8efc1e252cc3e\' ct_options=\'{\"ct_id\":207,\"ct_parent\":206,\"selector\":\"new_columns-207-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{}}\'][ct_div_block_2 ct_sign_sha256=\'3e450551ec31e54c9ab64a2af594b31a9a9d9c0f122f13c123a275ec3304a21d\' ct_options=\'{\"ct_id\":208,\"ct_parent\":207,\"selector\":\"div_block-208-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"},\"activeselector\":\"hyperion-logogrid-1-column\"}\'][ct_image ct_sign_sha256=\'2ac1dfa139e6751e7cef59e9cb2fbe97f4ee1cca21c2add8bbae1ca5e874ff5f\' ct_options=\'{\"ct_id\":209,\"ct_parent\":208,\"selector\":\"image-209-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d55fa4604fc9131ff84590245c6f2bdb4b9a8585e8d75a026f9cd62cc4b289ca\' ct_options=\'{\"ct_id\":210,\"ct_parent\":207,\"selector\":\"div_block-210-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'e79f199cf23351b92c658720b3f72c04fbdea855cd04d90122cb2a294ded20c9\' ct_options=\'{\"ct_id\":211,\"ct_parent\":210,\"selector\":\"image-211-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Raw-Pressery-logo.jpg\",\"height\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8672e669f83438e13e05c1da50dc99295ae0ba8b4f92dd7f51bd9467751ff129\' ct_options=\'{\"ct_id\":212,\"ct_parent\":207,\"selector\":\"div_block-212-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f293a8df50390bf0a2873608e8626164709cfc7587f857b17941df66e9ec871b\' ct_options=\'{\"ct_id\":213,\"ct_parent\":212,\"selector\":\"image-213-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProNature-NEWLogo.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'919ecf0104a4992ccdabaebd8de3038aa81f6f8c3f67403600006dd3b2d8728a\' ct_options=\'{\"ct_id\":214,\"ct_parent\":207,\"selector\":\"div_block-214-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f307c73ef2b640ddebcc3b5cdca5e98b95fc7bad2f57cace5253f2864f5093e0\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"image-215-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/LOGO-BLACK.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'e0acad69af53b5e35005ef3352e3c9d465cc28ab447c442df9d2df20427dd510\' ct_options=\'{\"ct_id\":216,\"ct_parent\":206,\"selector\":\"new_columns-216-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a2c9aa63cda61eb7147b240994ff08fc9e82d92b4c040b373b1e4d914658af98\' ct_options=\'{\"ct_id\":221,\"ct_parent\":216,\"selector\":\"div_block-221-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'3845896da2c207bb2ca1601f32d4fc8d8c15191d346712f9bd3ab3d80b36a287\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"image-222-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/PH-LOGO.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'89a7a2daf6f140f9e0ddddc8501e705727fbba8488a3f9da150bf6df1d9ac1e8\' ct_options=\'{\"ct_id\":223,\"ct_parent\":216,\"selector\":\"div_block-223-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'80f68c36a2c94b0a09707ab899efcac1cf507c81854b448c88ea6d9f65ad8eb3\' ct_options=\'{\"ct_id\":224,\"ct_parent\":223,\"selector\":\"image-224-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpp_logo_new_400x400.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'243257b4b9c082ec3c6588350f9eb5e5984b61ae8ebb77ecf77be79e6fd4e4a3\' ct_options=\'{\"ct_id\":130,\"ct_parent\":0,\"selector\":\"section-130-16\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-color\":\"color(1)\"},\"activeselector\":false,\"nicename\":\"Team Dark Three Columns\",\"ct_category\":\"People\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'df5be7289e1117a526e641e915abba3b18b9dacc834bffa56f2dc9ff606486b9\' ct_options=\'{\"ct_id\":131,\"ct_parent\":130,\"selector\":\"text_block-131-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']PEOPLE[/ct_text_block][ct_headline ct_sign_sha256=\'8a0f5b7c834e5d722794c5c93386a279b8d6d1f9df9079c0a4b0f47acb841bf5\' ct_options=\'{\"ct_id\":132,\"ct_parent\":130,\"selector\":\"headline-132-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Meet the Cyclists[/ct_headline][ct_text_block ct_sign_sha256=\'4df8d34aa1b0a39aa8e637bbeff38462444bac5f945c44df05e0647287e4f704\' ct_options=\'{\"ct_id\":133,\"ct_parent\":130,\"selector\":\"text_block-133-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']Smallest directly families surprise honoured am an. Speaking replying mistress him numerous she returned feelings may day.[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'2ae413e203eec761b4f44b4c1d148818ac75dd8b59b6b3643ab5d71950360194\' ct_options=\'{\"ct_id\":134,\"ct_parent\":130,\"selector\":\"div_block-134-16\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"flex-direction\":\"row\",\"display\":\"flex\",\"flex-wrap\":\"wrap\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'161af31d0b12688462f422cc1d6ac0a814468328ea13036f33995fc3da4e62d8\' ct_options=\'{\"ct_id\":135,\"ct_parent\":134,\"selector\":\"div_block-135-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"}}\'][ct_image ct_sign_sha256=\'a3862c017584c63ea9ccd7af2e4b0bb3fdaeb9a3244fc35127716dd04d844b18\' ct_options=\'{\"ct_id\":136,\"ct_parent\":135,\"selector\":\"image-136-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Shahid-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'761eb2870585f485ebce5c17f65358b02b140b807ff9c15e4ebeb7d2854fa286\' ct_options=\'{\"ct_id\":137,\"ct_parent\":135,\"selector\":\"headline-137-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SHAHID KHAN[/ct_headline][ct_text_block ct_sign_sha256=\'0b703b81ca1b7ed967310b25f42ffb54c6389d2b82e0d8ece4094a637b3bd08f\' ct_options=\'{\"ct_id\":138,\"ct_parent\":135,\"selector\":\"text_block-138-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"}}\']Rally Driver[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27d24d5a29c7548672780752a42c9c1175eea33c09b5c2748dcef582ef781d5c\' ct_options=\'{\"ct_id\":139,\"ct_parent\":135,\"selector\":\"_social_icons-139-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'6acdb033460909a81d32f2572f60e4b2c7011fcefbbe47ee6b8db25168377ea4\' ct_options=\'{\"ct_id\":140,\"ct_parent\":135,\"selector\":\"text_block-140-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Founder of Jumpptech. He is passionate about Digital Marketing, Technology, Entrepreneurship, Blogging, Cycling &amp; Rally Driving.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'91ba58532762ce489ff2eeec6ce56fcf6ea364ac6aaf2add19afc1222200bdfc\' ct_options=\'{\"ct_id\":142,\"ct_parent\":134,\"selector\":\"div_block-142-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'8506eaaa6bdf7f94d7f6780b9178fb51b00cc3e27c69403ad112d6be699acd90\' ct_options=\'{\"ct_id\":143,\"ct_parent\":142,\"selector\":\"image-143-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Pavan-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'de833df7abc090c38b48dcfdf1a2e9621ca40a1f9935a22a5ca8e9cf8ccd02b6\' ct_options=\'{\"ct_id\":144,\"ct_parent\":142,\"selector\":\"headline-144-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']PAVAN SRIRAM[/ct_headline][ct_text_block ct_sign_sha256=\'a4d5f520255c87bbf342ee0e5b7a21da21392d0f2f0f230fb534425a0b0c9e6c\' ct_options=\'{\"ct_id\":145,\"ct_parent\":142,\"selector\":\"text_block-145-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Runner[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5b2409ec6606e498291a0e077f0a0a2f033361a4868d66b791cfff010d21e706\' ct_options=\'{\"ct_id\":146,\"ct_parent\":142,\"selector\":\"_social_icons-146-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3dc99d1cc14d109aa7bf984c92c1c6d8092dea353059cf92b097ddbf4fc79236\' ct_options=\'{\"ct_id\":147,\"ct_parent\":142,\"selector\":\"text_block-147-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Doubtful two bed way pleasure confined followed. Shew up ye away no eyes life or were this. Perfectly did suspicion daughters but his intention. Started on society an brought it explain.&nbsp;<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ebdbce7cb86326d29de856850fb72ef45014eca8f96a4c0fb07883dfeac58a00\' ct_options=\'{\"ct_id\":149,\"ct_parent\":134,\"selector\":\"div_block-149-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'5fcac82991f6bccb8d1b537d6e853ffdade710eb373949c91941bfc1d2ac0826\' ct_options=\'{\"ct_id\":150,\"ct_parent\":149,\"selector\":\"image-150-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Savitha-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'d13bbbc5c21b3e0b730473f39353e3534a85aed52c828dc6c5fb66b884800634\' ct_options=\'{\"ct_id\":151,\"ct_parent\":149,\"selector\":\"headline-151-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SAVITHA BHAVSAR[/ct_headline][ct_text_block ct_sign_sha256=\'c47f0abc5b27430197713b288571348217333129b703b9157924ac1d04024398\' ct_options=\'{\"ct_id\":152,\"ct_parent\":149,\"selector\":\"text_block-152-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Adventurer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'bc773317a40c8654610f3a29d56b26f199642c8b31dc73d75358e0dd09a1105b\' ct_options=\'{\"ct_id\":153,\"ct_parent\":149,\"selector\":\"_social_icons-153-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"6\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'e66dd9470e64c18c8f33223e45b58f5d1053537a019d355dddf939a4ba5ddebc\' ct_options=\'{\"ct_id\":154,\"ct_parent\":149,\"selector\":\"text_block-154-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Extended kindness trifling remember he confined outlived if. Assistance sentiments yet unpleasing say. Open they an busy they my such high. An active dinner wishes.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c1437d05320921a51ecb27191cd78c74fc2450e0464f29ddf801547a315a8408\' ct_options=\'{\"ct_id\":156,\"ct_parent\":134,\"selector\":\"div_block-156-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'3e1bcd2564ad2f4049169a24a25c63bfd6847f2c80c9357988d57da1b06eff78\' ct_options=\'{\"ct_id\":157,\"ct_parent\":156,\"selector\":\"image-157-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Bharath-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'85a7d9f1b770a4591b36e72fa13664c9ab49cc7fa3ec69e979dcf2f0969af0e2\' ct_options=\'{\"ct_id\":158,\"ct_parent\":156,\"selector\":\"headline-158-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']BHARATH[/ct_headline][ct_text_block ct_sign_sha256=\'1f90689c4dbd30c1b6e8f598af43f52dd21ebf5216efcd22b12a6d6ac56d04b5\' ct_options=\'{\"ct_id\":159,\"ct_parent\":156,\"selector\":\"text_block-159-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Cyclist[/ct_text_block][oxy_social_icons ct_sign_sha256=\'57b9863f99cf27cc9746880cc8829c195f9a24abe6da986cd3e614e380207c63\' ct_options=\'{\"ct_id\":160,\"ct_parent\":156,\"selector\":\"_social_icons-160-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'ddeaeffc9907b573c03b1e5a7aa98d333a0a0a1c8822adfb4a66a7c6e36e4539\' ct_options=\'{\"ct_id\":161,\"ct_parent\":156,\"selector\":\"text_block-161-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Looking started he up perhaps against. How remainder all additions get elsewhere resources. One missed shy wishes supply design answer formed. Prevent on present hastily passage an subject in be.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'722d05da012929093c633ea8535c86d7479f60bf72e9b5546dfaabe9ef93a2dd\' ct_options=\'{\"ct_id\":236,\"ct_parent\":134,\"selector\":\"div_block-236-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'372dec1437e628ba860572a6a6e0ffe934ceb49ac206bbcf859a25bef219e5ce\' ct_options=\'{\"ct_id\":237,\"ct_parent\":236,\"selector\":\"image-237-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Ranvijay-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'ed66edd584c168767c4638c344d48c388b0a7c25148704e8dee74e0a23b98fb5\' ct_options=\'{\"ct_id\":238,\"ct_parent\":236,\"selector\":\"headline-238-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RANVIJAY PANDEY[/ct_headline][ct_text_block ct_sign_sha256=\'f30eea5337109bb5843802647f703ccb718e205856f931bad66ef45c4b5e247b\' ct_options=\'{\"ct_id\":239,\"ct_parent\":236,\"selector\":\"text_block-239-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Architect[/ct_text_block][oxy_social_icons ct_sign_sha256=\'386f64f7a1e37d63d17087168e3fee0348d6bf2b0ed4bd0787b1aa258838486d\' ct_options=\'{\"ct_id\":240,\"ct_parent\":236,\"selector\":\"_social_icons-240-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3a8ce1b995d0b9f2738363048c307238851fb6e7501f5e93d501b8f72dbe23cf\' ct_options=\'{\"ct_id\":241,\"ct_parent\":236,\"selector\":\"text_block-241-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Ran Vijay is IT Architect by profession. Worked with many IT leaders Like Infosys, IBM, Hitachi to name few. He is passionate about sports and fitness. His passion for cycling and running keep him fit and positive all the time. He is an inspiration for many.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d884ceda2a52358dd38675ec6713da3a4c6fe53d034826f08ec8114a6dba256e\' ct_options=\'{\"ct_id\":245,\"ct_parent\":134,\"selector\":\"div_block-245-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'7ff3c4b576d11ce2fb1196f4994771b52786cf31a4130b62c05fcc72431e3b77\' ct_options=\'{\"ct_id\":246,\"ct_parent\":245,\"selector\":\"image-246-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Sanjeev-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'944d4477417ca59d1882254d69df1d5572aeb253ffb600a5a9876addc9d770cc\' ct_options=\'{\"ct_id\":247,\"ct_parent\":245,\"selector\":\"headline-247-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SANJEEV KUMAR[/ct_headline][ct_text_block ct_sign_sha256=\'f94f333295a655ce78131356f4fba627f2e07e0fbabe96663bbb27519f8a4199\' ct_options=\'{\"ct_id\":248,\"ct_parent\":245,\"selector\":\"text_block-248-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Ironman[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27a9283bf9f8ae0bf1ab42dba10b97a74dd0fc5b2a48dc9c0a8b6f7f79a3dac4\' ct_options=\'{\"ct_id\":249,\"ct_parent\":245,\"selector\":\"_social_icons-249-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d909cf567fc185234acde99e3fff64f8f5e4528acce04664c02173eed402df1d\' ct_options=\'{\"ct_id\":250,\"ct_parent\":245,\"selector\":\"text_block-250-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Sanjeev is IT professional Worked with many IT leaders Like Infosys, Microsoft to name few. He is passionate sport person. He took the challenge and completed Ironman hosted in Goa in 2019. His passion for cycling and running keeps him fit. He is an inspiration for many.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7c34dfee54d144a2c63140383285629bc4fa356421e096ea39d9750d86c48d18\' ct_options=\'{\"ct_id\":163,\"ct_parent\":134,\"selector\":\"div_block-163-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'71d65d388b2432345aea39a6d3cd306442ce6ce1d726a8387212bdb7188769d3\' ct_options=\'{\"ct_id\":164,\"ct_parent\":163,\"selector\":\"image-164-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Rajiv-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'8300de98fce3c0d639a431c46bf00f39c0ae948ad2046201d43873861e16dc80\' ct_options=\'{\"ct_id\":165,\"ct_parent\":163,\"selector\":\"headline-165-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RAJIV[/ct_headline][ct_text_block ct_sign_sha256=\'d859041780181f015234deac6d59dc3719aff81c69384096e1724e8247de9ad3\' ct_options=\'{\"ct_id\":166,\"ct_parent\":163,\"selector\":\"text_block-166-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Spanish Lunguist[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5f1d06b6b9e80fd0755c641d69fb18655c44d3f09f8c3a99835265a7174a69c4\' ct_options=\'{\"ct_id\":167,\"ct_parent\":163,\"selector\":\"_social_icons-167-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'9ecc6ce9c2e6cbdec8b714c507f078a3c986c8e7eb805dacb8dbee762598638f\' ct_options=\'{\"ct_id\":168,\"ct_parent\":163,\"selector\":\"text_block-168-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Working as a Spanish Linguist in IBM. Settled in Bengaluru. A Bullet enthusiast &amp; have travelled to all parts of India.  I love outdoor Sports. Finished my Ironman 70.3 last year in Goa. Keep myself fit &amp; energized with Running, Swimming &amp; Cycling.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f721c37eb9462d9b80a2d0f1dac4889b6d229b6a82f43aa42cdda7215c496eb9\' ct_options=\'{\"ct_id\":285,\"ct_parent\":134,\"selector\":\"div_block-285-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'602f1087a24dc578ce20a4f939e5bb38bf9593f42a655eb871bd8859a63936db\' ct_options=\'{\"ct_id\":286,\"ct_parent\":285,\"selector\":\"image-286-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Nishant-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'5e2cc37dab8f98dda24e384712cc53b51ce592164fa889cd798f6e2b0817b9c6\' ct_options=\'{\"ct_id\":287,\"ct_parent\":285,\"selector\":\"headline-287-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']NISHANTH IYENGAR[/ct_headline][ct_text_block ct_sign_sha256=\'3e380f73bba13dfabd64d96551d104a2de7634c7ba45c6ea3afb9594fb251c76\' ct_options=\'{\"ct_id\":288,\"ct_parent\":285,\"selector\":\"text_block-288-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']PARENT TO PUPS[/ct_text_block][oxy_social_icons ct_sign_sha256=\'60a75a9c6eac29b9cb954dcfc9bee51a4eb63e50d848f8d3c20cfad25f861516\' ct_options=\'{\"ct_id\":289,\"ct_parent\":285,\"selector\":\"_social_icons-289-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'46cf23ae46ebe0204e683da57d8d5cc670f5a1b5ae781ebf75d9d1a1a65b5cde\' ct_options=\'{\"ct_id\":290,\"ct_parent\":285,\"selector\":\"text_block-290-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Cyclist, occasional runner, parent to couple of pups and like the outdoors.<br>[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(296,16,'ct_builder_shortcodes_revisions_dates','1600451293'),(298,16,'ct_builder_shortcodes_revisions_dates','1600451382'),(885,46,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'40e279bd5714eff3887e1a54d2e7d611b8ea245af8c0495a13320bb46291a2c7\' ct_options=\'{\"ct_id\":23,\"ct_parent\":0,\"selector\":\"section-23-46\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"43\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'b579ed47e64e2fe03d888ac6e87bd228bd815758c6c593650e37b24e5095fb67\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"text_block-24-46\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"39\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']FUNDRAISER FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'ad51d776e43ab0555f4a7332992be68ab92fccdf6e2fb66ee93c991502d3d010\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"headline-25-46\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']DONATE[/ct_headline][ct_text_block ct_sign_sha256=\'6a9cc6a9c3f2d2f09cd01c38040097aa8ba3646a5310ecd6d8011db62564291d\' ct_options=\'{\"ct_id\":26,\"ct_parent\":23,\"selector\":\"text_block-26-46\",\"original\":{\"margin-bottom\":\"30\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"28\"},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']We are facing some issues with Razorpay payment button. We will sort it and add the button soon. We should be able to add the button back by 12pm.&nbsp;Apologes for any inconvenience caused.[/ct_text_block][/ct_section]'),(861,16,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'309e7f60dbca3c68d17c6503c9dc202b4e7c7690a1ceaaef82d14ff42e78bd7a\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-16\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"100\",\"container-padding-top\":\"128\",\"container-padding-bottom\":\"115\",\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\"},\"activeselector\":false,\"nicename\":\"Music Hero Section\",\"ct_category\":\"Heros & Titles\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"62\",\"container-padding-bottom\":\"42\"}}}}\'][ct_text_block ct_sign_sha256=\'161b944d9b6920cc52b81c73fd1fc6a4a1bf5cca796e63e2140378cd748b0056\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"text_block-3-16\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']FUNDRAISER FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'1b508d46de005633d31c8f5a59ac7daf1a41e148492ab0a9c656648bbdb43d88\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"headline-4-16\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\",\"margin-bottom\":\"10\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-right-unit\":\"em\",\"font-size\":\"75\"}}}}\']Bengaluru to Mysuru[/ct_headline][ct_headline ct_sign_sha256=\'d4912394b044ea0f6b691d78a9d183de0b0bb8b153e83910546c839114ccde27\' ct_options=\'{\"ct_id\":463,\"ct_parent\":2,\"selector\":\"headline-463-16\",\"original\":{\"color\":\"color(16)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"40\",\"background-color\":\"color(3)\",\"font-weight\":\"500\",\"margin-bottom\":\"10\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-right-unit\":\"em\",\"font-size\":\"75\"}}}}\']Start Time &amp; Date: 3rd Oct, 5:30 AM[/ct_headline][ct_text_block ct_sign_sha256=\'52ba41e8b8b31edf632b4a05909d5bf2f9ebe332171c342cdf05b5f061c00359\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-16\",\"original\":{\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']We are cycling from Vidhan Soudha, Bengaluru to University of Mysuru to support Deepika School and Charitable Trust to raise funds for the education of Special Children[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'93f0ca80fb9c7d4d5fdb5bcc5148bc8299de8e90e67206d04519ac67fad639bd\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"div_block-6-16\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_text ct_sign_sha256=\'ca31071e3fda0b8a5932f054e3a32d0b13219d2909018af1427681fb932f56b5\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"link_text-7-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'d5f6e39d1e185791d94c87430ed53e4a934b4392024595a0a843c9410a7c57be\' ct_options=\'{\"ct_id\":8,\"ct_parent\":6,\"selector\":\"link_text-8-16\",\"original\":{\"color\":\"color(3)\",\"url\":\"https://form.prosportsfoundation.com/apply\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"hover\":{\"background-color\":\"#ffffff\",\"color\":\"color(12)\"}}\']APPLY TO JOIN THE RIDE[/ct_link_text][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'023d887ca149bd64c315345145bf4239998db8aa282d4e70ce79ebe1d8b3e7a2\' ct_options=\'{\"ct_id\":432,\"ct_parent\":0,\"selector\":\"section-432-16\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"39\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-color\":\"color(3)\"},\"activeselector\":false,\"nicename\":\"Icons 3x1 Boxed\",\"ct_category\":\"Content\"}\'][ct_headline ct_sign_sha256=\'c0a39237f53fe389c9aaffdcbac6deb204003b88a6daa7606b22a00816af2307\' ct_options=\'{\"ct_id\":18,\"ct_parent\":432,\"selector\":\"headline-18-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"font-size\":\"75\"}}}}\']Goal: Raise Rs.6 Lakhs[/ct_headline][ct_text_block ct_sign_sha256=\'d0972d9e5718733caac6bc2c61dd2b8690d4345175fcb3a83d133006a40e5955\' ct_options=\'{\"ct_id\":19,\"ct_parent\":432,\"selector\":\"text_block-19-16\",\"original\":{\"margin-bottom\":\"9\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']It costs Rs.60,000 p.a. to teach each special child supported by Deepika School. Our goal is raise Rs.6 lakhs which can support 10 kids for a year.[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'85b2a5e19b52dd4ed1fed6598536fb7d8bbf68829e9e0edbb50efc29f3687ce7\' ct_options=\'{\"ct_id\":435,\"ct_parent\":432,\"selector\":\"new_columns-435-16\"}\'][ct_div_block_2 ct_sign_sha256=\'68cddd328a79cd045e08b6842ae294265b81c8b476843ae110c873590eac0a7f\' ct_options=\'{\"ct_id\":436,\"ct_parent\":435,\"selector\":\"div_block-436-16\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'72a48f795a4a1566f20a7eb25741e9656c96a161e17cd4dfc0ed3d37301d0803\' ct_options=\'{\"ct_id\":437,\"ct_parent\":436,\"selector\":\"div_block-437-16\",\"classes\":{\"0\":\"atomic-iconblock-15-wrapper\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_fancy_icon ct_sign_sha256=\'02215c82917c48ab0d8471f9e2533a47033ee4aa3b62c46082426f813d585681\' ct_options=\'{\"ct_id\":438,\"ct_parent\":437,\"selector\":\"fancy_icon-438-16\",\"original\":{\"icon-id\":\"Lineariconsicon-bicycle\"},\"classes\":{\"0\":\"atomic-iconblock-15-icon\"},\"activeselector\":\"atomic-iconblock-15-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d348faef41464b88edd5a4904aaf4f11e1b1ba5ed17ab33f54491d2f8e14afd2\' ct_options=\'{\"ct_id\":439,\"ct_parent\":437,\"selector\":\"headline-439-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"atomic-iconblock-15-title\"},\"activeselector\":\"atomic-iconblock-15-title\"}\']DISTANCE[/ct_headline][ct_text_block ct_sign_sha256=\'de7f6f07c8426c810b91ac8ec124058b0601929c5870a0accb8292212c801574\' ct_options=\'{\"ct_id\":440,\"ct_parent\":437,\"selector\":\"text_block-440-16\",\"classes\":{\"0\":\"atomic-iconblock-15-text\"},\"activeselector\":\"atomic-iconblock-15-text\"}\']150 Kms[/ct_text_block][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'e3fbe02bdd514717e5a0bb866834213fc49eb728f8e1661b9e6b2ecbdce43b97\' ct_options=\'{\"ct_id\":441,\"ct_parent\":435,\"selector\":\"div_block-441-16\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_div_block_3 ct_sign_sha256=\'0db74481101c3a8774f894fcf538f7cb2c0db24c0af3d42c6938a0bd437ebf82\' ct_options=\'{\"ct_id\":442,\"ct_parent\":441,\"selector\":\"div_block-442-16\",\"classes\":{\"0\":\"atomic-iconblock-15-wrapper\"},\"activeselector\":\"atomic-iconblock-15-wrapper\"}\'][ct_fancy_icon ct_sign_sha256=\'9514bb1fbf2d81bfc9ea4c53be5b3262dd5236758c949cbad233ea33c1e97a59\' ct_options=\'{\"ct_id\":443,\"ct_parent\":442,\"selector\":\"fancy_icon-443-16\",\"original\":{\"icon-id\":\"Lineariconsicon-clock\"},\"classes\":{\"0\":\"atomic-iconblock-15-icon\"},\"activeselector\":\"atomic-iconblock-15-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'cf1f1efd38cb20aa3a98e7027d3d6277097a522db61d700f2bb1dd9ca81024f7\' ct_options=\'{\"ct_id\":444,\"ct_parent\":442,\"selector\":\"headline-444-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"atomic-iconblock-15-title\"},\"activeselector\":\"atomic-iconblock-15-title\"}\']TIME[/ct_headline][ct_text_block ct_sign_sha256=\'0baf07d3f8e0018c072d9f9ca5b6a41077755b42277b5aec5293e81845666c64\' ct_options=\'{\"ct_id\":445,\"ct_parent\":442,\"selector\":\"text_block-445-16\",\"classes\":{\"0\":\"atomic-iconblock-15-text\"},\"activeselector\":\"atomic-iconblock-15-text\"}\']9-10 Hours[/ct_text_block][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'96fd6dd41f5431916fa52d005fe740987e4932aa4c87e61159d02c9854f841f0\' ct_options=\'{\"ct_id\":446,\"ct_parent\":435,\"selector\":\"div_block-446-16\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'8d441d41e478dbe97f3d830ed3b1a7a9cec47c6a95678161d565a1c84c77cf44\' ct_options=\'{\"ct_id\":447,\"ct_parent\":446,\"selector\":\"div_block-447-16\",\"classes\":{\"0\":\"atomic-iconblock-15-wrapper\"}}\'][ct_fancy_icon ct_sign_sha256=\'e8a80087b53c03d982b45d31ffea7a0380d6030f0472c2e99e882f18185dc97d\' ct_options=\'{\"ct_id\":448,\"ct_parent\":447,\"selector\":\"fancy_icon-448-16\",\"original\":{\"icon-id\":\"Lineariconsicon-users\"},\"classes\":{\"0\":\"atomic-iconblock-15-icon\"},\"activeselector\":\"atomic-iconblock-15-icon\"}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'d3e7e694c7da6f21e07205528a064f7a52b21843f47a7e800691ff8136fe3237\' ct_options=\'{\"ct_id\":449,\"ct_parent\":447,\"selector\":\"headline-449-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"atomic-iconblock-15-title\"},\"activeselector\":\"atomic-iconblock-15-title\"}\']CYCLISTS[/ct_headline][ct_text_block ct_sign_sha256=\'3dddf5a945abacff84f4feb8e4e7f37f046901a4760bf7cbf7333a95ca3e533d\' ct_options=\'{\"ct_id\":450,\"ct_parent\":447,\"selector\":\"text_block-450-16\",\"classes\":{\"0\":\"atomic-iconblock-15-text\"},\"activeselector\":\"atomic-iconblock-15-text\"}\']20[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'21c0dbafc6a39a34d6722aff163d158cfb3373f0eb941e9e39550f71e482dee9\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"section-16-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"49\",\"text-align\":\"center\",\"align-items\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true,\"background-color\":\"color(12)\"},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'d7ae18b6d8239132b07fcccd5b729b3d3aa35073375db546e63b80460525efbb\' ct_options=\'{\"ct_id\":80,\"ct_parent\":16,\"selector\":\"text_block-80-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING AGENDA[/ct_text_block][ct_headline ct_sign_sha256=\'a1ba5792aceaef3f27dd2bd922fa019f93d86fa9e973b8a123a201294dd0eca0\' ct_options=\'{\"ct_id\":70,\"ct_parent\":16,\"selector\":\"headline-70-16\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"tag\":\"h2\",\"font-size\":\"75\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"font-size\":\"75\"}}}}\']3rd Oct 2020[/ct_headline][ct_text_block ct_sign_sha256=\'da380793f43329a798f9282c28abe9a7122e6bf1049e8cccbe09475457e70081\' ct_options=\'{\"ct_id\":292,\"ct_parent\":16,\"selector\":\"text_block-292-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"color\":\"color(3)\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-big-text\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']5:30 AM:  Start at Vidhan Soudha - 0 Kms<br>8:30 AM:  First stop at Ramanagara - 50 Kms<br>11:30 AM:  Second stop at Mandya - 100 Kms<br>2:30 PM: Finish at University of Mysuru - 150 Kms[/ct_text_block][ct_link_text ct_sign_sha256=\'64a04ed9322aee8e3e352cf0fcaa0d1aa102b7c379a159352df7c83983ade73b\' ct_options=\'{\"ct_id\":291,\"ct_parent\":16,\"selector\":\"link_text-291-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'3645fe2c8a58d6545c668163df3aebbdcd76d5e694a057bd3fd2622ac242f797\' ct_options=\'{\"ct_id\":300,\"ct_parent\":0,\"selector\":\"section-300-16\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\",\"align-items\":\"center\",\"text-align\":\"center\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'ee51eafe464617e1f3f01151c32589db2b31e6b1f8ee28e5357158fd9640bd35\' ct_options=\'{\"ct_id\":298,\"ct_parent\":300,\"selector\":\"headline-298-16\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"tag\":\"h2\",\"color\":\"color(1)\",\"font-size\":\"75\",\"margin-top\":\"20\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"font-size\":\"75\"}}}}\']Our Partners[/ct_headline][/ct_section][ct_section ct_sign_sha256=\'c0505c8ffe7e4f650287777d2498261cd94555d9e40ff35d1608a58b5ed2ac03\' ct_options=\'{\"ct_id\":206,\"ct_parent\":0,\"selector\":\"section-206-16\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"26\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Logo Grid Simple\",\"ct_category\":\"Social Proof\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'5bd24e4f1a44331a26c8f2d8fffea3e3fd0fd1aa53b54bad03c8efc1e252cc3e\' ct_options=\'{\"ct_id\":207,\"ct_parent\":206,\"selector\":\"new_columns-207-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{}}\'][ct_div_block_2 ct_sign_sha256=\'3e450551ec31e54c9ab64a2af594b31a9a9d9c0f122f13c123a275ec3304a21d\' ct_options=\'{\"ct_id\":208,\"ct_parent\":207,\"selector\":\"div_block-208-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"},\"activeselector\":\"hyperion-logogrid-1-column\"}\'][ct_image ct_sign_sha256=\'2ac1dfa139e6751e7cef59e9cb2fbe97f4ee1cca21c2add8bbae1ca5e874ff5f\' ct_options=\'{\"ct_id\":209,\"ct_parent\":208,\"selector\":\"image-209-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d55fa4604fc9131ff84590245c6f2bdb4b9a8585e8d75a026f9cd62cc4b289ca\' ct_options=\'{\"ct_id\":210,\"ct_parent\":207,\"selector\":\"div_block-210-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'e79f199cf23351b92c658720b3f72c04fbdea855cd04d90122cb2a294ded20c9\' ct_options=\'{\"ct_id\":211,\"ct_parent\":210,\"selector\":\"image-211-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Raw-Pressery-logo.jpg\",\"height\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8672e669f83438e13e05c1da50dc99295ae0ba8b4f92dd7f51bd9467751ff129\' ct_options=\'{\"ct_id\":212,\"ct_parent\":207,\"selector\":\"div_block-212-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f293a8df50390bf0a2873608e8626164709cfc7587f857b17941df66e9ec871b\' ct_options=\'{\"ct_id\":213,\"ct_parent\":212,\"selector\":\"image-213-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProNature-NEWLogo.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'919ecf0104a4992ccdabaebd8de3038aa81f6f8c3f67403600006dd3b2d8728a\' ct_options=\'{\"ct_id\":214,\"ct_parent\":207,\"selector\":\"div_block-214-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f307c73ef2b640ddebcc3b5cdca5e98b95fc7bad2f57cace5253f2864f5093e0\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"image-215-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/LOGO-BLACK.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'e0acad69af53b5e35005ef3352e3c9d465cc28ab447c442df9d2df20427dd510\' ct_options=\'{\"ct_id\":216,\"ct_parent\":206,\"selector\":\"new_columns-216-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a2c9aa63cda61eb7147b240994ff08fc9e82d92b4c040b373b1e4d914658af98\' ct_options=\'{\"ct_id\":221,\"ct_parent\":216,\"selector\":\"div_block-221-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'3845896da2c207bb2ca1601f32d4fc8d8c15191d346712f9bd3ab3d80b36a287\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"image-222-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/PH-LOGO.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'89a7a2daf6f140f9e0ddddc8501e705727fbba8488a3f9da150bf6df1d9ac1e8\' ct_options=\'{\"ct_id\":223,\"ct_parent\":216,\"selector\":\"div_block-223-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'80f68c36a2c94b0a09707ab899efcac1cf507c81854b448c88ea6d9f65ad8eb3\' ct_options=\'{\"ct_id\":224,\"ct_parent\":223,\"selector\":\"image-224-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpp_logo_new_400x400.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'ff66b0918e3bc83038156865b3c751655887f96f2995af8cc20ee67c2565bc72\' ct_options=\'{\"ct_id\":130,\"ct_parent\":0,\"selector\":\"section-130-16\",\"original\":{\"container-padding-top\":\"41\",\"container-padding-bottom\":\"11\",\"background-color\":\"color(1)\"},\"activeselector\":false,\"nicename\":\"Team Dark Three Columns\",\"ct_category\":\"People\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'4167e6616599bdc5c3337d069031b460aa95ffa0efe2029ca16dab270c9bfc85\' ct_options=\'{\"ct_id\":131,\"ct_parent\":130,\"selector\":\"text_block-131-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']DARE DEVILS[/ct_text_block][ct_headline ct_sign_sha256=\'8a0f5b7c834e5d722794c5c93386a279b8d6d1f9df9079c0a4b0f47acb841bf5\' ct_options=\'{\"ct_id\":132,\"ct_parent\":130,\"selector\":\"headline-132-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Meet the Cyclists[/ct_headline][ct_text_block ct_sign_sha256=\'12842b3d09cd615298368eeae4509a10c679d6e6a23f628f3e77c6b5411313f1\' ct_options=\'{\"ct_id\":133,\"ct_parent\":130,\"selector\":\"text_block-133-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']The cyclists who are willing to pedal for this cause[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'ba401ed59e1ce84a9d85702fb207efdd426a29f7618b88427fc68f5525d8c10d\' ct_options=\'{\"ct_id\":134,\"ct_parent\":130,\"selector\":\"div_block-134-16\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"flex-direction\":\"row\",\"display\":\"flex\",\"flex-wrap\":\"wrap\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'bd6f9ace30f72135948cec2d68afc478b52ba3f153877c0894f7191e39b4a575\' ct_options=\'{\"ct_id\":135,\"ct_parent\":134,\"selector\":\"div_block-135-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"}}\'][ct_image ct_sign_sha256=\'a3862c017584c63ea9ccd7af2e4b0bb3fdaeb9a3244fc35127716dd04d844b18\' ct_options=\'{\"ct_id\":136,\"ct_parent\":135,\"selector\":\"image-136-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Shahid-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'761eb2870585f485ebce5c17f65358b02b140b807ff9c15e4ebeb7d2854fa286\' ct_options=\'{\"ct_id\":137,\"ct_parent\":135,\"selector\":\"headline-137-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SHAHID KHAN[/ct_headline][ct_text_block ct_sign_sha256=\'eb7976e95053d6a54b058575ac4be04aa0d18c11247ec868fc0b7fe0d461746a\' ct_options=\'{\"ct_id\":138,\"ct_parent\":135,\"selector\":\"text_block-138-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"}}\']Entrepreneur[/ct_text_block][oxy_social_icons ct_sign_sha256=\'66420727c10d404b2ab927c1de46e1c90f77de7dd239165c4d038accf851b4b0\' ct_options=\'{\"ct_id\":139,\"ct_parent\":135,\"selector\":\"_social_icons-139-16\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/shahidkgo\",\"icon-instagram\":\"https://instagram.com/shahidkinsta\",\"icon-twitter\":\"https://twitter.com/shahidktweet\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'6acdb033460909a81d32f2572f60e4b2c7011fcefbbe47ee6b8db25168377ea4\' ct_options=\'{\"ct_id\":140,\"ct_parent\":135,\"selector\":\"text_block-140-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Founder of Jumpptech. He is passionate about Digital Marketing, Technology, Entrepreneurship, Blogging, Cycling &amp; Rally Driving.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'601eafb8505f35b272b92e0b4f06fca771dd879fc55d85a8606435ac9e8d852f\' ct_options=\'{\"ct_id\":142,\"ct_parent\":134,\"selector\":\"div_block-142-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'8506eaaa6bdf7f94d7f6780b9178fb51b00cc3e27c69403ad112d6be699acd90\' ct_options=\'{\"ct_id\":143,\"ct_parent\":142,\"selector\":\"image-143-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Pavan-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'de833df7abc090c38b48dcfdf1a2e9621ca40a1f9935a22a5ca8e9cf8ccd02b6\' ct_options=\'{\"ct_id\":144,\"ct_parent\":142,\"selector\":\"headline-144-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']PAVAN SRIRAM[/ct_headline][ct_text_block ct_sign_sha256=\'a4d5f520255c87bbf342ee0e5b7a21da21392d0f2f0f230fb534425a0b0c9e6c\' ct_options=\'{\"ct_id\":145,\"ct_parent\":142,\"selector\":\"text_block-145-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Runner[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5b2409ec6606e498291a0e077f0a0a2f033361a4868d66b791cfff010d21e706\' ct_options=\'{\"ct_id\":146,\"ct_parent\":142,\"selector\":\"_social_icons-146-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'2bee1696a784d17a27a3b5a8698aa63e5e2416bb95db34478ef6eda9216eab29\' ct_options=\'{\"ct_id\":147,\"ct_parent\":142,\"selector\":\"text_block-147-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Pavan is an international marathoner and avid cyclist passionate about learning and education<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9b013676f56c9e1f56be6834d19ea40b3b72226cd8f12ec7c1fe4a4312885c83\' ct_options=\'{\"ct_id\":149,\"ct_parent\":134,\"selector\":\"div_block-149-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'4ce1da238b2124239eafa1fc008e3094870675f756cc8d8368fb2e0565395992\' ct_options=\'{\"ct_id\":150,\"ct_parent\":149,\"selector\":\"image-150-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Savitha-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'d13bbbc5c21b3e0b730473f39353e3534a85aed52c828dc6c5fb66b884800634\' ct_options=\'{\"ct_id\":151,\"ct_parent\":149,\"selector\":\"headline-151-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SAVITHA BHAVSAR[/ct_headline][ct_text_block ct_sign_sha256=\'c47f0abc5b27430197713b288571348217333129b703b9157924ac1d04024398\' ct_options=\'{\"ct_id\":152,\"ct_parent\":149,\"selector\":\"text_block-152-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Adventurer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'bc773317a40c8654610f3a29d56b26f199642c8b31dc73d75358e0dd09a1105b\' ct_options=\'{\"ct_id\":153,\"ct_parent\":149,\"selector\":\"_social_icons-153-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"6\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d166617bf160cff2540f2e1e2357a2766f02d5e120a829884205fb31da23ef2c\' ct_options=\'{\"ct_id\":154,\"ct_parent\":149,\"selector\":\"text_block-154-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Savitha runs her event management company. She loves adventure sports, climbing, trekking, car rallying , cycling, running and biking.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'29da090d1eda3577c373761d82d015023e7cde225c2efc3f0c2abefc7f80012e\' ct_options=\'{\"ct_id\":156,\"ct_parent\":134,\"selector\":\"div_block-156-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'3e1bcd2564ad2f4049169a24a25c63bfd6847f2c80c9357988d57da1b06eff78\' ct_options=\'{\"ct_id\":157,\"ct_parent\":156,\"selector\":\"image-157-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Bharath-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'85a7d9f1b770a4591b36e72fa13664c9ab49cc7fa3ec69e979dcf2f0969af0e2\' ct_options=\'{\"ct_id\":158,\"ct_parent\":156,\"selector\":\"headline-158-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']BHARATH[/ct_headline][ct_text_block ct_sign_sha256=\'1f90689c4dbd30c1b6e8f598af43f52dd21ebf5216efcd22b12a6d6ac56d04b5\' ct_options=\'{\"ct_id\":159,\"ct_parent\":156,\"selector\":\"text_block-159-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Cyclist[/ct_text_block][oxy_social_icons ct_sign_sha256=\'57b9863f99cf27cc9746880cc8829c195f9a24abe6da986cd3e614e380207c63\' ct_options=\'{\"ct_id\":160,\"ct_parent\":156,\"selector\":\"_social_icons-160-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d8a03deb2c1651b3281cf27e66f54431e49ff74d3c0b11cc40c75017ef2e33ba\' ct_options=\'{\"ct_id\":161,\"ct_parent\":156,\"selector\":\"text_block-161-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Bharat is a passionate cyclist and a marathoner. Globe trotter, he enjoys both cross country and inter city cycling formats[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'722d05da012929093c633ea8535c86d7479f60bf72e9b5546dfaabe9ef93a2dd\' ct_options=\'{\"ct_id\":236,\"ct_parent\":134,\"selector\":\"div_block-236-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'372dec1437e628ba860572a6a6e0ffe934ceb49ac206bbcf859a25bef219e5ce\' ct_options=\'{\"ct_id\":237,\"ct_parent\":236,\"selector\":\"image-237-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Ranvijay-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'ed66edd584c168767c4638c344d48c388b0a7c25148704e8dee74e0a23b98fb5\' ct_options=\'{\"ct_id\":238,\"ct_parent\":236,\"selector\":\"headline-238-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RANVIJAY PANDEY[/ct_headline][ct_text_block ct_sign_sha256=\'f30eea5337109bb5843802647f703ccb718e205856f931bad66ef45c4b5e247b\' ct_options=\'{\"ct_id\":239,\"ct_parent\":236,\"selector\":\"text_block-239-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Architect[/ct_text_block][oxy_social_icons ct_sign_sha256=\'386f64f7a1e37d63d17087168e3fee0348d6bf2b0ed4bd0787b1aa258838486d\' ct_options=\'{\"ct_id\":240,\"ct_parent\":236,\"selector\":\"_social_icons-240-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3a8ce1b995d0b9f2738363048c307238851fb6e7501f5e93d501b8f72dbe23cf\' ct_options=\'{\"ct_id\":241,\"ct_parent\":236,\"selector\":\"text_block-241-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Ran Vijay is IT Architect by profession. Worked with many IT leaders Like Infosys, IBM, Hitachi to name few. He is passionate about sports and fitness. His passion for cycling and running keep him fit and positive all the time. He is an inspiration for many.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d884ceda2a52358dd38675ec6713da3a4c6fe53d034826f08ec8114a6dba256e\' ct_options=\'{\"ct_id\":245,\"ct_parent\":134,\"selector\":\"div_block-245-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'7ff3c4b576d11ce2fb1196f4994771b52786cf31a4130b62c05fcc72431e3b77\' ct_options=\'{\"ct_id\":246,\"ct_parent\":245,\"selector\":\"image-246-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Sanjeev-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'944d4477417ca59d1882254d69df1d5572aeb253ffb600a5a9876addc9d770cc\' ct_options=\'{\"ct_id\":247,\"ct_parent\":245,\"selector\":\"headline-247-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SANJEEV KUMAR[/ct_headline][ct_text_block ct_sign_sha256=\'f94f333295a655ce78131356f4fba627f2e07e0fbabe96663bbb27519f8a4199\' ct_options=\'{\"ct_id\":248,\"ct_parent\":245,\"selector\":\"text_block-248-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Ironman[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27a9283bf9f8ae0bf1ab42dba10b97a74dd0fc5b2a48dc9c0a8b6f7f79a3dac4\' ct_options=\'{\"ct_id\":249,\"ct_parent\":245,\"selector\":\"_social_icons-249-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d909cf567fc185234acde99e3fff64f8f5e4528acce04664c02173eed402df1d\' ct_options=\'{\"ct_id\":250,\"ct_parent\":245,\"selector\":\"text_block-250-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Sanjeev is IT professional Worked with many IT leaders Like Infosys, Microsoft to name few. He is passionate sport person. He took the challenge and completed Ironman hosted in Goa in 2019. His passion for cycling and running keeps him fit. He is an inspiration for many.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7c34dfee54d144a2c63140383285629bc4fa356421e096ea39d9750d86c48d18\' ct_options=\'{\"ct_id\":163,\"ct_parent\":134,\"selector\":\"div_block-163-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'71d65d388b2432345aea39a6d3cd306442ce6ce1d726a8387212bdb7188769d3\' ct_options=\'{\"ct_id\":164,\"ct_parent\":163,\"selector\":\"image-164-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Rajiv-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'8300de98fce3c0d639a431c46bf00f39c0ae948ad2046201d43873861e16dc80\' ct_options=\'{\"ct_id\":165,\"ct_parent\":163,\"selector\":\"headline-165-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RAJIV[/ct_headline][ct_text_block ct_sign_sha256=\'d859041780181f015234deac6d59dc3719aff81c69384096e1724e8247de9ad3\' ct_options=\'{\"ct_id\":166,\"ct_parent\":163,\"selector\":\"text_block-166-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Spanish Lunguist[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5f1d06b6b9e80fd0755c641d69fb18655c44d3f09f8c3a99835265a7174a69c4\' ct_options=\'{\"ct_id\":167,\"ct_parent\":163,\"selector\":\"_social_icons-167-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'9ecc6ce9c2e6cbdec8b714c507f078a3c986c8e7eb805dacb8dbee762598638f\' ct_options=\'{\"ct_id\":168,\"ct_parent\":163,\"selector\":\"text_block-168-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Working as a Spanish Linguist in IBM. Settled in Bengaluru. A Bullet enthusiast &amp; have travelled to all parts of India.  I love outdoor Sports. Finished my Ironman 70.3 last year in Goa. Keep myself fit &amp; energized with Running, Swimming &amp; Cycling.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f721c37eb9462d9b80a2d0f1dac4889b6d229b6a82f43aa42cdda7215c496eb9\' ct_options=\'{\"ct_id\":285,\"ct_parent\":134,\"selector\":\"div_block-285-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'602f1087a24dc578ce20a4f939e5bb38bf9593f42a655eb871bd8859a63936db\' ct_options=\'{\"ct_id\":286,\"ct_parent\":285,\"selector\":\"image-286-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Nishant-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'5e2cc37dab8f98dda24e384712cc53b51ce592164fa889cd798f6e2b0817b9c6\' ct_options=\'{\"ct_id\":287,\"ct_parent\":285,\"selector\":\"headline-287-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']NISHANTH IYENGAR[/ct_headline][ct_text_block ct_sign_sha256=\'3e380f73bba13dfabd64d96551d104a2de7634c7ba45c6ea3afb9594fb251c76\' ct_options=\'{\"ct_id\":288,\"ct_parent\":285,\"selector\":\"text_block-288-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']PARENT TO PUPS[/ct_text_block][oxy_social_icons ct_sign_sha256=\'60a75a9c6eac29b9cb954dcfc9bee51a4eb63e50d848f8d3c20cfad25f861516\' ct_options=\'{\"ct_id\":289,\"ct_parent\":285,\"selector\":\"_social_icons-289-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'46cf23ae46ebe0204e683da57d8d5cc670f5a1b5ae781ebf75d9d1a1a65b5cde\' ct_options=\'{\"ct_id\":290,\"ct_parent\":285,\"selector\":\"text_block-290-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Cyclist, occasional runner, parent to couple of pups and like the outdoors.<br>[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'82eee483032e2ccb85f04591ed8a55d402f0150ce38a375297d2122c7eb4df72\' ct_options=\'{\"ct_id\":364,\"ct_parent\":0,\"selector\":\"section-364-16\",\"original\":{\"container-padding-top\":\"42\",\"container-padding-bottom\":\"53\",\"align-items\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"nicename\":\"Showcase 3x2 Open\",\"ct_category\":\"Showcase\"}\'][ct_headline ct_sign_sha256=\'5fb163053ec124a3b0fbfcd277deba1e07645385f35f13ebb5e5da0b652539c8\' ct_options=\'{\"ct_id\":304,\"ct_parent\":364,\"selector\":\"headline-304-16\",\"original\":{\"margin-right\":\"20\",\"tag\":\"h2\",\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"color\":\"color(11)\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Projects[/ct_headline][ct_text_block ct_sign_sha256=\'055103e6be844e80716deb2dc0fde86214b9575d75a92b130a0ab851727c35f2\' ct_options=\'{\"ct_id\":303,\"ct_parent\":364,\"selector\":\"text_block-303-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Deepika School and Charitable Trust[/ct_text_block][ct_image ct_sign_sha256=\'a0553ea472ffe0d22a43e120777c53233388baae0f1ddb5c2b6eab1a3a377a79\' ct_options=\'{\"ct_id\":305,\"ct_parent\":364,\"selector\":\"image-305-16\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/arrow@2x.png\",\"width\":\"220\",\"margin-bottom\":\"19\"},\"activeselector\":false}\'][/ct_image][ct_text_block ct_sign_sha256=\'1ca37e339d937dcd740270353e528cd2d472301a56b981a38baa7c740c2a46b3\' ct_options=\'{\"ct_id\":411,\"ct_parent\":364,\"selector\":\"text_block-411-16\",\"original\":{\"margin-bottom\":\"49\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"20\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-big-text\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']Deepika Resource centre was started by Smt. Sita Krishnamurthy in the year 1998 to support the learning needs of children with learning disabilities. However Shri Krishnamurthy and Smt. Sita Krishnamurthy felt there is huge gap in the learning facilities for these children in the mainstream schools. To cater to the learning needs of differently abled children and give them a holistic learning platform they started the Deepika Charitable Educational Trust in the year 2000. The trust took over the already functioning Deepika Resource centre.<br> Initially children who had severe learning problems and were rejected by mainstream schools were taken on at the Resource Centre. The success of the program brought in more and more children and soon we had children not only with Learning Disability but also autism, intellectual disability, ADHD and so on.<br>The Resource Centre kept growing in strength and that entailed heavy infrastructure investment. Multiple therapies were needed. More space was needed for children to work in and receive therapies. <br>The Trust could not finance much as expenditure was high. Many of the parents were from the lower and lower middle class background and could not pay for services.<br>The Trust also supported the education of poor girl children and also medical expenses of children with special needs.<br>[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'70886609216099053956ead91166efd072a078cebced2fdc6f589acbcd6a1a1d\' ct_options=\'{\"ct_id\":367,\"ct_parent\":364,\"selector\":\"div_block-367-16\",\"original\":{\"margin-bottom\":\"48\",\"flex-direction\":\"row\",\"display\":\"flex\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_text ct_sign_sha256=\'cdf46de42b7903cb462ad1f52c4ddd2ac7069cdcd519b1e09b661d93d5ccf7df\' ct_options=\'{\"ct_id\":418,\"ct_parent\":367,\"selector\":\"link_text-418-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'0a14d1e0f3b1f6d21fdc56f99913b22fa8c3cf564597e9e5508e76264f91bee7\' ct_options=\'{\"ct_id\":423,\"ct_parent\":367,\"selector\":\"link_text-423-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"http://www.deepikaspecialschool.org/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']WEBSITE[/ct_link_text][/ct_div_block_2][ct_new_columns_2 ct_sign_sha256=\'80c386e3b66ddc45439a52c0b2dae64a47a486a03b2a35fa147571b21a00080d\' ct_options=\'{\"ct_id\":370,\"ct_parent\":364,\"selector\":\"new_columns-370-16\",\"original\":{\"margin-bottom\":\"38\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"0\"}}}}\'][ct_div_block_2 ct_sign_sha256=\'83fee262fca76751267a4198c1cab68e51c07ae9324e019f7686a7f6d523afae\' ct_options=\'{\"ct_id\":371,\"ct_parent\":370,\"selector\":\"div_block-371-16\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'c6ad51319305f10369b222591ca53c70757905182793de638ca93d2d1c834de5\' ct_options=\'{\"ct_id\":372,\"ct_parent\":371,\"selector\":\"image-372-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Samshraya-Trekking.jpeg\"},\"classes\":{\"0\":\"atomic-showcase-1-image\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'23d53dd0eb90db03bdd7c64616a6fc54f0942ac88556450b9f8c5e33cd61d0c9\' ct_options=\'{\"ct_id\":375,\"ct_parent\":370,\"selector\":\"div_block-375-16\",\"activeselector\":false,\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"}}\'][ct_image ct_sign_sha256=\'a93d6f22d3893b34bd90ec7c3cce6db41f18716a74f8821b2b273259091c5ce4\' ct_options=\'{\"ct_id\":376,\"ct_parent\":375,\"selector\":\"image-376-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Samashraya-On-the-stage.jpeg\"},\"classes\":{\"0\":\"atomic-showcase-1-image\"},\"activeselector\":\"atomic-showcase-1-image\"}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'0782fadc27fd62215f5741cdb8e0867b910c27a842be286d9fed7cb9d352fbdb\' ct_options=\'{\"ct_id\":379,\"ct_parent\":370,\"selector\":\"div_block-379-16\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'8223a0c948437b77517673b128d54295b20b6f79f05e4697fedd8fdbe0154a23\' ct_options=\'{\"ct_id\":380,\"ct_parent\":379,\"selector\":\"image-380-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Samashraya-Online.png\"},\"classes\":{\"0\":\"atomic-showcase-1-image\"},\"activeselector\":\"atomic-showcase-1-image\"}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'ae897b4f19ecaa99f637acfe4d2eae9e6746f026b05dbfb640b4dd94241f011b\' ct_options=\'{\"ct_id\":383,\"ct_parent\":364,\"selector\":\"new_columns-383-16\"}\'][ct_div_block_2 ct_sign_sha256=\'fbd7405f5d473004723388cf9776a91b85cdfc71cb4946c03513b11247387d10\' ct_options=\'{\"ct_id\":384,\"ct_parent\":383,\"selector\":\"div_block-384-16\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"}}\'][ct_image ct_sign_sha256=\'2a249b8255b29d8221a9f33bb1b596ca9da4b06e0b6885d0a55cbf9b580ac8e3\' ct_options=\'{\"ct_id\":385,\"ct_parent\":384,\"selector\":\"image-385-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Koushalyam-Visual-art.jpg\"},\"classes\":{\"0\":\"atomic-showcase-1-image\"},\"activeselector\":\"atomic-showcase-1-image\"}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'b8f670dadf55a82644b56b35f3fddab8f391bc30cc97e2a49a98570df52bd848\' ct_options=\'{\"ct_id\":388,\"ct_parent\":383,\"selector\":\"div_block-388-16\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\"}}\'][ct_image ct_sign_sha256=\'36161c05333fd1e578fb6607499190a4e3c7526e04487b990cbf6bcc58f2b6de\' ct_options=\'{\"ct_id\":393,\"ct_parent\":388,\"selector\":\"image-393-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Koushalyam-Movement.jpg\"},\"classes\":{\"0\":\"atomic-showcase-1-image\"},\"activeselector\":\"atomic-showcase-1-image\"}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'20d0553058f32b21ef34d65bbd3d7e9cb1badb48777a18afd1cbb779ea72a6c5\' ct_options=\'{\"ct_id\":392,\"ct_parent\":383,\"selector\":\"div_block-392-16\",\"original\":{\"width\":33.340000000000003410605131648480892181396484375,\"width-unit\":\"%\"}}\'][ct_image ct_sign_sha256=\'8edf1047c57e74a9886c0c83f9050b46c991335850e719d8e24fb0a6758d026e\' ct_options=\'{\"ct_id\":389,\"ct_parent\":392,\"selector\":\"image-389-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Koushalyam-Music-and-Rhythm.jpg\"},\"classes\":{\"0\":\"atomic-showcase-1-image\"},\"activeselector\":\"atomic-showcase-1-image\"}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section]'),(334,46,'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:\"\";}'),(335,46,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'35678e60ff1da32eac99a6b67404d4de56abdebf388415e7a358e47849279b34\' ct_options=\'{\"ct_id\":23,\"ct_parent\":0,\"selector\":\"section-23-46\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'35c2a40818924d5c0517f24d06cd3a9dc5a5b33a301a374e0bd71bcae2ad133d\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"text_block-24-46\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'ad51d776e43ab0555f4a7332992be68ab92fccdf6e2fb66ee93c991502d3d010\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"headline-25-46\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']DONATE[/ct_headline][ct_text_block ct_sign_sha256=\'b5b8f41ed38b960cdcf771e4892872ea1229242643b4e58deaf60adce380ffa9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":23,\"selector\":\"text_block-26-46\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']In post mean shot ye. There out her child sir his lived. Design at uneasy me season of branch on praise esteem. Abilities discourse believing consisted remaining.[/ct_text_block][ct_code_block ct_sign_sha256=\'da08bbfd7a516eb52d7f15881a9d5c813700c72b10ba6be457fa382d8c8541c1\' ct_options=\'{\"ct_id\":32,\"ct_parent\":23,\"selector\":\"code_block-32-46\",\"original\":{\"code-php\":\"PHNjcmlwdCBpZD0iZmpuY2Nxa2tyanYiPihmdW5jdGlvbihhLCBiLCBjLCBlLCBmKSB7dmFyIHMgPSBhLmNyZWF0ZUVsZW1lbnQoJ3NjcmlwdCcpO3Muc3JjID0gYjtzLnNldEF0dHJpYnV0ZSgnZGF0YS1mb3JtLWlkJywgZSk7cy5zZXRBdHRyaWJ1dGUoJ2RhdGEtcnVubmVyLWlkJywgYyk7cy5zZXRBdHRyaWJ1dGUoJ2RhdGEtdXJsLXBhcmFtcycsIGYpO3Muc2V0QXR0cmlidXRlKCdkYXRhLXNjYWxlJywgdHJ1ZSk7YS5oZWFkLmFwcGVuZENoaWxkKHMpO30pKHdpbmRvdy5kb2N1bWVudCwgJ2h0dHBzOi8vZm9ybS5xdWVzdGlvbnNjb3V0LmNvbS9xcy1mb3JtLXNjcmlwdC5taW4uanMnLCAnZmpuY2Nxa2tyanYnLCAnNWY2NGY0ZDdmY2JhNTE3MWY0N2JhZmIxJywgJ1tdJyk7PC9zY3JpcHQ+\"},\"activeselector\":false}\'][/ct_code_block][oxy_progress_bar ct_sign_sha256=\'d6e2d1a43591b3e5535e9be49a3a6fe4720084cf43a92cd42a67de41152a9773\' ct_options=\'{\"ct_id\":27,\"ct_parent\":23,\"selector\":\"_progress_bar-27-46\",\"original\":{\"progress_bar_left_text\":\"RGVzaWduIFNraWxscw==\",\"progress_bar_progress\":\"95\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"OTUl\"},\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'6d6565b9f8f68395e67188ee04d156c1b37a1cb94844a99d89ad1a0c00a9f4a9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":23,\"selector\":\"_progress_bar-28-46\",\"original\":{\"progress_bar_left_text\":\"TWFuYWdlbWVudA==\",\"progress_bar_progress\":\"54\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NTQl\"},\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'bc930136ae1755213db49ee63d6a9b3daf20854392cd224b6b81a211750e7d25\' ct_options=\'{\"ct_id\":29,\"ct_parent\":23,\"selector\":\"_progress_bar-29-46\",\"original\":{\"progress_bar_left_text\":\"SlMgRGV2ZWxvcGluZw==\",\"progress_bar_progress\":\"74\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NzQl\"},\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][/ct_section]'),(336,46,'ct_builder_shortcodes_revisions_dates','1600452051'),(355,46,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'682e4aab3c8bb1b960f4e273692e8847476ab63b6ee68586cd6dfcd0bba18aa3\' ct_options=\'{\"ct_id\":23,\"ct_parent\":0,\"selector\":\"section-23-46\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"120\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'35c2a40818924d5c0517f24d06cd3a9dc5a5b33a301a374e0bd71bcae2ad133d\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"text_block-24-46\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'ad51d776e43ab0555f4a7332992be68ab92fccdf6e2fb66ee93c991502d3d010\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"headline-25-46\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']DONATE[/ct_headline][ct_text_block ct_sign_sha256=\'9936216a841ede4d5b8e5e80c58789b1b4634cf00d731129e45eeab5505fd538\' ct_options=\'{\"ct_id\":26,\"ct_parent\":23,\"selector\":\"text_block-26-46\",\"original\":{\"margin-bottom\":\"30\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']Fill the Donor Details for our records. If you want to be anonymous, then you can skip to payment directly: [/ct_text_block][ct_code_block ct_sign_sha256=\'f889443b910062c9f60dc50e7878fc9b57be110ea4471d594eab7cdb23864c2a\' ct_options=\'{\"ct_id\":33,\"ct_parent\":23,\"selector\":\"code_block-33-46\",\"original\":{\"code-php\":\"PGZvcm0+PHNjcmlwdCBzcmM9Imh0dHBzOi8vY2RuLnJhem9ycGF5LmNvbS9zdGF0aWMvd2lkZ2V0L3BheW1lbnQtYnV0dG9uLmpzIiBkYXRhLXBheW1lbnRfYnV0dG9uX2lkPSJwbF9GYk5yOUlVbHFEWXBDbiI+IDwvc2NyaXB0PiA8L2Zvcm0+\",\"padding-bottom\":\"15\"},\"activeselector\":false}\'][/ct_code_block][ct_code_block ct_sign_sha256=\'58900d5720da9528fd16125ec4fe38bc9fceeb8e5e431977c762f4f97040596e\' ct_options=\'{\"ct_id\":32,\"ct_parent\":23,\"selector\":\"code_block-32-46\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0iaW52b2x2ZW1lX2VtYmVkIiBkYXRhLWVtYmVkPSJqdW1wcC9kb25hdGlvbi1mb3JtLWZvci1jeWNsaW5nIj48L2Rpdj4KPHNjcmlwdCBzcmM9Imh0dHBzOi8vYXBwLmludm9sdmUubWUvZW1iZWQiPjwvc2NyaXB0Pg==\",\"padding-bottom\":\"15\"},\"activeselector\":false}\'][/ct_code_block][/ct_section]'),(337,46,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'bf1930d8cc3ac7d073796d610589c469f83523c148a445d86c1274980a6784e3\' ct_options=\'{\"ct_id\":23,\"ct_parent\":0,\"selector\":\"section-23-46\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'35c2a40818924d5c0517f24d06cd3a9dc5a5b33a301a374e0bd71bcae2ad133d\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"text_block-24-46\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'ad51d776e43ab0555f4a7332992be68ab92fccdf6e2fb66ee93c991502d3d010\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"headline-25-46\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']DONATE[/ct_headline][ct_text_block ct_sign_sha256=\'b5b8f41ed38b960cdcf771e4892872ea1229242643b4e58deaf60adce380ffa9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":23,\"selector\":\"text_block-26-46\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']In post mean shot ye. There out her child sir his lived. Design at uneasy me season of branch on praise esteem. Abilities discourse believing consisted remaining.[/ct_text_block][ct_code_block ct_sign_sha256=\'975dc81a1feec4d1353fa8f4e12e9aa404e4b1a6f5a0e9f25ae899eb6b4f0521\' ct_options=\'{\"ct_id\":32,\"ct_parent\":23,\"selector\":\"code_block-32-46\",\"original\":{\"code-php\":\"PHNjcmlwdCBpZD0iZmpuY2Nxa2tyanYiPihmdW5jdGlvbihhLCBiLCBjLCBlLCBmKSB7dmFyIHMgPSBhLmNyZWF0ZUVsZW1lbnQoJ3NjcmlwdCcpO3Muc3JjID0gYjtzLnNldEF0dHJpYnV0ZSgnZGF0YS1mb3JtLWlkJywgZSk7cy5zZXRBdHRyaWJ1dGUoJ2RhdGEtcnVubmVyLWlkJywgYyk7cy5zZXRBdHRyaWJ1dGUoJ2RhdGEtdXJsLXBhcmFtcycsIGYpO3Muc2V0QXR0cmlidXRlKCdkYXRhLXNjYWxlJywgdHJ1ZSk7YS5oZWFkLmFwcGVuZENoaWxkKHMpO30pKHdpbmRvdy5kb2N1bWVudCwgJ2h0dHBzOi8vZm9ybS5xdWVzdGlvbnNjb3V0LmNvbS9xcy1mb3JtLXNjcmlwdC5taW4uanMnLCAnZmpuY2Nxa2tyanYnLCAnNWY2NGY0ZDdmY2JhNTE3MWY0N2JhZmIxJywgJ1tdJyk7PC9zY3JpcHQ+\",\"padding-bottom\":\"15\"},\"activeselector\":false}\'][/ct_code_block][ct_code_block ct_sign_sha256=\'f889443b910062c9f60dc50e7878fc9b57be110ea4471d594eab7cdb23864c2a\' ct_options=\'{\"ct_id\":33,\"ct_parent\":23,\"selector\":\"code_block-33-46\",\"original\":{\"code-php\":\"PGZvcm0+PHNjcmlwdCBzcmM9Imh0dHBzOi8vY2RuLnJhem9ycGF5LmNvbS9zdGF0aWMvd2lkZ2V0L3BheW1lbnQtYnV0dG9uLmpzIiBkYXRhLXBheW1lbnRfYnV0dG9uX2lkPSJwbF9GYk5yOUlVbHFEWXBDbiI+IDwvc2NyaXB0PiA8L2Zvcm0+\",\"padding-bottom\":\"15\"},\"activeselector\":false}\'][/ct_code_block][oxy_progress_bar ct_sign_sha256=\'d6e2d1a43591b3e5535e9be49a3a6fe4720084cf43a92cd42a67de41152a9773\' ct_options=\'{\"ct_id\":27,\"ct_parent\":23,\"selector\":\"_progress_bar-27-46\",\"original\":{\"progress_bar_left_text\":\"RGVzaWduIFNraWxscw==\",\"progress_bar_progress\":\"95\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"OTUl\"},\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'6d6565b9f8f68395e67188ee04d156c1b37a1cb94844a99d89ad1a0c00a9f4a9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":23,\"selector\":\"_progress_bar-28-46\",\"original\":{\"progress_bar_left_text\":\"TWFuYWdlbWVudA==\",\"progress_bar_progress\":\"54\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NTQl\"},\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'bc930136ae1755213db49ee63d6a9b3daf20854392cd224b6b81a211750e7d25\' ct_options=\'{\"ct_id\":29,\"ct_parent\":23,\"selector\":\"_progress_bar-29-46\",\"original\":{\"progress_bar_left_text\":\"SlMgRGV2ZWxvcGluZw==\",\"progress_bar_progress\":\"74\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NzQl\"},\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][/ct_section]'),(338,46,'ct_builder_shortcodes_revisions_dates','1600452384'),(343,46,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'c47800d97a25d12c2e48a21ecbc34a34598f36e0ff18b8fecfcde12854d67e76\' ct_options=\'{\"ct_id\":23,\"ct_parent\":0,\"selector\":\"section-23-46\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'35c2a40818924d5c0517f24d06cd3a9dc5a5b33a301a374e0bd71bcae2ad133d\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"text_block-24-46\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'ad51d776e43ab0555f4a7332992be68ab92fccdf6e2fb66ee93c991502d3d010\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"headline-25-46\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']DONATE[/ct_headline][ct_text_block ct_sign_sha256=\'48d3eb6779990137059da3e44f82c5e34c00b074927ac97111ca85d12065dc43\' ct_options=\'{\"ct_id\":26,\"ct_parent\":23,\"selector\":\"text_block-26-46\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']Fill the Donor Details for our records. If you want to be anonymous, then you can skip to payment directly: [/ct_text_block][ct_code_block ct_sign_sha256=\'3c29d71276d8f58395b7bdda240dace0853f62efb3721624cbb6b9c586559b55\' ct_options=\'{\"ct_id\":32,\"ct_parent\":23,\"selector\":\"code_block-32-46\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0iaW52b2x2ZW1lX2VtYmVkIiBkYXRhLWVtYmVkPSJqdW1wcC9kb25hdGlvbi1mb3JtLWZvci1jeWNsaW5nIj48L2Rpdj4KPHNjcmlwdCBzcmM9Imh0dHBzOi8vYXBwLmludm9sdmUubWUvZW1iZWQiPjwvc2NyaXB0Pg==\",\"padding-bottom\":\"15\",\"min-width\":\"800\"},\"activeselector\":false}\'][/ct_code_block][ct_code_block ct_sign_sha256=\'f889443b910062c9f60dc50e7878fc9b57be110ea4471d594eab7cdb23864c2a\' ct_options=\'{\"ct_id\":33,\"ct_parent\":23,\"selector\":\"code_block-33-46\",\"original\":{\"code-php\":\"PGZvcm0+PHNjcmlwdCBzcmM9Imh0dHBzOi8vY2RuLnJhem9ycGF5LmNvbS9zdGF0aWMvd2lkZ2V0L3BheW1lbnQtYnV0dG9uLmpzIiBkYXRhLXBheW1lbnRfYnV0dG9uX2lkPSJwbF9GYk5yOUlVbHFEWXBDbiI+IDwvc2NyaXB0PiA8L2Zvcm0+\",\"padding-bottom\":\"15\"},\"activeselector\":false}\'][/ct_code_block][oxy_progress_bar ct_sign_sha256=\'d6e2d1a43591b3e5535e9be49a3a6fe4720084cf43a92cd42a67de41152a9773\' ct_options=\'{\"ct_id\":27,\"ct_parent\":23,\"selector\":\"_progress_bar-27-46\",\"original\":{\"progress_bar_left_text\":\"RGVzaWduIFNraWxscw==\",\"progress_bar_progress\":\"95\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"OTUl\"},\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'6d6565b9f8f68395e67188ee04d156c1b37a1cb94844a99d89ad1a0c00a9f4a9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":23,\"selector\":\"_progress_bar-28-46\",\"original\":{\"progress_bar_left_text\":\"TWFuYWdlbWVudA==\",\"progress_bar_progress\":\"54\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NTQl\"},\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'bc930136ae1755213db49ee63d6a9b3daf20854392cd224b6b81a211750e7d25\' ct_options=\'{\"ct_id\":29,\"ct_parent\":23,\"selector\":\"_progress_bar-29-46\",\"original\":{\"progress_bar_left_text\":\"SlMgRGV2ZWxvcGluZw==\",\"progress_bar_progress\":\"74\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NzQl\"},\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][/ct_section]'),(339,46,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'fe7311c8d410cc2176f770784f05c22973799fd54d70d5900df8519c41884f06\' ct_options=\'{\"ct_id\":23,\"ct_parent\":0,\"selector\":\"section-23-46\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'35c2a40818924d5c0517f24d06cd3a9dc5a5b33a301a374e0bd71bcae2ad133d\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"text_block-24-46\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'ad51d776e43ab0555f4a7332992be68ab92fccdf6e2fb66ee93c991502d3d010\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"headline-25-46\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']DONATE[/ct_headline][ct_text_block ct_sign_sha256=\'b5b8f41ed38b960cdcf771e4892872ea1229242643b4e58deaf60adce380ffa9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":23,\"selector\":\"text_block-26-46\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']In post mean shot ye. There out her child sir his lived. Design at uneasy me season of branch on praise esteem. Abilities discourse believing consisted remaining.[/ct_text_block][ct_code_block ct_sign_sha256=\'7d034518ec4113fdd2d4dafe86cad3d156b016f45dc033c2c5d91403a18e2e04\' ct_options=\'{\"ct_id\":32,\"ct_parent\":23,\"selector\":\"code_block-32-46\",\"original\":{\"code-php\":\"PHNjcmlwdCBpZD0iZmpuY2Nxa2tyanYiPihmdW5jdGlvbihhLCBiLCBjLCBlLCBmKSB7dmFyIHMgPSBhLmNyZWF0ZUVsZW1lbnQoJ3NjcmlwdCcpO3Muc3JjID0gYjtzLnNldEF0dHJpYnV0ZSgnZGF0YS1mb3JtLWlkJywgZSk7cy5zZXRBdHRyaWJ1dGUoJ2RhdGEtcnVubmVyLWlkJywgYyk7cy5zZXRBdHRyaWJ1dGUoJ2RhdGEtdXJsLXBhcmFtcycsIGYpO3Muc2V0QXR0cmlidXRlKCdkYXRhLXNjYWxlJywgdHJ1ZSk7YS5oZWFkLmFwcGVuZENoaWxkKHMpO30pKHdpbmRvdy5kb2N1bWVudCwgJ2h0dHBzOi8vZm9ybS5xdWVzdGlvbnNjb3V0LmNvbS9xcy1mb3JtLXNjcmlwdC5taW4uanMnLCAnZmpuY2Nxa2tyanYnLCAnNWY2NGY0ZDdmY2JhNTE3MWY0N2JhZmIxJywgJ1tdJyk7PC9zY3JpcHQ+\",\"padding-bottom\":\"15\",\"min-width\":\"500\"},\"activeselector\":false}\'][/ct_code_block][ct_code_block ct_sign_sha256=\'f889443b910062c9f60dc50e7878fc9b57be110ea4471d594eab7cdb23864c2a\' ct_options=\'{\"ct_id\":33,\"ct_parent\":23,\"selector\":\"code_block-33-46\",\"original\":{\"code-php\":\"PGZvcm0+PHNjcmlwdCBzcmM9Imh0dHBzOi8vY2RuLnJhem9ycGF5LmNvbS9zdGF0aWMvd2lkZ2V0L3BheW1lbnQtYnV0dG9uLmpzIiBkYXRhLXBheW1lbnRfYnV0dG9uX2lkPSJwbF9GYk5yOUlVbHFEWXBDbiI+IDwvc2NyaXB0PiA8L2Zvcm0+\",\"padding-bottom\":\"15\"},\"activeselector\":false}\'][/ct_code_block][oxy_progress_bar ct_sign_sha256=\'d6e2d1a43591b3e5535e9be49a3a6fe4720084cf43a92cd42a67de41152a9773\' ct_options=\'{\"ct_id\":27,\"ct_parent\":23,\"selector\":\"_progress_bar-27-46\",\"original\":{\"progress_bar_left_text\":\"RGVzaWduIFNraWxscw==\",\"progress_bar_progress\":\"95\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"OTUl\"},\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'6d6565b9f8f68395e67188ee04d156c1b37a1cb94844a99d89ad1a0c00a9f4a9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":23,\"selector\":\"_progress_bar-28-46\",\"original\":{\"progress_bar_left_text\":\"TWFuYWdlbWVudA==\",\"progress_bar_progress\":\"54\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NTQl\"},\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'bc930136ae1755213db49ee63d6a9b3daf20854392cd224b6b81a211750e7d25\' ct_options=\'{\"ct_id\":29,\"ct_parent\":23,\"selector\":\"_progress_bar-29-46\",\"original\":{\"progress_bar_left_text\":\"SlMgRGV2ZWxvcGluZw==\",\"progress_bar_progress\":\"74\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NzQl\"},\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][/ct_section]'),(340,46,'ct_builder_shortcodes_revisions_dates','1600452502'),(341,46,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'157446978e1241dd9cda45d5c434a9b595f60e0f0d82fda31332f039338750a3\' ct_options=\'{\"ct_id\":23,\"ct_parent\":0,\"selector\":\"section-23-46\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'35c2a40818924d5c0517f24d06cd3a9dc5a5b33a301a374e0bd71bcae2ad133d\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"text_block-24-46\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'ad51d776e43ab0555f4a7332992be68ab92fccdf6e2fb66ee93c991502d3d010\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"headline-25-46\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']DONATE[/ct_headline][ct_text_block ct_sign_sha256=\'b5b8f41ed38b960cdcf771e4892872ea1229242643b4e58deaf60adce380ffa9\' ct_options=\'{\"ct_id\":26,\"ct_parent\":23,\"selector\":\"text_block-26-46\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']In post mean shot ye. There out her child sir his lived. Design at uneasy me season of branch on praise esteem. Abilities discourse believing consisted remaining.[/ct_text_block][ct_code_block ct_sign_sha256=\'b69d3d1a1be6f3ec0a27c32c44c4bef8cdfea03455cba4eb80edb10ae67f545e\' ct_options=\'{\"ct_id\":32,\"ct_parent\":23,\"selector\":\"code_block-32-46\",\"original\":{\"code-php\":\"PHNjcmlwdCBpZD0iZmpuY2Nxa2tyanYiPihmdW5jdGlvbihhLCBiLCBjLCBlLCBmKSB7dmFyIHMgPSBhLmNyZWF0ZUVsZW1lbnQoJ3NjcmlwdCcpO3Muc3JjID0gYjtzLnNldEF0dHJpYnV0ZSgnZGF0YS1mb3JtLWlkJywgZSk7cy5zZXRBdHRyaWJ1dGUoJ2RhdGEtcnVubmVyLWlkJywgYyk7cy5zZXRBdHRyaWJ1dGUoJ2RhdGEtdXJsLXBhcmFtcycsIGYpO3Muc2V0QXR0cmlidXRlKCdkYXRhLXNjYWxlJywgdHJ1ZSk7YS5oZWFkLmFwcGVuZENoaWxkKHMpO30pKHdpbmRvdy5kb2N1bWVudCwgJ2h0dHBzOi8vZm9ybS5xdWVzdGlvbnNjb3V0LmNvbS9xcy1mb3JtLXNjcmlwdC5taW4uanMnLCAnZmpuY2Nxa2tyanYnLCAnNWY2NGY0ZDdmY2JhNTE3MWY0N2JhZmIxJywgJ1tdJyk7PC9zY3JpcHQ+\",\"padding-bottom\":\"15\",\"min-width\":\"800\"},\"activeselector\":false}\'][/ct_code_block][ct_code_block ct_sign_sha256=\'f889443b910062c9f60dc50e7878fc9b57be110ea4471d594eab7cdb23864c2a\' ct_options=\'{\"ct_id\":33,\"ct_parent\":23,\"selector\":\"code_block-33-46\",\"original\":{\"code-php\":\"PGZvcm0+PHNjcmlwdCBzcmM9Imh0dHBzOi8vY2RuLnJhem9ycGF5LmNvbS9zdGF0aWMvd2lkZ2V0L3BheW1lbnQtYnV0dG9uLmpzIiBkYXRhLXBheW1lbnRfYnV0dG9uX2lkPSJwbF9GYk5yOUlVbHFEWXBDbiI+IDwvc2NyaXB0PiA8L2Zvcm0+\",\"padding-bottom\":\"15\"},\"activeselector\":false}\'][/ct_code_block][oxy_progress_bar ct_sign_sha256=\'d6e2d1a43591b3e5535e9be49a3a6fe4720084cf43a92cd42a67de41152a9773\' ct_options=\'{\"ct_id\":27,\"ct_parent\":23,\"selector\":\"_progress_bar-27-46\",\"original\":{\"progress_bar_left_text\":\"RGVzaWduIFNraWxscw==\",\"progress_bar_progress\":\"95\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"OTUl\"},\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'6d6565b9f8f68395e67188ee04d156c1b37a1cb94844a99d89ad1a0c00a9f4a9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":23,\"selector\":\"_progress_bar-28-46\",\"original\":{\"progress_bar_left_text\":\"TWFuYWdlbWVudA==\",\"progress_bar_progress\":\"54\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NTQl\"},\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'bc930136ae1755213db49ee63d6a9b3daf20854392cd224b6b81a211750e7d25\' ct_options=\'{\"ct_id\":29,\"ct_parent\":23,\"selector\":\"_progress_bar-29-46\",\"original\":{\"progress_bar_left_text\":\"SlMgRGV2ZWxvcGluZw==\",\"progress_bar_progress\":\"74\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NzQl\"},\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][/ct_section]'),(342,46,'ct_builder_shortcodes_revisions_dates','1600452832'),(344,46,'ct_builder_shortcodes_revisions_dates','1600452880'),(345,46,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'5539126a55aea8d5cae73034bf278b4279cf4993be7ddaa79d04e20f6c41f0e2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":0,\"selector\":\"section-23-46\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'35c2a40818924d5c0517f24d06cd3a9dc5a5b33a301a374e0bd71bcae2ad133d\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"text_block-24-46\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'ad51d776e43ab0555f4a7332992be68ab92fccdf6e2fb66ee93c991502d3d010\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"headline-25-46\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']DONATE[/ct_headline][ct_text_block ct_sign_sha256=\'48d3eb6779990137059da3e44f82c5e34c00b074927ac97111ca85d12065dc43\' ct_options=\'{\"ct_id\":26,\"ct_parent\":23,\"selector\":\"text_block-26-46\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']Fill the Donor Details for our records. If you want to be anonymous, then you can skip to payment directly: [/ct_text_block][ct_code_block ct_sign_sha256=\'f889443b910062c9f60dc50e7878fc9b57be110ea4471d594eab7cdb23864c2a\' ct_options=\'{\"ct_id\":33,\"ct_parent\":23,\"selector\":\"code_block-33-46\",\"original\":{\"code-php\":\"PGZvcm0+PHNjcmlwdCBzcmM9Imh0dHBzOi8vY2RuLnJhem9ycGF5LmNvbS9zdGF0aWMvd2lkZ2V0L3BheW1lbnQtYnV0dG9uLmpzIiBkYXRhLXBheW1lbnRfYnV0dG9uX2lkPSJwbF9GYk5yOUlVbHFEWXBDbiI+IDwvc2NyaXB0PiA8L2Zvcm0+\",\"padding-bottom\":\"15\"},\"activeselector\":false}\'][/ct_code_block][ct_code_block ct_sign_sha256=\'3c29d71276d8f58395b7bdda240dace0853f62efb3721624cbb6b9c586559b55\' ct_options=\'{\"ct_id\":32,\"ct_parent\":23,\"selector\":\"code_block-32-46\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0iaW52b2x2ZW1lX2VtYmVkIiBkYXRhLWVtYmVkPSJqdW1wcC9kb25hdGlvbi1mb3JtLWZvci1jeWNsaW5nIj48L2Rpdj4KPHNjcmlwdCBzcmM9Imh0dHBzOi8vYXBwLmludm9sdmUubWUvZW1iZWQiPjwvc2NyaXB0Pg==\",\"padding-bottom\":\"15\",\"min-width\":\"800\"},\"activeselector\":false}\'][/ct_code_block][oxy_progress_bar ct_sign_sha256=\'d6e2d1a43591b3e5535e9be49a3a6fe4720084cf43a92cd42a67de41152a9773\' ct_options=\'{\"ct_id\":27,\"ct_parent\":23,\"selector\":\"_progress_bar-27-46\",\"original\":{\"progress_bar_left_text\":\"RGVzaWduIFNraWxscw==\",\"progress_bar_progress\":\"95\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"OTUl\"},\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'6d6565b9f8f68395e67188ee04d156c1b37a1cb94844a99d89ad1a0c00a9f4a9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":23,\"selector\":\"_progress_bar-28-46\",\"original\":{\"progress_bar_left_text\":\"TWFuYWdlbWVudA==\",\"progress_bar_progress\":\"54\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NTQl\"},\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'bc930136ae1755213db49ee63d6a9b3daf20854392cd224b6b81a211750e7d25\' ct_options=\'{\"ct_id\":29,\"ct_parent\":23,\"selector\":\"_progress_bar-29-46\",\"original\":{\"progress_bar_left_text\":\"SlMgRGV2ZWxvcGluZw==\",\"progress_bar_progress\":\"74\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NzQl\"},\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][/ct_section]'),(346,46,'ct_builder_shortcodes_revisions_dates','1600452910'),(347,46,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'c47800d97a25d12c2e48a21ecbc34a34598f36e0ff18b8fecfcde12854d67e76\' ct_options=\'{\"ct_id\":23,\"ct_parent\":0,\"selector\":\"section-23-46\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'35c2a40818924d5c0517f24d06cd3a9dc5a5b33a301a374e0bd71bcae2ad133d\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"text_block-24-46\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'ad51d776e43ab0555f4a7332992be68ab92fccdf6e2fb66ee93c991502d3d010\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"headline-25-46\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']DONATE[/ct_headline][ct_text_block ct_sign_sha256=\'48d3eb6779990137059da3e44f82c5e34c00b074927ac97111ca85d12065dc43\' ct_options=\'{\"ct_id\":26,\"ct_parent\":23,\"selector\":\"text_block-26-46\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']Fill the Donor Details for our records. If you want to be anonymous, then you can skip to payment directly: [/ct_text_block][ct_code_block ct_sign_sha256=\'3c29d71276d8f58395b7bdda240dace0853f62efb3721624cbb6b9c586559b55\' ct_options=\'{\"ct_id\":32,\"ct_parent\":23,\"selector\":\"code_block-32-46\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0iaW52b2x2ZW1lX2VtYmVkIiBkYXRhLWVtYmVkPSJqdW1wcC9kb25hdGlvbi1mb3JtLWZvci1jeWNsaW5nIj48L2Rpdj4KPHNjcmlwdCBzcmM9Imh0dHBzOi8vYXBwLmludm9sdmUubWUvZW1iZWQiPjwvc2NyaXB0Pg==\",\"padding-bottom\":\"15\",\"min-width\":\"800\"},\"activeselector\":false}\'][/ct_code_block][ct_code_block ct_sign_sha256=\'f889443b910062c9f60dc50e7878fc9b57be110ea4471d594eab7cdb23864c2a\' ct_options=\'{\"ct_id\":33,\"ct_parent\":23,\"selector\":\"code_block-33-46\",\"original\":{\"code-php\":\"PGZvcm0+PHNjcmlwdCBzcmM9Imh0dHBzOi8vY2RuLnJhem9ycGF5LmNvbS9zdGF0aWMvd2lkZ2V0L3BheW1lbnQtYnV0dG9uLmpzIiBkYXRhLXBheW1lbnRfYnV0dG9uX2lkPSJwbF9GYk5yOUlVbHFEWXBDbiI+IDwvc2NyaXB0PiA8L2Zvcm0+\",\"padding-bottom\":\"15\"},\"activeselector\":false}\'][/ct_code_block][oxy_progress_bar ct_sign_sha256=\'d6e2d1a43591b3e5535e9be49a3a6fe4720084cf43a92cd42a67de41152a9773\' ct_options=\'{\"ct_id\":27,\"ct_parent\":23,\"selector\":\"_progress_bar-27-46\",\"original\":{\"progress_bar_left_text\":\"RGVzaWduIFNraWxscw==\",\"progress_bar_progress\":\"95\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"OTUl\"},\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'6d6565b9f8f68395e67188ee04d156c1b37a1cb94844a99d89ad1a0c00a9f4a9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":23,\"selector\":\"_progress_bar-28-46\",\"original\":{\"progress_bar_left_text\":\"TWFuYWdlbWVudA==\",\"progress_bar_progress\":\"54\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NTQl\"},\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'bc930136ae1755213db49ee63d6a9b3daf20854392cd224b6b81a211750e7d25\' ct_options=\'{\"ct_id\":29,\"ct_parent\":23,\"selector\":\"_progress_bar-29-46\",\"original\":{\"progress_bar_left_text\":\"SlMgRGV2ZWxvcGluZw==\",\"progress_bar_progress\":\"74\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NzQl\"},\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][/ct_section]'),(348,46,'ct_builder_shortcodes_revisions_dates','1600452951'),(349,46,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'5539126a55aea8d5cae73034bf278b4279cf4993be7ddaa79d04e20f6c41f0e2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":0,\"selector\":\"section-23-46\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'35c2a40818924d5c0517f24d06cd3a9dc5a5b33a301a374e0bd71bcae2ad133d\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"text_block-24-46\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'ad51d776e43ab0555f4a7332992be68ab92fccdf6e2fb66ee93c991502d3d010\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"headline-25-46\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']DONATE[/ct_headline][ct_text_block ct_sign_sha256=\'48d3eb6779990137059da3e44f82c5e34c00b074927ac97111ca85d12065dc43\' ct_options=\'{\"ct_id\":26,\"ct_parent\":23,\"selector\":\"text_block-26-46\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']Fill the Donor Details for our records. If you want to be anonymous, then you can skip to payment directly: [/ct_text_block][ct_code_block ct_sign_sha256=\'f889443b910062c9f60dc50e7878fc9b57be110ea4471d594eab7cdb23864c2a\' ct_options=\'{\"ct_id\":33,\"ct_parent\":23,\"selector\":\"code_block-33-46\",\"original\":{\"code-php\":\"PGZvcm0+PHNjcmlwdCBzcmM9Imh0dHBzOi8vY2RuLnJhem9ycGF5LmNvbS9zdGF0aWMvd2lkZ2V0L3BheW1lbnQtYnV0dG9uLmpzIiBkYXRhLXBheW1lbnRfYnV0dG9uX2lkPSJwbF9GYk5yOUlVbHFEWXBDbiI+IDwvc2NyaXB0PiA8L2Zvcm0+\",\"padding-bottom\":\"15\"},\"activeselector\":false}\'][/ct_code_block][ct_code_block ct_sign_sha256=\'3c29d71276d8f58395b7bdda240dace0853f62efb3721624cbb6b9c586559b55\' ct_options=\'{\"ct_id\":32,\"ct_parent\":23,\"selector\":\"code_block-32-46\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0iaW52b2x2ZW1lX2VtYmVkIiBkYXRhLWVtYmVkPSJqdW1wcC9kb25hdGlvbi1mb3JtLWZvci1jeWNsaW5nIj48L2Rpdj4KPHNjcmlwdCBzcmM9Imh0dHBzOi8vYXBwLmludm9sdmUubWUvZW1iZWQiPjwvc2NyaXB0Pg==\",\"padding-bottom\":\"15\",\"min-width\":\"800\"},\"activeselector\":false}\'][/ct_code_block][oxy_progress_bar ct_sign_sha256=\'d6e2d1a43591b3e5535e9be49a3a6fe4720084cf43a92cd42a67de41152a9773\' ct_options=\'{\"ct_id\":27,\"ct_parent\":23,\"selector\":\"_progress_bar-27-46\",\"original\":{\"progress_bar_left_text\":\"RGVzaWduIFNraWxscw==\",\"progress_bar_progress\":\"95\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"OTUl\"},\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'6d6565b9f8f68395e67188ee04d156c1b37a1cb94844a99d89ad1a0c00a9f4a9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":23,\"selector\":\"_progress_bar-28-46\",\"original\":{\"progress_bar_left_text\":\"TWFuYWdlbWVudA==\",\"progress_bar_progress\":\"54\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NTQl\"},\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'bc930136ae1755213db49ee63d6a9b3daf20854392cd224b6b81a211750e7d25\' ct_options=\'{\"ct_id\":29,\"ct_parent\":23,\"selector\":\"_progress_bar-29-46\",\"original\":{\"progress_bar_left_text\":\"SlMgRGV2ZWxvcGluZw==\",\"progress_bar_progress\":\"74\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NzQl\"},\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][/ct_section]'),(350,46,'ct_builder_shortcodes_revisions_dates','1600452969'),(351,46,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'e10dc28952207364c3bd49263ddbc3776a30533c1c162a41da3079970d2f89d1\' ct_options=\'{\"ct_id\":23,\"ct_parent\":0,\"selector\":\"section-23-46\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'35c2a40818924d5c0517f24d06cd3a9dc5a5b33a301a374e0bd71bcae2ad133d\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"text_block-24-46\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'ad51d776e43ab0555f4a7332992be68ab92fccdf6e2fb66ee93c991502d3d010\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"headline-25-46\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']DONATE[/ct_headline][ct_text_block ct_sign_sha256=\'48d3eb6779990137059da3e44f82c5e34c00b074927ac97111ca85d12065dc43\' ct_options=\'{\"ct_id\":26,\"ct_parent\":23,\"selector\":\"text_block-26-46\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']Fill the Donor Details for our records. If you want to be anonymous, then you can skip to payment directly: [/ct_text_block][ct_code_block ct_sign_sha256=\'f889443b910062c9f60dc50e7878fc9b57be110ea4471d594eab7cdb23864c2a\' ct_options=\'{\"ct_id\":33,\"ct_parent\":23,\"selector\":\"code_block-33-46\",\"original\":{\"code-php\":\"PGZvcm0+PHNjcmlwdCBzcmM9Imh0dHBzOi8vY2RuLnJhem9ycGF5LmNvbS9zdGF0aWMvd2lkZ2V0L3BheW1lbnQtYnV0dG9uLmpzIiBkYXRhLXBheW1lbnRfYnV0dG9uX2lkPSJwbF9GYk5yOUlVbHFEWXBDbiI+IDwvc2NyaXB0PiA8L2Zvcm0+\",\"padding-bottom\":\"15\"},\"activeselector\":false}\'][/ct_code_block][ct_code_block ct_sign_sha256=\'58900d5720da9528fd16125ec4fe38bc9fceeb8e5e431977c762f4f97040596e\' ct_options=\'{\"ct_id\":32,\"ct_parent\":23,\"selector\":\"code_block-32-46\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0iaW52b2x2ZW1lX2VtYmVkIiBkYXRhLWVtYmVkPSJqdW1wcC9kb25hdGlvbi1mb3JtLWZvci1jeWNsaW5nIj48L2Rpdj4KPHNjcmlwdCBzcmM9Imh0dHBzOi8vYXBwLmludm9sdmUubWUvZW1iZWQiPjwvc2NyaXB0Pg==\",\"padding-bottom\":\"15\"},\"activeselector\":false}\'][/ct_code_block][oxy_progress_bar ct_sign_sha256=\'d6e2d1a43591b3e5535e9be49a3a6fe4720084cf43a92cd42a67de41152a9773\' ct_options=\'{\"ct_id\":27,\"ct_parent\":23,\"selector\":\"_progress_bar-27-46\",\"original\":{\"progress_bar_left_text\":\"RGVzaWduIFNraWxscw==\",\"progress_bar_progress\":\"95\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"OTUl\"},\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'6d6565b9f8f68395e67188ee04d156c1b37a1cb94844a99d89ad1a0c00a9f4a9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":23,\"selector\":\"_progress_bar-28-46\",\"original\":{\"progress_bar_left_text\":\"TWFuYWdlbWVudA==\",\"progress_bar_progress\":\"54\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NTQl\"},\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'bc930136ae1755213db49ee63d6a9b3daf20854392cd224b6b81a211750e7d25\' ct_options=\'{\"ct_id\":29,\"ct_parent\":23,\"selector\":\"_progress_bar-29-46\",\"original\":{\"progress_bar_left_text\":\"SlMgRGV2ZWxvcGluZw==\",\"progress_bar_progress\":\"74\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NzQl\"},\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][/ct_section]'),(352,46,'ct_builder_shortcodes_revisions_dates','1600453068'),(353,46,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'cbb568f8da6ab8c858bfeb67dbf36a7282f740e44a66f2be1e58dc11f8c576b9\' ct_options=\'{\"ct_id\":23,\"ct_parent\":0,\"selector\":\"section-23-46\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'35c2a40818924d5c0517f24d06cd3a9dc5a5b33a301a374e0bd71bcae2ad133d\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"text_block-24-46\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'ad51d776e43ab0555f4a7332992be68ab92fccdf6e2fb66ee93c991502d3d010\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"headline-25-46\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']DONATE[/ct_headline][ct_text_block ct_sign_sha256=\'9936216a841ede4d5b8e5e80c58789b1b4634cf00d731129e45eeab5505fd538\' ct_options=\'{\"ct_id\":26,\"ct_parent\":23,\"selector\":\"text_block-26-46\",\"original\":{\"margin-bottom\":\"30\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']Fill the Donor Details for our records. If you want to be anonymous, then you can skip to payment directly: [/ct_text_block][ct_code_block ct_sign_sha256=\'f889443b910062c9f60dc50e7878fc9b57be110ea4471d594eab7cdb23864c2a\' ct_options=\'{\"ct_id\":33,\"ct_parent\":23,\"selector\":\"code_block-33-46\",\"original\":{\"code-php\":\"PGZvcm0+PHNjcmlwdCBzcmM9Imh0dHBzOi8vY2RuLnJhem9ycGF5LmNvbS9zdGF0aWMvd2lkZ2V0L3BheW1lbnQtYnV0dG9uLmpzIiBkYXRhLXBheW1lbnRfYnV0dG9uX2lkPSJwbF9GYk5yOUlVbHFEWXBDbiI+IDwvc2NyaXB0PiA8L2Zvcm0+\",\"padding-bottom\":\"15\"},\"activeselector\":false}\'][/ct_code_block][ct_code_block ct_sign_sha256=\'58900d5720da9528fd16125ec4fe38bc9fceeb8e5e431977c762f4f97040596e\' ct_options=\'{\"ct_id\":32,\"ct_parent\":23,\"selector\":\"code_block-32-46\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0iaW52b2x2ZW1lX2VtYmVkIiBkYXRhLWVtYmVkPSJqdW1wcC9kb25hdGlvbi1mb3JtLWZvci1jeWNsaW5nIj48L2Rpdj4KPHNjcmlwdCBzcmM9Imh0dHBzOi8vYXBwLmludm9sdmUubWUvZW1iZWQiPjwvc2NyaXB0Pg==\",\"padding-bottom\":\"15\"},\"activeselector\":false}\'][/ct_code_block][oxy_progress_bar ct_sign_sha256=\'d6e2d1a43591b3e5535e9be49a3a6fe4720084cf43a92cd42a67de41152a9773\' ct_options=\'{\"ct_id\":27,\"ct_parent\":23,\"selector\":\"_progress_bar-27-46\",\"original\":{\"progress_bar_left_text\":\"RGVzaWduIFNraWxscw==\",\"progress_bar_progress\":\"95\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"OTUl\"},\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'6d6565b9f8f68395e67188ee04d156c1b37a1cb94844a99d89ad1a0c00a9f4a9\' ct_options=\'{\"ct_id\":28,\"ct_parent\":23,\"selector\":\"_progress_bar-28-46\",\"original\":{\"progress_bar_left_text\":\"TWFuYWdlbWVudA==\",\"progress_bar_progress\":\"54\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NTQl\"},\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'bc930136ae1755213db49ee63d6a9b3daf20854392cd224b6b81a211750e7d25\' ct_options=\'{\"ct_id\":29,\"ct_parent\":23,\"selector\":\"_progress_bar-29-46\",\"original\":{\"progress_bar_left_text\":\"SlMgRGV2ZWxvcGluZw==\",\"progress_bar_progress\":\"74\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NzQl\"},\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][/ct_section]'),(354,46,'ct_builder_shortcodes_revisions_dates','1600453089'),(356,46,'ct_builder_shortcodes_revisions_dates','1600453151'),(437,46,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'12482cbeff7f571473967b268dbe8edc3714a7f8458ae0eb802f6d4ff95e8257\' ct_options=\'{\"ct_id\":23,\"ct_parent\":0,\"selector\":\"section-23-46\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"0\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'35c2a40818924d5c0517f24d06cd3a9dc5a5b33a301a374e0bd71bcae2ad133d\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"text_block-24-46\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'ad51d776e43ab0555f4a7332992be68ab92fccdf6e2fb66ee93c991502d3d010\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"headline-25-46\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']DONATE[/ct_headline][ct_text_block ct_sign_sha256=\'b877a38aa9d3620ae0026f727e3cc5536fa8790742d1665479b4e7d74cc49032\' ct_options=\'{\"ct_id\":26,\"ct_parent\":23,\"selector\":\"text_block-26-46\",\"original\":{\"margin-bottom\":\"30\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']Donate by pressing the button below and fill the Donor Details for our records. If you want to be anonymous, then you can skip the form below[/ct_text_block][ct_code_block ct_sign_sha256=\'cd50974cbe2a45bc21427817ceb7ba064adbd5017c8a282eaa8ed2ab45d41659\' ct_options=\'{\"ct_id\":33,\"ct_parent\":23,\"selector\":\"code_block-33-46\",\"original\":{\"code-php\":\"PGZvcm0+PHNjcmlwdCBzcmM9Imh0dHBzOi8vY2RuLnJhem9ycGF5LmNvbS9zdGF0aWMvd2lkZ2V0L3BheW1lbnQtYnV0dG9uLmpzIiBkYXRhLXBheW1lbnRfYnV0dG9uX2lkPSJwbF9GYk5yOUlVbHFEWXBDbiI+IDwvc2NyaXB0PiA8L2Zvcm0+\"},\"activeselector\":false}\'][/ct_code_block][ct_code_block ct_sign_sha256=\'58900d5720da9528fd16125ec4fe38bc9fceeb8e5e431977c762f4f97040596e\' ct_options=\'{\"ct_id\":32,\"ct_parent\":23,\"selector\":\"code_block-32-46\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0iaW52b2x2ZW1lX2VtYmVkIiBkYXRhLWVtYmVkPSJqdW1wcC9kb25hdGlvbi1mb3JtLWZvci1jeWNsaW5nIj48L2Rpdj4KPHNjcmlwdCBzcmM9Imh0dHBzOi8vYXBwLmludm9sdmUubWUvZW1iZWQiPjwvc2NyaXB0Pg==\",\"padding-bottom\":\"15\"},\"activeselector\":false}\'][/ct_code_block][/ct_section]'),(357,46,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'cd1ff4f840c16e407bd1424f78acc12d7572fbef21664c3a7a2c8046bb450bf5\' ct_options=\'{\"ct_id\":23,\"ct_parent\":0,\"selector\":\"section-23-46\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"120\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'35c2a40818924d5c0517f24d06cd3a9dc5a5b33a301a374e0bd71bcae2ad133d\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"text_block-24-46\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'ad51d776e43ab0555f4a7332992be68ab92fccdf6e2fb66ee93c991502d3d010\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"headline-25-46\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']DONATE[/ct_headline][ct_text_block ct_sign_sha256=\'b877a38aa9d3620ae0026f727e3cc5536fa8790742d1665479b4e7d74cc49032\' ct_options=\'{\"ct_id\":26,\"ct_parent\":23,\"selector\":\"text_block-26-46\",\"original\":{\"margin-bottom\":\"30\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']Donate by pressing the button below and fill the Donor Details for our records. If you want to be anonymous, then you can skip the form below[/ct_text_block][ct_code_block ct_sign_sha256=\'f889443b910062c9f60dc50e7878fc9b57be110ea4471d594eab7cdb23864c2a\' ct_options=\'{\"ct_id\":33,\"ct_parent\":23,\"selector\":\"code_block-33-46\",\"original\":{\"code-php\":\"PGZvcm0+PHNjcmlwdCBzcmM9Imh0dHBzOi8vY2RuLnJhem9ycGF5LmNvbS9zdGF0aWMvd2lkZ2V0L3BheW1lbnQtYnV0dG9uLmpzIiBkYXRhLXBheW1lbnRfYnV0dG9uX2lkPSJwbF9GYk5yOUlVbHFEWXBDbiI+IDwvc2NyaXB0PiA8L2Zvcm0+\",\"padding-bottom\":\"15\"},\"activeselector\":false}\'][/ct_code_block][ct_code_block ct_sign_sha256=\'58900d5720da9528fd16125ec4fe38bc9fceeb8e5e431977c762f4f97040596e\' ct_options=\'{\"ct_id\":32,\"ct_parent\":23,\"selector\":\"code_block-32-46\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0iaW52b2x2ZW1lX2VtYmVkIiBkYXRhLWVtYmVkPSJqdW1wcC9kb25hdGlvbi1mb3JtLWZvci1jeWNsaW5nIj48L2Rpdj4KPHNjcmlwdCBzcmM9Imh0dHBzOi8vYXBwLmludm9sdmUubWUvZW1iZWQiPjwvc2NyaXB0Pg==\",\"padding-bottom\":\"15\"},\"activeselector\":false}\'][/ct_code_block][/ct_section]'),(358,46,'ct_builder_shortcodes_revisions_dates','1600453171'),(359,16,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'3e894d94fea6350897519ec6bca775e76d1b1b6a239c3448c2c3984e7b9e0ba2\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-16\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"100\",\"container-padding-top\":\"128\",\"container-padding-bottom\":\"120\",\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\"},\"activeselector\":false,\"nicename\":\"Music Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'8c05cf57b1081fd85fe46b073f64e72d72c264789720c070688e48b29b7aab31\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"text_block-3-16\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']CYCLING FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'d01ab8884a79ecf9f24e6b6edf3940baf1f4e429dd941fa9af567de9ffe3096f\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"headline-4-16\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"100\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false}\']Bengaluru to Mysuru[/ct_headline][ct_text_block ct_sign_sha256=\'4aa8efd61e628af9d7f7461f7028ef6dd7c458cd02941fa9e1e534458b81c61e\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-16\",\"original\":{\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']We are cycling from Bengaluru to Mysuru to support Deepika School and raise funds for the education of Special Children[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'83f45042266d876d91647ba859b8ea7f034edff454fb4ec7cf2c75a00b04a1b5\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"div_block-6-16\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_text ct_sign_sha256=\'b709549c4ff67cfbb20fd4bfacf146c29aa1aaf81fd42a21f2e34ddd478356f4\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"link_text-7-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'d5f6e39d1e185791d94c87430ed53e4a934b4392024595a0a843c9410a7c57be\' ct_options=\'{\"ct_id\":8,\"ct_parent\":6,\"selector\":\"link_text-8-16\",\"original\":{\"color\":\"color(3)\",\"url\":\"https://form.prosportsfoundation.com/apply\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"hover\":{\"background-color\":\"#ffffff\",\"color\":\"color(12)\"}}\']APPLY TO JOIN THE RIDE[/ct_link_text][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'0a49e83fdff428c2d2c3ec7cda811f69df697598469d7b7aaa4b7d876e706994\' ct_options=\'{\"ct_id\":44,\"ct_parent\":0,\"selector\":\"section-44-16\",\"original\":{\"container-padding-top\":\"84\",\"container-padding-bottom\":\"25\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"nicename\":\"Stats Boxes\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"80\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'83c9f43cda8c1894b5809e7dd1076cad92578fbbdd6d458e2893ccca8579c22d\' ct_options=\'{\"ct_id\":18,\"ct_parent\":44,\"selector\":\"headline-18-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Goal: Raise Rs.6 Lakhs[/ct_headline][ct_text_block ct_sign_sha256=\'e6bcf7499e12ca59e468f1d31e09893dcf63ac926a10a7aa7cf99274dfda3ee6\' ct_options=\'{\"ct_id\":19,\"ct_parent\":44,\"selector\":\"text_block-19-16\",\"original\":{\"margin-bottom\":\"49\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']It costs Rs.60,000 p.a. to teach each special child supported by Deepika Trust[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'7555d876c14a36353122d1d639cbda138b1efa1791bf98989a40500be152431a\' ct_options=\'{\"ct_id\":47,\"ct_parent\":44,\"selector\":\"new_columns-47-16\",\"original\":{\"reverse-column-order\":\"never\",\"set-columns-width-50\":\"tablet\",\"flex-reverse\":\"false\"}}\'][ct_div_block_2 ct_sign_sha256=\'856f2e28ff1e07bcab829a7de5c06da7fe178792bf3f263e7194acfcda6e65e6\' ct_options=\'{\"ct_id\":48,\"ct_parent\":47,\"selector\":\"div_block-48-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'4381752516a6e173d7787e7c41ac5e146c923935338b2c474c83170cc3d05454\' ct_options=\'{\"ct_id\":17,\"ct_parent\":48,\"selector\":\"text_block-17-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Distance: 150 Kms[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ea8b569e732981c1a35020417710b50f485bf7d75913194712acea6e5c41d31f\' ct_options=\'{\"ct_id\":52,\"ct_parent\":47,\"selector\":\"div_block-52-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'f8bfe90f6527e5093d426f784f50f154faa13a996b331c49fcdd39225cf1883f\' ct_options=\'{\"ct_id\":87,\"ct_parent\":52,\"selector\":\"text_block-87-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Time: 9 hours[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'698048d5b968b291c8fe2dadb40f79272d2edc6267ce87f890a2772312c51447\' ct_options=\'{\"ct_id\":56,\"ct_parent\":47,\"selector\":\"div_block-56-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'ea07ecfe4a3c24553c189c29ce8be5ca162ba61e1fbfc96b75ad73e56da8be6a\' ct_options=\'{\"ct_id\":89,\"ct_parent\":56,\"selector\":\"text_block-89-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']20 Cyclists[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3d88a50edcd375724c17c90a05965cb08ab9db43b2d2ded8d0bbc736325bce07\' ct_options=\'{\"ct_id\":60,\"ct_parent\":47,\"selector\":\"div_block-60-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'9442f93533c387d8c3d5e7f1fed19ccb35642421d5393b83633f9114fe0e9e80\' ct_options=\'{\"ct_id\":92,\"ct_parent\":60,\"selector\":\"text_block-92-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Sponsor 10 Kids[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'e8260bd7bc2be79de690d280726e657afc7c8aa2277fa2ae22d23e50f8ab5115\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"section-16-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"44\",\"text-align\":\"center\",\"align-items\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'d7ae18b6d8239132b07fcccd5b729b3d3aa35073375db546e63b80460525efbb\' ct_options=\'{\"ct_id\":80,\"ct_parent\":16,\"selector\":\"text_block-80-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING AGENDA[/ct_text_block][ct_headline ct_sign_sha256=\'46239814ad3454298c78562d354c660d8920b86b06566be63fa9b8d4da45fff6\' ct_options=\'{\"ct_id\":70,\"ct_parent\":16,\"selector\":\"headline-70-16\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"tag\":\"h2\",\"color\":\"color(1)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']3rd Oct 2020[/ct_headline][ct_text_block ct_sign_sha256=\'a23bb8523e1a7e06c65a871dab55c299967ace3932ae15b30a94c795e99a5845\' ct_options=\'{\"ct_id\":67,\"ct_parent\":16,\"selector\":\"text_block-67-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-big-text\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']We are starting from Gandhi Statue in front of Vidhan Soudha, Bengaluru and finish at Gandhi Statue at University of Mysuru[/ct_text_block][oxy_progress_bar ct_sign_sha256=\'a6c0b36faca4cde4a5d817a0fc875152ac90d0e2652e658e11abc9b875fb5756\' ct_options=\'{\"ct_id\":20,\"ct_parent\":16,\"selector\":\"_progress_bar-20-16\",\"original\":{\"progress_bar_left_text\":\"NTozMCBBTTombmJzcDsgU3RhcnQgYXQgVmlkaGFuIFNvdWRoYQ==\",\"progress_bar_progress\":\"0\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MCBLbQ==\",\"progress_bar_left_text_typography_color\":\"color(12)\",\"progress_bar_right_text_typography_color\":\"color(16)\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'5f3b92cd16681fc2c89f32cc1ac09fd059e842c9dd9d9f6e8d1e28e5e36c7d45\' ct_options=\'{\"ct_id\":21,\"ct_parent\":16,\"selector\":\"_progress_bar-21-16\",\"original\":{\"progress_bar_left_text\":\"ODozMCBBTTombmJzcDsgRmlyc3Qgc3RvcCBhdCBSYW1hbmFnYXJh\",\"progress_bar_progress\":\"33\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"NTAgS21z\",\"progress_bar_left_text_typography_color\":\"color(12)\",\"progress_bar_right_text_typography_color\":\"color(16)\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'0ba4726823381be33f8fb7bd45f3f271c4e670662250623177e7855619c87c46\' ct_options=\'{\"ct_id\":22,\"ct_parent\":16,\"selector\":\"_progress_bar-22-16\",\"original\":{\"progress_bar_left_text\":\"MTE6MzAgQU06Jm5ic3A7IFNlY29uZCBzdG9wIGF0IE1hbmR5YQ==\",\"progress_bar_progress\":\"67\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MTAwIEttcw==\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][oxy_progress_bar ct_sign_sha256=\'81f99f4f4877df52ea74afca846606630e0db421ea6ff9a451928a9f3616dc4b\' ct_options=\'{\"ct_id\":126,\"ct_parent\":16,\"selector\":\"_progress_bar-126-16\",\"original\":{\"progress_bar_left_text\":\"MjozMCBQTTogRmluaXNoIGF0IEdhbmRoaSBTdGF0dWUsIFVuaXZlcnNpdHkgb2YgTXlzdXJ1\",\"progress_bar_progress\":\"100\",\"globalConditionsResult\":true,\"progress_bar_right_text\":\"MTUwIEttcw==\"},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-progress-bar-1-bar\"}}\'][/oxy_progress_bar][/ct_section][ct_section ct_sign_sha256=\'22885e8986718b9d34fb0f7236596fe4b9a624834ec71495a701f6e53d059561\' ct_options=\'{\"ct_id\":206,\"ct_parent\":0,\"selector\":\"section-206-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Logo Grid Simple\",\"ct_category\":\"Social Proof\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'5bd24e4f1a44331a26c8f2d8fffea3e3fd0fd1aa53b54bad03c8efc1e252cc3e\' ct_options=\'{\"ct_id\":207,\"ct_parent\":206,\"selector\":\"new_columns-207-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{}}\'][ct_div_block_2 ct_sign_sha256=\'3e450551ec31e54c9ab64a2af594b31a9a9d9c0f122f13c123a275ec3304a21d\' ct_options=\'{\"ct_id\":208,\"ct_parent\":207,\"selector\":\"div_block-208-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"},\"activeselector\":\"hyperion-logogrid-1-column\"}\'][ct_image ct_sign_sha256=\'2ac1dfa139e6751e7cef59e9cb2fbe97f4ee1cca21c2add8bbae1ca5e874ff5f\' ct_options=\'{\"ct_id\":209,\"ct_parent\":208,\"selector\":\"image-209-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d55fa4604fc9131ff84590245c6f2bdb4b9a8585e8d75a026f9cd62cc4b289ca\' ct_options=\'{\"ct_id\":210,\"ct_parent\":207,\"selector\":\"div_block-210-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'e79f199cf23351b92c658720b3f72c04fbdea855cd04d90122cb2a294ded20c9\' ct_options=\'{\"ct_id\":211,\"ct_parent\":210,\"selector\":\"image-211-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Raw-Pressery-logo.jpg\",\"height\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8672e669f83438e13e05c1da50dc99295ae0ba8b4f92dd7f51bd9467751ff129\' ct_options=\'{\"ct_id\":212,\"ct_parent\":207,\"selector\":\"div_block-212-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f293a8df50390bf0a2873608e8626164709cfc7587f857b17941df66e9ec871b\' ct_options=\'{\"ct_id\":213,\"ct_parent\":212,\"selector\":\"image-213-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProNature-NEWLogo.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'919ecf0104a4992ccdabaebd8de3038aa81f6f8c3f67403600006dd3b2d8728a\' ct_options=\'{\"ct_id\":214,\"ct_parent\":207,\"selector\":\"div_block-214-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f307c73ef2b640ddebcc3b5cdca5e98b95fc7bad2f57cace5253f2864f5093e0\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"image-215-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/LOGO-BLACK.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'e0acad69af53b5e35005ef3352e3c9d465cc28ab447c442df9d2df20427dd510\' ct_options=\'{\"ct_id\":216,\"ct_parent\":206,\"selector\":\"new_columns-216-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a2c9aa63cda61eb7147b240994ff08fc9e82d92b4c040b373b1e4d914658af98\' ct_options=\'{\"ct_id\":221,\"ct_parent\":216,\"selector\":\"div_block-221-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'3845896da2c207bb2ca1601f32d4fc8d8c15191d346712f9bd3ab3d80b36a287\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"image-222-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/PH-LOGO.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'89a7a2daf6f140f9e0ddddc8501e705727fbba8488a3f9da150bf6df1d9ac1e8\' ct_options=\'{\"ct_id\":223,\"ct_parent\":216,\"selector\":\"div_block-223-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'80f68c36a2c94b0a09707ab899efcac1cf507c81854b448c88ea6d9f65ad8eb3\' ct_options=\'{\"ct_id\":224,\"ct_parent\":223,\"selector\":\"image-224-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpp_logo_new_400x400.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'243257b4b9c082ec3c6588350f9eb5e5984b61ae8ebb77ecf77be79e6fd4e4a3\' ct_options=\'{\"ct_id\":130,\"ct_parent\":0,\"selector\":\"section-130-16\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-color\":\"color(1)\"},\"activeselector\":false,\"nicename\":\"Team Dark Three Columns\",\"ct_category\":\"People\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'df5be7289e1117a526e641e915abba3b18b9dacc834bffa56f2dc9ff606486b9\' ct_options=\'{\"ct_id\":131,\"ct_parent\":130,\"selector\":\"text_block-131-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']PEOPLE[/ct_text_block][ct_headline ct_sign_sha256=\'8a0f5b7c834e5d722794c5c93386a279b8d6d1f9df9079c0a4b0f47acb841bf5\' ct_options=\'{\"ct_id\":132,\"ct_parent\":130,\"selector\":\"headline-132-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Meet the Cyclists[/ct_headline][ct_text_block ct_sign_sha256=\'4df8d34aa1b0a39aa8e637bbeff38462444bac5f945c44df05e0647287e4f704\' ct_options=\'{\"ct_id\":133,\"ct_parent\":130,\"selector\":\"text_block-133-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']Smallest directly families surprise honoured am an. Speaking replying mistress him numerous she returned feelings may day.[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'2ae413e203eec761b4f44b4c1d148818ac75dd8b59b6b3643ab5d71950360194\' ct_options=\'{\"ct_id\":134,\"ct_parent\":130,\"selector\":\"div_block-134-16\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"flex-direction\":\"row\",\"display\":\"flex\",\"flex-wrap\":\"wrap\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'161af31d0b12688462f422cc1d6ac0a814468328ea13036f33995fc3da4e62d8\' ct_options=\'{\"ct_id\":135,\"ct_parent\":134,\"selector\":\"div_block-135-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"}}\'][ct_image ct_sign_sha256=\'a3862c017584c63ea9ccd7af2e4b0bb3fdaeb9a3244fc35127716dd04d844b18\' ct_options=\'{\"ct_id\":136,\"ct_parent\":135,\"selector\":\"image-136-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Shahid-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'761eb2870585f485ebce5c17f65358b02b140b807ff9c15e4ebeb7d2854fa286\' ct_options=\'{\"ct_id\":137,\"ct_parent\":135,\"selector\":\"headline-137-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SHAHID KHAN[/ct_headline][ct_text_block ct_sign_sha256=\'0b703b81ca1b7ed967310b25f42ffb54c6389d2b82e0d8ece4094a637b3bd08f\' ct_options=\'{\"ct_id\":138,\"ct_parent\":135,\"selector\":\"text_block-138-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"}}\']Rally Driver[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27d24d5a29c7548672780752a42c9c1175eea33c09b5c2748dcef582ef781d5c\' ct_options=\'{\"ct_id\":139,\"ct_parent\":135,\"selector\":\"_social_icons-139-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'6acdb033460909a81d32f2572f60e4b2c7011fcefbbe47ee6b8db25168377ea4\' ct_options=\'{\"ct_id\":140,\"ct_parent\":135,\"selector\":\"text_block-140-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Founder of Jumpptech. He is passionate about Digital Marketing, Technology, Entrepreneurship, Blogging, Cycling &amp; Rally Driving.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'91ba58532762ce489ff2eeec6ce56fcf6ea364ac6aaf2add19afc1222200bdfc\' ct_options=\'{\"ct_id\":142,\"ct_parent\":134,\"selector\":\"div_block-142-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'8506eaaa6bdf7f94d7f6780b9178fb51b00cc3e27c69403ad112d6be699acd90\' ct_options=\'{\"ct_id\":143,\"ct_parent\":142,\"selector\":\"image-143-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Pavan-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'de833df7abc090c38b48dcfdf1a2e9621ca40a1f9935a22a5ca8e9cf8ccd02b6\' ct_options=\'{\"ct_id\":144,\"ct_parent\":142,\"selector\":\"headline-144-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']PAVAN SRIRAM[/ct_headline][ct_text_block ct_sign_sha256=\'a4d5f520255c87bbf342ee0e5b7a21da21392d0f2f0f230fb534425a0b0c9e6c\' ct_options=\'{\"ct_id\":145,\"ct_parent\":142,\"selector\":\"text_block-145-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Runner[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5b2409ec6606e498291a0e077f0a0a2f033361a4868d66b791cfff010d21e706\' ct_options=\'{\"ct_id\":146,\"ct_parent\":142,\"selector\":\"_social_icons-146-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3dc99d1cc14d109aa7bf984c92c1c6d8092dea353059cf92b097ddbf4fc79236\' ct_options=\'{\"ct_id\":147,\"ct_parent\":142,\"selector\":\"text_block-147-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Doubtful two bed way pleasure confined followed. Shew up ye away no eyes life or were this. Perfectly did suspicion daughters but his intention. Started on society an brought it explain.&nbsp;<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ebdbce7cb86326d29de856850fb72ef45014eca8f96a4c0fb07883dfeac58a00\' ct_options=\'{\"ct_id\":149,\"ct_parent\":134,\"selector\":\"div_block-149-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'5fcac82991f6bccb8d1b537d6e853ffdade710eb373949c91941bfc1d2ac0826\' ct_options=\'{\"ct_id\":150,\"ct_parent\":149,\"selector\":\"image-150-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Savitha-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'d13bbbc5c21b3e0b730473f39353e3534a85aed52c828dc6c5fb66b884800634\' ct_options=\'{\"ct_id\":151,\"ct_parent\":149,\"selector\":\"headline-151-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SAVITHA BHAVSAR[/ct_headline][ct_text_block ct_sign_sha256=\'c47f0abc5b27430197713b288571348217333129b703b9157924ac1d04024398\' ct_options=\'{\"ct_id\":152,\"ct_parent\":149,\"selector\":\"text_block-152-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Adventurer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'bc773317a40c8654610f3a29d56b26f199642c8b31dc73d75358e0dd09a1105b\' ct_options=\'{\"ct_id\":153,\"ct_parent\":149,\"selector\":\"_social_icons-153-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"6\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'e66dd9470e64c18c8f33223e45b58f5d1053537a019d355dddf939a4ba5ddebc\' ct_options=\'{\"ct_id\":154,\"ct_parent\":149,\"selector\":\"text_block-154-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Extended kindness trifling remember he confined outlived if. Assistance sentiments yet unpleasing say. Open they an busy they my such high. An active dinner wishes.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c1437d05320921a51ecb27191cd78c74fc2450e0464f29ddf801547a315a8408\' ct_options=\'{\"ct_id\":156,\"ct_parent\":134,\"selector\":\"div_block-156-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'3e1bcd2564ad2f4049169a24a25c63bfd6847f2c80c9357988d57da1b06eff78\' ct_options=\'{\"ct_id\":157,\"ct_parent\":156,\"selector\":\"image-157-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Bharath-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'85a7d9f1b770a4591b36e72fa13664c9ab49cc7fa3ec69e979dcf2f0969af0e2\' ct_options=\'{\"ct_id\":158,\"ct_parent\":156,\"selector\":\"headline-158-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']BHARATH[/ct_headline][ct_text_block ct_sign_sha256=\'1f90689c4dbd30c1b6e8f598af43f52dd21ebf5216efcd22b12a6d6ac56d04b5\' ct_options=\'{\"ct_id\":159,\"ct_parent\":156,\"selector\":\"text_block-159-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Cyclist[/ct_text_block][oxy_social_icons ct_sign_sha256=\'57b9863f99cf27cc9746880cc8829c195f9a24abe6da986cd3e614e380207c63\' ct_options=\'{\"ct_id\":160,\"ct_parent\":156,\"selector\":\"_social_icons-160-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'ddeaeffc9907b573c03b1e5a7aa98d333a0a0a1c8822adfb4a66a7c6e36e4539\' ct_options=\'{\"ct_id\":161,\"ct_parent\":156,\"selector\":\"text_block-161-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Looking started he up perhaps against. How remainder all additions get elsewhere resources. One missed shy wishes supply design answer formed. Prevent on present hastily passage an subject in be.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'722d05da012929093c633ea8535c86d7479f60bf72e9b5546dfaabe9ef93a2dd\' ct_options=\'{\"ct_id\":236,\"ct_parent\":134,\"selector\":\"div_block-236-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'372dec1437e628ba860572a6a6e0ffe934ceb49ac206bbcf859a25bef219e5ce\' ct_options=\'{\"ct_id\":237,\"ct_parent\":236,\"selector\":\"image-237-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Ranvijay-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'ed66edd584c168767c4638c344d48c388b0a7c25148704e8dee74e0a23b98fb5\' ct_options=\'{\"ct_id\":238,\"ct_parent\":236,\"selector\":\"headline-238-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RANVIJAY PANDEY[/ct_headline][ct_text_block ct_sign_sha256=\'f30eea5337109bb5843802647f703ccb718e205856f931bad66ef45c4b5e247b\' ct_options=\'{\"ct_id\":239,\"ct_parent\":236,\"selector\":\"text_block-239-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Architect[/ct_text_block][oxy_social_icons ct_sign_sha256=\'386f64f7a1e37d63d17087168e3fee0348d6bf2b0ed4bd0787b1aa258838486d\' ct_options=\'{\"ct_id\":240,\"ct_parent\":236,\"selector\":\"_social_icons-240-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3a8ce1b995d0b9f2738363048c307238851fb6e7501f5e93d501b8f72dbe23cf\' ct_options=\'{\"ct_id\":241,\"ct_parent\":236,\"selector\":\"text_block-241-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Ran Vijay is IT Architect by profession. Worked with many IT leaders Like Infosys, IBM, Hitachi to name few. He is passionate about sports and fitness. His passion for cycling and running keep him fit and positive all the time. He is an inspiration for many.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d884ceda2a52358dd38675ec6713da3a4c6fe53d034826f08ec8114a6dba256e\' ct_options=\'{\"ct_id\":245,\"ct_parent\":134,\"selector\":\"div_block-245-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'7ff3c4b576d11ce2fb1196f4994771b52786cf31a4130b62c05fcc72431e3b77\' ct_options=\'{\"ct_id\":246,\"ct_parent\":245,\"selector\":\"image-246-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Sanjeev-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'944d4477417ca59d1882254d69df1d5572aeb253ffb600a5a9876addc9d770cc\' ct_options=\'{\"ct_id\":247,\"ct_parent\":245,\"selector\":\"headline-247-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SANJEEV KUMAR[/ct_headline][ct_text_block ct_sign_sha256=\'f94f333295a655ce78131356f4fba627f2e07e0fbabe96663bbb27519f8a4199\' ct_options=\'{\"ct_id\":248,\"ct_parent\":245,\"selector\":\"text_block-248-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Ironman[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27a9283bf9f8ae0bf1ab42dba10b97a74dd0fc5b2a48dc9c0a8b6f7f79a3dac4\' ct_options=\'{\"ct_id\":249,\"ct_parent\":245,\"selector\":\"_social_icons-249-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d909cf567fc185234acde99e3fff64f8f5e4528acce04664c02173eed402df1d\' ct_options=\'{\"ct_id\":250,\"ct_parent\":245,\"selector\":\"text_block-250-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Sanjeev is IT professional Worked with many IT leaders Like Infosys, Microsoft to name few. He is passionate sport person. He took the challenge and completed Ironman hosted in Goa in 2019. His passion for cycling and running keeps him fit. He is an inspiration for many.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7c34dfee54d144a2c63140383285629bc4fa356421e096ea39d9750d86c48d18\' ct_options=\'{\"ct_id\":163,\"ct_parent\":134,\"selector\":\"div_block-163-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'71d65d388b2432345aea39a6d3cd306442ce6ce1d726a8387212bdb7188769d3\' ct_options=\'{\"ct_id\":164,\"ct_parent\":163,\"selector\":\"image-164-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Rajiv-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'8300de98fce3c0d639a431c46bf00f39c0ae948ad2046201d43873861e16dc80\' ct_options=\'{\"ct_id\":165,\"ct_parent\":163,\"selector\":\"headline-165-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RAJIV[/ct_headline][ct_text_block ct_sign_sha256=\'d859041780181f015234deac6d59dc3719aff81c69384096e1724e8247de9ad3\' ct_options=\'{\"ct_id\":166,\"ct_parent\":163,\"selector\":\"text_block-166-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Spanish Lunguist[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5f1d06b6b9e80fd0755c641d69fb18655c44d3f09f8c3a99835265a7174a69c4\' ct_options=\'{\"ct_id\":167,\"ct_parent\":163,\"selector\":\"_social_icons-167-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'9ecc6ce9c2e6cbdec8b714c507f078a3c986c8e7eb805dacb8dbee762598638f\' ct_options=\'{\"ct_id\":168,\"ct_parent\":163,\"selector\":\"text_block-168-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Working as a Spanish Linguist in IBM. Settled in Bengaluru. A Bullet enthusiast &amp; have travelled to all parts of India.  I love outdoor Sports. Finished my Ironman 70.3 last year in Goa. Keep myself fit &amp; energized with Running, Swimming &amp; Cycling.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f721c37eb9462d9b80a2d0f1dac4889b6d229b6a82f43aa42cdda7215c496eb9\' ct_options=\'{\"ct_id\":285,\"ct_parent\":134,\"selector\":\"div_block-285-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'602f1087a24dc578ce20a4f939e5bb38bf9593f42a655eb871bd8859a63936db\' ct_options=\'{\"ct_id\":286,\"ct_parent\":285,\"selector\":\"image-286-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Nishant-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'5e2cc37dab8f98dda24e384712cc53b51ce592164fa889cd798f6e2b0817b9c6\' ct_options=\'{\"ct_id\":287,\"ct_parent\":285,\"selector\":\"headline-287-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']NISHANTH IYENGAR[/ct_headline][ct_text_block ct_sign_sha256=\'3e380f73bba13dfabd64d96551d104a2de7634c7ba45c6ea3afb9594fb251c76\' ct_options=\'{\"ct_id\":288,\"ct_parent\":285,\"selector\":\"text_block-288-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']PARENT TO PUPS[/ct_text_block][oxy_social_icons ct_sign_sha256=\'60a75a9c6eac29b9cb954dcfc9bee51a4eb63e50d848f8d3c20cfad25f861516\' ct_options=\'{\"ct_id\":289,\"ct_parent\":285,\"selector\":\"_social_icons-289-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'46cf23ae46ebe0204e683da57d8d5cc670f5a1b5ae781ebf75d9d1a1a65b5cde\' ct_options=\'{\"ct_id\":290,\"ct_parent\":285,\"selector\":\"text_block-290-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Cyclist, occasional runner, parent to couple of pups and like the outdoors.<br>[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(360,16,'ct_builder_shortcodes_revisions_dates','1600453515'),(362,16,'ct_builder_shortcodes_revisions_dates','1600453531'),(364,5,'ct_builder_shortcodes_revisions_dates','1600453631'),(367,5,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'1dea8ca31fdebaf4e6e215b0908be2c5a10fa8527a2aa77e91acf9916ecd576e\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"_header-14-5\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"background-color\":\"color(1)\",\"globalConditionsResult\":true},\"nicename\":\"Header Two Rows\",\"ct_category\":\"Headers\",\"activeselector\":false}\'][oxy_header_row ct_sign_sha256=\'c3f34927dda948fe05779317f2bf25150bdd006326993cfb834fe3bf733d8ab5\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"_header_row-15-5\",\"original\":{\"border-bottom-color\":\"#4f5262\",\"hide-row\":\"phone-landscape\",\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"background-color\":\"color(8)\",\"globalConditionsResult\":true}}\'][oxy_header_left ct_sign_sha256=\'eadaf8ad52ea2c2e997f51c18014c94e9b4a31b7aff35a35cca908c9ac0d519b\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"_header_left-16-5\"}\'][ct_fancy_icon ct_sign_sha256=\'e4bb898c9a8b142b8daed6c9982254cf41877f3427c294e3471221ec00b6aac4\' ct_options=\'{\"ct_id\":41,\"ct_parent\":16,\"selector\":\"fancy_icon-41-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-envelope\",\"icon-color\":\"color(3)\",\"icon-size\":\"14\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_text ct_sign_sha256=\'541d3a94a5b864830a364d6b8ac31171aeed20edbf19b503e65272ae2234efa3\' ct_options=\'{\"ct_id\":47,\"ct_parent\":16,\"selector\":\"link_text-47-5\",\"original\":{\"color\":\"color(2)\",\"font-size\":\"16\",\"url\":\"mailto:support@example.com\",\"-webkit-font-smoothing\":\"antialiased\",\"margin-right\":\"24\",\"globalConditionsResult\":true,\"url_encoded\":\"true\"},\"hover\":{\"text-decoration\":\"underline\"},\"activeselector\":false}\']contact@prosportsfoundation.com[/ct_link_text][ct_fancy_icon ct_sign_sha256=\'bcc20d4cc5fb1963613646c9398722cad75e3622857b3cc47834cc37ab97d2dc\' ct_options=\'{\"ct_id\":44,\"ct_parent\":16,\"selector\":\"fancy_icon-44-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-marker\",\"icon-color\":\"color(3)\",\"icon-size\":\"18\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'25f6b69e308e7d863405291b7dcbd62614a9def1ef933d5e13bd4655c1d235c8\' ct_options=\'{\"ct_id\":37,\"ct_parent\":16,\"selector\":\"text_block-37-5\",\"original\":{\"color\":\"color(3)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.5\",\"-webkit-font-smoothing\":\"antialiased\",\"globalConditionsResult\":true},\"activeselector\":false}\']Bengaluru, INDIA[/ct_text_block][/oxy_header_left][oxy_header_center ct_sign_sha256=\'23a9435bd1238e98ef39289b48871d14940b618769f366dbbd31902a15495499\' ct_options=\'{\"ct_id\":17,\"ct_parent\":15,\"selector\":\"_header_center-17-5\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'0e51938d940f0f4be1d36dc8816fb490419b61de4b6fb3be3cd00dc3ac6082fe\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"_header_right-18-5\"}\'][oxy_social_icons ct_sign_sha256=\'4655650e3bf85cefacd07f2d1e6847739e6e946a5547b35c608bdb0ab44fd0c4\' ct_options=\'{\"ct_id\":31,\"ct_parent\":18,\"selector\":\"_social_icons-31-5\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true,\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\"},\"activeselector\":false}\'][/oxy_social_icons][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'8d73f0cebf827644062aaf309c340f4fc504a7d0a3f70b7bced4a05abd8b29dc\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-5\",\"original\":{\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/cycling-main.jpg\",\"background-size\":\"manual\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"container-padding-top\":\"180\",\"container-padding-bottom\":\"180\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"container-padding-left\":\"40\",\"container-padding-right\":\"40\",\"globalConditionsResult\":true,\"background-size-width-unit\":\"%\",\"background-size-width\":\"100\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-size-width-unit\":\"%\",\"background-position-left-unit\":\"%\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-position-left\":\"0\"}},\"page-width\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"30\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"-30\",\"background-image\":\"none\"}}},\"nicename\":\"Simple Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'091c7c912251d71e98c4943a83db2033c8cb52e5b5cc7dcd075d91a7dd2c2bb0\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"globalConditionsResult\":true}}\']PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'896c49224d12ee1a70c500e54d21746f90dbe03a3476e6339c7656dc0c66c4ad\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-5\",\"original\":{\"margin-left\":\"-12\",\"globalConditionsResult\":true,\"font-size\":\"100\",\"color\":\"color(14)\",\"text-shadow-color\":\"color(1)\",\"text-shadow-horizontal-offset\":\"5\",\"text-shadow-vertical-offset\":\"5\",\"text-shadow-blur\":\"5\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-left\":\"-6\"}},\"phone-landscape\":{\"original\":{\"margin-left\":\"-6\"}}}}\']Leverage Sports for Social Impact[/ct_headline][ct_link_text ct_sign_sha256=\'b77647233138474f332e6789c2e1c7f420b6133ee62f81e15a6dd23db169950d\' ct_options=\'{\"ct_id\":12,\"ct_parent\":2,\"selector\":\"link_text-12-5\",\"original\":{\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"url\":\"mailto:contact@prosportsfoundation.com\",\"url_encoded\":\"true\",\"target\":\"\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":\"hyperion-primary-button\"}\']CONTACT[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'967a262394c7c9d70f593850008bf5fd23cbc8d65e07a8a94b9b3d49c622bdf6\' ct_options=\'{\"ct_id\":48,\"ct_parent\":0,\"selector\":\"section-48-5\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"9\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"80\"}}}}\'][ct_text_block ct_sign_sha256=\'1bde4ad392297821ae268f7e15f34c51966f09cee5b6311286ccb61f9571ebf9\' ct_options=\'{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"text_block-49-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']WHY PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'7c7dc4e949dca4c3202ea4e3069610431c78d8f6b8f28e4e9ec3dc7b327a0407\' ct_options=\'{\"ct_id\":57,\"ct_parent\":48,\"selector\":\"headline-57-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"31\",\"font-weight\":\"300\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']At ProSports Foundation, we believe in transforming the CSR ecosystem, by integrating corporates and its workforce, recipient institutions, individuals and the government ensuring that there is proper flow of capital and information, while also engaging stakeholders effectively.[/ct_headline][ct_image ct_sign_sha256=\'a128fa7aaa8ff21f6ee6e2641aa499a3d60f221e53b981b8c5a1b1d21fd77341\' ct_options=\'{\"ct_id\":60,\"ct_parent\":48,\"selector\":\"image-60-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/arrow@2x.png\",\"width\":\"220\",\"margin-top\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"42\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][ct_new_columns_2 ct_sign_sha256=\'40f093ce795b04179c2525fd734ec41aace335c98a08f04401fae5576aa07729\' ct_options=\'{\"ct_id\":61,\"ct_parent\":48,\"selector\":\"new_columns-61-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'049097317d70d73e638ed1d061b03cf0966e4f1ecb475f9f83a60e182b8a275f\' ct_options=\'{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"div_block-62-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'cb979304e567e134a90cc22b91e43de09d9c571912359bc4fdefac50ca55b61d\' ct_options=\'{\"ct_id\":73,\"ct_parent\":62,\"selector\":\"headline-73-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o1[/ct_headline][ct_image ct_sign_sha256=\'87ce4b0d278e1f581008839e7931a5d394dbcb78acd4b3ecd29b2fb29d8b0223\' ct_options=\'{\"ct_id\":64,\"ct_parent\":62,\"selector\":\"image-64-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-1@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'224dab30ca6942c6a3a3b28154825367ab9d8e5887a59691b510eed0804cfe79\' ct_options=\'{\"ct_id\":65,\"ct_parent\":62,\"selector\":\"text_block-65-5\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\"}\']Leverage sports discipline, activities and events to raise awareness[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3b9635c597e82018ca7a3f90a1824bc87dc4d53de0d4a26a5a33dcac9e456940\' ct_options=\'{\"ct_id\":63,\"ct_parent\":61,\"selector\":\"div_block-63-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'5701ccf5b7bce2eef7da8fdec8ed81ac24156e435cfabd21b9a3c93e51b2dd8a\' ct_options=\'{\"ct_id\":78,\"ct_parent\":63,\"selector\":\"headline-78-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o2[/ct_headline][ct_image ct_sign_sha256=\'e2e0c6daa4d8ed8c585ca851cae0ac68d929d16171e9d93545d7fa76701a91f8\' ct_options=\'{\"ct_id\":68,\"ct_parent\":63,\"selector\":\"image-68-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-2@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'447654c68915f392225b38afa48e00c1a697962173f4effc9a81fb381051c39a\' ct_options=\'{\"ct_id\":70,\"ct_parent\":63,\"selector\":\"text_block-70-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Co-create a social agenda that aligns with the ethos of your organisation[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'77c3f2696095102d19e43cf311a33cea7e2c0ed7331c4fab5353f56a7bf3f960\' ct_options=\'{\"ct_id\":81,\"ct_parent\":48,\"selector\":\"new_columns-81-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'194df1c645915235fa50d33dfd737eb156f59451df635fa1e7c6f10c280f55d6\' ct_options=\'{\"ct_id\":82,\"ct_parent\":81,\"selector\":\"div_block-82-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'169b1c6a44fb77edfda6e00bcb4acd7ebd32eef53004973c42507d2a129d09fc\' ct_options=\'{\"ct_id\":83,\"ct_parent\":82,\"selector\":\"headline-83-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o3[/ct_headline][ct_image ct_sign_sha256=\'7060357b26fd55ba711f7545b2189285e575e7a3a0b2fbb0e8308518fce841d6\' ct_options=\'{\"ct_id\":84,\"ct_parent\":82,\"selector\":\"image-84-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-3@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'183db98fa8f7d1affcf27a1c8261ff0deb5ed85c2d49225d4a683e2ab1c42c5c\' ct_options=\'{\"ct_id\":85,\"ct_parent\":82,\"selector\":\"text_block-85-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Curate programmes that are aimed to address key issues in education, nutrition and health[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'0541f5d64a9ac1a89157190bffe60a568efecf2c819928f084ca7e5f0306b453\' ct_options=\'{\"ct_id\":86,\"ct_parent\":81,\"selector\":\"div_block-86-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'da0205fd8e338d6c7a4d00a0f0228561005fd5e5959af36404268d6e180d23e5\' ct_options=\'{\"ct_id\":87,\"ct_parent\":86,\"selector\":\"headline-87-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o4[/ct_headline][ct_image ct_sign_sha256=\'45abc105bd0cd8f6162c5d90b37ea373b4c3ce3ab63147937deababeb470d701\' ct_options=\'{\"ct_id\":88,\"ct_parent\":86,\"selector\":\"image-88-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-4@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'46c32edec1030e92ef4e88974ff57cf0708632dbd27159f849dab06999ee01bb\' ct_options=\'{\"ct_id\":89,\"ct_parent\":86,\"selector\":\"text_block-89-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Expertise in designing a portfolio of well-audited projects and help entities involved to track and monitor the impact[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'71c8ba77ebb1f2c2784edcaa9a921b904e887dff0df12eb51a6810f0a507ef2e\' ct_options=\'{\"ct_id\":90,\"ct_parent\":48,\"selector\":\"new_columns-90-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'2ca5a2ce9202c130bcb499a957369f0a54d910865d575407d24caca07e41e9bd\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"div_block-91-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'3a203938c1634c87239ba5e3fe08b49ab0943022c4ddd0e68d620ed1f3c0a5c7\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"headline-92-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o5[/ct_headline][ct_image ct_sign_sha256=\'3f7e1b755e214302f7f5019cefa8d9ed391ce49e90c5b1bce777debaa2ffcd97\' ct_options=\'{\"ct_id\":93,\"ct_parent\":91,\"selector\":\"image-93-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-5@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'70395e05c377e24d1a304754b7f57751139db6032b30f0e6dd0a15c61a2234c6\' ct_options=\'{\"ct_id\":94,\"ct_parent\":91,\"selector\":\"text_block-94-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Identifying best-fit online and offline campaigns and outreach partners; to achieve sustained progress and execution of scale[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c35d052e0a5f99d213d5efcd30738ff2e60599f68ecdc82b40b265fff9063b5a\' ct_options=\'{\"ct_id\":95,\"ct_parent\":90,\"selector\":\"div_block-95-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'696595c32e34d64be666053840f3469ecaa1f72de3614a4c20e37fa0cc79d058\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"headline-96-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o6[/ct_headline][ct_image ct_sign_sha256=\'f8d804fc4283724b65f8541429eebcaccb5e43834ae1e458946ed44dfbe57272\' ct_options=\'{\"ct_id\":97,\"ct_parent\":95,\"selector\":\"image-97-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-6@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'7bd5f80a0aeaf130c94bb58c756cc5835b48eb74347116d81cf8528d7ed807e3\' ct_options=\'{\"ct_id\":98,\"ct_parent\":95,\"selector\":\"text_block-98-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Engaging your own workforce to further amplify the impact, as well as emphasising and enhancing the sense of giving back among the overall workforce[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'6329bfe17bb1928647c2a78a71b8d4e427db0ae6ce6cee8360eb6f779ce4d8ce\' ct_options=\'{\"ct_id\":311,\"ct_parent\":0,\"selector\":\"section-311-5\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"0\",\"section-width\":\"full-width\",\"overflow\":\"hidden\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Watch CTA\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'f44e4e395f64bf62d75967404d86f38db90b6ecf0165eb034c4d5a9b939fafb2\' ct_options=\'{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"new_columns-312-5\",\"activeselector\":false,\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'ab4ea1b6e12c0d0f614aa5c2c457b47f2365094ed15770f8309edd3158007a9f\' ct_options=\'{\"ct_id\":313,\"ct_parent\":312,\"selector\":\"div_block-313-5\",\"original\":{\"width\":\"40\",\"width-unit\":\"%\",\"padding-top\":\"0\",\"padding-bottom\":\"0\",\"align-items\":\"flex-end\",\"text-align\":\"right\",\"justify-content\":\"center\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-bottom\":\"40\",\"padding-top\":\"40\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_image ct_sign_sha256=\'4a758fa9e6ba4ae04b100f45abccea0ee6d87dd36f4b8b58b68cb542bd92b43d\' ct_options=\'{\"ct_id\":351,\"ct_parent\":313,\"selector\":\"image-351-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\",\"margin-top\":\"-40\",\"margin-bottom\":\"-40\",\"max-height\":\"720\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-top\":\"0\",\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7009a72ef179a56960c45a4c6ccd7a3661400bb6df5728ecb1e9477d49bbfe96\' ct_options=\'{\"ct_id\":314,\"ct_parent\":312,\"selector\":\"div_block-314-5\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"flex-start\",\"justify-content\":\"center\",\"flex-wrap\":\"wrap\",\"padding-left\":\"40\",\"padding-right\":\"40\",\"padding-top\":\"60\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'1c68a0d8cf0dcc161d595a7fa07d7059b06476c606152d47c502c5841f147fc3\' ct_options=\'{\"ct_id\":318,\"ct_parent\":314,\"selector\":\"headline-318-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Support &amp; Donate[/ct_headline][ct_text_block ct_sign_sha256=\'8246952947a8c31ec2fe606d4304981d67df27147b72c0e01c48ad50fafc7c50\' ct_options=\'{\"ct_id\":326,\"ct_parent\":314,\"selector\":\"text_block-326-5\",\"original\":{\"max-width\":\"640\",\"color\":\"color(3)\",\"margin-bottom\":\"18\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']We are cycling for 150 kms from Bengaluru to Mysuru on 3rd Oct, 2020 to raise money for special children.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'29d521543d33125412fe149bc161e4181ac8b9dc79091037b0c939f1fe09f339\' ct_options=\'{\"ct_id\":342,\"ct_parent\":314,\"selector\":\"div_block-342-5\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"globalConditionsResult\":true},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_text ct_sign_sha256=\'ccf04af8feff472b65f772cd0ba51667ef03415d5c7b1797940d26ecf9b48e63\' ct_options=\'{\"ct_id\":329,\"ct_parent\":342,\"selector\":\"link_text-329-5\",\"original\":{\"margin-right\":\"12\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"18\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'3ea8bbb5694a8e6cd2b68e5cbe4a0bc5d01bdb984b4137df7cd9d9c7d4f9ee26\' ct_options=\'{\"ct_id\":336,\"ct_parent\":342,\"selector\":\"link_text-336-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/cycling-for-special-children/\",\"url_encoded\":\"true\",\"target\":\"_blank\"}}\']KNOW MORE[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d801267357f8def4eba9f76ae7cb7a99d066982ed291108ce164c45444145ebd\' ct_options=\'{\"ct_id\":345,\"ct_parent\":314,\"selector\":\"div_block-345-5\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"text-align\":\"left\",\"align-items\":\"center\",\"margin-top\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'778e454b09b090123a44278a8c4efdb11f640345d18b52f0cc5b1d5e7c25ac09\' ct_options=\'{\"ct_id\":347,\"ct_parent\":345,\"selector\":\"fancy_icon-347-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-lock\",\"icon-color\":\"color(3)\",\"icon-size\":\"18\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section]'),(365,5,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'1dea8ca31fdebaf4e6e215b0908be2c5a10fa8527a2aa77e91acf9916ecd576e\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"_header-14-5\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"background-color\":\"color(1)\",\"globalConditionsResult\":true},\"nicename\":\"Header Two Rows\",\"ct_category\":\"Headers\",\"activeselector\":false}\'][oxy_header_row ct_sign_sha256=\'c3f34927dda948fe05779317f2bf25150bdd006326993cfb834fe3bf733d8ab5\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"_header_row-15-5\",\"original\":{\"border-bottom-color\":\"#4f5262\",\"hide-row\":\"phone-landscape\",\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"background-color\":\"color(8)\",\"globalConditionsResult\":true}}\'][oxy_header_left ct_sign_sha256=\'eadaf8ad52ea2c2e997f51c18014c94e9b4a31b7aff35a35cca908c9ac0d519b\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"_header_left-16-5\"}\'][ct_fancy_icon ct_sign_sha256=\'e4bb898c9a8b142b8daed6c9982254cf41877f3427c294e3471221ec00b6aac4\' ct_options=\'{\"ct_id\":41,\"ct_parent\":16,\"selector\":\"fancy_icon-41-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-envelope\",\"icon-color\":\"color(3)\",\"icon-size\":\"14\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_text ct_sign_sha256=\'541d3a94a5b864830a364d6b8ac31171aeed20edbf19b503e65272ae2234efa3\' ct_options=\'{\"ct_id\":47,\"ct_parent\":16,\"selector\":\"link_text-47-5\",\"original\":{\"color\":\"color(2)\",\"font-size\":\"16\",\"url\":\"mailto:support@example.com\",\"-webkit-font-smoothing\":\"antialiased\",\"margin-right\":\"24\",\"globalConditionsResult\":true,\"url_encoded\":\"true\"},\"hover\":{\"text-decoration\":\"underline\"},\"activeselector\":false}\']contact@prosportsfoundation.com[/ct_link_text][ct_fancy_icon ct_sign_sha256=\'bcc20d4cc5fb1963613646c9398722cad75e3622857b3cc47834cc37ab97d2dc\' ct_options=\'{\"ct_id\":44,\"ct_parent\":16,\"selector\":\"fancy_icon-44-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-marker\",\"icon-color\":\"color(3)\",\"icon-size\":\"18\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'25f6b69e308e7d863405291b7dcbd62614a9def1ef933d5e13bd4655c1d235c8\' ct_options=\'{\"ct_id\":37,\"ct_parent\":16,\"selector\":\"text_block-37-5\",\"original\":{\"color\":\"color(3)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.5\",\"-webkit-font-smoothing\":\"antialiased\",\"globalConditionsResult\":true},\"activeselector\":false}\']Bengaluru, INDIA[/ct_text_block][/oxy_header_left][oxy_header_center ct_sign_sha256=\'23a9435bd1238e98ef39289b48871d14940b618769f366dbbd31902a15495499\' ct_options=\'{\"ct_id\":17,\"ct_parent\":15,\"selector\":\"_header_center-17-5\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'0e51938d940f0f4be1d36dc8816fb490419b61de4b6fb3be3cd00dc3ac6082fe\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"_header_right-18-5\"}\'][oxy_social_icons ct_sign_sha256=\'4655650e3bf85cefacd07f2d1e6847739e6e946a5547b35c608bdb0ab44fd0c4\' ct_options=\'{\"ct_id\":31,\"ct_parent\":18,\"selector\":\"_social_icons-31-5\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true,\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\"},\"activeselector\":false}\'][/oxy_social_icons][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'8d73f0cebf827644062aaf309c340f4fc504a7d0a3f70b7bced4a05abd8b29dc\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-5\",\"original\":{\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/cycling-main.jpg\",\"background-size\":\"manual\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"container-padding-top\":\"180\",\"container-padding-bottom\":\"180\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"container-padding-left\":\"40\",\"container-padding-right\":\"40\",\"globalConditionsResult\":true,\"background-size-width-unit\":\"%\",\"background-size-width\":\"100\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-size-width-unit\":\"%\",\"background-position-left-unit\":\"%\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-position-left\":\"0\"}},\"page-width\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"30\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"-30\",\"background-image\":\"none\"}}},\"nicename\":\"Simple Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'091c7c912251d71e98c4943a83db2033c8cb52e5b5cc7dcd075d91a7dd2c2bb0\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"globalConditionsResult\":true}}\']PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'896c49224d12ee1a70c500e54d21746f90dbe03a3476e6339c7656dc0c66c4ad\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-5\",\"original\":{\"margin-left\":\"-12\",\"globalConditionsResult\":true,\"font-size\":\"100\",\"color\":\"color(14)\",\"text-shadow-color\":\"color(1)\",\"text-shadow-horizontal-offset\":\"5\",\"text-shadow-vertical-offset\":\"5\",\"text-shadow-blur\":\"5\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-left\":\"-6\"}},\"phone-landscape\":{\"original\":{\"margin-left\":\"-6\"}}}}\']Leverage Sports for Social Impact[/ct_headline][ct_link_text ct_sign_sha256=\'b77647233138474f332e6789c2e1c7f420b6133ee62f81e15a6dd23db169950d\' ct_options=\'{\"ct_id\":12,\"ct_parent\":2,\"selector\":\"link_text-12-5\",\"original\":{\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"url\":\"mailto:contact@prosportsfoundation.com\",\"url_encoded\":\"true\",\"target\":\"\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":\"hyperion-primary-button\"}\']CONTACT[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'587b672bec2bfe1f2dc4431022693f17fdfb49cef2167aa8fa713af6867bdb7d\' ct_options=\'{\"ct_id\":48,\"ct_parent\":0,\"selector\":\"section-48-5\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"80\"}}}}\'][ct_text_block ct_sign_sha256=\'1bde4ad392297821ae268f7e15f34c51966f09cee5b6311286ccb61f9571ebf9\' ct_options=\'{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"text_block-49-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']WHY PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'7c7dc4e949dca4c3202ea4e3069610431c78d8f6b8f28e4e9ec3dc7b327a0407\' ct_options=\'{\"ct_id\":57,\"ct_parent\":48,\"selector\":\"headline-57-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"31\",\"font-weight\":\"300\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']At ProSports Foundation, we believe in transforming the CSR ecosystem, by integrating corporates and its workforce, recipient institutions, individuals and the government ensuring that there is proper flow of capital and information, while also engaging stakeholders effectively.[/ct_headline][ct_image ct_sign_sha256=\'a128fa7aaa8ff21f6ee6e2641aa499a3d60f221e53b981b8c5a1b1d21fd77341\' ct_options=\'{\"ct_id\":60,\"ct_parent\":48,\"selector\":\"image-60-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/arrow@2x.png\",\"width\":\"220\",\"margin-top\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"42\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][ct_new_columns_2 ct_sign_sha256=\'40f093ce795b04179c2525fd734ec41aace335c98a08f04401fae5576aa07729\' ct_options=\'{\"ct_id\":61,\"ct_parent\":48,\"selector\":\"new_columns-61-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'049097317d70d73e638ed1d061b03cf0966e4f1ecb475f9f83a60e182b8a275f\' ct_options=\'{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"div_block-62-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'cb979304e567e134a90cc22b91e43de09d9c571912359bc4fdefac50ca55b61d\' ct_options=\'{\"ct_id\":73,\"ct_parent\":62,\"selector\":\"headline-73-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o1[/ct_headline][ct_image ct_sign_sha256=\'87ce4b0d278e1f581008839e7931a5d394dbcb78acd4b3ecd29b2fb29d8b0223\' ct_options=\'{\"ct_id\":64,\"ct_parent\":62,\"selector\":\"image-64-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-1@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'224dab30ca6942c6a3a3b28154825367ab9d8e5887a59691b510eed0804cfe79\' ct_options=\'{\"ct_id\":65,\"ct_parent\":62,\"selector\":\"text_block-65-5\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\"}\']Leverage sports discipline, activities and events to raise awareness[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3b9635c597e82018ca7a3f90a1824bc87dc4d53de0d4a26a5a33dcac9e456940\' ct_options=\'{\"ct_id\":63,\"ct_parent\":61,\"selector\":\"div_block-63-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'5701ccf5b7bce2eef7da8fdec8ed81ac24156e435cfabd21b9a3c93e51b2dd8a\' ct_options=\'{\"ct_id\":78,\"ct_parent\":63,\"selector\":\"headline-78-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o2[/ct_headline][ct_image ct_sign_sha256=\'e2e0c6daa4d8ed8c585ca851cae0ac68d929d16171e9d93545d7fa76701a91f8\' ct_options=\'{\"ct_id\":68,\"ct_parent\":63,\"selector\":\"image-68-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-2@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'447654c68915f392225b38afa48e00c1a697962173f4effc9a81fb381051c39a\' ct_options=\'{\"ct_id\":70,\"ct_parent\":63,\"selector\":\"text_block-70-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Co-create a social agenda that aligns with the ethos of your organisation[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'77c3f2696095102d19e43cf311a33cea7e2c0ed7331c4fab5353f56a7bf3f960\' ct_options=\'{\"ct_id\":81,\"ct_parent\":48,\"selector\":\"new_columns-81-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'194df1c645915235fa50d33dfd737eb156f59451df635fa1e7c6f10c280f55d6\' ct_options=\'{\"ct_id\":82,\"ct_parent\":81,\"selector\":\"div_block-82-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'169b1c6a44fb77edfda6e00bcb4acd7ebd32eef53004973c42507d2a129d09fc\' ct_options=\'{\"ct_id\":83,\"ct_parent\":82,\"selector\":\"headline-83-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o3[/ct_headline][ct_image ct_sign_sha256=\'7060357b26fd55ba711f7545b2189285e575e7a3a0b2fbb0e8308518fce841d6\' ct_options=\'{\"ct_id\":84,\"ct_parent\":82,\"selector\":\"image-84-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-3@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'183db98fa8f7d1affcf27a1c8261ff0deb5ed85c2d49225d4a683e2ab1c42c5c\' ct_options=\'{\"ct_id\":85,\"ct_parent\":82,\"selector\":\"text_block-85-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Curate programmes that are aimed to address key issues in education, nutrition and health[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'0541f5d64a9ac1a89157190bffe60a568efecf2c819928f084ca7e5f0306b453\' ct_options=\'{\"ct_id\":86,\"ct_parent\":81,\"selector\":\"div_block-86-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'da0205fd8e338d6c7a4d00a0f0228561005fd5e5959af36404268d6e180d23e5\' ct_options=\'{\"ct_id\":87,\"ct_parent\":86,\"selector\":\"headline-87-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o4[/ct_headline][ct_image ct_sign_sha256=\'45abc105bd0cd8f6162c5d90b37ea373b4c3ce3ab63147937deababeb470d701\' ct_options=\'{\"ct_id\":88,\"ct_parent\":86,\"selector\":\"image-88-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-4@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'46c32edec1030e92ef4e88974ff57cf0708632dbd27159f849dab06999ee01bb\' ct_options=\'{\"ct_id\":89,\"ct_parent\":86,\"selector\":\"text_block-89-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Expertise in designing a portfolio of well-audited projects and help entities involved to track and monitor the impact[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'71c8ba77ebb1f2c2784edcaa9a921b904e887dff0df12eb51a6810f0a507ef2e\' ct_options=\'{\"ct_id\":90,\"ct_parent\":48,\"selector\":\"new_columns-90-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'2ca5a2ce9202c130bcb499a957369f0a54d910865d575407d24caca07e41e9bd\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"div_block-91-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'3a203938c1634c87239ba5e3fe08b49ab0943022c4ddd0e68d620ed1f3c0a5c7\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"headline-92-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o5[/ct_headline][ct_image ct_sign_sha256=\'3f7e1b755e214302f7f5019cefa8d9ed391ce49e90c5b1bce777debaa2ffcd97\' ct_options=\'{\"ct_id\":93,\"ct_parent\":91,\"selector\":\"image-93-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-5@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'70395e05c377e24d1a304754b7f57751139db6032b30f0e6dd0a15c61a2234c6\' ct_options=\'{\"ct_id\":94,\"ct_parent\":91,\"selector\":\"text_block-94-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Identifying best-fit online and offline campaigns and outreach partners; to achieve sustained progress and execution of scale[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c35d052e0a5f99d213d5efcd30738ff2e60599f68ecdc82b40b265fff9063b5a\' ct_options=\'{\"ct_id\":95,\"ct_parent\":90,\"selector\":\"div_block-95-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'696595c32e34d64be666053840f3469ecaa1f72de3614a4c20e37fa0cc79d058\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"headline-96-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o6[/ct_headline][ct_image ct_sign_sha256=\'f8d804fc4283724b65f8541429eebcaccb5e43834ae1e458946ed44dfbe57272\' ct_options=\'{\"ct_id\":97,\"ct_parent\":95,\"selector\":\"image-97-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-6@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'7bd5f80a0aeaf130c94bb58c756cc5835b48eb74347116d81cf8528d7ed807e3\' ct_options=\'{\"ct_id\":98,\"ct_parent\":95,\"selector\":\"text_block-98-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Engaging your own workforce to further amplify the impact, as well as emphasising and enhancing the sense of giving back among the overall workforce[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_link_text ct_sign_sha256=\'58886339bb70a31113947b4815e8a95ca276efa264dff2619aaabc39c7d30970\' ct_options=\'{\"ct_id\":108,\"ct_parent\":48,\"selector\":\"link_text-108-5\",\"original\":{\"margin-top\":\"30\",\"globalConditionsResult\":true,\"url\":\"#\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-top\":\"18\"}}}}\']GET STARTED[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'6329bfe17bb1928647c2a78a71b8d4e427db0ae6ce6cee8360eb6f779ce4d8ce\' ct_options=\'{\"ct_id\":311,\"ct_parent\":0,\"selector\":\"section-311-5\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"0\",\"section-width\":\"full-width\",\"overflow\":\"hidden\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Watch CTA\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'f44e4e395f64bf62d75967404d86f38db90b6ecf0165eb034c4d5a9b939fafb2\' ct_options=\'{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"new_columns-312-5\",\"activeselector\":false,\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'ab4ea1b6e12c0d0f614aa5c2c457b47f2365094ed15770f8309edd3158007a9f\' ct_options=\'{\"ct_id\":313,\"ct_parent\":312,\"selector\":\"div_block-313-5\",\"original\":{\"width\":\"40\",\"width-unit\":\"%\",\"padding-top\":\"0\",\"padding-bottom\":\"0\",\"align-items\":\"flex-end\",\"text-align\":\"right\",\"justify-content\":\"center\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-bottom\":\"40\",\"padding-top\":\"40\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_image ct_sign_sha256=\'4a758fa9e6ba4ae04b100f45abccea0ee6d87dd36f4b8b58b68cb542bd92b43d\' ct_options=\'{\"ct_id\":351,\"ct_parent\":313,\"selector\":\"image-351-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\",\"margin-top\":\"-40\",\"margin-bottom\":\"-40\",\"max-height\":\"720\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-top\":\"0\",\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7009a72ef179a56960c45a4c6ccd7a3661400bb6df5728ecb1e9477d49bbfe96\' ct_options=\'{\"ct_id\":314,\"ct_parent\":312,\"selector\":\"div_block-314-5\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"flex-start\",\"justify-content\":\"center\",\"flex-wrap\":\"wrap\",\"padding-left\":\"40\",\"padding-right\":\"40\",\"padding-top\":\"60\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'1c68a0d8cf0dcc161d595a7fa07d7059b06476c606152d47c502c5841f147fc3\' ct_options=\'{\"ct_id\":318,\"ct_parent\":314,\"selector\":\"headline-318-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Support &amp; Donate[/ct_headline][ct_text_block ct_sign_sha256=\'8246952947a8c31ec2fe606d4304981d67df27147b72c0e01c48ad50fafc7c50\' ct_options=\'{\"ct_id\":326,\"ct_parent\":314,\"selector\":\"text_block-326-5\",\"original\":{\"max-width\":\"640\",\"color\":\"color(3)\",\"margin-bottom\":\"18\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']We are cycling for 150 kms from Bengaluru to Mysuru on 3rd Oct, 2020 to raise money for special children.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'29d521543d33125412fe149bc161e4181ac8b9dc79091037b0c939f1fe09f339\' ct_options=\'{\"ct_id\":342,\"ct_parent\":314,\"selector\":\"div_block-342-5\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"globalConditionsResult\":true},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_text ct_sign_sha256=\'ccf04af8feff472b65f772cd0ba51667ef03415d5c7b1797940d26ecf9b48e63\' ct_options=\'{\"ct_id\":329,\"ct_parent\":342,\"selector\":\"link_text-329-5\",\"original\":{\"margin-right\":\"12\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"18\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'3ea8bbb5694a8e6cd2b68e5cbe4a0bc5d01bdb984b4137df7cd9d9c7d4f9ee26\' ct_options=\'{\"ct_id\":336,\"ct_parent\":342,\"selector\":\"link_text-336-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/cycling-for-special-children/\",\"url_encoded\":\"true\",\"target\":\"_blank\"}}\']KNOW MORE[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d801267357f8def4eba9f76ae7cb7a99d066982ed291108ce164c45444145ebd\' ct_options=\'{\"ct_id\":345,\"ct_parent\":314,\"selector\":\"div_block-345-5\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"text-align\":\"left\",\"align-items\":\"center\",\"margin-top\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'778e454b09b090123a44278a8c4efdb11f640345d18b52f0cc5b1d5e7c25ac09\' ct_options=\'{\"ct_id\":347,\"ct_parent\":345,\"selector\":\"fancy_icon-347-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-lock\",\"icon-color\":\"color(3)\",\"icon-size\":\"18\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section]'),(366,5,'ct_builder_shortcodes_revisions_dates','1600453660'),(368,5,'ct_builder_shortcodes_revisions_dates','1600453713'),(369,8,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'2c282abea8a7e1b455496f0bceb7b4f8bc982b2e94953d5668af005eb39f9a32\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"_header-1-8\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\"},\"activeselector\":false,\"nicename\":\"Header Simple One Line\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'868626b8f474abe82ac7fc587e98ba5f334a0b026dcb17e6018e94b393f42258\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"_header_row-2-8\",\"original\":{\"stack-header-vertically\":\"phone-portrait\",\"background-color\":\"color(1)\"},\"activeselector\":false}\'][oxy_header_left ct_sign_sha256=\'5b451522e0760cd2a27d44011e7fc9cb3acdad73cb27a79a90e66e6078a6e55b\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"_header_left-3-8\"}\'][ct_image ct_sign_sha256=\'00af44addde844f782c6f34c235b917681f4fa0af6b5f677765ef980340eb464\' ct_options=\'{\"ct_id\":26,\"ct_parent\":3,\"selector\":\"image-26-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"width\":\"100\"},\"hover\":{\"overlay-color\":\"rgba(207,113,202,0.73)\"},\"activeselector\":false}\'][/ct_image][/oxy_header_left][oxy_header_center ct_sign_sha256=\'e9d810653e9c8655fa48bfc85e5e1955a4c50b68c8441b618c38f83e51560169\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"_header_center-6-8\"}\'][oxy_nav_menu ct_sign_sha256=\'9bc0789e5d7e5c6e1f6777cdb6f26460c2bed2d4647d50e72a1c91e275ac915d\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"_nav_menu-7-8\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"on\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"24\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"24\",\"menu_hover_background-color\":\"color(1)\",\"menu_flex-direction\":\"row\",\"menu_font-size\":\"18\",\"menu_color\":\"color(6)\",\"menu_letter-spacing\":\".125\",\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_hover_color\":\"color(3)\",\"menu_active_color\":\"color(2)\",\"menu_dropdowns_padding-top\":\"18\",\"menu_dropdowns_padding-bottom\":\"18\",\"menu_hover_border-bottom-width\":\"2\",\"menu_dropdowns_background-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(6)\",\"menu_dropdowns_hover_color\":\"color(3)\",\"menu_dropdowns_hover_background-color\":\"color(1)\",\"menu_responsive_icon_color\":\"#ffffff\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"menu_justify-content\":\"center\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_background-color\":\"color(1)\",\"menu_color\":\"color(3)\",\"menu_border-bottom-width\":\"2\",\"menu_dropdowns_color\":\"color(3)\",\"menu_dropdowns_background-color\":\"color(1)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"24\"}}}}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'60c6b545548527fe00a0d84c0b6c864fdd399f1171311ad52d4946bb599c0e64\' ct_options=\'{\"ct_id\":8,\"ct_parent\":2,\"selector\":\"_header_right-8-8\"}\'][ct_link_text ct_sign_sha256=\'deef5fa3661a2de9aabfef0085f064a5bbbaf64137c087f4e87a615b276f2c3d\' ct_options=\'{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"link_text-9-8\",\"original\":{\"font-size\":\"18\",\"font-weight\":\"900\",\"color\":\"color(3)\",\"hover_color\":\"color(1)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"background-color\":\"color(16)\",\"letter-spacing\":\"1\",\"line-height\":\"1\",\"padding-top\":\"18\",\"padding-bottom\":\"18\",\"padding-left\":\"42\",\"padding-right\":\"42\",\"border-radius\":\"100\",\"url\":\"mailto:hello@prosportsfoundation.com\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"url_encoded\":\"true\",\"target\":\"\"},\"hover\":{\"color\":\"color(1)\",\"background-color\":\"#ffffff\"},\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"12\",\"margin-bottom\":\"12\"}}}}\']CONTACT[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content ct_sign_sha256=\'a686ce0415c9e0aecb60979d4145733a884e058d863e18bae4d702a94d2b93fb\' ct_options=\'{\"ct_id\":11,\"ct_parent\":0,\"selector\":\"inner_content-11-8\"}\'][/ct_inner_content][ct_section ct_sign_sha256=\'65ec2fbd0b0762d080a58e78cae5eaf67772a61513e68267e4968ced58f690c8\' ct_options=\'{\"ct_id\":12,\"ct_parent\":0,\"selector\":\"section-12-8\",\"original\":{\"background-color\":\"color(11)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"48\",\"container-padding-bottom\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Footer\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"30\"}}}}\'][ct_image ct_sign_sha256=\'1aabcea5ffe9658bd5e8ce73de584ef5e72bcfa39c32e63dd77211813f8e5dc0\' ct_options=\'{\"ct_id\":24,\"ct_parent\":12,\"selector\":\"image-24-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"width\":\"100\",\"padding-bottom\":\"10\"},\"activeselector\":false}\'][/ct_image][oxy_social_icons ct_sign_sha256=\'f4cbec156674ef906b224f816b6a070dd3dfa06c5f8b42a0f6a2bd3710f26657\' ct_options=\'{\"ct_id\":15,\"ct_parent\":12,\"selector\":\"_social_icons-15-8\",\"original\":{\"globalConditionsResult\":true,\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\"},\"activeselector\":false}\'][/oxy_social_icons][oxy_nav_menu ct_sign_sha256=\'777a14a3814ac0ba50104f8a93db76270d1fe3bfe2f91a660c39349ca6ce8ce8\' ct_options=\'{\"ct_id\":16,\"ct_parent\":12,\"selector\":\"_nav_menu-16-8\",\"activeselector\":false,\"original\":{\"globalConditionsResult\":true,\"menu_responsive\":\"page-width\",\"menu_responsive_icon_size\":\"18\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"30\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"30\",\"menu_flex-direction\":\"row\",\"menu_color\":\"color(6)\",\"menu_font-size\":\"18\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_letter-spacing\":\".125\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"border-top-width\":\"0\",\"border-right-width\":\"0\",\"border-bottom-width\":\"2\",\"border-left-width\":\"0\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"none\",\"border-bottom-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(11)\",\"menu_responsive_dropdowns\":\"off\",\"margin-bottom\":\"24\",\"menu_responsive_background_color\":\"color(11)\",\"menu_responsive_link_color\":\"color(6)\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"}},\"phone-landscape\":{\"original\":{\"margin-right\":\"0\"}}}}\'][/oxy_nav_menu][ct_text_block ct_sign_sha256=\'4904ed297a05dedb95903c656efdfefa7ff000de8eb6dbbd5b2ded3e77c8fd86\' ct_options=\'{\"ct_id\":17,\"ct_parent\":12,\"selector\":\"text_block-17-8\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Copyright © <a href=\"http://soflyy.com\">S</a>ProSports Foundation[/ct_text_block][ct_text_block ct_sign_sha256=\'2a8a686c2c8b2b89754bed6d8be1a428c0efce2611c7a69727250e87e52e20e6\' ct_options=\'{\"ct_id\":18,\"ct_parent\":12,\"selector\":\"text_block-18-8\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\'][/ct_text_block][/ct_section]'),(370,8,'ct_builder_shortcodes_revisions_dates','1600454433'),(371,8,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'2c282abea8a7e1b455496f0bceb7b4f8bc982b2e94953d5668af005eb39f9a32\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"_header-1-8\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\"},\"activeselector\":false,\"nicename\":\"Header Simple One Line\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'868626b8f474abe82ac7fc587e98ba5f334a0b026dcb17e6018e94b393f42258\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"_header_row-2-8\",\"original\":{\"stack-header-vertically\":\"phone-portrait\",\"background-color\":\"color(1)\"},\"activeselector\":false}\'][oxy_header_left ct_sign_sha256=\'5b451522e0760cd2a27d44011e7fc9cb3acdad73cb27a79a90e66e6078a6e55b\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"_header_left-3-8\"}\'][ct_image ct_sign_sha256=\'00af44addde844f782c6f34c235b917681f4fa0af6b5f677765ef980340eb464\' ct_options=\'{\"ct_id\":26,\"ct_parent\":3,\"selector\":\"image-26-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"width\":\"100\"},\"hover\":{\"overlay-color\":\"rgba(207,113,202,0.73)\"},\"activeselector\":false}\'][/ct_image][/oxy_header_left][oxy_header_center ct_sign_sha256=\'e9d810653e9c8655fa48bfc85e5e1955a4c50b68c8441b618c38f83e51560169\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"_header_center-6-8\"}\'][oxy_nav_menu ct_sign_sha256=\'9bc0789e5d7e5c6e1f6777cdb6f26460c2bed2d4647d50e72a1c91e275ac915d\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"_nav_menu-7-8\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"on\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"24\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"24\",\"menu_hover_background-color\":\"color(1)\",\"menu_flex-direction\":\"row\",\"menu_font-size\":\"18\",\"menu_color\":\"color(6)\",\"menu_letter-spacing\":\".125\",\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_hover_color\":\"color(3)\",\"menu_active_color\":\"color(2)\",\"menu_dropdowns_padding-top\":\"18\",\"menu_dropdowns_padding-bottom\":\"18\",\"menu_hover_border-bottom-width\":\"2\",\"menu_dropdowns_background-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(6)\",\"menu_dropdowns_hover_color\":\"color(3)\",\"menu_dropdowns_hover_background-color\":\"color(1)\",\"menu_responsive_icon_color\":\"#ffffff\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"menu_justify-content\":\"center\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_background-color\":\"color(1)\",\"menu_color\":\"color(3)\",\"menu_border-bottom-width\":\"2\",\"menu_dropdowns_color\":\"color(3)\",\"menu_dropdowns_background-color\":\"color(1)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"24\"}}}}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'60c6b545548527fe00a0d84c0b6c864fdd399f1171311ad52d4946bb599c0e64\' ct_options=\'{\"ct_id\":8,\"ct_parent\":2,\"selector\":\"_header_right-8-8\"}\'][ct_link_text ct_sign_sha256=\'deef5fa3661a2de9aabfef0085f064a5bbbaf64137c087f4e87a615b276f2c3d\' ct_options=\'{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"link_text-9-8\",\"original\":{\"font-size\":\"18\",\"font-weight\":\"900\",\"color\":\"color(3)\",\"hover_color\":\"color(1)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"background-color\":\"color(16)\",\"letter-spacing\":\"1\",\"line-height\":\"1\",\"padding-top\":\"18\",\"padding-bottom\":\"18\",\"padding-left\":\"42\",\"padding-right\":\"42\",\"border-radius\":\"100\",\"url\":\"mailto:hello@prosportsfoundation.com\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"url_encoded\":\"true\",\"target\":\"\"},\"hover\":{\"color\":\"color(1)\",\"background-color\":\"#ffffff\"},\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"12\",\"margin-bottom\":\"12\"}}}}\']CONTACT[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content ct_sign_sha256=\'a686ce0415c9e0aecb60979d4145733a884e058d863e18bae4d702a94d2b93fb\' ct_options=\'{\"ct_id\":11,\"ct_parent\":0,\"selector\":\"inner_content-11-8\"}\'][/ct_inner_content][ct_section ct_sign_sha256=\'3f0adea278f8849c13fb42fa5caa9a4e63975b80849d7f98855efb7b1cae7cc8\' ct_options=\'{\"ct_id\":12,\"ct_parent\":0,\"selector\":\"section-12-8\",\"original\":{\"background-color\":\"color(11)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"48\",\"container-padding-bottom\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Footer\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"30\"}}}}\'][ct_image ct_sign_sha256=\'1aabcea5ffe9658bd5e8ce73de584ef5e72bcfa39c32e63dd77211813f8e5dc0\' ct_options=\'{\"ct_id\":24,\"ct_parent\":12,\"selector\":\"image-24-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"width\":\"100\",\"padding-bottom\":\"10\"},\"activeselector\":false}\'][/ct_image][oxy_social_icons ct_sign_sha256=\'ccf9b214d87d86823a2ae881f8331ee549b79b9e013dfb0f5e3f95176401e236\' ct_options=\'{\"ct_id\":15,\"ct_parent\":12,\"selector\":\"_social_icons-15-8\",\"original\":{\"globalConditionsResult\":true,\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][oxy_nav_menu ct_sign_sha256=\'777a14a3814ac0ba50104f8a93db76270d1fe3bfe2f91a660c39349ca6ce8ce8\' ct_options=\'{\"ct_id\":16,\"ct_parent\":12,\"selector\":\"_nav_menu-16-8\",\"activeselector\":false,\"original\":{\"globalConditionsResult\":true,\"menu_responsive\":\"page-width\",\"menu_responsive_icon_size\":\"18\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"30\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"30\",\"menu_flex-direction\":\"row\",\"menu_color\":\"color(6)\",\"menu_font-size\":\"18\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_letter-spacing\":\".125\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"border-top-width\":\"0\",\"border-right-width\":\"0\",\"border-bottom-width\":\"2\",\"border-left-width\":\"0\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"none\",\"border-bottom-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(11)\",\"menu_responsive_dropdowns\":\"off\",\"margin-bottom\":\"24\",\"menu_responsive_background_color\":\"color(11)\",\"menu_responsive_link_color\":\"color(6)\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"}},\"phone-landscape\":{\"original\":{\"margin-right\":\"0\"}}}}\'][/oxy_nav_menu][ct_text_block ct_sign_sha256=\'772392294e606e8b243ec5d2b4cbb0a3bcaed3f58518c4ee6e3a8e3703279b81\' ct_options=\'{\"ct_id\":17,\"ct_parent\":12,\"selector\":\"text_block-17-8\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Copyright © ProSports Foundation[/ct_text_block][ct_text_block ct_sign_sha256=\'2a8a686c2c8b2b89754bed6d8be1a428c0efce2611c7a69727250e87e52e20e6\' ct_options=\'{\"ct_id\":18,\"ct_parent\":12,\"selector\":\"text_block-18-8\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\'][/ct_text_block][/ct_section]'),(372,8,'ct_builder_shortcodes_revisions_dates','1600454533'),(373,49,'_menu_item_type','custom'),(374,49,'_menu_item_menu_item_parent','0'),(375,49,'_menu_item_object_id','49'),(376,49,'_menu_item_object','custom'),(377,49,'_menu_item_target',''),(378,49,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(379,49,'_menu_item_xfn',''),(380,49,'_menu_item_url','https://prosportsfoundation.com'),(381,50,'_menu_item_type','post_type'),(382,50,'_menu_item_menu_item_parent','0'),(383,50,'_menu_item_object_id','43'),(384,50,'_menu_item_object','page'),(385,50,'_menu_item_target',''),(386,50,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(387,50,'_menu_item_xfn',''),(388,50,'_menu_item_url',''),(389,51,'_menu_item_type','post_type'),(390,51,'_menu_item_menu_item_parent','0'),(391,51,'_menu_item_object_id','16'),(392,51,'_menu_item_object','page'),(393,51,'_menu_item_target',''),(394,51,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(395,51,'_menu_item_xfn',''),(396,51,'_menu_item_url',''),(397,48,'_wp_trash_meta_status','publish'),(398,48,'_wp_trash_meta_time','1600454582'),(399,52,'_edit_lock','1600454677:1'),(400,53,'_wp_attached_file','2020/09/cropped-ProSports-New-Trans.png'),(401,53,'_wp_attachment_context','site-icon'),(402,53,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:39:\"2020/09/cropped-ProSports-New-Trans.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"cropped-ProSports-New-Trans-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"cropped-ProSports-New-Trans-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:39:\"cropped-ProSports-New-Trans-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:39:\"cropped-ProSports-New-Trans-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:39:\"cropped-ProSports-New-Trans-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:37:\"cropped-ProSports-New-Trans-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;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:{}}}'),(403,52,'_wp_trash_meta_status','publish'),(404,52,'_wp_trash_meta_time','1600454679'),(405,5,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'1dea8ca31fdebaf4e6e215b0908be2c5a10fa8527a2aa77e91acf9916ecd576e\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"_header-14-5\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"background-color\":\"color(1)\",\"globalConditionsResult\":true},\"nicename\":\"Header Two Rows\",\"ct_category\":\"Headers\",\"activeselector\":false}\'][oxy_header_row ct_sign_sha256=\'c3f34927dda948fe05779317f2bf25150bdd006326993cfb834fe3bf733d8ab5\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"_header_row-15-5\",\"original\":{\"border-bottom-color\":\"#4f5262\",\"hide-row\":\"phone-landscape\",\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"background-color\":\"color(8)\",\"globalConditionsResult\":true}}\'][oxy_header_left ct_sign_sha256=\'eadaf8ad52ea2c2e997f51c18014c94e9b4a31b7aff35a35cca908c9ac0d519b\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"_header_left-16-5\"}\'][ct_fancy_icon ct_sign_sha256=\'e4bb898c9a8b142b8daed6c9982254cf41877f3427c294e3471221ec00b6aac4\' ct_options=\'{\"ct_id\":41,\"ct_parent\":16,\"selector\":\"fancy_icon-41-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-envelope\",\"icon-color\":\"color(3)\",\"icon-size\":\"14\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_text ct_sign_sha256=\'541d3a94a5b864830a364d6b8ac31171aeed20edbf19b503e65272ae2234efa3\' ct_options=\'{\"ct_id\":47,\"ct_parent\":16,\"selector\":\"link_text-47-5\",\"original\":{\"color\":\"color(2)\",\"font-size\":\"16\",\"url\":\"mailto:support@example.com\",\"-webkit-font-smoothing\":\"antialiased\",\"margin-right\":\"24\",\"globalConditionsResult\":true,\"url_encoded\":\"true\"},\"hover\":{\"text-decoration\":\"underline\"},\"activeselector\":false}\']contact@prosportsfoundation.com[/ct_link_text][ct_fancy_icon ct_sign_sha256=\'bcc20d4cc5fb1963613646c9398722cad75e3622857b3cc47834cc37ab97d2dc\' ct_options=\'{\"ct_id\":44,\"ct_parent\":16,\"selector\":\"fancy_icon-44-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-marker\",\"icon-color\":\"color(3)\",\"icon-size\":\"18\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'25f6b69e308e7d863405291b7dcbd62614a9def1ef933d5e13bd4655c1d235c8\' ct_options=\'{\"ct_id\":37,\"ct_parent\":16,\"selector\":\"text_block-37-5\",\"original\":{\"color\":\"color(3)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.5\",\"-webkit-font-smoothing\":\"antialiased\",\"globalConditionsResult\":true},\"activeselector\":false}\']Bengaluru, INDIA[/ct_text_block][/oxy_header_left][oxy_header_center ct_sign_sha256=\'23a9435bd1238e98ef39289b48871d14940b618769f366dbbd31902a15495499\' ct_options=\'{\"ct_id\":17,\"ct_parent\":15,\"selector\":\"_header_center-17-5\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'0e51938d940f0f4be1d36dc8816fb490419b61de4b6fb3be3cd00dc3ac6082fe\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"_header_right-18-5\"}\'][oxy_social_icons ct_sign_sha256=\'4655650e3bf85cefacd07f2d1e6847739e6e946a5547b35c608bdb0ab44fd0c4\' ct_options=\'{\"ct_id\":31,\"ct_parent\":18,\"selector\":\"_social_icons-31-5\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true,\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\"},\"activeselector\":false}\'][/oxy_social_icons][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'3e9c8f8d85ed3b6b469fca5ee9425859bbdb242e650fc604f8ebd72391bf513d\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-5\",\"original\":{\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/cycling-main.jpg\",\"background-size\":\"manual\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"container-padding-top\":\"180\",\"container-padding-bottom\":\"180\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"container-padding-left\":\"40\",\"container-padding-right\":\"40\",\"globalConditionsResult\":true,\"background-size-width-unit\":\"%\",\"background-size-width\":\"100\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-size-width-unit\":\"%\",\"background-position-left-unit\":\"%\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-position-left\":\"0\"}},\"page-width\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"30\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"-30\",\"background-image\":\"none\"}}},\"nicename\":\"Simple Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'091c7c912251d71e98c4943a83db2033c8cb52e5b5cc7dcd075d91a7dd2c2bb0\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"globalConditionsResult\":true}}\']PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'896c49224d12ee1a70c500e54d21746f90dbe03a3476e6339c7656dc0c66c4ad\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-5\",\"original\":{\"margin-left\":\"-12\",\"globalConditionsResult\":true,\"font-size\":\"100\",\"color\":\"color(14)\",\"text-shadow-color\":\"color(1)\",\"text-shadow-horizontal-offset\":\"5\",\"text-shadow-vertical-offset\":\"5\",\"text-shadow-blur\":\"5\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-left\":\"-6\"}},\"phone-landscape\":{\"original\":{\"margin-left\":\"-6\"}}}}\']Leverage Sports for Social Impact[/ct_headline][ct_link_text ct_sign_sha256=\'d9073bdf9e8bf97c83d2192db781bc3593738c511281a1586aae9296a47b60da\' ct_options=\'{\"ct_id\":12,\"ct_parent\":2,\"selector\":\"link_text-12-5\",\"original\":{\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/about-us/\",\"url_encoded\":\"true\",\"target\":\"\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":\"hyperion-primary-button\"}\']KNOW MORE[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'967a262394c7c9d70f593850008bf5fd23cbc8d65e07a8a94b9b3d49c622bdf6\' ct_options=\'{\"ct_id\":48,\"ct_parent\":0,\"selector\":\"section-48-5\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"9\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"80\"}}}}\'][ct_text_block ct_sign_sha256=\'1bde4ad392297821ae268f7e15f34c51966f09cee5b6311286ccb61f9571ebf9\' ct_options=\'{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"text_block-49-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']WHY PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'7c7dc4e949dca4c3202ea4e3069610431c78d8f6b8f28e4e9ec3dc7b327a0407\' ct_options=\'{\"ct_id\":57,\"ct_parent\":48,\"selector\":\"headline-57-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"31\",\"font-weight\":\"300\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']At ProSports Foundation, we believe in transforming the CSR ecosystem, by integrating corporates and its workforce, recipient institutions, individuals and the government ensuring that there is proper flow of capital and information, while also engaging stakeholders effectively.[/ct_headline][ct_image ct_sign_sha256=\'a128fa7aaa8ff21f6ee6e2641aa499a3d60f221e53b981b8c5a1b1d21fd77341\' ct_options=\'{\"ct_id\":60,\"ct_parent\":48,\"selector\":\"image-60-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/arrow@2x.png\",\"width\":\"220\",\"margin-top\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"42\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][ct_new_columns_2 ct_sign_sha256=\'40f093ce795b04179c2525fd734ec41aace335c98a08f04401fae5576aa07729\' ct_options=\'{\"ct_id\":61,\"ct_parent\":48,\"selector\":\"new_columns-61-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'049097317d70d73e638ed1d061b03cf0966e4f1ecb475f9f83a60e182b8a275f\' ct_options=\'{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"div_block-62-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'cb979304e567e134a90cc22b91e43de09d9c571912359bc4fdefac50ca55b61d\' ct_options=\'{\"ct_id\":73,\"ct_parent\":62,\"selector\":\"headline-73-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o1[/ct_headline][ct_image ct_sign_sha256=\'87ce4b0d278e1f581008839e7931a5d394dbcb78acd4b3ecd29b2fb29d8b0223\' ct_options=\'{\"ct_id\":64,\"ct_parent\":62,\"selector\":\"image-64-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-1@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'224dab30ca6942c6a3a3b28154825367ab9d8e5887a59691b510eed0804cfe79\' ct_options=\'{\"ct_id\":65,\"ct_parent\":62,\"selector\":\"text_block-65-5\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\"}\']Leverage sports discipline, activities and events to raise awareness[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3b9635c597e82018ca7a3f90a1824bc87dc4d53de0d4a26a5a33dcac9e456940\' ct_options=\'{\"ct_id\":63,\"ct_parent\":61,\"selector\":\"div_block-63-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'5701ccf5b7bce2eef7da8fdec8ed81ac24156e435cfabd21b9a3c93e51b2dd8a\' ct_options=\'{\"ct_id\":78,\"ct_parent\":63,\"selector\":\"headline-78-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o2[/ct_headline][ct_image ct_sign_sha256=\'e2e0c6daa4d8ed8c585ca851cae0ac68d929d16171e9d93545d7fa76701a91f8\' ct_options=\'{\"ct_id\":68,\"ct_parent\":63,\"selector\":\"image-68-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-2@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'447654c68915f392225b38afa48e00c1a697962173f4effc9a81fb381051c39a\' ct_options=\'{\"ct_id\":70,\"ct_parent\":63,\"selector\":\"text_block-70-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Co-create a social agenda that aligns with the ethos of your organisation[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'77c3f2696095102d19e43cf311a33cea7e2c0ed7331c4fab5353f56a7bf3f960\' ct_options=\'{\"ct_id\":81,\"ct_parent\":48,\"selector\":\"new_columns-81-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'194df1c645915235fa50d33dfd737eb156f59451df635fa1e7c6f10c280f55d6\' ct_options=\'{\"ct_id\":82,\"ct_parent\":81,\"selector\":\"div_block-82-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'169b1c6a44fb77edfda6e00bcb4acd7ebd32eef53004973c42507d2a129d09fc\' ct_options=\'{\"ct_id\":83,\"ct_parent\":82,\"selector\":\"headline-83-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o3[/ct_headline][ct_image ct_sign_sha256=\'7060357b26fd55ba711f7545b2189285e575e7a3a0b2fbb0e8308518fce841d6\' ct_options=\'{\"ct_id\":84,\"ct_parent\":82,\"selector\":\"image-84-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-3@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'183db98fa8f7d1affcf27a1c8261ff0deb5ed85c2d49225d4a683e2ab1c42c5c\' ct_options=\'{\"ct_id\":85,\"ct_parent\":82,\"selector\":\"text_block-85-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Curate programmes that are aimed to address key issues in education, nutrition and health[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'0541f5d64a9ac1a89157190bffe60a568efecf2c819928f084ca7e5f0306b453\' ct_options=\'{\"ct_id\":86,\"ct_parent\":81,\"selector\":\"div_block-86-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'da0205fd8e338d6c7a4d00a0f0228561005fd5e5959af36404268d6e180d23e5\' ct_options=\'{\"ct_id\":87,\"ct_parent\":86,\"selector\":\"headline-87-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o4[/ct_headline][ct_image ct_sign_sha256=\'45abc105bd0cd8f6162c5d90b37ea373b4c3ce3ab63147937deababeb470d701\' ct_options=\'{\"ct_id\":88,\"ct_parent\":86,\"selector\":\"image-88-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-4@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'46c32edec1030e92ef4e88974ff57cf0708632dbd27159f849dab06999ee01bb\' ct_options=\'{\"ct_id\":89,\"ct_parent\":86,\"selector\":\"text_block-89-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Expertise in designing a portfolio of well-audited projects and help entities involved to track and monitor the impact[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'71c8ba77ebb1f2c2784edcaa9a921b904e887dff0df12eb51a6810f0a507ef2e\' ct_options=\'{\"ct_id\":90,\"ct_parent\":48,\"selector\":\"new_columns-90-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'2ca5a2ce9202c130bcb499a957369f0a54d910865d575407d24caca07e41e9bd\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"div_block-91-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'3a203938c1634c87239ba5e3fe08b49ab0943022c4ddd0e68d620ed1f3c0a5c7\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"headline-92-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o5[/ct_headline][ct_image ct_sign_sha256=\'3f7e1b755e214302f7f5019cefa8d9ed391ce49e90c5b1bce777debaa2ffcd97\' ct_options=\'{\"ct_id\":93,\"ct_parent\":91,\"selector\":\"image-93-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-5@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'70395e05c377e24d1a304754b7f57751139db6032b30f0e6dd0a15c61a2234c6\' ct_options=\'{\"ct_id\":94,\"ct_parent\":91,\"selector\":\"text_block-94-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Identifying best-fit online and offline campaigns and outreach partners; to achieve sustained progress and execution of scale[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c35d052e0a5f99d213d5efcd30738ff2e60599f68ecdc82b40b265fff9063b5a\' ct_options=\'{\"ct_id\":95,\"ct_parent\":90,\"selector\":\"div_block-95-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'696595c32e34d64be666053840f3469ecaa1f72de3614a4c20e37fa0cc79d058\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"headline-96-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o6[/ct_headline][ct_image ct_sign_sha256=\'f8d804fc4283724b65f8541429eebcaccb5e43834ae1e458946ed44dfbe57272\' ct_options=\'{\"ct_id\":97,\"ct_parent\":95,\"selector\":\"image-97-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-6@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'7bd5f80a0aeaf130c94bb58c756cc5835b48eb74347116d81cf8528d7ed807e3\' ct_options=\'{\"ct_id\":98,\"ct_parent\":95,\"selector\":\"text_block-98-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Engaging your own workforce to further amplify the impact, as well as emphasising and enhancing the sense of giving back among the overall workforce[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'6329bfe17bb1928647c2a78a71b8d4e427db0ae6ce6cee8360eb6f779ce4d8ce\' ct_options=\'{\"ct_id\":311,\"ct_parent\":0,\"selector\":\"section-311-5\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"0\",\"section-width\":\"full-width\",\"overflow\":\"hidden\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Watch CTA\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'f44e4e395f64bf62d75967404d86f38db90b6ecf0165eb034c4d5a9b939fafb2\' ct_options=\'{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"new_columns-312-5\",\"activeselector\":false,\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'ab4ea1b6e12c0d0f614aa5c2c457b47f2365094ed15770f8309edd3158007a9f\' ct_options=\'{\"ct_id\":313,\"ct_parent\":312,\"selector\":\"div_block-313-5\",\"original\":{\"width\":\"40\",\"width-unit\":\"%\",\"padding-top\":\"0\",\"padding-bottom\":\"0\",\"align-items\":\"flex-end\",\"text-align\":\"right\",\"justify-content\":\"center\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-bottom\":\"40\",\"padding-top\":\"40\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_image ct_sign_sha256=\'4a758fa9e6ba4ae04b100f45abccea0ee6d87dd36f4b8b58b68cb542bd92b43d\' ct_options=\'{\"ct_id\":351,\"ct_parent\":313,\"selector\":\"image-351-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\",\"margin-top\":\"-40\",\"margin-bottom\":\"-40\",\"max-height\":\"720\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-top\":\"0\",\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7009a72ef179a56960c45a4c6ccd7a3661400bb6df5728ecb1e9477d49bbfe96\' ct_options=\'{\"ct_id\":314,\"ct_parent\":312,\"selector\":\"div_block-314-5\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"flex-start\",\"justify-content\":\"center\",\"flex-wrap\":\"wrap\",\"padding-left\":\"40\",\"padding-right\":\"40\",\"padding-top\":\"60\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'1c68a0d8cf0dcc161d595a7fa07d7059b06476c606152d47c502c5841f147fc3\' ct_options=\'{\"ct_id\":318,\"ct_parent\":314,\"selector\":\"headline-318-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Support &amp; Donate[/ct_headline][ct_text_block ct_sign_sha256=\'8246952947a8c31ec2fe606d4304981d67df27147b72c0e01c48ad50fafc7c50\' ct_options=\'{\"ct_id\":326,\"ct_parent\":314,\"selector\":\"text_block-326-5\",\"original\":{\"max-width\":\"640\",\"color\":\"color(3)\",\"margin-bottom\":\"18\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']We are cycling for 150 kms from Bengaluru to Mysuru on 3rd Oct, 2020 to raise money for special children.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'29d521543d33125412fe149bc161e4181ac8b9dc79091037b0c939f1fe09f339\' ct_options=\'{\"ct_id\":342,\"ct_parent\":314,\"selector\":\"div_block-342-5\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"globalConditionsResult\":true},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_text ct_sign_sha256=\'ccf04af8feff472b65f772cd0ba51667ef03415d5c7b1797940d26ecf9b48e63\' ct_options=\'{\"ct_id\":329,\"ct_parent\":342,\"selector\":\"link_text-329-5\",\"original\":{\"margin-right\":\"12\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"18\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'3ea8bbb5694a8e6cd2b68e5cbe4a0bc5d01bdb984b4137df7cd9d9c7d4f9ee26\' ct_options=\'{\"ct_id\":336,\"ct_parent\":342,\"selector\":\"link_text-336-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/cycling-for-special-children/\",\"url_encoded\":\"true\",\"target\":\"_blank\"}}\']KNOW MORE[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d801267357f8def4eba9f76ae7cb7a99d066982ed291108ce164c45444145ebd\' ct_options=\'{\"ct_id\":345,\"ct_parent\":314,\"selector\":\"div_block-345-5\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"text-align\":\"left\",\"align-items\":\"center\",\"margin-top\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'778e454b09b090123a44278a8c4efdb11f640345d18b52f0cc5b1d5e7c25ac09\' ct_options=\'{\"ct_id\":347,\"ct_parent\":345,\"selector\":\"fancy_icon-347-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-lock\",\"icon-color\":\"color(3)\",\"icon-size\":\"18\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section]'),(406,5,'ct_builder_shortcodes_revisions_dates','1600454919'),(407,5,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'8dfa238119f0ef5586fc18d4064863f82c69594f5e2b61d3af6defce76c5a559\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"_header-14-5\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"background-color\":\"color(1)\",\"globalConditionsResult\":true},\"nicename\":\"Header Two Rows\",\"ct_category\":\"Headers\",\"activeselector\":false}\'][oxy_header_row ct_sign_sha256=\'77bd7064bb3adf03639972e0017cc4c851bf970de3f799c783dc84e4d7f8994f\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"_header_row-15-5\",\"original\":{\"border-bottom-color\":\"#4f5262\",\"hide-row\":\"phone-landscape\",\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"background-color\":\"color(8)\",\"globalConditionsResult\":true}}\'][oxy_header_left ct_sign_sha256=\'eadaf8ad52ea2c2e997f51c18014c94e9b4a31b7aff35a35cca908c9ac0d519b\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"_header_left-16-5\"}\'][ct_fancy_icon ct_sign_sha256=\'e4bb898c9a8b142b8daed6c9982254cf41877f3427c294e3471221ec00b6aac4\' ct_options=\'{\"ct_id\":41,\"ct_parent\":16,\"selector\":\"fancy_icon-41-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-envelope\",\"icon-color\":\"color(3)\",\"icon-size\":\"14\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_text ct_sign_sha256=\'541d3a94a5b864830a364d6b8ac31171aeed20edbf19b503e65272ae2234efa3\' ct_options=\'{\"ct_id\":47,\"ct_parent\":16,\"selector\":\"link_text-47-5\",\"original\":{\"color\":\"color(2)\",\"font-size\":\"16\",\"url\":\"mailto:support@example.com\",\"-webkit-font-smoothing\":\"antialiased\",\"margin-right\":\"24\",\"globalConditionsResult\":true,\"url_encoded\":\"true\"},\"hover\":{\"text-decoration\":\"underline\"},\"activeselector\":false}\']contact@prosportsfoundation.com[/ct_link_text][ct_fancy_icon ct_sign_sha256=\'bcc20d4cc5fb1963613646c9398722cad75e3622857b3cc47834cc37ab97d2dc\' ct_options=\'{\"ct_id\":44,\"ct_parent\":16,\"selector\":\"fancy_icon-44-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-marker\",\"icon-color\":\"color(3)\",\"icon-size\":\"18\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'25f6b69e308e7d863405291b7dcbd62614a9def1ef933d5e13bd4655c1d235c8\' ct_options=\'{\"ct_id\":37,\"ct_parent\":16,\"selector\":\"text_block-37-5\",\"original\":{\"color\":\"color(3)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.5\",\"-webkit-font-smoothing\":\"antialiased\",\"globalConditionsResult\":true},\"activeselector\":false}\']Bengaluru, INDIA[/ct_text_block][/oxy_header_left][oxy_header_center ct_sign_sha256=\'23a9435bd1238e98ef39289b48871d14940b618769f366dbbd31902a15495499\' ct_options=\'{\"ct_id\":17,\"ct_parent\":15,\"selector\":\"_header_center-17-5\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'afc55c58d8515b6658fa011de7e039b20b5105bddc7a860451a64f85409beba7\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"_header_right-18-5\"}\'][oxy_social_icons ct_sign_sha256=\'fabe4701a1ad3629002e5fc159d030e8bdc506f3c23fb0a26d87b1f840f580c8\' ct_options=\'{\"ct_id\":31,\"ct_parent\":18,\"selector\":\"_social_icons-31-5\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true,\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'3e9c8f8d85ed3b6b469fca5ee9425859bbdb242e650fc604f8ebd72391bf513d\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-5\",\"original\":{\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/cycling-main.jpg\",\"background-size\":\"manual\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"container-padding-top\":\"180\",\"container-padding-bottom\":\"180\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"container-padding-left\":\"40\",\"container-padding-right\":\"40\",\"globalConditionsResult\":true,\"background-size-width-unit\":\"%\",\"background-size-width\":\"100\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-size-width-unit\":\"%\",\"background-position-left-unit\":\"%\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-position-left\":\"0\"}},\"page-width\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"30\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"-30\",\"background-image\":\"none\"}}},\"nicename\":\"Simple Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'091c7c912251d71e98c4943a83db2033c8cb52e5b5cc7dcd075d91a7dd2c2bb0\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"globalConditionsResult\":true}}\']PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'896c49224d12ee1a70c500e54d21746f90dbe03a3476e6339c7656dc0c66c4ad\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-5\",\"original\":{\"margin-left\":\"-12\",\"globalConditionsResult\":true,\"font-size\":\"100\",\"color\":\"color(14)\",\"text-shadow-color\":\"color(1)\",\"text-shadow-horizontal-offset\":\"5\",\"text-shadow-vertical-offset\":\"5\",\"text-shadow-blur\":\"5\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-left\":\"-6\"}},\"phone-landscape\":{\"original\":{\"margin-left\":\"-6\"}}}}\']Leverage Sports for Social Impact[/ct_headline][ct_link_text ct_sign_sha256=\'d9073bdf9e8bf97c83d2192db781bc3593738c511281a1586aae9296a47b60da\' ct_options=\'{\"ct_id\":12,\"ct_parent\":2,\"selector\":\"link_text-12-5\",\"original\":{\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/about-us/\",\"url_encoded\":\"true\",\"target\":\"\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":\"hyperion-primary-button\"}\']KNOW MORE[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'967a262394c7c9d70f593850008bf5fd23cbc8d65e07a8a94b9b3d49c622bdf6\' ct_options=\'{\"ct_id\":48,\"ct_parent\":0,\"selector\":\"section-48-5\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"9\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"80\"}}}}\'][ct_text_block ct_sign_sha256=\'1bde4ad392297821ae268f7e15f34c51966f09cee5b6311286ccb61f9571ebf9\' ct_options=\'{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"text_block-49-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']WHY PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'7c7dc4e949dca4c3202ea4e3069610431c78d8f6b8f28e4e9ec3dc7b327a0407\' ct_options=\'{\"ct_id\":57,\"ct_parent\":48,\"selector\":\"headline-57-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"31\",\"font-weight\":\"300\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']At ProSports Foundation, we believe in transforming the CSR ecosystem, by integrating corporates and its workforce, recipient institutions, individuals and the government ensuring that there is proper flow of capital and information, while also engaging stakeholders effectively.[/ct_headline][ct_image ct_sign_sha256=\'a128fa7aaa8ff21f6ee6e2641aa499a3d60f221e53b981b8c5a1b1d21fd77341\' ct_options=\'{\"ct_id\":60,\"ct_parent\":48,\"selector\":\"image-60-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/arrow@2x.png\",\"width\":\"220\",\"margin-top\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"42\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][ct_new_columns_2 ct_sign_sha256=\'40f093ce795b04179c2525fd734ec41aace335c98a08f04401fae5576aa07729\' ct_options=\'{\"ct_id\":61,\"ct_parent\":48,\"selector\":\"new_columns-61-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'049097317d70d73e638ed1d061b03cf0966e4f1ecb475f9f83a60e182b8a275f\' ct_options=\'{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"div_block-62-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'cb979304e567e134a90cc22b91e43de09d9c571912359bc4fdefac50ca55b61d\' ct_options=\'{\"ct_id\":73,\"ct_parent\":62,\"selector\":\"headline-73-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o1[/ct_headline][ct_image ct_sign_sha256=\'87ce4b0d278e1f581008839e7931a5d394dbcb78acd4b3ecd29b2fb29d8b0223\' ct_options=\'{\"ct_id\":64,\"ct_parent\":62,\"selector\":\"image-64-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-1@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'224dab30ca6942c6a3a3b28154825367ab9d8e5887a59691b510eed0804cfe79\' ct_options=\'{\"ct_id\":65,\"ct_parent\":62,\"selector\":\"text_block-65-5\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\"}\']Leverage sports discipline, activities and events to raise awareness[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3b9635c597e82018ca7a3f90a1824bc87dc4d53de0d4a26a5a33dcac9e456940\' ct_options=\'{\"ct_id\":63,\"ct_parent\":61,\"selector\":\"div_block-63-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'5701ccf5b7bce2eef7da8fdec8ed81ac24156e435cfabd21b9a3c93e51b2dd8a\' ct_options=\'{\"ct_id\":78,\"ct_parent\":63,\"selector\":\"headline-78-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o2[/ct_headline][ct_image ct_sign_sha256=\'e2e0c6daa4d8ed8c585ca851cae0ac68d929d16171e9d93545d7fa76701a91f8\' ct_options=\'{\"ct_id\":68,\"ct_parent\":63,\"selector\":\"image-68-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-2@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'447654c68915f392225b38afa48e00c1a697962173f4effc9a81fb381051c39a\' ct_options=\'{\"ct_id\":70,\"ct_parent\":63,\"selector\":\"text_block-70-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Co-create a social agenda that aligns with the ethos of your organisation[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'77c3f2696095102d19e43cf311a33cea7e2c0ed7331c4fab5353f56a7bf3f960\' ct_options=\'{\"ct_id\":81,\"ct_parent\":48,\"selector\":\"new_columns-81-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'194df1c645915235fa50d33dfd737eb156f59451df635fa1e7c6f10c280f55d6\' ct_options=\'{\"ct_id\":82,\"ct_parent\":81,\"selector\":\"div_block-82-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'169b1c6a44fb77edfda6e00bcb4acd7ebd32eef53004973c42507d2a129d09fc\' ct_options=\'{\"ct_id\":83,\"ct_parent\":82,\"selector\":\"headline-83-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o3[/ct_headline][ct_image ct_sign_sha256=\'7060357b26fd55ba711f7545b2189285e575e7a3a0b2fbb0e8308518fce841d6\' ct_options=\'{\"ct_id\":84,\"ct_parent\":82,\"selector\":\"image-84-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-3@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'183db98fa8f7d1affcf27a1c8261ff0deb5ed85c2d49225d4a683e2ab1c42c5c\' ct_options=\'{\"ct_id\":85,\"ct_parent\":82,\"selector\":\"text_block-85-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Curate programmes that are aimed to address key issues in education, nutrition and health[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'0541f5d64a9ac1a89157190bffe60a568efecf2c819928f084ca7e5f0306b453\' ct_options=\'{\"ct_id\":86,\"ct_parent\":81,\"selector\":\"div_block-86-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'da0205fd8e338d6c7a4d00a0f0228561005fd5e5959af36404268d6e180d23e5\' ct_options=\'{\"ct_id\":87,\"ct_parent\":86,\"selector\":\"headline-87-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o4[/ct_headline][ct_image ct_sign_sha256=\'45abc105bd0cd8f6162c5d90b37ea373b4c3ce3ab63147937deababeb470d701\' ct_options=\'{\"ct_id\":88,\"ct_parent\":86,\"selector\":\"image-88-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-4@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'46c32edec1030e92ef4e88974ff57cf0708632dbd27159f849dab06999ee01bb\' ct_options=\'{\"ct_id\":89,\"ct_parent\":86,\"selector\":\"text_block-89-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Expertise in designing a portfolio of well-audited projects and help entities involved to track and monitor the impact[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'71c8ba77ebb1f2c2784edcaa9a921b904e887dff0df12eb51a6810f0a507ef2e\' ct_options=\'{\"ct_id\":90,\"ct_parent\":48,\"selector\":\"new_columns-90-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'2ca5a2ce9202c130bcb499a957369f0a54d910865d575407d24caca07e41e9bd\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"div_block-91-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'3a203938c1634c87239ba5e3fe08b49ab0943022c4ddd0e68d620ed1f3c0a5c7\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"headline-92-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o5[/ct_headline][ct_image ct_sign_sha256=\'3f7e1b755e214302f7f5019cefa8d9ed391ce49e90c5b1bce777debaa2ffcd97\' ct_options=\'{\"ct_id\":93,\"ct_parent\":91,\"selector\":\"image-93-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-5@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'70395e05c377e24d1a304754b7f57751139db6032b30f0e6dd0a15c61a2234c6\' ct_options=\'{\"ct_id\":94,\"ct_parent\":91,\"selector\":\"text_block-94-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Identifying best-fit online and offline campaigns and outreach partners; to achieve sustained progress and execution of scale[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c35d052e0a5f99d213d5efcd30738ff2e60599f68ecdc82b40b265fff9063b5a\' ct_options=\'{\"ct_id\":95,\"ct_parent\":90,\"selector\":\"div_block-95-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'696595c32e34d64be666053840f3469ecaa1f72de3614a4c20e37fa0cc79d058\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"headline-96-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o6[/ct_headline][ct_image ct_sign_sha256=\'f8d804fc4283724b65f8541429eebcaccb5e43834ae1e458946ed44dfbe57272\' ct_options=\'{\"ct_id\":97,\"ct_parent\":95,\"selector\":\"image-97-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-6@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'7bd5f80a0aeaf130c94bb58c756cc5835b48eb74347116d81cf8528d7ed807e3\' ct_options=\'{\"ct_id\":98,\"ct_parent\":95,\"selector\":\"text_block-98-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Engaging your own workforce to further amplify the impact, as well as emphasising and enhancing the sense of giving back among the overall workforce[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'6329bfe17bb1928647c2a78a71b8d4e427db0ae6ce6cee8360eb6f779ce4d8ce\' ct_options=\'{\"ct_id\":311,\"ct_parent\":0,\"selector\":\"section-311-5\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"0\",\"section-width\":\"full-width\",\"overflow\":\"hidden\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Watch CTA\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'f44e4e395f64bf62d75967404d86f38db90b6ecf0165eb034c4d5a9b939fafb2\' ct_options=\'{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"new_columns-312-5\",\"activeselector\":false,\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'ab4ea1b6e12c0d0f614aa5c2c457b47f2365094ed15770f8309edd3158007a9f\' ct_options=\'{\"ct_id\":313,\"ct_parent\":312,\"selector\":\"div_block-313-5\",\"original\":{\"width\":\"40\",\"width-unit\":\"%\",\"padding-top\":\"0\",\"padding-bottom\":\"0\",\"align-items\":\"flex-end\",\"text-align\":\"right\",\"justify-content\":\"center\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-bottom\":\"40\",\"padding-top\":\"40\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_image ct_sign_sha256=\'4a758fa9e6ba4ae04b100f45abccea0ee6d87dd36f4b8b58b68cb542bd92b43d\' ct_options=\'{\"ct_id\":351,\"ct_parent\":313,\"selector\":\"image-351-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\",\"margin-top\":\"-40\",\"margin-bottom\":\"-40\",\"max-height\":\"720\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-top\":\"0\",\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7009a72ef179a56960c45a4c6ccd7a3661400bb6df5728ecb1e9477d49bbfe96\' ct_options=\'{\"ct_id\":314,\"ct_parent\":312,\"selector\":\"div_block-314-5\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"flex-start\",\"justify-content\":\"center\",\"flex-wrap\":\"wrap\",\"padding-left\":\"40\",\"padding-right\":\"40\",\"padding-top\":\"60\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'1c68a0d8cf0dcc161d595a7fa07d7059b06476c606152d47c502c5841f147fc3\' ct_options=\'{\"ct_id\":318,\"ct_parent\":314,\"selector\":\"headline-318-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Support &amp; Donate[/ct_headline][ct_text_block ct_sign_sha256=\'8246952947a8c31ec2fe606d4304981d67df27147b72c0e01c48ad50fafc7c50\' ct_options=\'{\"ct_id\":326,\"ct_parent\":314,\"selector\":\"text_block-326-5\",\"original\":{\"max-width\":\"640\",\"color\":\"color(3)\",\"margin-bottom\":\"18\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']We are cycling for 150 kms from Bengaluru to Mysuru on 3rd Oct, 2020 to raise money for special children.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'29d521543d33125412fe149bc161e4181ac8b9dc79091037b0c939f1fe09f339\' ct_options=\'{\"ct_id\":342,\"ct_parent\":314,\"selector\":\"div_block-342-5\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"globalConditionsResult\":true},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_text ct_sign_sha256=\'ccf04af8feff472b65f772cd0ba51667ef03415d5c7b1797940d26ecf9b48e63\' ct_options=\'{\"ct_id\":329,\"ct_parent\":342,\"selector\":\"link_text-329-5\",\"original\":{\"margin-right\":\"12\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"18\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'3ea8bbb5694a8e6cd2b68e5cbe4a0bc5d01bdb984b4137df7cd9d9c7d4f9ee26\' ct_options=\'{\"ct_id\":336,\"ct_parent\":342,\"selector\":\"link_text-336-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/cycling-for-special-children/\",\"url_encoded\":\"true\",\"target\":\"_blank\"}}\']KNOW MORE[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d801267357f8def4eba9f76ae7cb7a99d066982ed291108ce164c45444145ebd\' ct_options=\'{\"ct_id\":345,\"ct_parent\":314,\"selector\":\"div_block-345-5\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"text-align\":\"left\",\"align-items\":\"center\",\"margin-top\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'778e454b09b090123a44278a8c4efdb11f640345d18b52f0cc5b1d5e7c25ac09\' ct_options=\'{\"ct_id\":347,\"ct_parent\":345,\"selector\":\"fancy_icon-347-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-lock\",\"icon-color\":\"color(3)\",\"icon-size\":\"18\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section]'),(408,5,'ct_builder_shortcodes_revisions_dates','1600454943'),(411,5,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'8dfa238119f0ef5586fc18d4064863f82c69594f5e2b61d3af6defce76c5a559\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"_header-14-5\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"background-color\":\"color(1)\",\"globalConditionsResult\":true},\"nicename\":\"Header Two Rows\",\"ct_category\":\"Headers\",\"activeselector\":false}\'][oxy_header_row ct_sign_sha256=\'77bd7064bb3adf03639972e0017cc4c851bf970de3f799c783dc84e4d7f8994f\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"_header_row-15-5\",\"original\":{\"border-bottom-color\":\"#4f5262\",\"hide-row\":\"phone-landscape\",\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"background-color\":\"color(8)\",\"globalConditionsResult\":true}}\'][oxy_header_left ct_sign_sha256=\'eadaf8ad52ea2c2e997f51c18014c94e9b4a31b7aff35a35cca908c9ac0d519b\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"_header_left-16-5\"}\'][ct_fancy_icon ct_sign_sha256=\'e4bb898c9a8b142b8daed6c9982254cf41877f3427c294e3471221ec00b6aac4\' ct_options=\'{\"ct_id\":41,\"ct_parent\":16,\"selector\":\"fancy_icon-41-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-envelope\",\"icon-color\":\"color(3)\",\"icon-size\":\"14\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_text ct_sign_sha256=\'541d3a94a5b864830a364d6b8ac31171aeed20edbf19b503e65272ae2234efa3\' ct_options=\'{\"ct_id\":47,\"ct_parent\":16,\"selector\":\"link_text-47-5\",\"original\":{\"color\":\"color(2)\",\"font-size\":\"16\",\"url\":\"mailto:support@example.com\",\"-webkit-font-smoothing\":\"antialiased\",\"margin-right\":\"24\",\"globalConditionsResult\":true,\"url_encoded\":\"true\"},\"hover\":{\"text-decoration\":\"underline\"},\"activeselector\":false}\']contact@prosportsfoundation.com[/ct_link_text][ct_fancy_icon ct_sign_sha256=\'bcc20d4cc5fb1963613646c9398722cad75e3622857b3cc47834cc37ab97d2dc\' ct_options=\'{\"ct_id\":44,\"ct_parent\":16,\"selector\":\"fancy_icon-44-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-marker\",\"icon-color\":\"color(3)\",\"icon-size\":\"18\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'25f6b69e308e7d863405291b7dcbd62614a9def1ef933d5e13bd4655c1d235c8\' ct_options=\'{\"ct_id\":37,\"ct_parent\":16,\"selector\":\"text_block-37-5\",\"original\":{\"color\":\"color(3)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.5\",\"-webkit-font-smoothing\":\"antialiased\",\"globalConditionsResult\":true},\"activeselector\":false}\']Bengaluru, INDIA[/ct_text_block][/oxy_header_left][oxy_header_center ct_sign_sha256=\'23a9435bd1238e98ef39289b48871d14940b618769f366dbbd31902a15495499\' ct_options=\'{\"ct_id\":17,\"ct_parent\":15,\"selector\":\"_header_center-17-5\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'afc55c58d8515b6658fa011de7e039b20b5105bddc7a860451a64f85409beba7\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"_header_right-18-5\"}\'][oxy_social_icons ct_sign_sha256=\'fabe4701a1ad3629002e5fc159d030e8bdc506f3c23fb0a26d87b1f840f580c8\' ct_options=\'{\"ct_id\":31,\"ct_parent\":18,\"selector\":\"_social_icons-31-5\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true,\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'60cd02e72e71cff36390e40db7bd11613bb5aed2c2b0f34d217110cbbd760f99\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-5\",\"original\":{\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/cycling-main.jpg\",\"background-size\":\"manual\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"container-padding-top\":\"180\",\"container-padding-bottom\":\"180\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"container-padding-left\":\"40\",\"container-padding-right\":\"40\",\"globalConditionsResult\":true,\"background-size-width-unit\":\"%\",\"background-size-width\":\"100\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-size-width-unit\":\"%\",\"background-position-left-unit\":\"%\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-position-left\":\"0\"}},\"page-width\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"30\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"-30\",\"background-image\":\"none\"}}},\"nicename\":\"Simple Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'50e562722e94964f913282372a3d971b2946d0c15ddce7ed0edc528cdbf4efc6\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"globalConditionsResult\":true,\"background-color\":\"color(3)\"}}\']PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'896c49224d12ee1a70c500e54d21746f90dbe03a3476e6339c7656dc0c66c4ad\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-5\",\"original\":{\"margin-left\":\"-12\",\"globalConditionsResult\":true,\"font-size\":\"100\",\"color\":\"color(14)\",\"text-shadow-color\":\"color(1)\",\"text-shadow-horizontal-offset\":\"5\",\"text-shadow-vertical-offset\":\"5\",\"text-shadow-blur\":\"5\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-left\":\"-6\"}},\"phone-landscape\":{\"original\":{\"margin-left\":\"-6\"}}}}\']Leverage Sports for Social Impact[/ct_headline][ct_link_text ct_sign_sha256=\'d9073bdf9e8bf97c83d2192db781bc3593738c511281a1586aae9296a47b60da\' ct_options=\'{\"ct_id\":12,\"ct_parent\":2,\"selector\":\"link_text-12-5\",\"original\":{\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/about-us/\",\"url_encoded\":\"true\",\"target\":\"\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":\"hyperion-primary-button\"}\']KNOW MORE[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'967a262394c7c9d70f593850008bf5fd23cbc8d65e07a8a94b9b3d49c622bdf6\' ct_options=\'{\"ct_id\":48,\"ct_parent\":0,\"selector\":\"section-48-5\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"9\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"80\"}}}}\'][ct_text_block ct_sign_sha256=\'1bde4ad392297821ae268f7e15f34c51966f09cee5b6311286ccb61f9571ebf9\' ct_options=\'{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"text_block-49-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']WHY PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'7c7dc4e949dca4c3202ea4e3069610431c78d8f6b8f28e4e9ec3dc7b327a0407\' ct_options=\'{\"ct_id\":57,\"ct_parent\":48,\"selector\":\"headline-57-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"31\",\"font-weight\":\"300\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']At ProSports Foundation, we believe in transforming the CSR ecosystem, by integrating corporates and its workforce, recipient institutions, individuals and the government ensuring that there is proper flow of capital and information, while also engaging stakeholders effectively.[/ct_headline][ct_image ct_sign_sha256=\'a128fa7aaa8ff21f6ee6e2641aa499a3d60f221e53b981b8c5a1b1d21fd77341\' ct_options=\'{\"ct_id\":60,\"ct_parent\":48,\"selector\":\"image-60-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/arrow@2x.png\",\"width\":\"220\",\"margin-top\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"42\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][ct_new_columns_2 ct_sign_sha256=\'40f093ce795b04179c2525fd734ec41aace335c98a08f04401fae5576aa07729\' ct_options=\'{\"ct_id\":61,\"ct_parent\":48,\"selector\":\"new_columns-61-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'049097317d70d73e638ed1d061b03cf0966e4f1ecb475f9f83a60e182b8a275f\' ct_options=\'{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"div_block-62-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'cb979304e567e134a90cc22b91e43de09d9c571912359bc4fdefac50ca55b61d\' ct_options=\'{\"ct_id\":73,\"ct_parent\":62,\"selector\":\"headline-73-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o1[/ct_headline][ct_image ct_sign_sha256=\'87ce4b0d278e1f581008839e7931a5d394dbcb78acd4b3ecd29b2fb29d8b0223\' ct_options=\'{\"ct_id\":64,\"ct_parent\":62,\"selector\":\"image-64-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-1@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'224dab30ca6942c6a3a3b28154825367ab9d8e5887a59691b510eed0804cfe79\' ct_options=\'{\"ct_id\":65,\"ct_parent\":62,\"selector\":\"text_block-65-5\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\"}\']Leverage sports discipline, activities and events to raise awareness[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3b9635c597e82018ca7a3f90a1824bc87dc4d53de0d4a26a5a33dcac9e456940\' ct_options=\'{\"ct_id\":63,\"ct_parent\":61,\"selector\":\"div_block-63-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'5701ccf5b7bce2eef7da8fdec8ed81ac24156e435cfabd21b9a3c93e51b2dd8a\' ct_options=\'{\"ct_id\":78,\"ct_parent\":63,\"selector\":\"headline-78-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o2[/ct_headline][ct_image ct_sign_sha256=\'e2e0c6daa4d8ed8c585ca851cae0ac68d929d16171e9d93545d7fa76701a91f8\' ct_options=\'{\"ct_id\":68,\"ct_parent\":63,\"selector\":\"image-68-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-2@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'447654c68915f392225b38afa48e00c1a697962173f4effc9a81fb381051c39a\' ct_options=\'{\"ct_id\":70,\"ct_parent\":63,\"selector\":\"text_block-70-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Co-create a social agenda that aligns with the ethos of your organisation[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'77c3f2696095102d19e43cf311a33cea7e2c0ed7331c4fab5353f56a7bf3f960\' ct_options=\'{\"ct_id\":81,\"ct_parent\":48,\"selector\":\"new_columns-81-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'194df1c645915235fa50d33dfd737eb156f59451df635fa1e7c6f10c280f55d6\' ct_options=\'{\"ct_id\":82,\"ct_parent\":81,\"selector\":\"div_block-82-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'169b1c6a44fb77edfda6e00bcb4acd7ebd32eef53004973c42507d2a129d09fc\' ct_options=\'{\"ct_id\":83,\"ct_parent\":82,\"selector\":\"headline-83-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o3[/ct_headline][ct_image ct_sign_sha256=\'7060357b26fd55ba711f7545b2189285e575e7a3a0b2fbb0e8308518fce841d6\' ct_options=\'{\"ct_id\":84,\"ct_parent\":82,\"selector\":\"image-84-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-3@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'183db98fa8f7d1affcf27a1c8261ff0deb5ed85c2d49225d4a683e2ab1c42c5c\' ct_options=\'{\"ct_id\":85,\"ct_parent\":82,\"selector\":\"text_block-85-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Curate programmes that are aimed to address key issues in education, nutrition and health[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'0541f5d64a9ac1a89157190bffe60a568efecf2c819928f084ca7e5f0306b453\' ct_options=\'{\"ct_id\":86,\"ct_parent\":81,\"selector\":\"div_block-86-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'da0205fd8e338d6c7a4d00a0f0228561005fd5e5959af36404268d6e180d23e5\' ct_options=\'{\"ct_id\":87,\"ct_parent\":86,\"selector\":\"headline-87-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o4[/ct_headline][ct_image ct_sign_sha256=\'45abc105bd0cd8f6162c5d90b37ea373b4c3ce3ab63147937deababeb470d701\' ct_options=\'{\"ct_id\":88,\"ct_parent\":86,\"selector\":\"image-88-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-4@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'46c32edec1030e92ef4e88974ff57cf0708632dbd27159f849dab06999ee01bb\' ct_options=\'{\"ct_id\":89,\"ct_parent\":86,\"selector\":\"text_block-89-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Expertise in designing a portfolio of well-audited projects and help entities involved to track and monitor the impact[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'71c8ba77ebb1f2c2784edcaa9a921b904e887dff0df12eb51a6810f0a507ef2e\' ct_options=\'{\"ct_id\":90,\"ct_parent\":48,\"selector\":\"new_columns-90-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'2ca5a2ce9202c130bcb499a957369f0a54d910865d575407d24caca07e41e9bd\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"div_block-91-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'3a203938c1634c87239ba5e3fe08b49ab0943022c4ddd0e68d620ed1f3c0a5c7\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"headline-92-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o5[/ct_headline][ct_image ct_sign_sha256=\'3f7e1b755e214302f7f5019cefa8d9ed391ce49e90c5b1bce777debaa2ffcd97\' ct_options=\'{\"ct_id\":93,\"ct_parent\":91,\"selector\":\"image-93-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-5@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'70395e05c377e24d1a304754b7f57751139db6032b30f0e6dd0a15c61a2234c6\' ct_options=\'{\"ct_id\":94,\"ct_parent\":91,\"selector\":\"text_block-94-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Identifying best-fit online and offline campaigns and outreach partners; to achieve sustained progress and execution of scale[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c35d052e0a5f99d213d5efcd30738ff2e60599f68ecdc82b40b265fff9063b5a\' ct_options=\'{\"ct_id\":95,\"ct_parent\":90,\"selector\":\"div_block-95-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'696595c32e34d64be666053840f3469ecaa1f72de3614a4c20e37fa0cc79d058\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"headline-96-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o6[/ct_headline][ct_image ct_sign_sha256=\'f8d804fc4283724b65f8541429eebcaccb5e43834ae1e458946ed44dfbe57272\' ct_options=\'{\"ct_id\":97,\"ct_parent\":95,\"selector\":\"image-97-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-6@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'7bd5f80a0aeaf130c94bb58c756cc5835b48eb74347116d81cf8528d7ed807e3\' ct_options=\'{\"ct_id\":98,\"ct_parent\":95,\"selector\":\"text_block-98-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Engaging your own workforce to further amplify the impact, as well as emphasising and enhancing the sense of giving back among the overall workforce[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'a87575b38324060afcc310eac04d9aecbc6047d07a059cdabcf432d41263e53b\' ct_options=\'{\"ct_id\":311,\"ct_parent\":0,\"selector\":\"section-311-5\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"0\",\"section-width\":\"full-width\",\"overflow\":\"hidden\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Watch CTA\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'cd05f4efa1611916cff3a8f0e7bc788ce28807dc01cd209cf54547e1adebbfb4\' ct_options=\'{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"new_columns-312-5\",\"activeselector\":false,\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'ab4ea1b6e12c0d0f614aa5c2c457b47f2365094ed15770f8309edd3158007a9f\' ct_options=\'{\"ct_id\":313,\"ct_parent\":312,\"selector\":\"div_block-313-5\",\"original\":{\"width\":\"40\",\"width-unit\":\"%\",\"padding-top\":\"0\",\"padding-bottom\":\"0\",\"align-items\":\"flex-end\",\"text-align\":\"right\",\"justify-content\":\"center\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-bottom\":\"40\",\"padding-top\":\"40\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_image ct_sign_sha256=\'4a758fa9e6ba4ae04b100f45abccea0ee6d87dd36f4b8b58b68cb542bd92b43d\' ct_options=\'{\"ct_id\":351,\"ct_parent\":313,\"selector\":\"image-351-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\",\"margin-top\":\"-40\",\"margin-bottom\":\"-40\",\"max-height\":\"720\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-top\":\"0\",\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'b9fd71aaaf513036b3f58c0bc6732e5acdf224150a524d91481d6639e393c4b9\' ct_options=\'{\"ct_id\":314,\"ct_parent\":312,\"selector\":\"div_block-314-5\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"flex-start\",\"justify-content\":\"center\",\"flex-wrap\":\"wrap\",\"padding-left\":\"40\",\"padding-right\":\"40\",\"padding-top\":\"60\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'1c68a0d8cf0dcc161d595a7fa07d7059b06476c606152d47c502c5841f147fc3\' ct_options=\'{\"ct_id\":318,\"ct_parent\":314,\"selector\":\"headline-318-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Support &amp; Donate[/ct_headline][ct_text_block ct_sign_sha256=\'8246952947a8c31ec2fe606d4304981d67df27147b72c0e01c48ad50fafc7c50\' ct_options=\'{\"ct_id\":326,\"ct_parent\":314,\"selector\":\"text_block-326-5\",\"original\":{\"max-width\":\"640\",\"color\":\"color(3)\",\"margin-bottom\":\"18\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']We are cycling for 150 kms from Bengaluru to Mysuru on 3rd Oct, 2020 to raise money for special children.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'29d521543d33125412fe149bc161e4181ac8b9dc79091037b0c939f1fe09f339\' ct_options=\'{\"ct_id\":342,\"ct_parent\":314,\"selector\":\"div_block-342-5\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"globalConditionsResult\":true},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_text ct_sign_sha256=\'ccf04af8feff472b65f772cd0ba51667ef03415d5c7b1797940d26ecf9b48e63\' ct_options=\'{\"ct_id\":329,\"ct_parent\":342,\"selector\":\"link_text-329-5\",\"original\":{\"margin-right\":\"12\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"18\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'3ea8bbb5694a8e6cd2b68e5cbe4a0bc5d01bdb984b4137df7cd9d9c7d4f9ee26\' ct_options=\'{\"ct_id\":336,\"ct_parent\":342,\"selector\":\"link_text-336-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/cycling-for-special-children/\",\"url_encoded\":\"true\",\"target\":\"_blank\"}}\']KNOW MORE[/ct_link_text][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section]'),(409,5,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'8dfa238119f0ef5586fc18d4064863f82c69594f5e2b61d3af6defce76c5a559\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"_header-14-5\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"background-color\":\"color(1)\",\"globalConditionsResult\":true},\"nicename\":\"Header Two Rows\",\"ct_category\":\"Headers\",\"activeselector\":false}\'][oxy_header_row ct_sign_sha256=\'77bd7064bb3adf03639972e0017cc4c851bf970de3f799c783dc84e4d7f8994f\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"_header_row-15-5\",\"original\":{\"border-bottom-color\":\"#4f5262\",\"hide-row\":\"phone-landscape\",\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"background-color\":\"color(8)\",\"globalConditionsResult\":true}}\'][oxy_header_left ct_sign_sha256=\'eadaf8ad52ea2c2e997f51c18014c94e9b4a31b7aff35a35cca908c9ac0d519b\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"_header_left-16-5\"}\'][ct_fancy_icon ct_sign_sha256=\'e4bb898c9a8b142b8daed6c9982254cf41877f3427c294e3471221ec00b6aac4\' ct_options=\'{\"ct_id\":41,\"ct_parent\":16,\"selector\":\"fancy_icon-41-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-envelope\",\"icon-color\":\"color(3)\",\"icon-size\":\"14\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_text ct_sign_sha256=\'541d3a94a5b864830a364d6b8ac31171aeed20edbf19b503e65272ae2234efa3\' ct_options=\'{\"ct_id\":47,\"ct_parent\":16,\"selector\":\"link_text-47-5\",\"original\":{\"color\":\"color(2)\",\"font-size\":\"16\",\"url\":\"mailto:support@example.com\",\"-webkit-font-smoothing\":\"antialiased\",\"margin-right\":\"24\",\"globalConditionsResult\":true,\"url_encoded\":\"true\"},\"hover\":{\"text-decoration\":\"underline\"},\"activeselector\":false}\']contact@prosportsfoundation.com[/ct_link_text][ct_fancy_icon ct_sign_sha256=\'bcc20d4cc5fb1963613646c9398722cad75e3622857b3cc47834cc37ab97d2dc\' ct_options=\'{\"ct_id\":44,\"ct_parent\":16,\"selector\":\"fancy_icon-44-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-marker\",\"icon-color\":\"color(3)\",\"icon-size\":\"18\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'25f6b69e308e7d863405291b7dcbd62614a9def1ef933d5e13bd4655c1d235c8\' ct_options=\'{\"ct_id\":37,\"ct_parent\":16,\"selector\":\"text_block-37-5\",\"original\":{\"color\":\"color(3)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.5\",\"-webkit-font-smoothing\":\"antialiased\",\"globalConditionsResult\":true},\"activeselector\":false}\']Bengaluru, INDIA[/ct_text_block][/oxy_header_left][oxy_header_center ct_sign_sha256=\'23a9435bd1238e98ef39289b48871d14940b618769f366dbbd31902a15495499\' ct_options=\'{\"ct_id\":17,\"ct_parent\":15,\"selector\":\"_header_center-17-5\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'afc55c58d8515b6658fa011de7e039b20b5105bddc7a860451a64f85409beba7\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"_header_right-18-5\"}\'][oxy_social_icons ct_sign_sha256=\'fabe4701a1ad3629002e5fc159d030e8bdc506f3c23fb0a26d87b1f840f580c8\' ct_options=\'{\"ct_id\":31,\"ct_parent\":18,\"selector\":\"_social_icons-31-5\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true,\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'60cd02e72e71cff36390e40db7bd11613bb5aed2c2b0f34d217110cbbd760f99\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-5\",\"original\":{\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/cycling-main.jpg\",\"background-size\":\"manual\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"container-padding-top\":\"180\",\"container-padding-bottom\":\"180\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"container-padding-left\":\"40\",\"container-padding-right\":\"40\",\"globalConditionsResult\":true,\"background-size-width-unit\":\"%\",\"background-size-width\":\"100\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-size-width-unit\":\"%\",\"background-position-left-unit\":\"%\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-position-left\":\"0\"}},\"page-width\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"30\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"-30\",\"background-image\":\"none\"}}},\"nicename\":\"Simple Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'50e562722e94964f913282372a3d971b2946d0c15ddce7ed0edc528cdbf4efc6\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"globalConditionsResult\":true,\"background-color\":\"color(3)\"}}\']PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'896c49224d12ee1a70c500e54d21746f90dbe03a3476e6339c7656dc0c66c4ad\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-5\",\"original\":{\"margin-left\":\"-12\",\"globalConditionsResult\":true,\"font-size\":\"100\",\"color\":\"color(14)\",\"text-shadow-color\":\"color(1)\",\"text-shadow-horizontal-offset\":\"5\",\"text-shadow-vertical-offset\":\"5\",\"text-shadow-blur\":\"5\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-left\":\"-6\"}},\"phone-landscape\":{\"original\":{\"margin-left\":\"-6\"}}}}\']Leverage Sports for Social Impact[/ct_headline][ct_link_text ct_sign_sha256=\'d9073bdf9e8bf97c83d2192db781bc3593738c511281a1586aae9296a47b60da\' ct_options=\'{\"ct_id\":12,\"ct_parent\":2,\"selector\":\"link_text-12-5\",\"original\":{\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/about-us/\",\"url_encoded\":\"true\",\"target\":\"\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":\"hyperion-primary-button\"}\']KNOW MORE[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'967a262394c7c9d70f593850008bf5fd23cbc8d65e07a8a94b9b3d49c622bdf6\' ct_options=\'{\"ct_id\":48,\"ct_parent\":0,\"selector\":\"section-48-5\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"9\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"80\"}}}}\'][ct_text_block ct_sign_sha256=\'1bde4ad392297821ae268f7e15f34c51966f09cee5b6311286ccb61f9571ebf9\' ct_options=\'{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"text_block-49-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']WHY PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'7c7dc4e949dca4c3202ea4e3069610431c78d8f6b8f28e4e9ec3dc7b327a0407\' ct_options=\'{\"ct_id\":57,\"ct_parent\":48,\"selector\":\"headline-57-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"31\",\"font-weight\":\"300\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']At ProSports Foundation, we believe in transforming the CSR ecosystem, by integrating corporates and its workforce, recipient institutions, individuals and the government ensuring that there is proper flow of capital and information, while also engaging stakeholders effectively.[/ct_headline][ct_image ct_sign_sha256=\'a128fa7aaa8ff21f6ee6e2641aa499a3d60f221e53b981b8c5a1b1d21fd77341\' ct_options=\'{\"ct_id\":60,\"ct_parent\":48,\"selector\":\"image-60-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/arrow@2x.png\",\"width\":\"220\",\"margin-top\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"42\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][ct_new_columns_2 ct_sign_sha256=\'40f093ce795b04179c2525fd734ec41aace335c98a08f04401fae5576aa07729\' ct_options=\'{\"ct_id\":61,\"ct_parent\":48,\"selector\":\"new_columns-61-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'049097317d70d73e638ed1d061b03cf0966e4f1ecb475f9f83a60e182b8a275f\' ct_options=\'{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"div_block-62-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'cb979304e567e134a90cc22b91e43de09d9c571912359bc4fdefac50ca55b61d\' ct_options=\'{\"ct_id\":73,\"ct_parent\":62,\"selector\":\"headline-73-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o1[/ct_headline][ct_image ct_sign_sha256=\'87ce4b0d278e1f581008839e7931a5d394dbcb78acd4b3ecd29b2fb29d8b0223\' ct_options=\'{\"ct_id\":64,\"ct_parent\":62,\"selector\":\"image-64-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-1@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'224dab30ca6942c6a3a3b28154825367ab9d8e5887a59691b510eed0804cfe79\' ct_options=\'{\"ct_id\":65,\"ct_parent\":62,\"selector\":\"text_block-65-5\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\"}\']Leverage sports discipline, activities and events to raise awareness[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3b9635c597e82018ca7a3f90a1824bc87dc4d53de0d4a26a5a33dcac9e456940\' ct_options=\'{\"ct_id\":63,\"ct_parent\":61,\"selector\":\"div_block-63-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'5701ccf5b7bce2eef7da8fdec8ed81ac24156e435cfabd21b9a3c93e51b2dd8a\' ct_options=\'{\"ct_id\":78,\"ct_parent\":63,\"selector\":\"headline-78-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o2[/ct_headline][ct_image ct_sign_sha256=\'e2e0c6daa4d8ed8c585ca851cae0ac68d929d16171e9d93545d7fa76701a91f8\' ct_options=\'{\"ct_id\":68,\"ct_parent\":63,\"selector\":\"image-68-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-2@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'447654c68915f392225b38afa48e00c1a697962173f4effc9a81fb381051c39a\' ct_options=\'{\"ct_id\":70,\"ct_parent\":63,\"selector\":\"text_block-70-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Co-create a social agenda that aligns with the ethos of your organisation[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'77c3f2696095102d19e43cf311a33cea7e2c0ed7331c4fab5353f56a7bf3f960\' ct_options=\'{\"ct_id\":81,\"ct_parent\":48,\"selector\":\"new_columns-81-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'194df1c645915235fa50d33dfd737eb156f59451df635fa1e7c6f10c280f55d6\' ct_options=\'{\"ct_id\":82,\"ct_parent\":81,\"selector\":\"div_block-82-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'169b1c6a44fb77edfda6e00bcb4acd7ebd32eef53004973c42507d2a129d09fc\' ct_options=\'{\"ct_id\":83,\"ct_parent\":82,\"selector\":\"headline-83-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o3[/ct_headline][ct_image ct_sign_sha256=\'7060357b26fd55ba711f7545b2189285e575e7a3a0b2fbb0e8308518fce841d6\' ct_options=\'{\"ct_id\":84,\"ct_parent\":82,\"selector\":\"image-84-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-3@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'183db98fa8f7d1affcf27a1c8261ff0deb5ed85c2d49225d4a683e2ab1c42c5c\' ct_options=\'{\"ct_id\":85,\"ct_parent\":82,\"selector\":\"text_block-85-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Curate programmes that are aimed to address key issues in education, nutrition and health[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'0541f5d64a9ac1a89157190bffe60a568efecf2c819928f084ca7e5f0306b453\' ct_options=\'{\"ct_id\":86,\"ct_parent\":81,\"selector\":\"div_block-86-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'da0205fd8e338d6c7a4d00a0f0228561005fd5e5959af36404268d6e180d23e5\' ct_options=\'{\"ct_id\":87,\"ct_parent\":86,\"selector\":\"headline-87-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o4[/ct_headline][ct_image ct_sign_sha256=\'45abc105bd0cd8f6162c5d90b37ea373b4c3ce3ab63147937deababeb470d701\' ct_options=\'{\"ct_id\":88,\"ct_parent\":86,\"selector\":\"image-88-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-4@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'46c32edec1030e92ef4e88974ff57cf0708632dbd27159f849dab06999ee01bb\' ct_options=\'{\"ct_id\":89,\"ct_parent\":86,\"selector\":\"text_block-89-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Expertise in designing a portfolio of well-audited projects and help entities involved to track and monitor the impact[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'71c8ba77ebb1f2c2784edcaa9a921b904e887dff0df12eb51a6810f0a507ef2e\' ct_options=\'{\"ct_id\":90,\"ct_parent\":48,\"selector\":\"new_columns-90-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'2ca5a2ce9202c130bcb499a957369f0a54d910865d575407d24caca07e41e9bd\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"div_block-91-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'3a203938c1634c87239ba5e3fe08b49ab0943022c4ddd0e68d620ed1f3c0a5c7\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"headline-92-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o5[/ct_headline][ct_image ct_sign_sha256=\'3f7e1b755e214302f7f5019cefa8d9ed391ce49e90c5b1bce777debaa2ffcd97\' ct_options=\'{\"ct_id\":93,\"ct_parent\":91,\"selector\":\"image-93-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-5@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'70395e05c377e24d1a304754b7f57751139db6032b30f0e6dd0a15c61a2234c6\' ct_options=\'{\"ct_id\":94,\"ct_parent\":91,\"selector\":\"text_block-94-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Identifying best-fit online and offline campaigns and outreach partners; to achieve sustained progress and execution of scale[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c35d052e0a5f99d213d5efcd30738ff2e60599f68ecdc82b40b265fff9063b5a\' ct_options=\'{\"ct_id\":95,\"ct_parent\":90,\"selector\":\"div_block-95-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'696595c32e34d64be666053840f3469ecaa1f72de3614a4c20e37fa0cc79d058\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"headline-96-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o6[/ct_headline][ct_image ct_sign_sha256=\'f8d804fc4283724b65f8541429eebcaccb5e43834ae1e458946ed44dfbe57272\' ct_options=\'{\"ct_id\":97,\"ct_parent\":95,\"selector\":\"image-97-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-6@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'7bd5f80a0aeaf130c94bb58c756cc5835b48eb74347116d81cf8528d7ed807e3\' ct_options=\'{\"ct_id\":98,\"ct_parent\":95,\"selector\":\"text_block-98-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Engaging your own workforce to further amplify the impact, as well as emphasising and enhancing the sense of giving back among the overall workforce[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'6329bfe17bb1928647c2a78a71b8d4e427db0ae6ce6cee8360eb6f779ce4d8ce\' ct_options=\'{\"ct_id\":311,\"ct_parent\":0,\"selector\":\"section-311-5\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"0\",\"section-width\":\"full-width\",\"overflow\":\"hidden\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Watch CTA\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'f44e4e395f64bf62d75967404d86f38db90b6ecf0165eb034c4d5a9b939fafb2\' ct_options=\'{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"new_columns-312-5\",\"activeselector\":false,\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'ab4ea1b6e12c0d0f614aa5c2c457b47f2365094ed15770f8309edd3158007a9f\' ct_options=\'{\"ct_id\":313,\"ct_parent\":312,\"selector\":\"div_block-313-5\",\"original\":{\"width\":\"40\",\"width-unit\":\"%\",\"padding-top\":\"0\",\"padding-bottom\":\"0\",\"align-items\":\"flex-end\",\"text-align\":\"right\",\"justify-content\":\"center\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-bottom\":\"40\",\"padding-top\":\"40\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_image ct_sign_sha256=\'4a758fa9e6ba4ae04b100f45abccea0ee6d87dd36f4b8b58b68cb542bd92b43d\' ct_options=\'{\"ct_id\":351,\"ct_parent\":313,\"selector\":\"image-351-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\",\"margin-top\":\"-40\",\"margin-bottom\":\"-40\",\"max-height\":\"720\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-top\":\"0\",\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7009a72ef179a56960c45a4c6ccd7a3661400bb6df5728ecb1e9477d49bbfe96\' ct_options=\'{\"ct_id\":314,\"ct_parent\":312,\"selector\":\"div_block-314-5\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"flex-start\",\"justify-content\":\"center\",\"flex-wrap\":\"wrap\",\"padding-left\":\"40\",\"padding-right\":\"40\",\"padding-top\":\"60\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"20\"}}}}\'][ct_headline ct_sign_sha256=\'1c68a0d8cf0dcc161d595a7fa07d7059b06476c606152d47c502c5841f147fc3\' ct_options=\'{\"ct_id\":318,\"ct_parent\":314,\"selector\":\"headline-318-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Support &amp; Donate[/ct_headline][ct_text_block ct_sign_sha256=\'8246952947a8c31ec2fe606d4304981d67df27147b72c0e01c48ad50fafc7c50\' ct_options=\'{\"ct_id\":326,\"ct_parent\":314,\"selector\":\"text_block-326-5\",\"original\":{\"max-width\":\"640\",\"color\":\"color(3)\",\"margin-bottom\":\"18\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']We are cycling for 150 kms from Bengaluru to Mysuru on 3rd Oct, 2020 to raise money for special children.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'29d521543d33125412fe149bc161e4181ac8b9dc79091037b0c939f1fe09f339\' ct_options=\'{\"ct_id\":342,\"ct_parent\":314,\"selector\":\"div_block-342-5\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"globalConditionsResult\":true},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_text ct_sign_sha256=\'ccf04af8feff472b65f772cd0ba51667ef03415d5c7b1797940d26ecf9b48e63\' ct_options=\'{\"ct_id\":329,\"ct_parent\":342,\"selector\":\"link_text-329-5\",\"original\":{\"margin-right\":\"12\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"18\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'3ea8bbb5694a8e6cd2b68e5cbe4a0bc5d01bdb984b4137df7cd9d9c7d4f9ee26\' ct_options=\'{\"ct_id\":336,\"ct_parent\":342,\"selector\":\"link_text-336-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/cycling-for-special-children/\",\"url_encoded\":\"true\",\"target\":\"_blank\"}}\']KNOW MORE[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d801267357f8def4eba9f76ae7cb7a99d066982ed291108ce164c45444145ebd\' ct_options=\'{\"ct_id\":345,\"ct_parent\":314,\"selector\":\"div_block-345-5\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"justify-content\":\"flex-start\",\"text-align\":\"left\",\"align-items\":\"center\",\"margin-top\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'778e454b09b090123a44278a8c4efdb11f640345d18b52f0cc5b1d5e7c25ac09\' ct_options=\'{\"ct_id\":347,\"ct_parent\":345,\"selector\":\"fancy_icon-347-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-lock\",\"icon-color\":\"color(3)\",\"icon-size\":\"18\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section]'),(410,5,'ct_builder_shortcodes_revisions_dates','1600454962'),(412,5,'ct_builder_shortcodes_revisions_dates','1600454989'),(413,5,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'8dfa238119f0ef5586fc18d4064863f82c69594f5e2b61d3af6defce76c5a559\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"_header-14-5\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"background-color\":\"color(1)\",\"globalConditionsResult\":true},\"nicename\":\"Header Two Rows\",\"ct_category\":\"Headers\",\"activeselector\":false}\'][oxy_header_row ct_sign_sha256=\'77bd7064bb3adf03639972e0017cc4c851bf970de3f799c783dc84e4d7f8994f\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"_header_row-15-5\",\"original\":{\"border-bottom-color\":\"#4f5262\",\"hide-row\":\"phone-landscape\",\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"background-color\":\"color(8)\",\"globalConditionsResult\":true}}\'][oxy_header_left ct_sign_sha256=\'eadaf8ad52ea2c2e997f51c18014c94e9b4a31b7aff35a35cca908c9ac0d519b\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"_header_left-16-5\"}\'][ct_fancy_icon ct_sign_sha256=\'e4bb898c9a8b142b8daed6c9982254cf41877f3427c294e3471221ec00b6aac4\' ct_options=\'{\"ct_id\":41,\"ct_parent\":16,\"selector\":\"fancy_icon-41-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-envelope\",\"icon-color\":\"color(3)\",\"icon-size\":\"14\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_text ct_sign_sha256=\'541d3a94a5b864830a364d6b8ac31171aeed20edbf19b503e65272ae2234efa3\' ct_options=\'{\"ct_id\":47,\"ct_parent\":16,\"selector\":\"link_text-47-5\",\"original\":{\"color\":\"color(2)\",\"font-size\":\"16\",\"url\":\"mailto:support@example.com\",\"-webkit-font-smoothing\":\"antialiased\",\"margin-right\":\"24\",\"globalConditionsResult\":true,\"url_encoded\":\"true\"},\"hover\":{\"text-decoration\":\"underline\"},\"activeselector\":false}\']contact@prosportsfoundation.com[/ct_link_text][ct_fancy_icon ct_sign_sha256=\'bcc20d4cc5fb1963613646c9398722cad75e3622857b3cc47834cc37ab97d2dc\' ct_options=\'{\"ct_id\":44,\"ct_parent\":16,\"selector\":\"fancy_icon-44-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-marker\",\"icon-color\":\"color(3)\",\"icon-size\":\"18\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'25f6b69e308e7d863405291b7dcbd62614a9def1ef933d5e13bd4655c1d235c8\' ct_options=\'{\"ct_id\":37,\"ct_parent\":16,\"selector\":\"text_block-37-5\",\"original\":{\"color\":\"color(3)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.5\",\"-webkit-font-smoothing\":\"antialiased\",\"globalConditionsResult\":true},\"activeselector\":false}\']Bengaluru, INDIA[/ct_text_block][/oxy_header_left][oxy_header_center ct_sign_sha256=\'23a9435bd1238e98ef39289b48871d14940b618769f366dbbd31902a15495499\' ct_options=\'{\"ct_id\":17,\"ct_parent\":15,\"selector\":\"_header_center-17-5\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'afc55c58d8515b6658fa011de7e039b20b5105bddc7a860451a64f85409beba7\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"_header_right-18-5\"}\'][oxy_social_icons ct_sign_sha256=\'fabe4701a1ad3629002e5fc159d030e8bdc506f3c23fb0a26d87b1f840f580c8\' ct_options=\'{\"ct_id\":31,\"ct_parent\":18,\"selector\":\"_social_icons-31-5\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true,\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'60cd02e72e71cff36390e40db7bd11613bb5aed2c2b0f34d217110cbbd760f99\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-5\",\"original\":{\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/cycling-main.jpg\",\"background-size\":\"manual\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"container-padding-top\":\"180\",\"container-padding-bottom\":\"180\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"container-padding-left\":\"40\",\"container-padding-right\":\"40\",\"globalConditionsResult\":true,\"background-size-width-unit\":\"%\",\"background-size-width\":\"100\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-size-width-unit\":\"%\",\"background-position-left-unit\":\"%\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-position-left\":\"0\"}},\"page-width\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"30\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"-30\",\"background-image\":\"none\"}}},\"nicename\":\"Simple Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'50e562722e94964f913282372a3d971b2946d0c15ddce7ed0edc528cdbf4efc6\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"globalConditionsResult\":true,\"background-color\":\"color(3)\"}}\']PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'896c49224d12ee1a70c500e54d21746f90dbe03a3476e6339c7656dc0c66c4ad\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-5\",\"original\":{\"margin-left\":\"-12\",\"globalConditionsResult\":true,\"font-size\":\"100\",\"color\":\"color(14)\",\"text-shadow-color\":\"color(1)\",\"text-shadow-horizontal-offset\":\"5\",\"text-shadow-vertical-offset\":\"5\",\"text-shadow-blur\":\"5\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-left\":\"-6\"}},\"phone-landscape\":{\"original\":{\"margin-left\":\"-6\"}}}}\']Leverage Sports for Social Impact[/ct_headline][ct_link_text ct_sign_sha256=\'d9073bdf9e8bf97c83d2192db781bc3593738c511281a1586aae9296a47b60da\' ct_options=\'{\"ct_id\":12,\"ct_parent\":2,\"selector\":\"link_text-12-5\",\"original\":{\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/about-us/\",\"url_encoded\":\"true\",\"target\":\"\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":\"hyperion-primary-button\"}\']KNOW MORE[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'967a262394c7c9d70f593850008bf5fd23cbc8d65e07a8a94b9b3d49c622bdf6\' ct_options=\'{\"ct_id\":48,\"ct_parent\":0,\"selector\":\"section-48-5\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"9\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"80\"}}}}\'][ct_text_block ct_sign_sha256=\'1bde4ad392297821ae268f7e15f34c51966f09cee5b6311286ccb61f9571ebf9\' ct_options=\'{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"text_block-49-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']WHY PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'7c7dc4e949dca4c3202ea4e3069610431c78d8f6b8f28e4e9ec3dc7b327a0407\' ct_options=\'{\"ct_id\":57,\"ct_parent\":48,\"selector\":\"headline-57-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"31\",\"font-weight\":\"300\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']At ProSports Foundation, we believe in transforming the CSR ecosystem, by integrating corporates and its workforce, recipient institutions, individuals and the government ensuring that there is proper flow of capital and information, while also engaging stakeholders effectively.[/ct_headline][ct_image ct_sign_sha256=\'a128fa7aaa8ff21f6ee6e2641aa499a3d60f221e53b981b8c5a1b1d21fd77341\' ct_options=\'{\"ct_id\":60,\"ct_parent\":48,\"selector\":\"image-60-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/arrow@2x.png\",\"width\":\"220\",\"margin-top\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"42\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][ct_new_columns_2 ct_sign_sha256=\'40f093ce795b04179c2525fd734ec41aace335c98a08f04401fae5576aa07729\' ct_options=\'{\"ct_id\":61,\"ct_parent\":48,\"selector\":\"new_columns-61-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'049097317d70d73e638ed1d061b03cf0966e4f1ecb475f9f83a60e182b8a275f\' ct_options=\'{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"div_block-62-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'cb979304e567e134a90cc22b91e43de09d9c571912359bc4fdefac50ca55b61d\' ct_options=\'{\"ct_id\":73,\"ct_parent\":62,\"selector\":\"headline-73-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o1[/ct_headline][ct_image ct_sign_sha256=\'87ce4b0d278e1f581008839e7931a5d394dbcb78acd4b3ecd29b2fb29d8b0223\' ct_options=\'{\"ct_id\":64,\"ct_parent\":62,\"selector\":\"image-64-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-1@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'224dab30ca6942c6a3a3b28154825367ab9d8e5887a59691b510eed0804cfe79\' ct_options=\'{\"ct_id\":65,\"ct_parent\":62,\"selector\":\"text_block-65-5\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\"}\']Leverage sports discipline, activities and events to raise awareness[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3b9635c597e82018ca7a3f90a1824bc87dc4d53de0d4a26a5a33dcac9e456940\' ct_options=\'{\"ct_id\":63,\"ct_parent\":61,\"selector\":\"div_block-63-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'5701ccf5b7bce2eef7da8fdec8ed81ac24156e435cfabd21b9a3c93e51b2dd8a\' ct_options=\'{\"ct_id\":78,\"ct_parent\":63,\"selector\":\"headline-78-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o2[/ct_headline][ct_image ct_sign_sha256=\'e2e0c6daa4d8ed8c585ca851cae0ac68d929d16171e9d93545d7fa76701a91f8\' ct_options=\'{\"ct_id\":68,\"ct_parent\":63,\"selector\":\"image-68-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-2@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'447654c68915f392225b38afa48e00c1a697962173f4effc9a81fb381051c39a\' ct_options=\'{\"ct_id\":70,\"ct_parent\":63,\"selector\":\"text_block-70-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Co-create a social agenda that aligns with the ethos of your organisation[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'77c3f2696095102d19e43cf311a33cea7e2c0ed7331c4fab5353f56a7bf3f960\' ct_options=\'{\"ct_id\":81,\"ct_parent\":48,\"selector\":\"new_columns-81-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'194df1c645915235fa50d33dfd737eb156f59451df635fa1e7c6f10c280f55d6\' ct_options=\'{\"ct_id\":82,\"ct_parent\":81,\"selector\":\"div_block-82-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'169b1c6a44fb77edfda6e00bcb4acd7ebd32eef53004973c42507d2a129d09fc\' ct_options=\'{\"ct_id\":83,\"ct_parent\":82,\"selector\":\"headline-83-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o3[/ct_headline][ct_image ct_sign_sha256=\'7060357b26fd55ba711f7545b2189285e575e7a3a0b2fbb0e8308518fce841d6\' ct_options=\'{\"ct_id\":84,\"ct_parent\":82,\"selector\":\"image-84-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-3@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'183db98fa8f7d1affcf27a1c8261ff0deb5ed85c2d49225d4a683e2ab1c42c5c\' ct_options=\'{\"ct_id\":85,\"ct_parent\":82,\"selector\":\"text_block-85-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Curate programmes that are aimed to address key issues in education, nutrition and health[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'0541f5d64a9ac1a89157190bffe60a568efecf2c819928f084ca7e5f0306b453\' ct_options=\'{\"ct_id\":86,\"ct_parent\":81,\"selector\":\"div_block-86-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'da0205fd8e338d6c7a4d00a0f0228561005fd5e5959af36404268d6e180d23e5\' ct_options=\'{\"ct_id\":87,\"ct_parent\":86,\"selector\":\"headline-87-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o4[/ct_headline][ct_image ct_sign_sha256=\'45abc105bd0cd8f6162c5d90b37ea373b4c3ce3ab63147937deababeb470d701\' ct_options=\'{\"ct_id\":88,\"ct_parent\":86,\"selector\":\"image-88-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-4@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'46c32edec1030e92ef4e88974ff57cf0708632dbd27159f849dab06999ee01bb\' ct_options=\'{\"ct_id\":89,\"ct_parent\":86,\"selector\":\"text_block-89-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Expertise in designing a portfolio of well-audited projects and help entities involved to track and monitor the impact[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'71c8ba77ebb1f2c2784edcaa9a921b904e887dff0df12eb51a6810f0a507ef2e\' ct_options=\'{\"ct_id\":90,\"ct_parent\":48,\"selector\":\"new_columns-90-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'2ca5a2ce9202c130bcb499a957369f0a54d910865d575407d24caca07e41e9bd\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"div_block-91-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'3a203938c1634c87239ba5e3fe08b49ab0943022c4ddd0e68d620ed1f3c0a5c7\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"headline-92-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o5[/ct_headline][ct_image ct_sign_sha256=\'3f7e1b755e214302f7f5019cefa8d9ed391ce49e90c5b1bce777debaa2ffcd97\' ct_options=\'{\"ct_id\":93,\"ct_parent\":91,\"selector\":\"image-93-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-5@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'70395e05c377e24d1a304754b7f57751139db6032b30f0e6dd0a15c61a2234c6\' ct_options=\'{\"ct_id\":94,\"ct_parent\":91,\"selector\":\"text_block-94-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Identifying best-fit online and offline campaigns and outreach partners; to achieve sustained progress and execution of scale[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c35d052e0a5f99d213d5efcd30738ff2e60599f68ecdc82b40b265fff9063b5a\' ct_options=\'{\"ct_id\":95,\"ct_parent\":90,\"selector\":\"div_block-95-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'696595c32e34d64be666053840f3469ecaa1f72de3614a4c20e37fa0cc79d058\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"headline-96-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o6[/ct_headline][ct_image ct_sign_sha256=\'f8d804fc4283724b65f8541429eebcaccb5e43834ae1e458946ed44dfbe57272\' ct_options=\'{\"ct_id\":97,\"ct_parent\":95,\"selector\":\"image-97-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-6@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'7bd5f80a0aeaf130c94bb58c756cc5835b48eb74347116d81cf8528d7ed807e3\' ct_options=\'{\"ct_id\":98,\"ct_parent\":95,\"selector\":\"text_block-98-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Engaging your own workforce to further amplify the impact, as well as emphasising and enhancing the sense of giving back among the overall workforce[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'3bc49b7ef8a123dd9be12af2788fe002b8e8548343f422928fe95a8b248230a8\' ct_options=\'{\"ct_id\":311,\"ct_parent\":0,\"selector\":\"section-311-5\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"0\",\"section-width\":\"full-width\",\"overflow\":\"hidden\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Watch CTA\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'c76cdeb9ff418a477602d9106183695e56ef4deb1c6c21b657407926c823c77e\' ct_options=\'{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"new_columns-312-5\",\"activeselector\":false,\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'ab4ea1b6e12c0d0f614aa5c2c457b47f2365094ed15770f8309edd3158007a9f\' ct_options=\'{\"ct_id\":313,\"ct_parent\":312,\"selector\":\"div_block-313-5\",\"original\":{\"width\":\"40\",\"width-unit\":\"%\",\"padding-top\":\"0\",\"padding-bottom\":\"0\",\"align-items\":\"flex-end\",\"text-align\":\"right\",\"justify-content\":\"center\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-bottom\":\"40\",\"padding-top\":\"40\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_image ct_sign_sha256=\'4a758fa9e6ba4ae04b100f45abccea0ee6d87dd36f4b8b58b68cb542bd92b43d\' ct_options=\'{\"ct_id\":351,\"ct_parent\":313,\"selector\":\"image-351-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\",\"margin-top\":\"-40\",\"margin-bottom\":\"-40\",\"max-height\":\"720\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-top\":\"0\",\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d507fc7e810738b45621070d8d138c04477a584f668e7d1693e2fcfe9d9062bb\' ct_options=\'{\"ct_id\":314,\"ct_parent\":312,\"selector\":\"div_block-314-5\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"flex-start\",\"justify-content\":\"center\",\"flex-wrap\":\"wrap\",\"padding-left\":\"40\",\"padding-right\":\"40\",\"padding-top\":\"60\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'246340b6c354496c3b1e5f27ebe2f69ac074f55df3f633cf6bd674d9280a0e13\' ct_options=\'{\"ct_id\":355,\"ct_parent\":314,\"selector\":\"text_block-355-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']EVENTS[/ct_text_block][ct_headline ct_sign_sha256=\'1c68a0d8cf0dcc161d595a7fa07d7059b06476c606152d47c502c5841f147fc3\' ct_options=\'{\"ct_id\":318,\"ct_parent\":314,\"selector\":\"headline-318-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Support &amp; Donate[/ct_headline][ct_text_block ct_sign_sha256=\'8246952947a8c31ec2fe606d4304981d67df27147b72c0e01c48ad50fafc7c50\' ct_options=\'{\"ct_id\":326,\"ct_parent\":314,\"selector\":\"text_block-326-5\",\"original\":{\"max-width\":\"640\",\"color\":\"color(3)\",\"margin-bottom\":\"18\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']We are cycling for 150 kms from Bengaluru to Mysuru on 3rd Oct, 2020 to raise money for special children.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'29d521543d33125412fe149bc161e4181ac8b9dc79091037b0c939f1fe09f339\' ct_options=\'{\"ct_id\":342,\"ct_parent\":314,\"selector\":\"div_block-342-5\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"globalConditionsResult\":true},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_text ct_sign_sha256=\'ccf04af8feff472b65f772cd0ba51667ef03415d5c7b1797940d26ecf9b48e63\' ct_options=\'{\"ct_id\":329,\"ct_parent\":342,\"selector\":\"link_text-329-5\",\"original\":{\"margin-right\":\"12\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"18\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'3ea8bbb5694a8e6cd2b68e5cbe4a0bc5d01bdb984b4137df7cd9d9c7d4f9ee26\' ct_options=\'{\"ct_id\":336,\"ct_parent\":342,\"selector\":\"link_text-336-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/cycling-for-special-children/\",\"url_encoded\":\"true\",\"target\":\"_blank\"}}\']KNOW MORE[/ct_link_text][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section]'),(414,5,'ct_builder_shortcodes_revisions_dates','1600455065'),(415,5,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'8dfa238119f0ef5586fc18d4064863f82c69594f5e2b61d3af6defce76c5a559\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"_header-14-5\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"background-color\":\"color(1)\",\"globalConditionsResult\":true},\"nicename\":\"Header Two Rows\",\"ct_category\":\"Headers\",\"activeselector\":false}\'][oxy_header_row ct_sign_sha256=\'77bd7064bb3adf03639972e0017cc4c851bf970de3f799c783dc84e4d7f8994f\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"_header_row-15-5\",\"original\":{\"border-bottom-color\":\"#4f5262\",\"hide-row\":\"phone-landscape\",\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"background-color\":\"color(8)\",\"globalConditionsResult\":true}}\'][oxy_header_left ct_sign_sha256=\'eadaf8ad52ea2c2e997f51c18014c94e9b4a31b7aff35a35cca908c9ac0d519b\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"_header_left-16-5\"}\'][ct_fancy_icon ct_sign_sha256=\'e4bb898c9a8b142b8daed6c9982254cf41877f3427c294e3471221ec00b6aac4\' ct_options=\'{\"ct_id\":41,\"ct_parent\":16,\"selector\":\"fancy_icon-41-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-envelope\",\"icon-color\":\"color(3)\",\"icon-size\":\"14\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_text ct_sign_sha256=\'541d3a94a5b864830a364d6b8ac31171aeed20edbf19b503e65272ae2234efa3\' ct_options=\'{\"ct_id\":47,\"ct_parent\":16,\"selector\":\"link_text-47-5\",\"original\":{\"color\":\"color(2)\",\"font-size\":\"16\",\"url\":\"mailto:support@example.com\",\"-webkit-font-smoothing\":\"antialiased\",\"margin-right\":\"24\",\"globalConditionsResult\":true,\"url_encoded\":\"true\"},\"hover\":{\"text-decoration\":\"underline\"},\"activeselector\":false}\']contact@prosportsfoundation.com[/ct_link_text][ct_fancy_icon ct_sign_sha256=\'bcc20d4cc5fb1963613646c9398722cad75e3622857b3cc47834cc37ab97d2dc\' ct_options=\'{\"ct_id\":44,\"ct_parent\":16,\"selector\":\"fancy_icon-44-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-marker\",\"icon-color\":\"color(3)\",\"icon-size\":\"18\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'25f6b69e308e7d863405291b7dcbd62614a9def1ef933d5e13bd4655c1d235c8\' ct_options=\'{\"ct_id\":37,\"ct_parent\":16,\"selector\":\"text_block-37-5\",\"original\":{\"color\":\"color(3)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.5\",\"-webkit-font-smoothing\":\"antialiased\",\"globalConditionsResult\":true},\"activeselector\":false}\']Bengaluru, INDIA[/ct_text_block][/oxy_header_left][oxy_header_center ct_sign_sha256=\'23a9435bd1238e98ef39289b48871d14940b618769f366dbbd31902a15495499\' ct_options=\'{\"ct_id\":17,\"ct_parent\":15,\"selector\":\"_header_center-17-5\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'afc55c58d8515b6658fa011de7e039b20b5105bddc7a860451a64f85409beba7\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"_header_right-18-5\"}\'][oxy_social_icons ct_sign_sha256=\'fabe4701a1ad3629002e5fc159d030e8bdc506f3c23fb0a26d87b1f840f580c8\' ct_options=\'{\"ct_id\":31,\"ct_parent\":18,\"selector\":\"_social_icons-31-5\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true,\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'60cd02e72e71cff36390e40db7bd11613bb5aed2c2b0f34d217110cbbd760f99\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-5\",\"original\":{\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/cycling-main.jpg\",\"background-size\":\"manual\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"container-padding-top\":\"180\",\"container-padding-bottom\":\"180\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"container-padding-left\":\"40\",\"container-padding-right\":\"40\",\"globalConditionsResult\":true,\"background-size-width-unit\":\"%\",\"background-size-width\":\"100\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-size-width-unit\":\"%\",\"background-position-left-unit\":\"%\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-position-left\":\"0\"}},\"page-width\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"30\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"-30\",\"background-image\":\"none\"}}},\"nicename\":\"Simple Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'50e562722e94964f913282372a3d971b2946d0c15ddce7ed0edc528cdbf4efc6\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"globalConditionsResult\":true,\"background-color\":\"color(3)\"}}\']PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'896c49224d12ee1a70c500e54d21746f90dbe03a3476e6339c7656dc0c66c4ad\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-5\",\"original\":{\"margin-left\":\"-12\",\"globalConditionsResult\":true,\"font-size\":\"100\",\"color\":\"color(14)\",\"text-shadow-color\":\"color(1)\",\"text-shadow-horizontal-offset\":\"5\",\"text-shadow-vertical-offset\":\"5\",\"text-shadow-blur\":\"5\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-left\":\"-6\"}},\"phone-landscape\":{\"original\":{\"margin-left\":\"-6\"}}}}\']Leverage Sports for Social Impact[/ct_headline][ct_link_text ct_sign_sha256=\'d9073bdf9e8bf97c83d2192db781bc3593738c511281a1586aae9296a47b60da\' ct_options=\'{\"ct_id\":12,\"ct_parent\":2,\"selector\":\"link_text-12-5\",\"original\":{\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/about-us/\",\"url_encoded\":\"true\",\"target\":\"\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":\"hyperion-primary-button\"}\']KNOW MORE[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'967a262394c7c9d70f593850008bf5fd23cbc8d65e07a8a94b9b3d49c622bdf6\' ct_options=\'{\"ct_id\":48,\"ct_parent\":0,\"selector\":\"section-48-5\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"9\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"80\"}}}}\'][ct_text_block ct_sign_sha256=\'1bde4ad392297821ae268f7e15f34c51966f09cee5b6311286ccb61f9571ebf9\' ct_options=\'{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"text_block-49-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']WHY PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'7c7dc4e949dca4c3202ea4e3069610431c78d8f6b8f28e4e9ec3dc7b327a0407\' ct_options=\'{\"ct_id\":57,\"ct_parent\":48,\"selector\":\"headline-57-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"31\",\"font-weight\":\"300\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']At ProSports Foundation, we believe in transforming the CSR ecosystem, by integrating corporates and its workforce, recipient institutions, individuals and the government ensuring that there is proper flow of capital and information, while also engaging stakeholders effectively.[/ct_headline][ct_image ct_sign_sha256=\'a128fa7aaa8ff21f6ee6e2641aa499a3d60f221e53b981b8c5a1b1d21fd77341\' ct_options=\'{\"ct_id\":60,\"ct_parent\":48,\"selector\":\"image-60-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/arrow@2x.png\",\"width\":\"220\",\"margin-top\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"42\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][ct_new_columns_2 ct_sign_sha256=\'40f093ce795b04179c2525fd734ec41aace335c98a08f04401fae5576aa07729\' ct_options=\'{\"ct_id\":61,\"ct_parent\":48,\"selector\":\"new_columns-61-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'049097317d70d73e638ed1d061b03cf0966e4f1ecb475f9f83a60e182b8a275f\' ct_options=\'{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"div_block-62-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'cb979304e567e134a90cc22b91e43de09d9c571912359bc4fdefac50ca55b61d\' ct_options=\'{\"ct_id\":73,\"ct_parent\":62,\"selector\":\"headline-73-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o1[/ct_headline][ct_image ct_sign_sha256=\'87ce4b0d278e1f581008839e7931a5d394dbcb78acd4b3ecd29b2fb29d8b0223\' ct_options=\'{\"ct_id\":64,\"ct_parent\":62,\"selector\":\"image-64-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-1@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'224dab30ca6942c6a3a3b28154825367ab9d8e5887a59691b510eed0804cfe79\' ct_options=\'{\"ct_id\":65,\"ct_parent\":62,\"selector\":\"text_block-65-5\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\"}\']Leverage sports discipline, activities and events to raise awareness[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3b9635c597e82018ca7a3f90a1824bc87dc4d53de0d4a26a5a33dcac9e456940\' ct_options=\'{\"ct_id\":63,\"ct_parent\":61,\"selector\":\"div_block-63-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'5701ccf5b7bce2eef7da8fdec8ed81ac24156e435cfabd21b9a3c93e51b2dd8a\' ct_options=\'{\"ct_id\":78,\"ct_parent\":63,\"selector\":\"headline-78-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o2[/ct_headline][ct_image ct_sign_sha256=\'e2e0c6daa4d8ed8c585ca851cae0ac68d929d16171e9d93545d7fa76701a91f8\' ct_options=\'{\"ct_id\":68,\"ct_parent\":63,\"selector\":\"image-68-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-2@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'447654c68915f392225b38afa48e00c1a697962173f4effc9a81fb381051c39a\' ct_options=\'{\"ct_id\":70,\"ct_parent\":63,\"selector\":\"text_block-70-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Co-create a social agenda that aligns with the ethos of your organisation[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'77c3f2696095102d19e43cf311a33cea7e2c0ed7331c4fab5353f56a7bf3f960\' ct_options=\'{\"ct_id\":81,\"ct_parent\":48,\"selector\":\"new_columns-81-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'194df1c645915235fa50d33dfd737eb156f59451df635fa1e7c6f10c280f55d6\' ct_options=\'{\"ct_id\":82,\"ct_parent\":81,\"selector\":\"div_block-82-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'169b1c6a44fb77edfda6e00bcb4acd7ebd32eef53004973c42507d2a129d09fc\' ct_options=\'{\"ct_id\":83,\"ct_parent\":82,\"selector\":\"headline-83-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o3[/ct_headline][ct_image ct_sign_sha256=\'7060357b26fd55ba711f7545b2189285e575e7a3a0b2fbb0e8308518fce841d6\' ct_options=\'{\"ct_id\":84,\"ct_parent\":82,\"selector\":\"image-84-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-3@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'183db98fa8f7d1affcf27a1c8261ff0deb5ed85c2d49225d4a683e2ab1c42c5c\' ct_options=\'{\"ct_id\":85,\"ct_parent\":82,\"selector\":\"text_block-85-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Curate programmes that are aimed to address key issues in education, nutrition and health[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'0541f5d64a9ac1a89157190bffe60a568efecf2c819928f084ca7e5f0306b453\' ct_options=\'{\"ct_id\":86,\"ct_parent\":81,\"selector\":\"div_block-86-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'da0205fd8e338d6c7a4d00a0f0228561005fd5e5959af36404268d6e180d23e5\' ct_options=\'{\"ct_id\":87,\"ct_parent\":86,\"selector\":\"headline-87-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o4[/ct_headline][ct_image ct_sign_sha256=\'45abc105bd0cd8f6162c5d90b37ea373b4c3ce3ab63147937deababeb470d701\' ct_options=\'{\"ct_id\":88,\"ct_parent\":86,\"selector\":\"image-88-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-4@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'46c32edec1030e92ef4e88974ff57cf0708632dbd27159f849dab06999ee01bb\' ct_options=\'{\"ct_id\":89,\"ct_parent\":86,\"selector\":\"text_block-89-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Expertise in designing a portfolio of well-audited projects and help entities involved to track and monitor the impact[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'71c8ba77ebb1f2c2784edcaa9a921b904e887dff0df12eb51a6810f0a507ef2e\' ct_options=\'{\"ct_id\":90,\"ct_parent\":48,\"selector\":\"new_columns-90-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'2ca5a2ce9202c130bcb499a957369f0a54d910865d575407d24caca07e41e9bd\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"div_block-91-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'3a203938c1634c87239ba5e3fe08b49ab0943022c4ddd0e68d620ed1f3c0a5c7\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"headline-92-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o5[/ct_headline][ct_image ct_sign_sha256=\'3f7e1b755e214302f7f5019cefa8d9ed391ce49e90c5b1bce777debaa2ffcd97\' ct_options=\'{\"ct_id\":93,\"ct_parent\":91,\"selector\":\"image-93-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-5@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'70395e05c377e24d1a304754b7f57751139db6032b30f0e6dd0a15c61a2234c6\' ct_options=\'{\"ct_id\":94,\"ct_parent\":91,\"selector\":\"text_block-94-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Identifying best-fit online and offline campaigns and outreach partners; to achieve sustained progress and execution of scale[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c35d052e0a5f99d213d5efcd30738ff2e60599f68ecdc82b40b265fff9063b5a\' ct_options=\'{\"ct_id\":95,\"ct_parent\":90,\"selector\":\"div_block-95-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'696595c32e34d64be666053840f3469ecaa1f72de3614a4c20e37fa0cc79d058\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"headline-96-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o6[/ct_headline][ct_image ct_sign_sha256=\'f8d804fc4283724b65f8541429eebcaccb5e43834ae1e458946ed44dfbe57272\' ct_options=\'{\"ct_id\":97,\"ct_parent\":95,\"selector\":\"image-97-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-6@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'7bd5f80a0aeaf130c94bb58c756cc5835b48eb74347116d81cf8528d7ed807e3\' ct_options=\'{\"ct_id\":98,\"ct_parent\":95,\"selector\":\"text_block-98-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Engaging your own workforce to further amplify the impact, as well as emphasising and enhancing the sense of giving back among the overall workforce[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'3bc49b7ef8a123dd9be12af2788fe002b8e8548343f422928fe95a8b248230a8\' ct_options=\'{\"ct_id\":311,\"ct_parent\":0,\"selector\":\"section-311-5\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"0\",\"section-width\":\"full-width\",\"overflow\":\"hidden\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Watch CTA\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'c76cdeb9ff418a477602d9106183695e56ef4deb1c6c21b657407926c823c77e\' ct_options=\'{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"new_columns-312-5\",\"activeselector\":false,\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'ab4ea1b6e12c0d0f614aa5c2c457b47f2365094ed15770f8309edd3158007a9f\' ct_options=\'{\"ct_id\":313,\"ct_parent\":312,\"selector\":\"div_block-313-5\",\"original\":{\"width\":\"40\",\"width-unit\":\"%\",\"padding-top\":\"0\",\"padding-bottom\":\"0\",\"align-items\":\"flex-end\",\"text-align\":\"right\",\"justify-content\":\"center\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-bottom\":\"40\",\"padding-top\":\"40\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_image ct_sign_sha256=\'4a758fa9e6ba4ae04b100f45abccea0ee6d87dd36f4b8b58b68cb542bd92b43d\' ct_options=\'{\"ct_id\":351,\"ct_parent\":313,\"selector\":\"image-351-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\",\"margin-top\":\"-40\",\"margin-bottom\":\"-40\",\"max-height\":\"720\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-top\":\"0\",\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d507fc7e810738b45621070d8d138c04477a584f668e7d1693e2fcfe9d9062bb\' ct_options=\'{\"ct_id\":314,\"ct_parent\":312,\"selector\":\"div_block-314-5\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"flex-start\",\"justify-content\":\"center\",\"flex-wrap\":\"wrap\",\"padding-left\":\"40\",\"padding-right\":\"40\",\"padding-top\":\"60\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'246340b6c354496c3b1e5f27ebe2f69ac074f55df3f633cf6bd674d9280a0e13\' ct_options=\'{\"ct_id\":355,\"ct_parent\":314,\"selector\":\"text_block-355-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']EVENTS[/ct_text_block][ct_headline ct_sign_sha256=\'1c68a0d8cf0dcc161d595a7fa07d7059b06476c606152d47c502c5841f147fc3\' ct_options=\'{\"ct_id\":318,\"ct_parent\":314,\"selector\":\"headline-318-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Support &amp; Donate[/ct_headline][ct_text_block ct_sign_sha256=\'8246952947a8c31ec2fe606d4304981d67df27147b72c0e01c48ad50fafc7c50\' ct_options=\'{\"ct_id\":326,\"ct_parent\":314,\"selector\":\"text_block-326-5\",\"original\":{\"max-width\":\"640\",\"color\":\"color(3)\",\"margin-bottom\":\"18\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']We are cycling for 150 kms from Bengaluru to Mysuru on 3rd Oct, 2020 to raise money for special children.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'29d521543d33125412fe149bc161e4181ac8b9dc79091037b0c939f1fe09f339\' ct_options=\'{\"ct_id\":342,\"ct_parent\":314,\"selector\":\"div_block-342-5\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"globalConditionsResult\":true},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_text ct_sign_sha256=\'ccf04af8feff472b65f772cd0ba51667ef03415d5c7b1797940d26ecf9b48e63\' ct_options=\'{\"ct_id\":329,\"ct_parent\":342,\"selector\":\"link_text-329-5\",\"original\":{\"margin-right\":\"12\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"18\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'3ea8bbb5694a8e6cd2b68e5cbe4a0bc5d01bdb984b4137df7cd9d9c7d4f9ee26\' ct_options=\'{\"ct_id\":336,\"ct_parent\":342,\"selector\":\"link_text-336-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/cycling-for-special-children/\",\"url_encoded\":\"true\",\"target\":\"_blank\"}}\']KNOW MORE[/ct_link_text][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section]'),(416,5,'ct_builder_shortcodes_revisions_dates','1600455080'),(417,5,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'8dfa238119f0ef5586fc18d4064863f82c69594f5e2b61d3af6defce76c5a559\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"_header-14-5\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"background-color\":\"color(1)\",\"globalConditionsResult\":true},\"nicename\":\"Header Two Rows\",\"ct_category\":\"Headers\",\"activeselector\":false}\'][oxy_header_row ct_sign_sha256=\'77bd7064bb3adf03639972e0017cc4c851bf970de3f799c783dc84e4d7f8994f\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"_header_row-15-5\",\"original\":{\"border-bottom-color\":\"#4f5262\",\"hide-row\":\"phone-landscape\",\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"background-color\":\"color(8)\",\"globalConditionsResult\":true}}\'][oxy_header_left ct_sign_sha256=\'eadaf8ad52ea2c2e997f51c18014c94e9b4a31b7aff35a35cca908c9ac0d519b\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"_header_left-16-5\"}\'][ct_fancy_icon ct_sign_sha256=\'e4bb898c9a8b142b8daed6c9982254cf41877f3427c294e3471221ec00b6aac4\' ct_options=\'{\"ct_id\":41,\"ct_parent\":16,\"selector\":\"fancy_icon-41-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-envelope\",\"icon-color\":\"color(3)\",\"icon-size\":\"14\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_text ct_sign_sha256=\'541d3a94a5b864830a364d6b8ac31171aeed20edbf19b503e65272ae2234efa3\' ct_options=\'{\"ct_id\":47,\"ct_parent\":16,\"selector\":\"link_text-47-5\",\"original\":{\"color\":\"color(2)\",\"font-size\":\"16\",\"url\":\"mailto:support@example.com\",\"-webkit-font-smoothing\":\"antialiased\",\"margin-right\":\"24\",\"globalConditionsResult\":true,\"url_encoded\":\"true\"},\"hover\":{\"text-decoration\":\"underline\"},\"activeselector\":false}\']contact@prosportsfoundation.com[/ct_link_text][ct_fancy_icon ct_sign_sha256=\'bcc20d4cc5fb1963613646c9398722cad75e3622857b3cc47834cc37ab97d2dc\' ct_options=\'{\"ct_id\":44,\"ct_parent\":16,\"selector\":\"fancy_icon-44-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-marker\",\"icon-color\":\"color(3)\",\"icon-size\":\"18\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'25f6b69e308e7d863405291b7dcbd62614a9def1ef933d5e13bd4655c1d235c8\' ct_options=\'{\"ct_id\":37,\"ct_parent\":16,\"selector\":\"text_block-37-5\",\"original\":{\"color\":\"color(3)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.5\",\"-webkit-font-smoothing\":\"antialiased\",\"globalConditionsResult\":true},\"activeselector\":false}\']Bengaluru, INDIA[/ct_text_block][/oxy_header_left][oxy_header_center ct_sign_sha256=\'23a9435bd1238e98ef39289b48871d14940b618769f366dbbd31902a15495499\' ct_options=\'{\"ct_id\":17,\"ct_parent\":15,\"selector\":\"_header_center-17-5\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'afc55c58d8515b6658fa011de7e039b20b5105bddc7a860451a64f85409beba7\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"_header_right-18-5\"}\'][oxy_social_icons ct_sign_sha256=\'fabe4701a1ad3629002e5fc159d030e8bdc506f3c23fb0a26d87b1f840f580c8\' ct_options=\'{\"ct_id\":31,\"ct_parent\":18,\"selector\":\"_social_icons-31-5\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true,\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'177301a917526e952a07721f59787bae6b2aa85125e6964cf3d3858a45b61aea\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-5\",\"original\":{\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/cycling-main.jpg\",\"background-size\":\"manual\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"container-padding-top\":\"180\",\"container-padding-bottom\":\"180\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"container-padding-left\":\"40\",\"container-padding-right\":\"40\",\"globalConditionsResult\":true,\"background-size-width-unit\":\"%\",\"background-size-width\":\"100\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-size-width-unit\":\"%\",\"background-position-left-unit\":\"%\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-position-left\":\"0\"}},\"page-width\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"30\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"-30\",\"background-image\":\"none\"}}},\"nicename\":\"Simple Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'50e562722e94964f913282372a3d971b2946d0c15ddce7ed0edc528cdbf4efc6\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"globalConditionsResult\":true,\"background-color\":\"color(3)\"}}\']PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'74fb4dba5ce0f9b021852dbfe869aca2c24a3c2c814d611fce9e38d0195cfffd\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-5\",\"original\":{\"margin-left\":\"-12\",\"globalConditionsResult\":true,\"font-size\":\"100\",\"color\":\"color(3)\",\"text-shadow-color\":\"color(1)\",\"text-shadow-horizontal-offset\":\"5\",\"text-shadow-vertical-offset\":\"5\",\"text-shadow-blur\":\"5\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-left\":\"-6\"}},\"phone-landscape\":{\"original\":{\"margin-left\":\"-6\"}}}}\']Leverage Sports for Social Impact[/ct_headline][ct_link_text ct_sign_sha256=\'d9073bdf9e8bf97c83d2192db781bc3593738c511281a1586aae9296a47b60da\' ct_options=\'{\"ct_id\":12,\"ct_parent\":2,\"selector\":\"link_text-12-5\",\"original\":{\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/about-us/\",\"url_encoded\":\"true\",\"target\":\"\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":\"hyperion-primary-button\"}\']KNOW MORE[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'967a262394c7c9d70f593850008bf5fd23cbc8d65e07a8a94b9b3d49c622bdf6\' ct_options=\'{\"ct_id\":48,\"ct_parent\":0,\"selector\":\"section-48-5\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"9\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"80\"}}}}\'][ct_text_block ct_sign_sha256=\'1bde4ad392297821ae268f7e15f34c51966f09cee5b6311286ccb61f9571ebf9\' ct_options=\'{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"text_block-49-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']WHY PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'7c7dc4e949dca4c3202ea4e3069610431c78d8f6b8f28e4e9ec3dc7b327a0407\' ct_options=\'{\"ct_id\":57,\"ct_parent\":48,\"selector\":\"headline-57-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"31\",\"font-weight\":\"300\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']At ProSports Foundation, we believe in transforming the CSR ecosystem, by integrating corporates and its workforce, recipient institutions, individuals and the government ensuring that there is proper flow of capital and information, while also engaging stakeholders effectively.[/ct_headline][ct_image ct_sign_sha256=\'a128fa7aaa8ff21f6ee6e2641aa499a3d60f221e53b981b8c5a1b1d21fd77341\' ct_options=\'{\"ct_id\":60,\"ct_parent\":48,\"selector\":\"image-60-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/arrow@2x.png\",\"width\":\"220\",\"margin-top\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"42\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][ct_new_columns_2 ct_sign_sha256=\'40f093ce795b04179c2525fd734ec41aace335c98a08f04401fae5576aa07729\' ct_options=\'{\"ct_id\":61,\"ct_parent\":48,\"selector\":\"new_columns-61-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'049097317d70d73e638ed1d061b03cf0966e4f1ecb475f9f83a60e182b8a275f\' ct_options=\'{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"div_block-62-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'cb979304e567e134a90cc22b91e43de09d9c571912359bc4fdefac50ca55b61d\' ct_options=\'{\"ct_id\":73,\"ct_parent\":62,\"selector\":\"headline-73-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o1[/ct_headline][ct_image ct_sign_sha256=\'87ce4b0d278e1f581008839e7931a5d394dbcb78acd4b3ecd29b2fb29d8b0223\' ct_options=\'{\"ct_id\":64,\"ct_parent\":62,\"selector\":\"image-64-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-1@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'224dab30ca6942c6a3a3b28154825367ab9d8e5887a59691b510eed0804cfe79\' ct_options=\'{\"ct_id\":65,\"ct_parent\":62,\"selector\":\"text_block-65-5\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\"}\']Leverage sports discipline, activities and events to raise awareness[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3b9635c597e82018ca7a3f90a1824bc87dc4d53de0d4a26a5a33dcac9e456940\' ct_options=\'{\"ct_id\":63,\"ct_parent\":61,\"selector\":\"div_block-63-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'5701ccf5b7bce2eef7da8fdec8ed81ac24156e435cfabd21b9a3c93e51b2dd8a\' ct_options=\'{\"ct_id\":78,\"ct_parent\":63,\"selector\":\"headline-78-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o2[/ct_headline][ct_image ct_sign_sha256=\'e2e0c6daa4d8ed8c585ca851cae0ac68d929d16171e9d93545d7fa76701a91f8\' ct_options=\'{\"ct_id\":68,\"ct_parent\":63,\"selector\":\"image-68-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-2@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'447654c68915f392225b38afa48e00c1a697962173f4effc9a81fb381051c39a\' ct_options=\'{\"ct_id\":70,\"ct_parent\":63,\"selector\":\"text_block-70-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Co-create a social agenda that aligns with the ethos of your organisation[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'77c3f2696095102d19e43cf311a33cea7e2c0ed7331c4fab5353f56a7bf3f960\' ct_options=\'{\"ct_id\":81,\"ct_parent\":48,\"selector\":\"new_columns-81-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'194df1c645915235fa50d33dfd737eb156f59451df635fa1e7c6f10c280f55d6\' ct_options=\'{\"ct_id\":82,\"ct_parent\":81,\"selector\":\"div_block-82-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'169b1c6a44fb77edfda6e00bcb4acd7ebd32eef53004973c42507d2a129d09fc\' ct_options=\'{\"ct_id\":83,\"ct_parent\":82,\"selector\":\"headline-83-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o3[/ct_headline][ct_image ct_sign_sha256=\'7060357b26fd55ba711f7545b2189285e575e7a3a0b2fbb0e8308518fce841d6\' ct_options=\'{\"ct_id\":84,\"ct_parent\":82,\"selector\":\"image-84-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-3@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'183db98fa8f7d1affcf27a1c8261ff0deb5ed85c2d49225d4a683e2ab1c42c5c\' ct_options=\'{\"ct_id\":85,\"ct_parent\":82,\"selector\":\"text_block-85-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Curate programmes that are aimed to address key issues in education, nutrition and health[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'0541f5d64a9ac1a89157190bffe60a568efecf2c819928f084ca7e5f0306b453\' ct_options=\'{\"ct_id\":86,\"ct_parent\":81,\"selector\":\"div_block-86-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'da0205fd8e338d6c7a4d00a0f0228561005fd5e5959af36404268d6e180d23e5\' ct_options=\'{\"ct_id\":87,\"ct_parent\":86,\"selector\":\"headline-87-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o4[/ct_headline][ct_image ct_sign_sha256=\'45abc105bd0cd8f6162c5d90b37ea373b4c3ce3ab63147937deababeb470d701\' ct_options=\'{\"ct_id\":88,\"ct_parent\":86,\"selector\":\"image-88-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-4@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'46c32edec1030e92ef4e88974ff57cf0708632dbd27159f849dab06999ee01bb\' ct_options=\'{\"ct_id\":89,\"ct_parent\":86,\"selector\":\"text_block-89-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Expertise in designing a portfolio of well-audited projects and help entities involved to track and monitor the impact[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'71c8ba77ebb1f2c2784edcaa9a921b904e887dff0df12eb51a6810f0a507ef2e\' ct_options=\'{\"ct_id\":90,\"ct_parent\":48,\"selector\":\"new_columns-90-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'2ca5a2ce9202c130bcb499a957369f0a54d910865d575407d24caca07e41e9bd\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"div_block-91-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'3a203938c1634c87239ba5e3fe08b49ab0943022c4ddd0e68d620ed1f3c0a5c7\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"headline-92-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o5[/ct_headline][ct_image ct_sign_sha256=\'3f7e1b755e214302f7f5019cefa8d9ed391ce49e90c5b1bce777debaa2ffcd97\' ct_options=\'{\"ct_id\":93,\"ct_parent\":91,\"selector\":\"image-93-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-5@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'70395e05c377e24d1a304754b7f57751139db6032b30f0e6dd0a15c61a2234c6\' ct_options=\'{\"ct_id\":94,\"ct_parent\":91,\"selector\":\"text_block-94-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Identifying best-fit online and offline campaigns and outreach partners; to achieve sustained progress and execution of scale[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c35d052e0a5f99d213d5efcd30738ff2e60599f68ecdc82b40b265fff9063b5a\' ct_options=\'{\"ct_id\":95,\"ct_parent\":90,\"selector\":\"div_block-95-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'696595c32e34d64be666053840f3469ecaa1f72de3614a4c20e37fa0cc79d058\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"headline-96-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o6[/ct_headline][ct_image ct_sign_sha256=\'f8d804fc4283724b65f8541429eebcaccb5e43834ae1e458946ed44dfbe57272\' ct_options=\'{\"ct_id\":97,\"ct_parent\":95,\"selector\":\"image-97-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-6@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'7bd5f80a0aeaf130c94bb58c756cc5835b48eb74347116d81cf8528d7ed807e3\' ct_options=\'{\"ct_id\":98,\"ct_parent\":95,\"selector\":\"text_block-98-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Engaging your own workforce to further amplify the impact, as well as emphasising and enhancing the sense of giving back among the overall workforce[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'3bc49b7ef8a123dd9be12af2788fe002b8e8548343f422928fe95a8b248230a8\' ct_options=\'{\"ct_id\":311,\"ct_parent\":0,\"selector\":\"section-311-5\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"0\",\"section-width\":\"full-width\",\"overflow\":\"hidden\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Watch CTA\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'c76cdeb9ff418a477602d9106183695e56ef4deb1c6c21b657407926c823c77e\' ct_options=\'{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"new_columns-312-5\",\"activeselector\":false,\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'ab4ea1b6e12c0d0f614aa5c2c457b47f2365094ed15770f8309edd3158007a9f\' ct_options=\'{\"ct_id\":313,\"ct_parent\":312,\"selector\":\"div_block-313-5\",\"original\":{\"width\":\"40\",\"width-unit\":\"%\",\"padding-top\":\"0\",\"padding-bottom\":\"0\",\"align-items\":\"flex-end\",\"text-align\":\"right\",\"justify-content\":\"center\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-bottom\":\"40\",\"padding-top\":\"40\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_image ct_sign_sha256=\'4a758fa9e6ba4ae04b100f45abccea0ee6d87dd36f4b8b58b68cb542bd92b43d\' ct_options=\'{\"ct_id\":351,\"ct_parent\":313,\"selector\":\"image-351-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\",\"margin-top\":\"-40\",\"margin-bottom\":\"-40\",\"max-height\":\"720\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-top\":\"0\",\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d507fc7e810738b45621070d8d138c04477a584f668e7d1693e2fcfe9d9062bb\' ct_options=\'{\"ct_id\":314,\"ct_parent\":312,\"selector\":\"div_block-314-5\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"flex-start\",\"justify-content\":\"center\",\"flex-wrap\":\"wrap\",\"padding-left\":\"40\",\"padding-right\":\"40\",\"padding-top\":\"60\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'246340b6c354496c3b1e5f27ebe2f69ac074f55df3f633cf6bd674d9280a0e13\' ct_options=\'{\"ct_id\":355,\"ct_parent\":314,\"selector\":\"text_block-355-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']EVENTS[/ct_text_block][ct_headline ct_sign_sha256=\'1c68a0d8cf0dcc161d595a7fa07d7059b06476c606152d47c502c5841f147fc3\' ct_options=\'{\"ct_id\":318,\"ct_parent\":314,\"selector\":\"headline-318-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Support &amp; Donate[/ct_headline][ct_text_block ct_sign_sha256=\'8246952947a8c31ec2fe606d4304981d67df27147b72c0e01c48ad50fafc7c50\' ct_options=\'{\"ct_id\":326,\"ct_parent\":314,\"selector\":\"text_block-326-5\",\"original\":{\"max-width\":\"640\",\"color\":\"color(3)\",\"margin-bottom\":\"18\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']We are cycling for 150 kms from Bengaluru to Mysuru on 3rd Oct, 2020 to raise money for special children.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'29d521543d33125412fe149bc161e4181ac8b9dc79091037b0c939f1fe09f339\' ct_options=\'{\"ct_id\":342,\"ct_parent\":314,\"selector\":\"div_block-342-5\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"globalConditionsResult\":true},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_text ct_sign_sha256=\'ccf04af8feff472b65f772cd0ba51667ef03415d5c7b1797940d26ecf9b48e63\' ct_options=\'{\"ct_id\":329,\"ct_parent\":342,\"selector\":\"link_text-329-5\",\"original\":{\"margin-right\":\"12\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"18\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'3ea8bbb5694a8e6cd2b68e5cbe4a0bc5d01bdb984b4137df7cd9d9c7d4f9ee26\' ct_options=\'{\"ct_id\":336,\"ct_parent\":342,\"selector\":\"link_text-336-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/cycling-for-special-children/\",\"url_encoded\":\"true\",\"target\":\"_blank\"}}\']KNOW MORE[/ct_link_text][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section]'),(418,5,'ct_builder_shortcodes_revisions_dates','1600455187'),(419,5,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'8dfa238119f0ef5586fc18d4064863f82c69594f5e2b61d3af6defce76c5a559\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"_header-14-5\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"background-color\":\"color(1)\",\"globalConditionsResult\":true},\"nicename\":\"Header Two Rows\",\"ct_category\":\"Headers\",\"activeselector\":false}\'][oxy_header_row ct_sign_sha256=\'77bd7064bb3adf03639972e0017cc4c851bf970de3f799c783dc84e4d7f8994f\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"_header_row-15-5\",\"original\":{\"border-bottom-color\":\"#4f5262\",\"hide-row\":\"phone-landscape\",\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"background-color\":\"color(8)\",\"globalConditionsResult\":true}}\'][oxy_header_left ct_sign_sha256=\'eadaf8ad52ea2c2e997f51c18014c94e9b4a31b7aff35a35cca908c9ac0d519b\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"_header_left-16-5\"}\'][ct_fancy_icon ct_sign_sha256=\'e4bb898c9a8b142b8daed6c9982254cf41877f3427c294e3471221ec00b6aac4\' ct_options=\'{\"ct_id\":41,\"ct_parent\":16,\"selector\":\"fancy_icon-41-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-envelope\",\"icon-color\":\"color(3)\",\"icon-size\":\"14\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_text ct_sign_sha256=\'541d3a94a5b864830a364d6b8ac31171aeed20edbf19b503e65272ae2234efa3\' ct_options=\'{\"ct_id\":47,\"ct_parent\":16,\"selector\":\"link_text-47-5\",\"original\":{\"color\":\"color(2)\",\"font-size\":\"16\",\"url\":\"mailto:support@example.com\",\"-webkit-font-smoothing\":\"antialiased\",\"margin-right\":\"24\",\"globalConditionsResult\":true,\"url_encoded\":\"true\"},\"hover\":{\"text-decoration\":\"underline\"},\"activeselector\":false}\']contact@prosportsfoundation.com[/ct_link_text][ct_fancy_icon ct_sign_sha256=\'bcc20d4cc5fb1963613646c9398722cad75e3622857b3cc47834cc37ab97d2dc\' ct_options=\'{\"ct_id\":44,\"ct_parent\":16,\"selector\":\"fancy_icon-44-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-marker\",\"icon-color\":\"color(3)\",\"icon-size\":\"18\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'25f6b69e308e7d863405291b7dcbd62614a9def1ef933d5e13bd4655c1d235c8\' ct_options=\'{\"ct_id\":37,\"ct_parent\":16,\"selector\":\"text_block-37-5\",\"original\":{\"color\":\"color(3)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.5\",\"-webkit-font-smoothing\":\"antialiased\",\"globalConditionsResult\":true},\"activeselector\":false}\']Bengaluru, INDIA[/ct_text_block][/oxy_header_left][oxy_header_center ct_sign_sha256=\'23a9435bd1238e98ef39289b48871d14940b618769f366dbbd31902a15495499\' ct_options=\'{\"ct_id\":17,\"ct_parent\":15,\"selector\":\"_header_center-17-5\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'afc55c58d8515b6658fa011de7e039b20b5105bddc7a860451a64f85409beba7\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"_header_right-18-5\"}\'][oxy_social_icons ct_sign_sha256=\'fabe4701a1ad3629002e5fc159d030e8bdc506f3c23fb0a26d87b1f840f580c8\' ct_options=\'{\"ct_id\":31,\"ct_parent\":18,\"selector\":\"_social_icons-31-5\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true,\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'fd46d105dba1451df0a142bedf9ba1ef809903b7f5f43a39eaa34c51f1bd91a5\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-5\",\"original\":{\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/cycling-main.jpg\",\"background-size\":\"manual\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"container-padding-top\":\"180\",\"container-padding-bottom\":\"54\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"container-padding-left\":\"40\",\"container-padding-right\":\"40\",\"globalConditionsResult\":true,\"background-size-width-unit\":\"%\",\"background-size-width\":\"100\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-size-width-unit\":\"%\",\"background-position-left-unit\":\"%\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-position-left\":\"0\"}},\"page-width\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"30\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"-30\",\"background-image\":\"none\"}}},\"nicename\":\"Simple Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'50e562722e94964f913282372a3d971b2946d0c15ddce7ed0edc528cdbf4efc6\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"globalConditionsResult\":true,\"background-color\":\"color(3)\"}}\']PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'74fb4dba5ce0f9b021852dbfe869aca2c24a3c2c814d611fce9e38d0195cfffd\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-5\",\"original\":{\"margin-left\":\"-12\",\"globalConditionsResult\":true,\"font-size\":\"100\",\"color\":\"color(3)\",\"text-shadow-color\":\"color(1)\",\"text-shadow-horizontal-offset\":\"5\",\"text-shadow-vertical-offset\":\"5\",\"text-shadow-blur\":\"5\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-left\":\"-6\"}},\"phone-landscape\":{\"original\":{\"margin-left\":\"-6\"}}}}\']Leverage Sports for Social Impact[/ct_headline][ct_link_text ct_sign_sha256=\'d9073bdf9e8bf97c83d2192db781bc3593738c511281a1586aae9296a47b60da\' ct_options=\'{\"ct_id\":12,\"ct_parent\":2,\"selector\":\"link_text-12-5\",\"original\":{\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/about-us/\",\"url_encoded\":\"true\",\"target\":\"\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":\"hyperion-primary-button\"}\']KNOW MORE[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'967a262394c7c9d70f593850008bf5fd23cbc8d65e07a8a94b9b3d49c622bdf6\' ct_options=\'{\"ct_id\":48,\"ct_parent\":0,\"selector\":\"section-48-5\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"9\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"80\"}}}}\'][ct_text_block ct_sign_sha256=\'1bde4ad392297821ae268f7e15f34c51966f09cee5b6311286ccb61f9571ebf9\' ct_options=\'{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"text_block-49-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']WHY PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'7c7dc4e949dca4c3202ea4e3069610431c78d8f6b8f28e4e9ec3dc7b327a0407\' ct_options=\'{\"ct_id\":57,\"ct_parent\":48,\"selector\":\"headline-57-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"31\",\"font-weight\":\"300\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']At ProSports Foundation, we believe in transforming the CSR ecosystem, by integrating corporates and its workforce, recipient institutions, individuals and the government ensuring that there is proper flow of capital and information, while also engaging stakeholders effectively.[/ct_headline][ct_image ct_sign_sha256=\'a128fa7aaa8ff21f6ee6e2641aa499a3d60f221e53b981b8c5a1b1d21fd77341\' ct_options=\'{\"ct_id\":60,\"ct_parent\":48,\"selector\":\"image-60-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/arrow@2x.png\",\"width\":\"220\",\"margin-top\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"42\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][ct_new_columns_2 ct_sign_sha256=\'40f093ce795b04179c2525fd734ec41aace335c98a08f04401fae5576aa07729\' ct_options=\'{\"ct_id\":61,\"ct_parent\":48,\"selector\":\"new_columns-61-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'049097317d70d73e638ed1d061b03cf0966e4f1ecb475f9f83a60e182b8a275f\' ct_options=\'{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"div_block-62-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'cb979304e567e134a90cc22b91e43de09d9c571912359bc4fdefac50ca55b61d\' ct_options=\'{\"ct_id\":73,\"ct_parent\":62,\"selector\":\"headline-73-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o1[/ct_headline][ct_image ct_sign_sha256=\'87ce4b0d278e1f581008839e7931a5d394dbcb78acd4b3ecd29b2fb29d8b0223\' ct_options=\'{\"ct_id\":64,\"ct_parent\":62,\"selector\":\"image-64-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-1@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'224dab30ca6942c6a3a3b28154825367ab9d8e5887a59691b510eed0804cfe79\' ct_options=\'{\"ct_id\":65,\"ct_parent\":62,\"selector\":\"text_block-65-5\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\"}\']Leverage sports discipline, activities and events to raise awareness[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3b9635c597e82018ca7a3f90a1824bc87dc4d53de0d4a26a5a33dcac9e456940\' ct_options=\'{\"ct_id\":63,\"ct_parent\":61,\"selector\":\"div_block-63-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'5701ccf5b7bce2eef7da8fdec8ed81ac24156e435cfabd21b9a3c93e51b2dd8a\' ct_options=\'{\"ct_id\":78,\"ct_parent\":63,\"selector\":\"headline-78-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o2[/ct_headline][ct_image ct_sign_sha256=\'e2e0c6daa4d8ed8c585ca851cae0ac68d929d16171e9d93545d7fa76701a91f8\' ct_options=\'{\"ct_id\":68,\"ct_parent\":63,\"selector\":\"image-68-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-2@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'447654c68915f392225b38afa48e00c1a697962173f4effc9a81fb381051c39a\' ct_options=\'{\"ct_id\":70,\"ct_parent\":63,\"selector\":\"text_block-70-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Co-create a social agenda that aligns with the ethos of your organisation[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'77c3f2696095102d19e43cf311a33cea7e2c0ed7331c4fab5353f56a7bf3f960\' ct_options=\'{\"ct_id\":81,\"ct_parent\":48,\"selector\":\"new_columns-81-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'194df1c645915235fa50d33dfd737eb156f59451df635fa1e7c6f10c280f55d6\' ct_options=\'{\"ct_id\":82,\"ct_parent\":81,\"selector\":\"div_block-82-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'169b1c6a44fb77edfda6e00bcb4acd7ebd32eef53004973c42507d2a129d09fc\' ct_options=\'{\"ct_id\":83,\"ct_parent\":82,\"selector\":\"headline-83-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o3[/ct_headline][ct_image ct_sign_sha256=\'7060357b26fd55ba711f7545b2189285e575e7a3a0b2fbb0e8308518fce841d6\' ct_options=\'{\"ct_id\":84,\"ct_parent\":82,\"selector\":\"image-84-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-3@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'183db98fa8f7d1affcf27a1c8261ff0deb5ed85c2d49225d4a683e2ab1c42c5c\' ct_options=\'{\"ct_id\":85,\"ct_parent\":82,\"selector\":\"text_block-85-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Curate programmes that are aimed to address key issues in education, nutrition and health[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'0541f5d64a9ac1a89157190bffe60a568efecf2c819928f084ca7e5f0306b453\' ct_options=\'{\"ct_id\":86,\"ct_parent\":81,\"selector\":\"div_block-86-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'da0205fd8e338d6c7a4d00a0f0228561005fd5e5959af36404268d6e180d23e5\' ct_options=\'{\"ct_id\":87,\"ct_parent\":86,\"selector\":\"headline-87-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o4[/ct_headline][ct_image ct_sign_sha256=\'45abc105bd0cd8f6162c5d90b37ea373b4c3ce3ab63147937deababeb470d701\' ct_options=\'{\"ct_id\":88,\"ct_parent\":86,\"selector\":\"image-88-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-4@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'46c32edec1030e92ef4e88974ff57cf0708632dbd27159f849dab06999ee01bb\' ct_options=\'{\"ct_id\":89,\"ct_parent\":86,\"selector\":\"text_block-89-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Expertise in designing a portfolio of well-audited projects and help entities involved to track and monitor the impact[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'71c8ba77ebb1f2c2784edcaa9a921b904e887dff0df12eb51a6810f0a507ef2e\' ct_options=\'{\"ct_id\":90,\"ct_parent\":48,\"selector\":\"new_columns-90-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'2ca5a2ce9202c130bcb499a957369f0a54d910865d575407d24caca07e41e9bd\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"div_block-91-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'3a203938c1634c87239ba5e3fe08b49ab0943022c4ddd0e68d620ed1f3c0a5c7\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"headline-92-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o5[/ct_headline][ct_image ct_sign_sha256=\'3f7e1b755e214302f7f5019cefa8d9ed391ce49e90c5b1bce777debaa2ffcd97\' ct_options=\'{\"ct_id\":93,\"ct_parent\":91,\"selector\":\"image-93-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-5@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'70395e05c377e24d1a304754b7f57751139db6032b30f0e6dd0a15c61a2234c6\' ct_options=\'{\"ct_id\":94,\"ct_parent\":91,\"selector\":\"text_block-94-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Identifying best-fit online and offline campaigns and outreach partners; to achieve sustained progress and execution of scale[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c35d052e0a5f99d213d5efcd30738ff2e60599f68ecdc82b40b265fff9063b5a\' ct_options=\'{\"ct_id\":95,\"ct_parent\":90,\"selector\":\"div_block-95-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'696595c32e34d64be666053840f3469ecaa1f72de3614a4c20e37fa0cc79d058\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"headline-96-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o6[/ct_headline][ct_image ct_sign_sha256=\'f8d804fc4283724b65f8541429eebcaccb5e43834ae1e458946ed44dfbe57272\' ct_options=\'{\"ct_id\":97,\"ct_parent\":95,\"selector\":\"image-97-5\",\"original\":{\"src\":\"http://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/i-6@2x.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'7bd5f80a0aeaf130c94bb58c756cc5835b48eb74347116d81cf8528d7ed807e3\' ct_options=\'{\"ct_id\":98,\"ct_parent\":95,\"selector\":\"text_block-98-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Engaging your own workforce to further amplify the impact, as well as emphasising and enhancing the sense of giving back among the overall workforce[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'3bc49b7ef8a123dd9be12af2788fe002b8e8548343f422928fe95a8b248230a8\' ct_options=\'{\"ct_id\":311,\"ct_parent\":0,\"selector\":\"section-311-5\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"0\",\"section-width\":\"full-width\",\"overflow\":\"hidden\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Watch CTA\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'c76cdeb9ff418a477602d9106183695e56ef4deb1c6c21b657407926c823c77e\' ct_options=\'{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"new_columns-312-5\",\"activeselector\":false,\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'ab4ea1b6e12c0d0f614aa5c2c457b47f2365094ed15770f8309edd3158007a9f\' ct_options=\'{\"ct_id\":313,\"ct_parent\":312,\"selector\":\"div_block-313-5\",\"original\":{\"width\":\"40\",\"width-unit\":\"%\",\"padding-top\":\"0\",\"padding-bottom\":\"0\",\"align-items\":\"flex-end\",\"text-align\":\"right\",\"justify-content\":\"center\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-bottom\":\"40\",\"padding-top\":\"40\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_image ct_sign_sha256=\'4a758fa9e6ba4ae04b100f45abccea0ee6d87dd36f4b8b58b68cb542bd92b43d\' ct_options=\'{\"ct_id\":351,\"ct_parent\":313,\"selector\":\"image-351-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\",\"margin-top\":\"-40\",\"margin-bottom\":\"-40\",\"max-height\":\"720\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-top\":\"0\",\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d507fc7e810738b45621070d8d138c04477a584f668e7d1693e2fcfe9d9062bb\' ct_options=\'{\"ct_id\":314,\"ct_parent\":312,\"selector\":\"div_block-314-5\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"flex-start\",\"justify-content\":\"center\",\"flex-wrap\":\"wrap\",\"padding-left\":\"40\",\"padding-right\":\"40\",\"padding-top\":\"60\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'246340b6c354496c3b1e5f27ebe2f69ac074f55df3f633cf6bd674d9280a0e13\' ct_options=\'{\"ct_id\":355,\"ct_parent\":314,\"selector\":\"text_block-355-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']EVENTS[/ct_text_block][ct_headline ct_sign_sha256=\'1c68a0d8cf0dcc161d595a7fa07d7059b06476c606152d47c502c5841f147fc3\' ct_options=\'{\"ct_id\":318,\"ct_parent\":314,\"selector\":\"headline-318-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Support &amp; Donate[/ct_headline][ct_text_block ct_sign_sha256=\'8246952947a8c31ec2fe606d4304981d67df27147b72c0e01c48ad50fafc7c50\' ct_options=\'{\"ct_id\":326,\"ct_parent\":314,\"selector\":\"text_block-326-5\",\"original\":{\"max-width\":\"640\",\"color\":\"color(3)\",\"margin-bottom\":\"18\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']We are cycling for 150 kms from Bengaluru to Mysuru on 3rd Oct, 2020 to raise money for special children.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'29d521543d33125412fe149bc161e4181ac8b9dc79091037b0c939f1fe09f339\' ct_options=\'{\"ct_id\":342,\"ct_parent\":314,\"selector\":\"div_block-342-5\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"globalConditionsResult\":true},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_text ct_sign_sha256=\'ccf04af8feff472b65f772cd0ba51667ef03415d5c7b1797940d26ecf9b48e63\' ct_options=\'{\"ct_id\":329,\"ct_parent\":342,\"selector\":\"link_text-329-5\",\"original\":{\"margin-right\":\"12\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"18\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'3ea8bbb5694a8e6cd2b68e5cbe4a0bc5d01bdb984b4137df7cd9d9c7d4f9ee26\' ct_options=\'{\"ct_id\":336,\"ct_parent\":342,\"selector\":\"link_text-336-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/cycling-for-special-children/\",\"url_encoded\":\"true\",\"target\":\"_blank\"}}\']KNOW MORE[/ct_link_text][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section]'),(420,5,'ct_builder_shortcodes_revisions_dates','1600455253'),(421,5,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'8dfa238119f0ef5586fc18d4064863f82c69594f5e2b61d3af6defce76c5a559\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"_header-14-5\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"background-color\":\"color(1)\",\"globalConditionsResult\":true},\"nicename\":\"Header Two Rows\",\"ct_category\":\"Headers\",\"activeselector\":false}\'][oxy_header_row ct_sign_sha256=\'77bd7064bb3adf03639972e0017cc4c851bf970de3f799c783dc84e4d7f8994f\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"_header_row-15-5\",\"original\":{\"border-bottom-color\":\"#4f5262\",\"hide-row\":\"phone-landscape\",\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"background-color\":\"color(8)\",\"globalConditionsResult\":true}}\'][oxy_header_left ct_sign_sha256=\'eadaf8ad52ea2c2e997f51c18014c94e9b4a31b7aff35a35cca908c9ac0d519b\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"_header_left-16-5\"}\'][ct_fancy_icon ct_sign_sha256=\'e4bb898c9a8b142b8daed6c9982254cf41877f3427c294e3471221ec00b6aac4\' ct_options=\'{\"ct_id\":41,\"ct_parent\":16,\"selector\":\"fancy_icon-41-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-envelope\",\"icon-color\":\"color(3)\",\"icon-size\":\"14\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_text ct_sign_sha256=\'541d3a94a5b864830a364d6b8ac31171aeed20edbf19b503e65272ae2234efa3\' ct_options=\'{\"ct_id\":47,\"ct_parent\":16,\"selector\":\"link_text-47-5\",\"original\":{\"color\":\"color(2)\",\"font-size\":\"16\",\"url\":\"mailto:support@example.com\",\"-webkit-font-smoothing\":\"antialiased\",\"margin-right\":\"24\",\"globalConditionsResult\":true,\"url_encoded\":\"true\"},\"hover\":{\"text-decoration\":\"underline\"},\"activeselector\":false}\']contact@prosportsfoundation.com[/ct_link_text][ct_fancy_icon ct_sign_sha256=\'bcc20d4cc5fb1963613646c9398722cad75e3622857b3cc47834cc37ab97d2dc\' ct_options=\'{\"ct_id\":44,\"ct_parent\":16,\"selector\":\"fancy_icon-44-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-marker\",\"icon-color\":\"color(3)\",\"icon-size\":\"18\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'25f6b69e308e7d863405291b7dcbd62614a9def1ef933d5e13bd4655c1d235c8\' ct_options=\'{\"ct_id\":37,\"ct_parent\":16,\"selector\":\"text_block-37-5\",\"original\":{\"color\":\"color(3)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.5\",\"-webkit-font-smoothing\":\"antialiased\",\"globalConditionsResult\":true},\"activeselector\":false}\']Bengaluru, INDIA[/ct_text_block][/oxy_header_left][oxy_header_center ct_sign_sha256=\'23a9435bd1238e98ef39289b48871d14940b618769f366dbbd31902a15495499\' ct_options=\'{\"ct_id\":17,\"ct_parent\":15,\"selector\":\"_header_center-17-5\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'afc55c58d8515b6658fa011de7e039b20b5105bddc7a860451a64f85409beba7\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"_header_right-18-5\"}\'][oxy_social_icons ct_sign_sha256=\'fabe4701a1ad3629002e5fc159d030e8bdc506f3c23fb0a26d87b1f840f580c8\' ct_options=\'{\"ct_id\":31,\"ct_parent\":18,\"selector\":\"_social_icons-31-5\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true,\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'fd46d105dba1451df0a142bedf9ba1ef809903b7f5f43a39eaa34c51f1bd91a5\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-5\",\"original\":{\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/cycling-main.jpg\",\"background-size\":\"manual\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"container-padding-top\":\"180\",\"container-padding-bottom\":\"54\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"container-padding-left\":\"40\",\"container-padding-right\":\"40\",\"globalConditionsResult\":true,\"background-size-width-unit\":\"%\",\"background-size-width\":\"100\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-size-width-unit\":\"%\",\"background-position-left-unit\":\"%\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-position-left\":\"0\"}},\"page-width\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"30\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"-30\",\"background-image\":\"none\"}}},\"nicename\":\"Simple Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'50e562722e94964f913282372a3d971b2946d0c15ddce7ed0edc528cdbf4efc6\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"globalConditionsResult\":true,\"background-color\":\"color(3)\"}}\']PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'74fb4dba5ce0f9b021852dbfe869aca2c24a3c2c814d611fce9e38d0195cfffd\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-5\",\"original\":{\"margin-left\":\"-12\",\"globalConditionsResult\":true,\"font-size\":\"100\",\"color\":\"color(3)\",\"text-shadow-color\":\"color(1)\",\"text-shadow-horizontal-offset\":\"5\",\"text-shadow-vertical-offset\":\"5\",\"text-shadow-blur\":\"5\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-left\":\"-6\"}},\"phone-landscape\":{\"original\":{\"margin-left\":\"-6\"}}}}\']Leverage Sports for Social Impact[/ct_headline][ct_link_text ct_sign_sha256=\'d9073bdf9e8bf97c83d2192db781bc3593738c511281a1586aae9296a47b60da\' ct_options=\'{\"ct_id\":12,\"ct_parent\":2,\"selector\":\"link_text-12-5\",\"original\":{\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/about-us/\",\"url_encoded\":\"true\",\"target\":\"\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":\"hyperion-primary-button\"}\']KNOW MORE[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'2a2c12bfa3ef92071a63aeef5efb1d2bf8793f42a4e63516617da48436824e26\' ct_options=\'{\"ct_id\":48,\"ct_parent\":0,\"selector\":\"section-48-5\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"91\",\"container-padding-bottom\":\"9\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"80\"}}}}\'][ct_text_block ct_sign_sha256=\'1bde4ad392297821ae268f7e15f34c51966f09cee5b6311286ccb61f9571ebf9\' ct_options=\'{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"text_block-49-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']WHY PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'7c7dc4e949dca4c3202ea4e3069610431c78d8f6b8f28e4e9ec3dc7b327a0407\' ct_options=\'{\"ct_id\":57,\"ct_parent\":48,\"selector\":\"headline-57-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"31\",\"font-weight\":\"300\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']At ProSports Foundation, we believe in transforming the CSR ecosystem, by integrating corporates and its workforce, recipient institutions, individuals and the government ensuring that there is proper flow of capital and information, while also engaging stakeholders effectively.[/ct_headline][ct_image ct_sign_sha256=\'a128fa7aaa8ff21f6ee6e2641aa499a3d60f221e53b981b8c5a1b1d21fd77341\' ct_options=\'{\"ct_id\":60,\"ct_parent\":48,\"selector\":\"image-60-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/arrow@2x.png\",\"width\":\"220\",\"margin-top\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"42\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][ct_new_columns_2 ct_sign_sha256=\'aa517419339dcba697994a3ba08f1ee43758e83a996cbe9871d6c8ae779a1922\' ct_options=\'{\"ct_id\":61,\"ct_parent\":48,\"selector\":\"new_columns-61-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'7efeb661d8f688390191dd01a26455ef50943795932400256b9a0d054cd026df\' ct_options=\'{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"div_block-62-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'cb979304e567e134a90cc22b91e43de09d9c571912359bc4fdefac50ca55b61d\' ct_options=\'{\"ct_id\":73,\"ct_parent\":62,\"selector\":\"headline-73-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o1[/ct_headline][ct_image ct_sign_sha256=\'3f1c19219accba12ab3f16c86e6456acbf5c39d89cf7402c7dab5bee3fb1cee6\' ct_options=\'{\"ct_id\":64,\"ct_parent\":62,\"selector\":\"image-64-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New-Trans.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'224dab30ca6942c6a3a3b28154825367ab9d8e5887a59691b510eed0804cfe79\' ct_options=\'{\"ct_id\":65,\"ct_parent\":62,\"selector\":\"text_block-65-5\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\"}\']Leverage sports discipline, activities and events to raise awareness[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'2cccdd475aa47688c17c5a981fc739bcfb1ade889cab17ec360b7818e71429c4\' ct_options=\'{\"ct_id\":63,\"ct_parent\":61,\"selector\":\"div_block-63-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'5701ccf5b7bce2eef7da8fdec8ed81ac24156e435cfabd21b9a3c93e51b2dd8a\' ct_options=\'{\"ct_id\":78,\"ct_parent\":63,\"selector\":\"headline-78-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o2[/ct_headline][ct_image ct_sign_sha256=\'49986ebd20c1d4ecf35abd8f65da9b946a212d05048fa4dd0cf2ffb93ae19546\' ct_options=\'{\"ct_id\":68,\"ct_parent\":63,\"selector\":\"image-68-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New-Trans.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'447654c68915f392225b38afa48e00c1a697962173f4effc9a81fb381051c39a\' ct_options=\'{\"ct_id\":70,\"ct_parent\":63,\"selector\":\"text_block-70-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Co-create a social agenda that aligns with the ethos of your organisation[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'0a5d3fbca04cb4df0ee807f1c9566d1f0deb6dc2e71ef94be23b1de401aee997\' ct_options=\'{\"ct_id\":81,\"ct_parent\":48,\"selector\":\"new_columns-81-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'4fa3a11e004e4fdf225e6c9d90229f6a1e66c23a483e57c984cc3ce3cf7e6474\' ct_options=\'{\"ct_id\":82,\"ct_parent\":81,\"selector\":\"div_block-82-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'169b1c6a44fb77edfda6e00bcb4acd7ebd32eef53004973c42507d2a129d09fc\' ct_options=\'{\"ct_id\":83,\"ct_parent\":82,\"selector\":\"headline-83-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o3[/ct_headline][ct_image ct_sign_sha256=\'05bfb19ae88e2eb5ac12cf193b4bf597b0a2c97e946ceb0873f45ae82b6d95a4\' ct_options=\'{\"ct_id\":84,\"ct_parent\":82,\"selector\":\"image-84-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New-Trans.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'183db98fa8f7d1affcf27a1c8261ff0deb5ed85c2d49225d4a683e2ab1c42c5c\' ct_options=\'{\"ct_id\":85,\"ct_parent\":82,\"selector\":\"text_block-85-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Curate programmes that are aimed to address key issues in education, nutrition and health[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d2c050b45c93be39b48e60a7a67a88e4270c18ee0593304a81bdf3760b0b27fe\' ct_options=\'{\"ct_id\":86,\"ct_parent\":81,\"selector\":\"div_block-86-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'da0205fd8e338d6c7a4d00a0f0228561005fd5e5959af36404268d6e180d23e5\' ct_options=\'{\"ct_id\":87,\"ct_parent\":86,\"selector\":\"headline-87-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o4[/ct_headline][ct_image ct_sign_sha256=\'351d226b9ec8541a11028eeba3a5e551fc7ea33f17ce1593137bf2c6c520fc97\' ct_options=\'{\"ct_id\":88,\"ct_parent\":86,\"selector\":\"image-88-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New-Trans.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'46c32edec1030e92ef4e88974ff57cf0708632dbd27159f849dab06999ee01bb\' ct_options=\'{\"ct_id\":89,\"ct_parent\":86,\"selector\":\"text_block-89-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Expertise in designing a portfolio of well-audited projects and help entities involved to track and monitor the impact[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'47d69ff041db4b4fbfa3ec051360ecd03545753842f9f7e737569008a2507a3e\' ct_options=\'{\"ct_id\":90,\"ct_parent\":48,\"selector\":\"new_columns-90-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'e800de212186c8ab9223c6299398e54e940f48973f7157884aaed4a26fc96bca\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"div_block-91-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'3a203938c1634c87239ba5e3fe08b49ab0943022c4ddd0e68d620ed1f3c0a5c7\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"headline-92-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o5[/ct_headline][ct_image ct_sign_sha256=\'3f79e63b4aec2fda2d737f0b6040895789f3a0d920541708a24817a6b2992a53\' ct_options=\'{\"ct_id\":93,\"ct_parent\":91,\"selector\":\"image-93-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New-Trans.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'70395e05c377e24d1a304754b7f57751139db6032b30f0e6dd0a15c61a2234c6\' ct_options=\'{\"ct_id\":94,\"ct_parent\":91,\"selector\":\"text_block-94-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Identifying best-fit online and offline campaigns and outreach partners; to achieve sustained progress and execution of scale[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'578fb3ab44cc6ca30e7a1c42a7426d80ffef7061ff6a73b87a20b0826dd81315\' ct_options=\'{\"ct_id\":95,\"ct_parent\":90,\"selector\":\"div_block-95-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'696595c32e34d64be666053840f3469ecaa1f72de3614a4c20e37fa0cc79d058\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"headline-96-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o6[/ct_headline][ct_image ct_sign_sha256=\'ce694f66abdfef64a7df771855d5340c46e551417e39bb316a3aa6c9814650ed\' ct_options=\'{\"ct_id\":97,\"ct_parent\":95,\"selector\":\"image-97-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New-Trans.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'7bd5f80a0aeaf130c94bb58c756cc5835b48eb74347116d81cf8528d7ed807e3\' ct_options=\'{\"ct_id\":98,\"ct_parent\":95,\"selector\":\"text_block-98-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Engaging your own workforce to further amplify the impact, as well as emphasising and enhancing the sense of giving back among the overall workforce[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'3bc49b7ef8a123dd9be12af2788fe002b8e8548343f422928fe95a8b248230a8\' ct_options=\'{\"ct_id\":311,\"ct_parent\":0,\"selector\":\"section-311-5\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"0\",\"section-width\":\"full-width\",\"overflow\":\"hidden\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Watch CTA\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'c76cdeb9ff418a477602d9106183695e56ef4deb1c6c21b657407926c823c77e\' ct_options=\'{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"new_columns-312-5\",\"activeselector\":false,\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'ab4ea1b6e12c0d0f614aa5c2c457b47f2365094ed15770f8309edd3158007a9f\' ct_options=\'{\"ct_id\":313,\"ct_parent\":312,\"selector\":\"div_block-313-5\",\"original\":{\"width\":\"40\",\"width-unit\":\"%\",\"padding-top\":\"0\",\"padding-bottom\":\"0\",\"align-items\":\"flex-end\",\"text-align\":\"right\",\"justify-content\":\"center\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-bottom\":\"40\",\"padding-top\":\"40\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_image ct_sign_sha256=\'4a758fa9e6ba4ae04b100f45abccea0ee6d87dd36f4b8b58b68cb542bd92b43d\' ct_options=\'{\"ct_id\":351,\"ct_parent\":313,\"selector\":\"image-351-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\",\"margin-top\":\"-40\",\"margin-bottom\":\"-40\",\"max-height\":\"720\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-top\":\"0\",\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d507fc7e810738b45621070d8d138c04477a584f668e7d1693e2fcfe9d9062bb\' ct_options=\'{\"ct_id\":314,\"ct_parent\":312,\"selector\":\"div_block-314-5\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"flex-start\",\"justify-content\":\"center\",\"flex-wrap\":\"wrap\",\"padding-left\":\"40\",\"padding-right\":\"40\",\"padding-top\":\"60\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'246340b6c354496c3b1e5f27ebe2f69ac074f55df3f633cf6bd674d9280a0e13\' ct_options=\'{\"ct_id\":355,\"ct_parent\":314,\"selector\":\"text_block-355-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']EVENTS[/ct_text_block][ct_headline ct_sign_sha256=\'1c68a0d8cf0dcc161d595a7fa07d7059b06476c606152d47c502c5841f147fc3\' ct_options=\'{\"ct_id\":318,\"ct_parent\":314,\"selector\":\"headline-318-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Support &amp; Donate[/ct_headline][ct_text_block ct_sign_sha256=\'8246952947a8c31ec2fe606d4304981d67df27147b72c0e01c48ad50fafc7c50\' ct_options=\'{\"ct_id\":326,\"ct_parent\":314,\"selector\":\"text_block-326-5\",\"original\":{\"max-width\":\"640\",\"color\":\"color(3)\",\"margin-bottom\":\"18\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']We are cycling for 150 kms from Bengaluru to Mysuru on 3rd Oct, 2020 to raise money for special children.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'29d521543d33125412fe149bc161e4181ac8b9dc79091037b0c939f1fe09f339\' ct_options=\'{\"ct_id\":342,\"ct_parent\":314,\"selector\":\"div_block-342-5\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"globalConditionsResult\":true},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_text ct_sign_sha256=\'ccf04af8feff472b65f772cd0ba51667ef03415d5c7b1797940d26ecf9b48e63\' ct_options=\'{\"ct_id\":329,\"ct_parent\":342,\"selector\":\"link_text-329-5\",\"original\":{\"margin-right\":\"12\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"18\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'3ea8bbb5694a8e6cd2b68e5cbe4a0bc5d01bdb984b4137df7cd9d9c7d4f9ee26\' ct_options=\'{\"ct_id\":336,\"ct_parent\":342,\"selector\":\"link_text-336-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/cycling-for-special-children/\",\"url_encoded\":\"true\",\"target\":\"_blank\"}}\']KNOW MORE[/ct_link_text][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section]'),(422,5,'ct_builder_shortcodes_revisions_dates','1600455275'),(423,46,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'b8cdfaac346e8a731c453dfdcd585595190a5d6f063495d1e544431d3ec1e5e3\' ct_options=\'{\"ct_id\":23,\"ct_parent\":0,\"selector\":\"section-23-46\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"0\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'35c2a40818924d5c0517f24d06cd3a9dc5a5b33a301a374e0bd71bcae2ad133d\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"text_block-24-46\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'ad51d776e43ab0555f4a7332992be68ab92fccdf6e2fb66ee93c991502d3d010\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"headline-25-46\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']DONATE[/ct_headline][ct_text_block ct_sign_sha256=\'b877a38aa9d3620ae0026f727e3cc5536fa8790742d1665479b4e7d74cc49032\' ct_options=\'{\"ct_id\":26,\"ct_parent\":23,\"selector\":\"text_block-26-46\",\"original\":{\"margin-bottom\":\"30\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']Donate by pressing the button below and fill the Donor Details for our records. If you want to be anonymous, then you can skip the form below[/ct_text_block][ct_code_block ct_sign_sha256=\'f889443b910062c9f60dc50e7878fc9b57be110ea4471d594eab7cdb23864c2a\' ct_options=\'{\"ct_id\":33,\"ct_parent\":23,\"selector\":\"code_block-33-46\",\"original\":{\"code-php\":\"PGZvcm0+PHNjcmlwdCBzcmM9Imh0dHBzOi8vY2RuLnJhem9ycGF5LmNvbS9zdGF0aWMvd2lkZ2V0L3BheW1lbnQtYnV0dG9uLmpzIiBkYXRhLXBheW1lbnRfYnV0dG9uX2lkPSJwbF9GYk5yOUlVbHFEWXBDbiI+IDwvc2NyaXB0PiA8L2Zvcm0+\",\"padding-bottom\":\"15\"},\"activeselector\":false}\'][/ct_code_block][ct_code_block ct_sign_sha256=\'58900d5720da9528fd16125ec4fe38bc9fceeb8e5e431977c762f4f97040596e\' ct_options=\'{\"ct_id\":32,\"ct_parent\":23,\"selector\":\"code_block-32-46\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0iaW52b2x2ZW1lX2VtYmVkIiBkYXRhLWVtYmVkPSJqdW1wcC9kb25hdGlvbi1mb3JtLWZvci1jeWNsaW5nIj48L2Rpdj4KPHNjcmlwdCBzcmM9Imh0dHBzOi8vYXBwLmludm9sdmUubWUvZW1iZWQiPjwvc2NyaXB0Pg==\",\"padding-bottom\":\"15\"},\"activeselector\":false}\'][/ct_code_block][/ct_section]'),(424,46,'ct_builder_shortcodes_revisions_dates','1600455751'),(427,5,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'8dfa238119f0ef5586fc18d4064863f82c69594f5e2b61d3af6defce76c5a559\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"_header-14-5\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"background-color\":\"color(1)\",\"globalConditionsResult\":true},\"nicename\":\"Header Two Rows\",\"ct_category\":\"Headers\",\"activeselector\":false}\'][oxy_header_row ct_sign_sha256=\'77bd7064bb3adf03639972e0017cc4c851bf970de3f799c783dc84e4d7f8994f\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"_header_row-15-5\",\"original\":{\"border-bottom-color\":\"#4f5262\",\"hide-row\":\"phone-landscape\",\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"background-color\":\"color(8)\",\"globalConditionsResult\":true}}\'][oxy_header_left ct_sign_sha256=\'eadaf8ad52ea2c2e997f51c18014c94e9b4a31b7aff35a35cca908c9ac0d519b\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"_header_left-16-5\"}\'][ct_fancy_icon ct_sign_sha256=\'e4bb898c9a8b142b8daed6c9982254cf41877f3427c294e3471221ec00b6aac4\' ct_options=\'{\"ct_id\":41,\"ct_parent\":16,\"selector\":\"fancy_icon-41-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-envelope\",\"icon-color\":\"color(3)\",\"icon-size\":\"14\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_text ct_sign_sha256=\'541d3a94a5b864830a364d6b8ac31171aeed20edbf19b503e65272ae2234efa3\' ct_options=\'{\"ct_id\":47,\"ct_parent\":16,\"selector\":\"link_text-47-5\",\"original\":{\"color\":\"color(2)\",\"font-size\":\"16\",\"url\":\"mailto:support@example.com\",\"-webkit-font-smoothing\":\"antialiased\",\"margin-right\":\"24\",\"globalConditionsResult\":true,\"url_encoded\":\"true\"},\"hover\":{\"text-decoration\":\"underline\"},\"activeselector\":false}\']contact@prosportsfoundation.com[/ct_link_text][ct_fancy_icon ct_sign_sha256=\'bcc20d4cc5fb1963613646c9398722cad75e3622857b3cc47834cc37ab97d2dc\' ct_options=\'{\"ct_id\":44,\"ct_parent\":16,\"selector\":\"fancy_icon-44-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-marker\",\"icon-color\":\"color(3)\",\"icon-size\":\"18\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'25f6b69e308e7d863405291b7dcbd62614a9def1ef933d5e13bd4655c1d235c8\' ct_options=\'{\"ct_id\":37,\"ct_parent\":16,\"selector\":\"text_block-37-5\",\"original\":{\"color\":\"color(3)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.5\",\"-webkit-font-smoothing\":\"antialiased\",\"globalConditionsResult\":true},\"activeselector\":false}\']Bengaluru, INDIA[/ct_text_block][/oxy_header_left][oxy_header_center ct_sign_sha256=\'23a9435bd1238e98ef39289b48871d14940b618769f366dbbd31902a15495499\' ct_options=\'{\"ct_id\":17,\"ct_parent\":15,\"selector\":\"_header_center-17-5\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'afc55c58d8515b6658fa011de7e039b20b5105bddc7a860451a64f85409beba7\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"_header_right-18-5\"}\'][oxy_social_icons ct_sign_sha256=\'fabe4701a1ad3629002e5fc159d030e8bdc506f3c23fb0a26d87b1f840f580c8\' ct_options=\'{\"ct_id\":31,\"ct_parent\":18,\"selector\":\"_social_icons-31-5\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true,\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'fd46d105dba1451df0a142bedf9ba1ef809903b7f5f43a39eaa34c51f1bd91a5\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-5\",\"original\":{\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/cycling-main.jpg\",\"background-size\":\"manual\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"container-padding-top\":\"180\",\"container-padding-bottom\":\"54\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"container-padding-left\":\"40\",\"container-padding-right\":\"40\",\"globalConditionsResult\":true,\"background-size-width-unit\":\"%\",\"background-size-width\":\"100\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-size-width-unit\":\"%\",\"background-position-left-unit\":\"%\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-position-left\":\"0\"}},\"page-width\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"30\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"-30\",\"background-image\":\"none\"}}},\"nicename\":\"Simple Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'50e562722e94964f913282372a3d971b2946d0c15ddce7ed0edc528cdbf4efc6\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"globalConditionsResult\":true,\"background-color\":\"color(3)\"}}\']PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'74fb4dba5ce0f9b021852dbfe869aca2c24a3c2c814d611fce9e38d0195cfffd\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-5\",\"original\":{\"margin-left\":\"-12\",\"globalConditionsResult\":true,\"font-size\":\"100\",\"color\":\"color(3)\",\"text-shadow-color\":\"color(1)\",\"text-shadow-horizontal-offset\":\"5\",\"text-shadow-vertical-offset\":\"5\",\"text-shadow-blur\":\"5\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-left\":\"-6\"}},\"phone-landscape\":{\"original\":{\"margin-left\":\"-6\"}}}}\']Leverage Sports for Social Impact[/ct_headline][ct_link_text ct_sign_sha256=\'d9073bdf9e8bf97c83d2192db781bc3593738c511281a1586aae9296a47b60da\' ct_options=\'{\"ct_id\":12,\"ct_parent\":2,\"selector\":\"link_text-12-5\",\"original\":{\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/about-us/\",\"url_encoded\":\"true\",\"target\":\"\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":\"hyperion-primary-button\"}\']KNOW MORE[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'2a2c12bfa3ef92071a63aeef5efb1d2bf8793f42a4e63516617da48436824e26\' ct_options=\'{\"ct_id\":48,\"ct_parent\":0,\"selector\":\"section-48-5\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"91\",\"container-padding-bottom\":\"9\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"80\"}}}}\'][ct_text_block ct_sign_sha256=\'1bde4ad392297821ae268f7e15f34c51966f09cee5b6311286ccb61f9571ebf9\' ct_options=\'{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"text_block-49-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']WHY PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'7c7dc4e949dca4c3202ea4e3069610431c78d8f6b8f28e4e9ec3dc7b327a0407\' ct_options=\'{\"ct_id\":57,\"ct_parent\":48,\"selector\":\"headline-57-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"31\",\"font-weight\":\"300\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']At ProSports Foundation, we believe in transforming the CSR ecosystem, by integrating corporates and its workforce, recipient institutions, individuals and the government ensuring that there is proper flow of capital and information, while also engaging stakeholders effectively.[/ct_headline][ct_image ct_sign_sha256=\'a128fa7aaa8ff21f6ee6e2641aa499a3d60f221e53b981b8c5a1b1d21fd77341\' ct_options=\'{\"ct_id\":60,\"ct_parent\":48,\"selector\":\"image-60-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/arrow@2x.png\",\"width\":\"220\",\"margin-top\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"42\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][ct_new_columns_2 ct_sign_sha256=\'aa517419339dcba697994a3ba08f1ee43758e83a996cbe9871d6c8ae779a1922\' ct_options=\'{\"ct_id\":61,\"ct_parent\":48,\"selector\":\"new_columns-61-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'7efeb661d8f688390191dd01a26455ef50943795932400256b9a0d054cd026df\' ct_options=\'{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"div_block-62-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'cb979304e567e134a90cc22b91e43de09d9c571912359bc4fdefac50ca55b61d\' ct_options=\'{\"ct_id\":73,\"ct_parent\":62,\"selector\":\"headline-73-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o1[/ct_headline][ct_image ct_sign_sha256=\'3f1c19219accba12ab3f16c86e6456acbf5c39d89cf7402c7dab5bee3fb1cee6\' ct_options=\'{\"ct_id\":64,\"ct_parent\":62,\"selector\":\"image-64-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New-Trans.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'224dab30ca6942c6a3a3b28154825367ab9d8e5887a59691b510eed0804cfe79\' ct_options=\'{\"ct_id\":65,\"ct_parent\":62,\"selector\":\"text_block-65-5\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\"}\']Leverage sports discipline, activities and events to raise awareness[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'2cccdd475aa47688c17c5a981fc739bcfb1ade889cab17ec360b7818e71429c4\' ct_options=\'{\"ct_id\":63,\"ct_parent\":61,\"selector\":\"div_block-63-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'5701ccf5b7bce2eef7da8fdec8ed81ac24156e435cfabd21b9a3c93e51b2dd8a\' ct_options=\'{\"ct_id\":78,\"ct_parent\":63,\"selector\":\"headline-78-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o2[/ct_headline][ct_image ct_sign_sha256=\'49986ebd20c1d4ecf35abd8f65da9b946a212d05048fa4dd0cf2ffb93ae19546\' ct_options=\'{\"ct_id\":68,\"ct_parent\":63,\"selector\":\"image-68-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New-Trans.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'447654c68915f392225b38afa48e00c1a697962173f4effc9a81fb381051c39a\' ct_options=\'{\"ct_id\":70,\"ct_parent\":63,\"selector\":\"text_block-70-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Co-create a social agenda that aligns with the ethos of your organisation[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'0a5d3fbca04cb4df0ee807f1c9566d1f0deb6dc2e71ef94be23b1de401aee997\' ct_options=\'{\"ct_id\":81,\"ct_parent\":48,\"selector\":\"new_columns-81-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'4fa3a11e004e4fdf225e6c9d90229f6a1e66c23a483e57c984cc3ce3cf7e6474\' ct_options=\'{\"ct_id\":82,\"ct_parent\":81,\"selector\":\"div_block-82-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'169b1c6a44fb77edfda6e00bcb4acd7ebd32eef53004973c42507d2a129d09fc\' ct_options=\'{\"ct_id\":83,\"ct_parent\":82,\"selector\":\"headline-83-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o3[/ct_headline][ct_image ct_sign_sha256=\'05bfb19ae88e2eb5ac12cf193b4bf597b0a2c97e946ceb0873f45ae82b6d95a4\' ct_options=\'{\"ct_id\":84,\"ct_parent\":82,\"selector\":\"image-84-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New-Trans.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'183db98fa8f7d1affcf27a1c8261ff0deb5ed85c2d49225d4a683e2ab1c42c5c\' ct_options=\'{\"ct_id\":85,\"ct_parent\":82,\"selector\":\"text_block-85-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Curate programmes that are aimed to address key issues in education, nutrition and health[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d2c050b45c93be39b48e60a7a67a88e4270c18ee0593304a81bdf3760b0b27fe\' ct_options=\'{\"ct_id\":86,\"ct_parent\":81,\"selector\":\"div_block-86-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'da0205fd8e338d6c7a4d00a0f0228561005fd5e5959af36404268d6e180d23e5\' ct_options=\'{\"ct_id\":87,\"ct_parent\":86,\"selector\":\"headline-87-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o4[/ct_headline][ct_image ct_sign_sha256=\'351d226b9ec8541a11028eeba3a5e551fc7ea33f17ce1593137bf2c6c520fc97\' ct_options=\'{\"ct_id\":88,\"ct_parent\":86,\"selector\":\"image-88-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New-Trans.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'46c32edec1030e92ef4e88974ff57cf0708632dbd27159f849dab06999ee01bb\' ct_options=\'{\"ct_id\":89,\"ct_parent\":86,\"selector\":\"text_block-89-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Expertise in designing a portfolio of well-audited projects and help entities involved to track and monitor the impact[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'47d69ff041db4b4fbfa3ec051360ecd03545753842f9f7e737569008a2507a3e\' ct_options=\'{\"ct_id\":90,\"ct_parent\":48,\"selector\":\"new_columns-90-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'e800de212186c8ab9223c6299398e54e940f48973f7157884aaed4a26fc96bca\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"div_block-91-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'3a203938c1634c87239ba5e3fe08b49ab0943022c4ddd0e68d620ed1f3c0a5c7\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"headline-92-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o5[/ct_headline][ct_image ct_sign_sha256=\'3f79e63b4aec2fda2d737f0b6040895789f3a0d920541708a24817a6b2992a53\' ct_options=\'{\"ct_id\":93,\"ct_parent\":91,\"selector\":\"image-93-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New-Trans.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'70395e05c377e24d1a304754b7f57751139db6032b30f0e6dd0a15c61a2234c6\' ct_options=\'{\"ct_id\":94,\"ct_parent\":91,\"selector\":\"text_block-94-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Identifying best-fit online and offline campaigns and outreach partners; to achieve sustained progress and execution of scale[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'578fb3ab44cc6ca30e7a1c42a7426d80ffef7061ff6a73b87a20b0826dd81315\' ct_options=\'{\"ct_id\":95,\"ct_parent\":90,\"selector\":\"div_block-95-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'696595c32e34d64be666053840f3469ecaa1f72de3614a4c20e37fa0cc79d058\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"headline-96-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o6[/ct_headline][ct_image ct_sign_sha256=\'ce694f66abdfef64a7df771855d5340c46e551417e39bb316a3aa6c9814650ed\' ct_options=\'{\"ct_id\":97,\"ct_parent\":95,\"selector\":\"image-97-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New-Trans.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'7bd5f80a0aeaf130c94bb58c756cc5835b48eb74347116d81cf8528d7ed807e3\' ct_options=\'{\"ct_id\":98,\"ct_parent\":95,\"selector\":\"text_block-98-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Engaging your own workforce to further amplify the impact, as well as emphasising and enhancing the sense of giving back among the overall workforce[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'3bc49b7ef8a123dd9be12af2788fe002b8e8548343f422928fe95a8b248230a8\' ct_options=\'{\"ct_id\":311,\"ct_parent\":0,\"selector\":\"section-311-5\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"0\",\"section-width\":\"full-width\",\"overflow\":\"hidden\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Watch CTA\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'c76cdeb9ff418a477602d9106183695e56ef4deb1c6c21b657407926c823c77e\' ct_options=\'{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"new_columns-312-5\",\"activeselector\":false,\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'ab4ea1b6e12c0d0f614aa5c2c457b47f2365094ed15770f8309edd3158007a9f\' ct_options=\'{\"ct_id\":313,\"ct_parent\":312,\"selector\":\"div_block-313-5\",\"original\":{\"width\":\"40\",\"width-unit\":\"%\",\"padding-top\":\"0\",\"padding-bottom\":\"0\",\"align-items\":\"flex-end\",\"text-align\":\"right\",\"justify-content\":\"center\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-bottom\":\"40\",\"padding-top\":\"40\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_image ct_sign_sha256=\'4a758fa9e6ba4ae04b100f45abccea0ee6d87dd36f4b8b58b68cb542bd92b43d\' ct_options=\'{\"ct_id\":351,\"ct_parent\":313,\"selector\":\"image-351-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\",\"margin-top\":\"-40\",\"margin-bottom\":\"-40\",\"max-height\":\"720\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-top\":\"0\",\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d507fc7e810738b45621070d8d138c04477a584f668e7d1693e2fcfe9d9062bb\' ct_options=\'{\"ct_id\":314,\"ct_parent\":312,\"selector\":\"div_block-314-5\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"flex-start\",\"justify-content\":\"center\",\"flex-wrap\":\"wrap\",\"padding-left\":\"40\",\"padding-right\":\"40\",\"padding-top\":\"60\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'246340b6c354496c3b1e5f27ebe2f69ac074f55df3f633cf6bd674d9280a0e13\' ct_options=\'{\"ct_id\":355,\"ct_parent\":314,\"selector\":\"text_block-355-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']EVENTS[/ct_text_block][ct_headline ct_sign_sha256=\'1c68a0d8cf0dcc161d595a7fa07d7059b06476c606152d47c502c5841f147fc3\' ct_options=\'{\"ct_id\":318,\"ct_parent\":314,\"selector\":\"headline-318-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Support &amp; Donate[/ct_headline][ct_text_block ct_sign_sha256=\'8246952947a8c31ec2fe606d4304981d67df27147b72c0e01c48ad50fafc7c50\' ct_options=\'{\"ct_id\":326,\"ct_parent\":314,\"selector\":\"text_block-326-5\",\"original\":{\"max-width\":\"640\",\"color\":\"color(3)\",\"margin-bottom\":\"18\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']We are cycling for 150 kms from Bengaluru to Mysuru on 3rd Oct, 2020 to raise money for special children.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'29d521543d33125412fe149bc161e4181ac8b9dc79091037b0c939f1fe09f339\' ct_options=\'{\"ct_id\":342,\"ct_parent\":314,\"selector\":\"div_block-342-5\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"globalConditionsResult\":true},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_text ct_sign_sha256=\'ccf04af8feff472b65f772cd0ba51667ef03415d5c7b1797940d26ecf9b48e63\' ct_options=\'{\"ct_id\":329,\"ct_parent\":342,\"selector\":\"link_text-329-5\",\"original\":{\"margin-right\":\"12\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"18\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'3ea8bbb5694a8e6cd2b68e5cbe4a0bc5d01bdb984b4137df7cd9d9c7d4f9ee26\' ct_options=\'{\"ct_id\":336,\"ct_parent\":342,\"selector\":\"link_text-336-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/cycling-for-special-children/\",\"url_encoded\":\"true\",\"target\":\"_blank\"}}\']KNOW MORE[/ct_link_text][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section]'),(425,46,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'4cfbc159341d291e64357cf499bf4d2f987b06a05289b56f0999519ba31bc2f1\' ct_options=\'{\"ct_id\":23,\"ct_parent\":0,\"selector\":\"section-23-46\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\",\"container-padding-top\":\"50\",\"container-padding-bottom\":\"0\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'35c2a40818924d5c0517f24d06cd3a9dc5a5b33a301a374e0bd71bcae2ad133d\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"text_block-24-46\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'ad51d776e43ab0555f4a7332992be68ab92fccdf6e2fb66ee93c991502d3d010\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"headline-25-46\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']DONATE[/ct_headline][ct_text_block ct_sign_sha256=\'b877a38aa9d3620ae0026f727e3cc5536fa8790742d1665479b4e7d74cc49032\' ct_options=\'{\"ct_id\":26,\"ct_parent\":23,\"selector\":\"text_block-26-46\",\"original\":{\"margin-bottom\":\"30\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']Donate by pressing the button below and fill the Donor Details for our records. If you want to be anonymous, then you can skip the form below[/ct_text_block][ct_code_block ct_sign_sha256=\'826e4562ca66adfc09521797635120f762698536841f856429cdf62f50cd0164\' ct_options=\'{\"ct_id\":33,\"ct_parent\":23,\"selector\":\"code_block-33-46\",\"original\":{\"code-php\":\"PGZvcm0+PHNjcmlwdCBzcmM9Imh0dHBzOi8vY2RuLnJhem9ycGF5LmNvbS9zdGF0aWMvd2lkZ2V0L3BheW1lbnQtYnV0dG9uLmpzIiBkYXRhLXBheW1lbnRfYnV0dG9uX2lkPSJwbF9GYk5yOUlVbHFEWXBDbiI+IDwvc2NyaXB0PiA8L2Zvcm0+\",\"padding-bottom\":\"15\",\"background-color\":\"color(16)\"},\"activeselector\":false}\'][/ct_code_block][ct_code_block ct_sign_sha256=\'58900d5720da9528fd16125ec4fe38bc9fceeb8e5e431977c762f4f97040596e\' ct_options=\'{\"ct_id\":32,\"ct_parent\":23,\"selector\":\"code_block-32-46\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0iaW52b2x2ZW1lX2VtYmVkIiBkYXRhLWVtYmVkPSJqdW1wcC9kb25hdGlvbi1mb3JtLWZvci1jeWNsaW5nIj48L2Rpdj4KPHNjcmlwdCBzcmM9Imh0dHBzOi8vYXBwLmludm9sdmUubWUvZW1iZWQiPjwvc2NyaXB0Pg==\",\"padding-bottom\":\"15\"},\"activeselector\":false}\'][/ct_code_block][/ct_section]'),(426,46,'ct_builder_shortcodes_revisions_dates','1600455900'),(428,5,'ct_builder_shortcodes_revisions_dates','1600456060'),(442,16,'ct_builder_shortcodes_revisions_dates','1600456608'),(681,5,'ct_builder_shortcodes_revisions_dates','1600459768'),(679,16,'ct_builder_shortcodes_revisions_dates','1600459586'),(685,61,'ct_builder_shortcodes_revisions_dates','1600460066'),(686,61,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'be226d7eb84a3d25df9418150659118d301640f13ff4e777f9ada8a58257e932\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"_header-16-61\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\"},\"activeselector\":false,\"nicename\":\"Header Simple One Line\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'62e96338566b46f486f1b9ace45d5a6101cf7d4aed683ea24db341f9ddfa599e\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"_header_row-17-61\",\"original\":{\"background-color\":\"color(1)\",\"stack-header-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][oxy_header_left ct_sign_sha256=\'571ef22b22624a6271ae79203a0d7dc2c796772884ea44db7c03480517606fa3\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"_header_left-18-61\"}\'][ct_image ct_sign_sha256=\'9f3a9f0fdb30f07b564300c67f8af3c9a048e2c61ec6cb0bbefa81a49f9df922\' ct_options=\'{\"ct_id\":26,\"ct_parent\":18,\"selector\":\"image-26-61\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"height\":\"100\"},\"activeselector\":false}\'][/ct_image][/oxy_header_left][oxy_header_center ct_sign_sha256=\'1abb909940cc0ef98259f5131f535ac8b2e87594b68292835ac7fdcc2790ce57\' ct_options=\'{\"ct_id\":21,\"ct_parent\":17,\"selector\":\"_header_center-21-61\"}\'][oxy_nav_menu ct_sign_sha256=\'60934183a76734cff3a45de641035c63dbcc9fd74fbfec39f8f35f67ba473436\' ct_options=\'{\"ct_id\":22,\"ct_parent\":21,\"selector\":\"_nav_menu-22-61\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"on\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"24\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"24\",\"menu_hover_background-color\":\"color(1)\",\"menu_flex-direction\":\"row\",\"menu_font-size\":\"18\",\"menu_color\":\"color(6)\",\"menu_letter-spacing\":\".125\",\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_hover_color\":\"color(3)\",\"menu_active_color\":\"color(2)\",\"menu_dropdowns_padding-top\":\"18\",\"menu_dropdowns_padding-bottom\":\"18\",\"menu_hover_border-bottom-width\":\"2\",\"menu_dropdowns_background-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(6)\",\"menu_dropdowns_hover_color\":\"color(3)\",\"menu_dropdowns_hover_background-color\":\"color(1)\",\"menu_responsive_icon_color\":\"#ffffff\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"menu_justify-content\":\"center\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_background-color\":\"color(1)\",\"menu_color\":\"color(3)\",\"menu_border-bottom-width\":\"2\",\"menu_dropdowns_color\":\"color(3)\",\"menu_dropdowns_background-color\":\"color(1)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"24\"}}}}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'e4fcd7eaf596f8d951f678f62d7dec818fd194f0b195f49a80e2c11c561a3bae\' ct_options=\'{\"ct_id\":23,\"ct_parent\":17,\"selector\":\"_header_right-23-61\"}\'][ct_link_text ct_sign_sha256=\'a3fac7977fb86b53bc164ddae7b0726ce9a2012ea222c6270f570aa030975540\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link_text-24-61\",\"original\":{\"font-size\":\"18\",\"font-weight\":\"900\",\"color\":\"color(3)\",\"hover_color\":\"color(1)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"background-color\":\"color(16)\",\"letter-spacing\":\"1\",\"line-height\":\"1\",\"padding-top\":\"18\",\"padding-bottom\":\"18\",\"padding-left\":\"42\",\"padding-right\":\"42\",\"border-radius\":\"100\",\"url\":\"http://contact@prosportsfoundation.com\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"url_encoded\":\"true\",\"target\":\"\"},\"hover\":{\"color\":\"color(1)\",\"background-color\":\"#ffffff\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"12\",\"margin-bottom\":\"12\"}}}}\']CONTACT[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'8b4d0bf66b24c7c0891c4ff63bf576fa9ca704dbe62b0d4b52248b816d5bba26\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"section-1-61\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"center\",\"container-padding-top\":\"57\",\"container-padding-bottom\":\"120\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"640\"},\"activeselector\":false,\"nicename\":\"Simple Text One Column\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'7629428e7ad5c4135040482018bf631f8904ec57f10c0d16bfed9cffb7cfcae2\' ct_options=\'{\"ct_id\":7,\"ct_parent\":1,\"selector\":\"headline-7-61\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"50\",\"color\":\"color(16)\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'f5e3beedb62b0e7d9decc24902a4356b9ae350fd6c3de0fc1c5781dc274011bb\' ct_options=\'{\"ct_id\":8,\"ct_parent\":7,\"selector\":\"span-8-61\"}\'][oxygen ct_sign_sha256=\'dbcae86f81a07a96fd0f6e7d80ef72ca19e42e3994d64fe6b9cc7769adc5f192\' data=\'title\' ][/ct_span][/ct_headline][ct_div_block_2 ct_sign_sha256=\'f38572ad7a638963f4b04439e8cdf58b1e685bd205e75be95161e6cea5f3df48\' ct_options=\'{\"ct_id\":15,\"ct_parent\":1,\"selector\":\"div_block-15-61\",\"original\":{\"display\":\"flex\",\"flex-direction\":\"row\"},\"activeselector\":false}\'][ct_text_block ct_sign_sha256=\'d719bc126df7c7d76c76ac1880c08f0fdcaa7cba9d503e9488a1fd8568f86712\' ct_options=\'{\"ct_id\":11,\"ct_parent\":15,\"selector\":\"text_block-11-61\",\"original\":{\"padding-right\":\"20\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'233fd60ee227361ae4d51facffa644b8d7df3c2bf3e9dc340f9f644cf90213a3\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"span-12-61\"}\'][oxygen ct_sign_sha256=\'5739b77cb07d1bf6c5c8fb78194fbe01f00922ca849ce41b3c5ad9dc8673fe4c\' data=\'date\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'c9fe18498f718504feeec35759fb1fdd16436e45d50674dc88b8779f87ff3382\' ct_options=\'{\"ct_id\":13,\"ct_parent\":15,\"selector\":\"text_block-13-61\"}\']By [ct_span ct_sign_sha256=\'ec52c4e5e93f36bc04be7be5b074669ebcf13bb1505dacda0124052b248d881a\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"span-14-61\"}\'][oxygen ct_sign_sha256=\'6701c6ab2aca4c9c921eb23d74215d3851ef8193c5cfce75e12cfbf6cc211417\' data=\'author\' ][/ct_span][/ct_text_block][/ct_div_block_2][ct_image ct_sign_sha256=\'09254b3fa7345a5659f143205a584783fcd136822c5376443337c0d395af8f25\' ct_options=\'{\"ct_id\":10,\"ct_parent\":1,\"selector\":\"image-10-61\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'3d82d9b6da94459e8da7f76112bfa69302250151f0ba8964a391835a4faf828b\' data=\'featured_image\' ]\",\"srcdynamic\":true},\"activeselector\":false}\'][/ct_image][ct_text_block ct_sign_sha256=\'0fc7346e15770c12f42d300b180c98357c47dcbcc7078b56c975661e8b8501e4\' ct_options=\'{\"ct_id\":4,\"ct_parent\":1,\"selector\":\"text_block-4-61\",\"classes\":{\"0\":\"hyperion-simple-text-1\"}}\'][ct_span ct_sign_sha256=\'ba9d958d7c81727eeb07470d9918346049ae80da0ef97c4acb3fd28996c8b8dc\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"span-5-61\",\"classes\":{\"0\":\"oxy-stock-content-styles\"}}\'][oxygen ct_sign_sha256=\'8320ad6a0f63bf1b9d7118163c185c7870937699cbe701f695de7f525de7ec17\' data=\'content\' ][/ct_span][/ct_text_block][ct_code_block ct_sign_sha256=\'ff39ef9b74492918a354cf2bc06fd6fe62f46433b2e5ab429812a66ae177116e\' ct_options=\'{\"ct_id\":6,\"ct_parent\":1,\"selector\":\"code_block-6-61\",\"original\":{\"code-php\":\"PCEtLSAtLT4=\",\"flex-direction\":\"unset\",\"display\":\"none\",\"code-css\":\"Lmh5cGVyaW9uLXNpbXBsZS10ZXh0LTEgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZC1jb2xvcjogY29sb3IoMTQpOwogIGZvbnQtZmFtaWx5OiAnQWxlZ3JleWEnOwogIGNvbG9yOiBjb2xvcigxMik7CiAgcGFkZGluZzogMThweCAyNHB4OwogIG1hcmdpbi1sZWZ0OiAwOwogIG1hcmdpbi1yaWdodDogMDsKICBmb250LXNpemU6IDE2cHg7CiAgbGluZS1oZWlnaHQ6IDEuNWVtOwogIGZvbnQtc3R5bGU6IGl0YWxpYzsKICBmb250LXNpemU6IDIwcHg7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIGltZyB7CiAgbWF4LXdpZHRoOiAxMDAlOwogIGhlaWdodDogYXV0bzsKICBtYXJnaW4tdG9wOiAxOHB4Owp9CgouaHlwZXJpb24tc2ltcGxlLXRleHQtMSBvbCBsaSB7CiAgY291bnRlci1pbmNyZW1lbnQ6IGxpc3Q7CiAgbGlzdC1zdHlsZS10eXBlOiBub25lOwogIHBvc2l0aW9uOiByZWxhdGl2ZTsKICBsaW5lLWhlaWdodDogMjsKfQoKLyogT3V0cHV0IHRoZSBudW1iZXJzIHVzaW5nIHRoZSBjb3VudGVyKCkgZnVuY3Rpb24sIGJ1dCB1c2UgYSBjdXN0b20gY29sb3IsIGFuZCBwb3NpdGlvbiB0aGUgbnVtYmVycyBob3cgd2Ugd2FudCAqLwouaHlwZXJpb24tc2ltcGxlLXRleHQtMSBzcGFuIG9sIGxpOmJlZm9yZSB7CiAgY29sb3I6IGNvbG9yKDE2KTsKICBjb250ZW50OiBjb3VudGVyKGxpc3QpICIuIjsKICBsZWZ0OiAtMzZweDsKICBmb250LXdlaWdodDogOTAwOwogIHBvc2l0aW9uOiBhYnNvbHV0ZTsKICB0ZXh0LWFsaWduOiByaWdodDsKICB3aWR0aDogMS41ZW07Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIHVsIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAyOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIHNwYW4gdWwgbGk6YmVmb3JlIHsKICBjb2xvcjogY29sb3IoMTYpOwogIGNvbnRlbnQ6IuKAoiI7CiAgbGVmdDogLTQycHg7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKICBmb250LXdlaWdodDogOTAwOwp9CgouaHlwZXJpb24tc2ltcGxlLXRleHQtMSAud3AtY2FwdGlvbi10ZXh0IHsKICBjb2xvcjogIzk5OTk5OTsKICBmb250LXN0eWxlOiBpdGFsaWM7CiAgZm9udC1zaXplOiAxMnB4OwogIG1hcmdpbi10b3A6IDA7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIGEgewogIGNvbG9yOiBjb2xvcigxNik7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIC53cC1jYXB0aW9uLmFsaWdubm9uZSB7CiAgd2lkdGg6IDEwMCUgIWltcG9ydGFudDsKfQo=\"}}\'][/ct_code_block][/ct_section][ct_section ct_sign_sha256=\'01cd989b0648aee011379d220c757ba70dc6e98d3aeab492dff00f32966a00a1\' ct_options=\'{\"ct_id\":28,\"ct_parent\":0,\"selector\":\"section-28-61\",\"original\":{\"background-color\":\"color(11)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"48\",\"container-padding-bottom\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Footer\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"30\"}}}}\'][ct_image ct_sign_sha256=\'482b9e3be8ac9301a9c714402eef00a893e478379be500a28ddda70a8fc60faa\' ct_options=\'{\"ct_id\":35,\"ct_parent\":28,\"selector\":\"image-35-61\",\"original\":{\"height\":\"100\",\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"padding-bottom\":\"15\"},\"activeselector\":false}\'][/ct_image][oxy_social_icons ct_sign_sha256=\'3b9e1862c088411df2c63270aa200f8951b2ecc2db982b5d13b17de46f4e3388\' ct_options=\'{\"ct_id\":31,\"ct_parent\":28,\"selector\":\"_social_icons-31-61\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true,\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][oxy_nav_menu ct_sign_sha256=\'6bdf2a753ac66cf7722e323064a3b4f19394e2af86145494975216e356925fc7\' ct_options=\'{\"ct_id\":32,\"ct_parent\":28,\"selector\":\"_nav_menu-32-61\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_icon_size\":\"18\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"30\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"30\",\"menu_flex-direction\":\"row\",\"menu_color\":\"color(6)\",\"menu_font-size\":\"18\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_letter-spacing\":\".125\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"border-top-width\":\"0\",\"border-right-width\":\"0\",\"border-bottom-width\":\"2\",\"border-left-width\":\"0\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"none\",\"border-bottom-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(11)\",\"menu_responsive_dropdowns\":\"off\",\"margin-bottom\":\"24\",\"menu_responsive_background_color\":\"color(11)\",\"menu_responsive_link_color\":\"color(6)\",\"menu_responsive_hover_link_color\":\"color(3)\",\"globalConditionsResult\":true,\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"}},\"phone-landscape\":{\"original\":{\"margin-right\":\"0\"}}}}\'][/oxy_nav_menu][ct_text_block ct_sign_sha256=\'cc948463282390688c246ee629885b549262ff303d533b23112bab83b0ad7160\' ct_options=\'{\"ct_id\":33,\"ct_parent\":28,\"selector\":\"text_block-33-61\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Copyright ©&nbsp; ProSports Foundation[/ct_text_block][/ct_section]'),(687,61,'ct_builder_shortcodes_revisions_dates','1600460073'),(688,61,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'be226d7eb84a3d25df9418150659118d301640f13ff4e777f9ada8a58257e932\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"_header-16-61\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\"},\"activeselector\":false,\"nicename\":\"Header Simple One Line\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'62e96338566b46f486f1b9ace45d5a6101cf7d4aed683ea24db341f9ddfa599e\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"_header_row-17-61\",\"original\":{\"background-color\":\"color(1)\",\"stack-header-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][oxy_header_left ct_sign_sha256=\'571ef22b22624a6271ae79203a0d7dc2c796772884ea44db7c03480517606fa3\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"_header_left-18-61\"}\'][ct_image ct_sign_sha256=\'9f3a9f0fdb30f07b564300c67f8af3c9a048e2c61ec6cb0bbefa81a49f9df922\' ct_options=\'{\"ct_id\":26,\"ct_parent\":18,\"selector\":\"image-26-61\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"height\":\"100\"},\"activeselector\":false}\'][/ct_image][/oxy_header_left][oxy_header_center ct_sign_sha256=\'1abb909940cc0ef98259f5131f535ac8b2e87594b68292835ac7fdcc2790ce57\' ct_options=\'{\"ct_id\":21,\"ct_parent\":17,\"selector\":\"_header_center-21-61\"}\'][oxy_nav_menu ct_sign_sha256=\'60934183a76734cff3a45de641035c63dbcc9fd74fbfec39f8f35f67ba473436\' ct_options=\'{\"ct_id\":22,\"ct_parent\":21,\"selector\":\"_nav_menu-22-61\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"on\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"24\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"24\",\"menu_hover_background-color\":\"color(1)\",\"menu_flex-direction\":\"row\",\"menu_font-size\":\"18\",\"menu_color\":\"color(6)\",\"menu_letter-spacing\":\".125\",\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_hover_color\":\"color(3)\",\"menu_active_color\":\"color(2)\",\"menu_dropdowns_padding-top\":\"18\",\"menu_dropdowns_padding-bottom\":\"18\",\"menu_hover_border-bottom-width\":\"2\",\"menu_dropdowns_background-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(6)\",\"menu_dropdowns_hover_color\":\"color(3)\",\"menu_dropdowns_hover_background-color\":\"color(1)\",\"menu_responsive_icon_color\":\"#ffffff\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"menu_justify-content\":\"center\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_background-color\":\"color(1)\",\"menu_color\":\"color(3)\",\"menu_border-bottom-width\":\"2\",\"menu_dropdowns_color\":\"color(3)\",\"menu_dropdowns_background-color\":\"color(1)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"24\"}}}}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'e4fcd7eaf596f8d951f678f62d7dec818fd194f0b195f49a80e2c11c561a3bae\' ct_options=\'{\"ct_id\":23,\"ct_parent\":17,\"selector\":\"_header_right-23-61\"}\'][ct_link_text ct_sign_sha256=\'a3fac7977fb86b53bc164ddae7b0726ce9a2012ea222c6270f570aa030975540\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link_text-24-61\",\"original\":{\"font-size\":\"18\",\"font-weight\":\"900\",\"color\":\"color(3)\",\"hover_color\":\"color(1)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"background-color\":\"color(16)\",\"letter-spacing\":\"1\",\"line-height\":\"1\",\"padding-top\":\"18\",\"padding-bottom\":\"18\",\"padding-left\":\"42\",\"padding-right\":\"42\",\"border-radius\":\"100\",\"url\":\"http://contact@prosportsfoundation.com\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"url_encoded\":\"true\",\"target\":\"\"},\"hover\":{\"color\":\"color(1)\",\"background-color\":\"#ffffff\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"12\",\"margin-bottom\":\"12\"}}}}\']CONTACT[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'cdc27e1a90654a7d98c72ebd4e5d9176312b9c410eec08348ed30d6bebac6507\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"section-1-61\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"center\",\"container-padding-top\":\"57\",\"container-padding-bottom\":\"62\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"640\"},\"activeselector\":false,\"nicename\":\"Simple Text One Column\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'7629428e7ad5c4135040482018bf631f8904ec57f10c0d16bfed9cffb7cfcae2\' ct_options=\'{\"ct_id\":7,\"ct_parent\":1,\"selector\":\"headline-7-61\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"50\",\"color\":\"color(16)\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'f5e3beedb62b0e7d9decc24902a4356b9ae350fd6c3de0fc1c5781dc274011bb\' ct_options=\'{\"ct_id\":8,\"ct_parent\":7,\"selector\":\"span-8-61\"}\'][oxygen ct_sign_sha256=\'dbcae86f81a07a96fd0f6e7d80ef72ca19e42e3994d64fe6b9cc7769adc5f192\' data=\'title\' ][/ct_span][/ct_headline][ct_div_block_2 ct_sign_sha256=\'f38572ad7a638963f4b04439e8cdf58b1e685bd205e75be95161e6cea5f3df48\' ct_options=\'{\"ct_id\":15,\"ct_parent\":1,\"selector\":\"div_block-15-61\",\"original\":{\"display\":\"flex\",\"flex-direction\":\"row\"},\"activeselector\":false}\'][ct_text_block ct_sign_sha256=\'d719bc126df7c7d76c76ac1880c08f0fdcaa7cba9d503e9488a1fd8568f86712\' ct_options=\'{\"ct_id\":11,\"ct_parent\":15,\"selector\":\"text_block-11-61\",\"original\":{\"padding-right\":\"20\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'233fd60ee227361ae4d51facffa644b8d7df3c2bf3e9dc340f9f644cf90213a3\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"span-12-61\"}\'][oxygen ct_sign_sha256=\'5739b77cb07d1bf6c5c8fb78194fbe01f00922ca849ce41b3c5ad9dc8673fe4c\' data=\'date\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'c9fe18498f718504feeec35759fb1fdd16436e45d50674dc88b8779f87ff3382\' ct_options=\'{\"ct_id\":13,\"ct_parent\":15,\"selector\":\"text_block-13-61\"}\']By [ct_span ct_sign_sha256=\'ec52c4e5e93f36bc04be7be5b074669ebcf13bb1505dacda0124052b248d881a\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"span-14-61\"}\'][oxygen ct_sign_sha256=\'6701c6ab2aca4c9c921eb23d74215d3851ef8193c5cfce75e12cfbf6cc211417\' data=\'author\' ][/ct_span][/ct_text_block][/ct_div_block_2][ct_image ct_sign_sha256=\'09254b3fa7345a5659f143205a584783fcd136822c5376443337c0d395af8f25\' ct_options=\'{\"ct_id\":10,\"ct_parent\":1,\"selector\":\"image-10-61\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'3d82d9b6da94459e8da7f76112bfa69302250151f0ba8964a391835a4faf828b\' data=\'featured_image\' ]\",\"srcdynamic\":true},\"activeselector\":false}\'][/ct_image][ct_text_block ct_sign_sha256=\'0fc7346e15770c12f42d300b180c98357c47dcbcc7078b56c975661e8b8501e4\' ct_options=\'{\"ct_id\":4,\"ct_parent\":1,\"selector\":\"text_block-4-61\",\"classes\":{\"0\":\"hyperion-simple-text-1\"}}\'][ct_span ct_sign_sha256=\'ba9d958d7c81727eeb07470d9918346049ae80da0ef97c4acb3fd28996c8b8dc\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"span-5-61\",\"classes\":{\"0\":\"oxy-stock-content-styles\"}}\'][oxygen ct_sign_sha256=\'8320ad6a0f63bf1b9d7118163c185c7870937699cbe701f695de7f525de7ec17\' data=\'content\' ][/ct_span][/ct_text_block][ct_code_block ct_sign_sha256=\'ff39ef9b74492918a354cf2bc06fd6fe62f46433b2e5ab429812a66ae177116e\' ct_options=\'{\"ct_id\":6,\"ct_parent\":1,\"selector\":\"code_block-6-61\",\"original\":{\"code-php\":\"PCEtLSAtLT4=\",\"flex-direction\":\"unset\",\"display\":\"none\",\"code-css\":\"Lmh5cGVyaW9uLXNpbXBsZS10ZXh0LTEgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZC1jb2xvcjogY29sb3IoMTQpOwogIGZvbnQtZmFtaWx5OiAnQWxlZ3JleWEnOwogIGNvbG9yOiBjb2xvcigxMik7CiAgcGFkZGluZzogMThweCAyNHB4OwogIG1hcmdpbi1sZWZ0OiAwOwogIG1hcmdpbi1yaWdodDogMDsKICBmb250LXNpemU6IDE2cHg7CiAgbGluZS1oZWlnaHQ6IDEuNWVtOwogIGZvbnQtc3R5bGU6IGl0YWxpYzsKICBmb250LXNpemU6IDIwcHg7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIGltZyB7CiAgbWF4LXdpZHRoOiAxMDAlOwogIGhlaWdodDogYXV0bzsKICBtYXJnaW4tdG9wOiAxOHB4Owp9CgouaHlwZXJpb24tc2ltcGxlLXRleHQtMSBvbCBsaSB7CiAgY291bnRlci1pbmNyZW1lbnQ6IGxpc3Q7CiAgbGlzdC1zdHlsZS10eXBlOiBub25lOwogIHBvc2l0aW9uOiByZWxhdGl2ZTsKICBsaW5lLWhlaWdodDogMjsKfQoKLyogT3V0cHV0IHRoZSBudW1iZXJzIHVzaW5nIHRoZSBjb3VudGVyKCkgZnVuY3Rpb24sIGJ1dCB1c2UgYSBjdXN0b20gY29sb3IsIGFuZCBwb3NpdGlvbiB0aGUgbnVtYmVycyBob3cgd2Ugd2FudCAqLwouaHlwZXJpb24tc2ltcGxlLXRleHQtMSBzcGFuIG9sIGxpOmJlZm9yZSB7CiAgY29sb3I6IGNvbG9yKDE2KTsKICBjb250ZW50OiBjb3VudGVyKGxpc3QpICIuIjsKICBsZWZ0OiAtMzZweDsKICBmb250LXdlaWdodDogOTAwOwogIHBvc2l0aW9uOiBhYnNvbHV0ZTsKICB0ZXh0LWFsaWduOiByaWdodDsKICB3aWR0aDogMS41ZW07Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIHVsIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAyOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIHNwYW4gdWwgbGk6YmVmb3JlIHsKICBjb2xvcjogY29sb3IoMTYpOwogIGNvbnRlbnQ6IuKAoiI7CiAgbGVmdDogLTQycHg7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKICBmb250LXdlaWdodDogOTAwOwp9CgouaHlwZXJpb24tc2ltcGxlLXRleHQtMSAud3AtY2FwdGlvbi10ZXh0IHsKICBjb2xvcjogIzk5OTk5OTsKICBmb250LXN0eWxlOiBpdGFsaWM7CiAgZm9udC1zaXplOiAxMnB4OwogIG1hcmdpbi10b3A6IDA7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIGEgewogIGNvbG9yOiBjb2xvcigxNik7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIC53cC1jYXB0aW9uLmFsaWdubm9uZSB7CiAgd2lkdGg6IDEwMCUgIWltcG9ydGFudDsKfQo=\"}}\'][/ct_code_block][/ct_section][ct_section ct_sign_sha256=\'01cd989b0648aee011379d220c757ba70dc6e98d3aeab492dff00f32966a00a1\' ct_options=\'{\"ct_id\":28,\"ct_parent\":0,\"selector\":\"section-28-61\",\"original\":{\"background-color\":\"color(11)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"48\",\"container-padding-bottom\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Footer\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"30\"}}}}\'][ct_image ct_sign_sha256=\'482b9e3be8ac9301a9c714402eef00a893e478379be500a28ddda70a8fc60faa\' ct_options=\'{\"ct_id\":35,\"ct_parent\":28,\"selector\":\"image-35-61\",\"original\":{\"height\":\"100\",\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"padding-bottom\":\"15\"},\"activeselector\":false}\'][/ct_image][oxy_social_icons ct_sign_sha256=\'3b9e1862c088411df2c63270aa200f8951b2ecc2db982b5d13b17de46f4e3388\' ct_options=\'{\"ct_id\":31,\"ct_parent\":28,\"selector\":\"_social_icons-31-61\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true,\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][oxy_nav_menu ct_sign_sha256=\'6bdf2a753ac66cf7722e323064a3b4f19394e2af86145494975216e356925fc7\' ct_options=\'{\"ct_id\":32,\"ct_parent\":28,\"selector\":\"_nav_menu-32-61\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_icon_size\":\"18\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"30\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"30\",\"menu_flex-direction\":\"row\",\"menu_color\":\"color(6)\",\"menu_font-size\":\"18\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_letter-spacing\":\".125\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"border-top-width\":\"0\",\"border-right-width\":\"0\",\"border-bottom-width\":\"2\",\"border-left-width\":\"0\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"none\",\"border-bottom-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(11)\",\"menu_responsive_dropdowns\":\"off\",\"margin-bottom\":\"24\",\"menu_responsive_background_color\":\"color(11)\",\"menu_responsive_link_color\":\"color(6)\",\"menu_responsive_hover_link_color\":\"color(3)\",\"globalConditionsResult\":true,\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"}},\"phone-landscape\":{\"original\":{\"margin-right\":\"0\"}}}}\'][/oxy_nav_menu][ct_text_block ct_sign_sha256=\'cc948463282390688c246ee629885b549262ff303d533b23112bab83b0ad7160\' ct_options=\'{\"ct_id\":33,\"ct_parent\":28,\"selector\":\"text_block-33-61\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Copyright ©&nbsp; ProSports Foundation[/ct_text_block][/ct_section]'),(689,61,'ct_builder_shortcodes_revisions_dates','1600460080'),(690,61,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'be226d7eb84a3d25df9418150659118d301640f13ff4e777f9ada8a58257e932\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"_header-16-61\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\"},\"activeselector\":false,\"nicename\":\"Header Simple One Line\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'62e96338566b46f486f1b9ace45d5a6101cf7d4aed683ea24db341f9ddfa599e\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"_header_row-17-61\",\"original\":{\"background-color\":\"color(1)\",\"stack-header-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][oxy_header_left ct_sign_sha256=\'571ef22b22624a6271ae79203a0d7dc2c796772884ea44db7c03480517606fa3\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"_header_left-18-61\"}\'][ct_image ct_sign_sha256=\'9f3a9f0fdb30f07b564300c67f8af3c9a048e2c61ec6cb0bbefa81a49f9df922\' ct_options=\'{\"ct_id\":26,\"ct_parent\":18,\"selector\":\"image-26-61\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"height\":\"100\"},\"activeselector\":false}\'][/ct_image][/oxy_header_left][oxy_header_center ct_sign_sha256=\'1abb909940cc0ef98259f5131f535ac8b2e87594b68292835ac7fdcc2790ce57\' ct_options=\'{\"ct_id\":21,\"ct_parent\":17,\"selector\":\"_header_center-21-61\"}\'][oxy_nav_menu ct_sign_sha256=\'60934183a76734cff3a45de641035c63dbcc9fd74fbfec39f8f35f67ba473436\' ct_options=\'{\"ct_id\":22,\"ct_parent\":21,\"selector\":\"_nav_menu-22-61\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"on\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"24\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"24\",\"menu_hover_background-color\":\"color(1)\",\"menu_flex-direction\":\"row\",\"menu_font-size\":\"18\",\"menu_color\":\"color(6)\",\"menu_letter-spacing\":\".125\",\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_hover_color\":\"color(3)\",\"menu_active_color\":\"color(2)\",\"menu_dropdowns_padding-top\":\"18\",\"menu_dropdowns_padding-bottom\":\"18\",\"menu_hover_border-bottom-width\":\"2\",\"menu_dropdowns_background-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(6)\",\"menu_dropdowns_hover_color\":\"color(3)\",\"menu_dropdowns_hover_background-color\":\"color(1)\",\"menu_responsive_icon_color\":\"#ffffff\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"menu_justify-content\":\"center\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_background-color\":\"color(1)\",\"menu_color\":\"color(3)\",\"menu_border-bottom-width\":\"2\",\"menu_dropdowns_color\":\"color(3)\",\"menu_dropdowns_background-color\":\"color(1)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"24\"}}}}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'e4fcd7eaf596f8d951f678f62d7dec818fd194f0b195f49a80e2c11c561a3bae\' ct_options=\'{\"ct_id\":23,\"ct_parent\":17,\"selector\":\"_header_right-23-61\"}\'][ct_link_text ct_sign_sha256=\'a3fac7977fb86b53bc164ddae7b0726ce9a2012ea222c6270f570aa030975540\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link_text-24-61\",\"original\":{\"font-size\":\"18\",\"font-weight\":\"900\",\"color\":\"color(3)\",\"hover_color\":\"color(1)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"background-color\":\"color(16)\",\"letter-spacing\":\"1\",\"line-height\":\"1\",\"padding-top\":\"18\",\"padding-bottom\":\"18\",\"padding-left\":\"42\",\"padding-right\":\"42\",\"border-radius\":\"100\",\"url\":\"http://contact@prosportsfoundation.com\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"url_encoded\":\"true\",\"target\":\"\"},\"hover\":{\"color\":\"color(1)\",\"background-color\":\"#ffffff\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"12\",\"margin-bottom\":\"12\"}}}}\']CONTACT[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'cdc27e1a90654a7d98c72ebd4e5d9176312b9c410eec08348ed30d6bebac6507\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"section-1-61\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"center\",\"container-padding-top\":\"57\",\"container-padding-bottom\":\"62\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"640\"},\"activeselector\":false,\"nicename\":\"Simple Text One Column\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'7629428e7ad5c4135040482018bf631f8904ec57f10c0d16bfed9cffb7cfcae2\' ct_options=\'{\"ct_id\":7,\"ct_parent\":1,\"selector\":\"headline-7-61\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"50\",\"color\":\"color(16)\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'f5e3beedb62b0e7d9decc24902a4356b9ae350fd6c3de0fc1c5781dc274011bb\' ct_options=\'{\"ct_id\":8,\"ct_parent\":7,\"selector\":\"span-8-61\"}\'][oxygen ct_sign_sha256=\'dbcae86f81a07a96fd0f6e7d80ef72ca19e42e3994d64fe6b9cc7769adc5f192\' data=\'title\' ][/ct_span][/ct_headline][ct_div_block_2 ct_sign_sha256=\'f38572ad7a638963f4b04439e8cdf58b1e685bd205e75be95161e6cea5f3df48\' ct_options=\'{\"ct_id\":15,\"ct_parent\":1,\"selector\":\"div_block-15-61\",\"original\":{\"display\":\"flex\",\"flex-direction\":\"row\"},\"activeselector\":false}\'][ct_text_block ct_sign_sha256=\'d719bc126df7c7d76c76ac1880c08f0fdcaa7cba9d503e9488a1fd8568f86712\' ct_options=\'{\"ct_id\":11,\"ct_parent\":15,\"selector\":\"text_block-11-61\",\"original\":{\"padding-right\":\"20\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'233fd60ee227361ae4d51facffa644b8d7df3c2bf3e9dc340f9f644cf90213a3\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"span-12-61\"}\'][oxygen ct_sign_sha256=\'5739b77cb07d1bf6c5c8fb78194fbe01f00922ca849ce41b3c5ad9dc8673fe4c\' data=\'date\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'c9fe18498f718504feeec35759fb1fdd16436e45d50674dc88b8779f87ff3382\' ct_options=\'{\"ct_id\":13,\"ct_parent\":15,\"selector\":\"text_block-13-61\"}\']By [ct_span ct_sign_sha256=\'ec52c4e5e93f36bc04be7be5b074669ebcf13bb1505dacda0124052b248d881a\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"span-14-61\"}\'][oxygen ct_sign_sha256=\'6701c6ab2aca4c9c921eb23d74215d3851ef8193c5cfce75e12cfbf6cc211417\' data=\'author\' ][/ct_span][/ct_text_block][/ct_div_block_2][ct_image ct_sign_sha256=\'09254b3fa7345a5659f143205a584783fcd136822c5376443337c0d395af8f25\' ct_options=\'{\"ct_id\":10,\"ct_parent\":1,\"selector\":\"image-10-61\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'3d82d9b6da94459e8da7f76112bfa69302250151f0ba8964a391835a4faf828b\' data=\'featured_image\' ]\",\"srcdynamic\":true},\"activeselector\":false}\'][/ct_image][ct_text_block ct_sign_sha256=\'0fc7346e15770c12f42d300b180c98357c47dcbcc7078b56c975661e8b8501e4\' ct_options=\'{\"ct_id\":4,\"ct_parent\":1,\"selector\":\"text_block-4-61\",\"classes\":{\"0\":\"hyperion-simple-text-1\"}}\'][ct_span ct_sign_sha256=\'ba9d958d7c81727eeb07470d9918346049ae80da0ef97c4acb3fd28996c8b8dc\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"span-5-61\",\"classes\":{\"0\":\"oxy-stock-content-styles\"}}\'][oxygen ct_sign_sha256=\'8320ad6a0f63bf1b9d7118163c185c7870937699cbe701f695de7f525de7ec17\' data=\'content\' ][/ct_span][/ct_text_block][ct_code_block ct_sign_sha256=\'ff39ef9b74492918a354cf2bc06fd6fe62f46433b2e5ab429812a66ae177116e\' ct_options=\'{\"ct_id\":6,\"ct_parent\":1,\"selector\":\"code_block-6-61\",\"original\":{\"code-php\":\"PCEtLSAtLT4=\",\"flex-direction\":\"unset\",\"display\":\"none\",\"code-css\":\"Lmh5cGVyaW9uLXNpbXBsZS10ZXh0LTEgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZC1jb2xvcjogY29sb3IoMTQpOwogIGZvbnQtZmFtaWx5OiAnQWxlZ3JleWEnOwogIGNvbG9yOiBjb2xvcigxMik7CiAgcGFkZGluZzogMThweCAyNHB4OwogIG1hcmdpbi1sZWZ0OiAwOwogIG1hcmdpbi1yaWdodDogMDsKICBmb250LXNpemU6IDE2cHg7CiAgbGluZS1oZWlnaHQ6IDEuNWVtOwogIGZvbnQtc3R5bGU6IGl0YWxpYzsKICBmb250LXNpemU6IDIwcHg7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIGltZyB7CiAgbWF4LXdpZHRoOiAxMDAlOwogIGhlaWdodDogYXV0bzsKICBtYXJnaW4tdG9wOiAxOHB4Owp9CgouaHlwZXJpb24tc2ltcGxlLXRleHQtMSBvbCBsaSB7CiAgY291bnRlci1pbmNyZW1lbnQ6IGxpc3Q7CiAgbGlzdC1zdHlsZS10eXBlOiBub25lOwogIHBvc2l0aW9uOiByZWxhdGl2ZTsKICBsaW5lLWhlaWdodDogMjsKfQoKLyogT3V0cHV0IHRoZSBudW1iZXJzIHVzaW5nIHRoZSBjb3VudGVyKCkgZnVuY3Rpb24sIGJ1dCB1c2UgYSBjdXN0b20gY29sb3IsIGFuZCBwb3NpdGlvbiB0aGUgbnVtYmVycyBob3cgd2Ugd2FudCAqLwouaHlwZXJpb24tc2ltcGxlLXRleHQtMSBzcGFuIG9sIGxpOmJlZm9yZSB7CiAgY29sb3I6IGNvbG9yKDE2KTsKICBjb250ZW50OiBjb3VudGVyKGxpc3QpICIuIjsKICBsZWZ0OiAtMzZweDsKICBmb250LXdlaWdodDogOTAwOwogIHBvc2l0aW9uOiBhYnNvbHV0ZTsKICB0ZXh0LWFsaWduOiByaWdodDsKICB3aWR0aDogMS41ZW07Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIHVsIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAyOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIHNwYW4gdWwgbGk6YmVmb3JlIHsKICBjb2xvcjogY29sb3IoMTYpOwogIGNvbnRlbnQ6IuKAoiI7CiAgbGVmdDogLTQycHg7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKICBmb250LXdlaWdodDogOTAwOwp9CgouaHlwZXJpb24tc2ltcGxlLXRleHQtMSAud3AtY2FwdGlvbi10ZXh0IHsKICBjb2xvcjogIzk5OTk5OTsKICBmb250LXN0eWxlOiBpdGFsaWM7CiAgZm9udC1zaXplOiAxMnB4OwogIG1hcmdpbi10b3A6IDA7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIGEgewogIGNvbG9yOiBjb2xvcigxNik7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIC53cC1jYXB0aW9uLmFsaWdubm9uZSB7CiAgd2lkdGg6IDEwMCUgIWltcG9ydGFudDsKfQo=\"}}\'][/ct_code_block][/ct_section][ct_section ct_sign_sha256=\'01cd989b0648aee011379d220c757ba70dc6e98d3aeab492dff00f32966a00a1\' ct_options=\'{\"ct_id\":28,\"ct_parent\":0,\"selector\":\"section-28-61\",\"original\":{\"background-color\":\"color(11)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"48\",\"container-padding-bottom\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Footer\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"30\"}}}}\'][ct_image ct_sign_sha256=\'482b9e3be8ac9301a9c714402eef00a893e478379be500a28ddda70a8fc60faa\' ct_options=\'{\"ct_id\":35,\"ct_parent\":28,\"selector\":\"image-35-61\",\"original\":{\"height\":\"100\",\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"padding-bottom\":\"15\"},\"activeselector\":false}\'][/ct_image][oxy_social_icons ct_sign_sha256=\'3b9e1862c088411df2c63270aa200f8951b2ecc2db982b5d13b17de46f4e3388\' ct_options=\'{\"ct_id\":31,\"ct_parent\":28,\"selector\":\"_social_icons-31-61\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true,\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][oxy_nav_menu ct_sign_sha256=\'6bdf2a753ac66cf7722e323064a3b4f19394e2af86145494975216e356925fc7\' ct_options=\'{\"ct_id\":32,\"ct_parent\":28,\"selector\":\"_nav_menu-32-61\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_icon_size\":\"18\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"30\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"30\",\"menu_flex-direction\":\"row\",\"menu_color\":\"color(6)\",\"menu_font-size\":\"18\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_letter-spacing\":\".125\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"border-top-width\":\"0\",\"border-right-width\":\"0\",\"border-bottom-width\":\"2\",\"border-left-width\":\"0\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"none\",\"border-bottom-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(11)\",\"menu_responsive_dropdowns\":\"off\",\"margin-bottom\":\"24\",\"menu_responsive_background_color\":\"color(11)\",\"menu_responsive_link_color\":\"color(6)\",\"menu_responsive_hover_link_color\":\"color(3)\",\"globalConditionsResult\":true,\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"}},\"phone-landscape\":{\"original\":{\"margin-right\":\"0\"}}}}\'][/oxy_nav_menu][ct_text_block ct_sign_sha256=\'cc948463282390688c246ee629885b549262ff303d533b23112bab83b0ad7160\' ct_options=\'{\"ct_id\":33,\"ct_parent\":28,\"selector\":\"text_block-33-61\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Copyright ©&nbsp; ProSports Foundation[/ct_text_block][/ct_section]'),(691,61,'ct_builder_shortcodes_revisions_dates','1600460206'),(692,8,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'1eb6ccd89bae95ea1cf02e71f8bdbcd8ac4cd92666c44c48ab98761d1220f70b\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"_header-1-8\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\"},\"activeselector\":false,\"nicename\":\"Header Simple One Line\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'e6dc4bd68777d766e34e4fe8c6aa43093fdaa6ea2ad6853440e73364e68d15a5\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"_header_row-2-8\",\"original\":{\"stack-header-vertically\":\"phone-portrait\",\"background-color\":\"color(1)\"},\"activeselector\":false}\'][oxy_header_left ct_sign_sha256=\'5b451522e0760cd2a27d44011e7fc9cb3acdad73cb27a79a90e66e6078a6e55b\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"_header_left-3-8\"}\'][ct_image ct_sign_sha256=\'00af44addde844f782c6f34c235b917681f4fa0af6b5f677765ef980340eb464\' ct_options=\'{\"ct_id\":26,\"ct_parent\":3,\"selector\":\"image-26-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"width\":\"100\"},\"hover\":{\"overlay-color\":\"rgba(207,113,202,0.73)\"},\"activeselector\":false}\'][/ct_image][/oxy_header_left][oxy_header_center ct_sign_sha256=\'e9d810653e9c8655fa48bfc85e5e1955a4c50b68c8441b618c38f83e51560169\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"_header_center-6-8\"}\'][oxy_nav_menu ct_sign_sha256=\'9bc0789e5d7e5c6e1f6777cdb6f26460c2bed2d4647d50e72a1c91e275ac915d\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"_nav_menu-7-8\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"on\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"24\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"24\",\"menu_hover_background-color\":\"color(1)\",\"menu_flex-direction\":\"row\",\"menu_font-size\":\"18\",\"menu_color\":\"color(6)\",\"menu_letter-spacing\":\".125\",\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_hover_color\":\"color(3)\",\"menu_active_color\":\"color(2)\",\"menu_dropdowns_padding-top\":\"18\",\"menu_dropdowns_padding-bottom\":\"18\",\"menu_hover_border-bottom-width\":\"2\",\"menu_dropdowns_background-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(6)\",\"menu_dropdowns_hover_color\":\"color(3)\",\"menu_dropdowns_hover_background-color\":\"color(1)\",\"menu_responsive_icon_color\":\"#ffffff\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"menu_justify-content\":\"center\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_background-color\":\"color(1)\",\"menu_color\":\"color(3)\",\"menu_border-bottom-width\":\"2\",\"menu_dropdowns_color\":\"color(3)\",\"menu_dropdowns_background-color\":\"color(1)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"24\"}}}}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'9bd16b28b6244473e111ba27c54a3635082a29d410f2910b8407c35ee443ea02\' ct_options=\'{\"ct_id\":8,\"ct_parent\":2,\"selector\":\"_header_right-8-8\"}\'][ct_link_text ct_sign_sha256=\'7122d10c2f0c980252cf1c7064ad6fcabfce5e5805f9fd5bf0d7567cdced041e\' ct_options=\'{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"link_text-9-8\",\"original\":{\"font-size\":\"18\",\"font-weight\":\"900\",\"color\":\"color(3)\",\"hover_color\":\"color(1)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"background-color\":\"color(16)\",\"letter-spacing\":\"1\",\"line-height\":\"1\",\"padding-top\":\"18\",\"padding-bottom\":\"18\",\"padding-left\":\"42\",\"padding-right\":\"42\",\"border-radius\":\"100\",\"url\":\"mailto:contact@prosportsfoundation.com\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"url_encoded\":\"true\",\"target\":\"\"},\"hover\":{\"color\":\"color(1)\",\"background-color\":\"#ffffff\"},\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"12\",\"margin-bottom\":\"12\"}}}}\']CONTACT[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content ct_sign_sha256=\'a686ce0415c9e0aecb60979d4145733a884e058d863e18bae4d702a94d2b93fb\' ct_options=\'{\"ct_id\":11,\"ct_parent\":0,\"selector\":\"inner_content-11-8\"}\'][/ct_inner_content][ct_section ct_sign_sha256=\'3f0adea278f8849c13fb42fa5caa9a4e63975b80849d7f98855efb7b1cae7cc8\' ct_options=\'{\"ct_id\":12,\"ct_parent\":0,\"selector\":\"section-12-8\",\"original\":{\"background-color\":\"color(11)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"48\",\"container-padding-bottom\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Footer\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"30\"}}}}\'][ct_image ct_sign_sha256=\'1aabcea5ffe9658bd5e8ce73de584ef5e72bcfa39c32e63dd77211813f8e5dc0\' ct_options=\'{\"ct_id\":24,\"ct_parent\":12,\"selector\":\"image-24-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"width\":\"100\",\"padding-bottom\":\"10\"},\"activeselector\":false}\'][/ct_image][oxy_social_icons ct_sign_sha256=\'ccf9b214d87d86823a2ae881f8331ee549b79b9e013dfb0f5e3f95176401e236\' ct_options=\'{\"ct_id\":15,\"ct_parent\":12,\"selector\":\"_social_icons-15-8\",\"original\":{\"globalConditionsResult\":true,\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][oxy_nav_menu ct_sign_sha256=\'777a14a3814ac0ba50104f8a93db76270d1fe3bfe2f91a660c39349ca6ce8ce8\' ct_options=\'{\"ct_id\":16,\"ct_parent\":12,\"selector\":\"_nav_menu-16-8\",\"activeselector\":false,\"original\":{\"globalConditionsResult\":true,\"menu_responsive\":\"page-width\",\"menu_responsive_icon_size\":\"18\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"30\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"30\",\"menu_flex-direction\":\"row\",\"menu_color\":\"color(6)\",\"menu_font-size\":\"18\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_letter-spacing\":\".125\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"border-top-width\":\"0\",\"border-right-width\":\"0\",\"border-bottom-width\":\"2\",\"border-left-width\":\"0\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"none\",\"border-bottom-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(11)\",\"menu_responsive_dropdowns\":\"off\",\"margin-bottom\":\"24\",\"menu_responsive_background_color\":\"color(11)\",\"menu_responsive_link_color\":\"color(6)\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"}},\"phone-landscape\":{\"original\":{\"margin-right\":\"0\"}}}}\'][/oxy_nav_menu][ct_text_block ct_sign_sha256=\'772392294e606e8b243ec5d2b4cbb0a3bcaed3f58518c4ee6e3a8e3703279b81\' ct_options=\'{\"ct_id\":17,\"ct_parent\":12,\"selector\":\"text_block-17-8\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Copyright © ProSports Foundation[/ct_text_block][ct_text_block ct_sign_sha256=\'2a8a686c2c8b2b89754bed6d8be1a428c0efce2611c7a69727250e87e52e20e6\' ct_options=\'{\"ct_id\":18,\"ct_parent\":12,\"selector\":\"text_block-18-8\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\'][/ct_text_block][/ct_section]'),(693,8,'ct_builder_shortcodes_revisions_dates','1600460298'),(694,8,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'9f15d006220aac65a758b14564a14a1ec207155af815b159e409642e828100c8\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"_header-1-8\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\"},\"activeselector\":false,\"nicename\":\"Header Simple One Line\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'7a61db4b16bff87528c13477379cea7300b1a2a4cfe00d7fdb51560e5441911d\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"_header_row-2-8\",\"original\":{\"stack-header-vertically\":\"phone-portrait\",\"background-color\":\"color(1)\"},\"activeselector\":false}\'][oxy_header_left ct_sign_sha256=\'145851fbd5315a0f0a351cefbfd3822d31cc598dcfa963122aea43be338a1b71\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"_header_left-3-8\"}\'][ct_link_2 ct_sign_sha256=\'35a944d0834585105323442eea66628f7f5cf49c488dc819948de376fc487393\' ct_options=\'{\"ct_id\":27,\"ct_parent\":3,\"selector\":\"link-27-8\",\"original\":{\"url\":\"https://prosportsfoundation.com\",\"target\":\"\",\"url_encoded\":\"true\"}}\'][ct_image ct_sign_sha256=\'a31189e5d46c826306ee3cb2e6ff7049430ce348920c12efb66003601d77f045\' ct_options=\'{\"ct_id\":26,\"ct_parent\":27,\"selector\":\"image-26-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"width\":\"100\"},\"hover\":{\"overlay-color\":\"rgba(207,113,202,0.73)\"},\"activeselector\":false}\'][/ct_image][/ct_link_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'e9d810653e9c8655fa48bfc85e5e1955a4c50b68c8441b618c38f83e51560169\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"_header_center-6-8\"}\'][oxy_nav_menu ct_sign_sha256=\'9bc0789e5d7e5c6e1f6777cdb6f26460c2bed2d4647d50e72a1c91e275ac915d\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"_nav_menu-7-8\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"on\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"24\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"24\",\"menu_hover_background-color\":\"color(1)\",\"menu_flex-direction\":\"row\",\"menu_font-size\":\"18\",\"menu_color\":\"color(6)\",\"menu_letter-spacing\":\".125\",\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_hover_color\":\"color(3)\",\"menu_active_color\":\"color(2)\",\"menu_dropdowns_padding-top\":\"18\",\"menu_dropdowns_padding-bottom\":\"18\",\"menu_hover_border-bottom-width\":\"2\",\"menu_dropdowns_background-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(6)\",\"menu_dropdowns_hover_color\":\"color(3)\",\"menu_dropdowns_hover_background-color\":\"color(1)\",\"menu_responsive_icon_color\":\"#ffffff\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"menu_justify-content\":\"center\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_background-color\":\"color(1)\",\"menu_color\":\"color(3)\",\"menu_border-bottom-width\":\"2\",\"menu_dropdowns_color\":\"color(3)\",\"menu_dropdowns_background-color\":\"color(1)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"24\"}}}}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'9bd16b28b6244473e111ba27c54a3635082a29d410f2910b8407c35ee443ea02\' ct_options=\'{\"ct_id\":8,\"ct_parent\":2,\"selector\":\"_header_right-8-8\"}\'][ct_link_text ct_sign_sha256=\'7122d10c2f0c980252cf1c7064ad6fcabfce5e5805f9fd5bf0d7567cdced041e\' ct_options=\'{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"link_text-9-8\",\"original\":{\"font-size\":\"18\",\"font-weight\":\"900\",\"color\":\"color(3)\",\"hover_color\":\"color(1)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"background-color\":\"color(16)\",\"letter-spacing\":\"1\",\"line-height\":\"1\",\"padding-top\":\"18\",\"padding-bottom\":\"18\",\"padding-left\":\"42\",\"padding-right\":\"42\",\"border-radius\":\"100\",\"url\":\"mailto:contact@prosportsfoundation.com\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"url_encoded\":\"true\",\"target\":\"\"},\"hover\":{\"color\":\"color(1)\",\"background-color\":\"#ffffff\"},\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"12\",\"margin-bottom\":\"12\"}}}}\']CONTACT[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content ct_sign_sha256=\'a686ce0415c9e0aecb60979d4145733a884e058d863e18bae4d702a94d2b93fb\' ct_options=\'{\"ct_id\":11,\"ct_parent\":0,\"selector\":\"inner_content-11-8\"}\'][/ct_inner_content][ct_section ct_sign_sha256=\'0fee7849e33bb21c9d04fcae423c2a79378d3cd8ad536b67e5c70ff3133d599a\' ct_options=\'{\"ct_id\":12,\"ct_parent\":0,\"selector\":\"section-12-8\",\"original\":{\"background-color\":\"color(11)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"48\",\"container-padding-bottom\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Footer\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"30\"}}}}\'][ct_link_2 ct_sign_sha256=\'9aea56be3d36b26d5583c2d00e9653e3cc527f50d69fd13b87ade8fb84a5473d\' ct_options=\'{\"ct_id\":28,\"ct_parent\":12,\"selector\":\"link-28-8\",\"original\":{\"url\":\"https://prosportsfoundation.com\",\"target\":\"\",\"url_encoded\":\"true\"}}\'][ct_image ct_sign_sha256=\'6484f23272922591a7c3e9be70ce7fb5aca54d8a39a251cc60be593945eb4ed4\' ct_options=\'{\"ct_id\":24,\"ct_parent\":28,\"selector\":\"image-24-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"width\":\"100\",\"padding-bottom\":\"10\"},\"activeselector\":false}\'][/ct_image][/ct_link_2][oxy_social_icons ct_sign_sha256=\'ccf9b214d87d86823a2ae881f8331ee549b79b9e013dfb0f5e3f95176401e236\' ct_options=\'{\"ct_id\":15,\"ct_parent\":12,\"selector\":\"_social_icons-15-8\",\"original\":{\"globalConditionsResult\":true,\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][oxy_nav_menu ct_sign_sha256=\'777a14a3814ac0ba50104f8a93db76270d1fe3bfe2f91a660c39349ca6ce8ce8\' ct_options=\'{\"ct_id\":16,\"ct_parent\":12,\"selector\":\"_nav_menu-16-8\",\"activeselector\":false,\"original\":{\"globalConditionsResult\":true,\"menu_responsive\":\"page-width\",\"menu_responsive_icon_size\":\"18\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"30\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"30\",\"menu_flex-direction\":\"row\",\"menu_color\":\"color(6)\",\"menu_font-size\":\"18\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_letter-spacing\":\".125\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"border-top-width\":\"0\",\"border-right-width\":\"0\",\"border-bottom-width\":\"2\",\"border-left-width\":\"0\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"none\",\"border-bottom-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(11)\",\"menu_responsive_dropdowns\":\"off\",\"margin-bottom\":\"24\",\"menu_responsive_background_color\":\"color(11)\",\"menu_responsive_link_color\":\"color(6)\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"}},\"phone-landscape\":{\"original\":{\"margin-right\":\"0\"}}}}\'][/oxy_nav_menu][ct_text_block ct_sign_sha256=\'772392294e606e8b243ec5d2b4cbb0a3bcaed3f58518c4ee6e3a8e3703279b81\' ct_options=\'{\"ct_id\":17,\"ct_parent\":12,\"selector\":\"text_block-17-8\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Copyright © ProSports Foundation[/ct_text_block][ct_text_block ct_sign_sha256=\'2a8a686c2c8b2b89754bed6d8be1a428c0efce2611c7a69727250e87e52e20e6\' ct_options=\'{\"ct_id\":18,\"ct_parent\":12,\"selector\":\"text_block-18-8\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\'][/ct_text_block][/ct_section]'),(695,8,'ct_builder_shortcodes_revisions_dates','1600460470'),(696,61,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'847c8e9340ae85ad6e6ad6aa05fce633710cb696f469d5b914083e3751f10f3c\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"_header-16-61\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\"},\"activeselector\":false,\"nicename\":\"Header Simple One Line\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'10d142436f03f7d6f445b0afc6671c23c0b0b84dae6df72e6960a6ca18d866d7\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"_header_row-17-61\",\"original\":{\"background-color\":\"color(1)\",\"stack-header-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][oxy_header_left ct_sign_sha256=\'877ea1f2e8749908778444f12d5f8452671407ac4559a19c8d6efa4b98f739cf\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"_header_left-18-61\"}\'][ct_link_2 ct_sign_sha256=\'ec4d58fa05acd5530c518cdb3e62cd0b215eb5ffba91339e009fcee5fce62460\' ct_options=\'{\"ct_id\":36,\"ct_parent\":18,\"selector\":\"link-36-61\",\"original\":{\"url\":\"https://prosportsfoundation.com\",\"target\":\"\",\"url_encoded\":\"true\"}}\'][ct_image ct_sign_sha256=\'ffffd9fa724758ea4a0124d9b4aa16005dd55e8498a357ea0375bc624a9fe376\' ct_options=\'{\"ct_id\":26,\"ct_parent\":36,\"selector\":\"image-26-61\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"height\":\"100\"},\"activeselector\":false}\'][/ct_image][/ct_link_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'1abb909940cc0ef98259f5131f535ac8b2e87594b68292835ac7fdcc2790ce57\' ct_options=\'{\"ct_id\":21,\"ct_parent\":17,\"selector\":\"_header_center-21-61\"}\'][oxy_nav_menu ct_sign_sha256=\'60934183a76734cff3a45de641035c63dbcc9fd74fbfec39f8f35f67ba473436\' ct_options=\'{\"ct_id\":22,\"ct_parent\":21,\"selector\":\"_nav_menu-22-61\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"on\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"24\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"24\",\"menu_hover_background-color\":\"color(1)\",\"menu_flex-direction\":\"row\",\"menu_font-size\":\"18\",\"menu_color\":\"color(6)\",\"menu_letter-spacing\":\".125\",\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_hover_color\":\"color(3)\",\"menu_active_color\":\"color(2)\",\"menu_dropdowns_padding-top\":\"18\",\"menu_dropdowns_padding-bottom\":\"18\",\"menu_hover_border-bottom-width\":\"2\",\"menu_dropdowns_background-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(6)\",\"menu_dropdowns_hover_color\":\"color(3)\",\"menu_dropdowns_hover_background-color\":\"color(1)\",\"menu_responsive_icon_color\":\"#ffffff\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"menu_justify-content\":\"center\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_background-color\":\"color(1)\",\"menu_color\":\"color(3)\",\"menu_border-bottom-width\":\"2\",\"menu_dropdowns_color\":\"color(3)\",\"menu_dropdowns_background-color\":\"color(1)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"24\"}}}}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'38d04fe2057a1955a062db6def9c363501f2caad3b7478260cfeb4f84d13bacc\' ct_options=\'{\"ct_id\":23,\"ct_parent\":17,\"selector\":\"_header_right-23-61\"}\'][ct_link_text ct_sign_sha256=\'8cbc00eac2279caa54f5ab4188c291687aae2446d0d3638ed9cb755a5d88cafe\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link_text-24-61\",\"original\":{\"font-size\":\"18\",\"font-weight\":\"900\",\"color\":\"color(3)\",\"hover_color\":\"color(1)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"background-color\":\"color(16)\",\"letter-spacing\":\"1\",\"line-height\":\"1\",\"padding-top\":\"18\",\"padding-bottom\":\"18\",\"padding-left\":\"42\",\"padding-right\":\"42\",\"border-radius\":\"100\",\"url\":\"mailto:contact@prosportsfoundation.com\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"url_encoded\":\"true\",\"target\":\"\"},\"hover\":{\"color\":\"color(1)\",\"background-color\":\"#ffffff\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"12\",\"margin-bottom\":\"12\"}}}}\']CONTACT[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'cdc27e1a90654a7d98c72ebd4e5d9176312b9c410eec08348ed30d6bebac6507\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"section-1-61\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"center\",\"container-padding-top\":\"57\",\"container-padding-bottom\":\"62\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"640\"},\"activeselector\":false,\"nicename\":\"Simple Text One Column\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'7629428e7ad5c4135040482018bf631f8904ec57f10c0d16bfed9cffb7cfcae2\' ct_options=\'{\"ct_id\":7,\"ct_parent\":1,\"selector\":\"headline-7-61\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"50\",\"color\":\"color(16)\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'f5e3beedb62b0e7d9decc24902a4356b9ae350fd6c3de0fc1c5781dc274011bb\' ct_options=\'{\"ct_id\":8,\"ct_parent\":7,\"selector\":\"span-8-61\"}\'][oxygen ct_sign_sha256=\'dbcae86f81a07a96fd0f6e7d80ef72ca19e42e3994d64fe6b9cc7769adc5f192\' data=\'title\' ][/ct_span][/ct_headline][ct_div_block_2 ct_sign_sha256=\'f38572ad7a638963f4b04439e8cdf58b1e685bd205e75be95161e6cea5f3df48\' ct_options=\'{\"ct_id\":15,\"ct_parent\":1,\"selector\":\"div_block-15-61\",\"original\":{\"display\":\"flex\",\"flex-direction\":\"row\"},\"activeselector\":false}\'][ct_text_block ct_sign_sha256=\'d719bc126df7c7d76c76ac1880c08f0fdcaa7cba9d503e9488a1fd8568f86712\' ct_options=\'{\"ct_id\":11,\"ct_parent\":15,\"selector\":\"text_block-11-61\",\"original\":{\"padding-right\":\"20\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'233fd60ee227361ae4d51facffa644b8d7df3c2bf3e9dc340f9f644cf90213a3\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"span-12-61\"}\'][oxygen ct_sign_sha256=\'5739b77cb07d1bf6c5c8fb78194fbe01f00922ca849ce41b3c5ad9dc8673fe4c\' data=\'date\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'c9fe18498f718504feeec35759fb1fdd16436e45d50674dc88b8779f87ff3382\' ct_options=\'{\"ct_id\":13,\"ct_parent\":15,\"selector\":\"text_block-13-61\"}\']By [ct_span ct_sign_sha256=\'ec52c4e5e93f36bc04be7be5b074669ebcf13bb1505dacda0124052b248d881a\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"span-14-61\"}\'][oxygen ct_sign_sha256=\'6701c6ab2aca4c9c921eb23d74215d3851ef8193c5cfce75e12cfbf6cc211417\' data=\'author\' ][/ct_span][/ct_text_block][/ct_div_block_2][ct_image ct_sign_sha256=\'09254b3fa7345a5659f143205a584783fcd136822c5376443337c0d395af8f25\' ct_options=\'{\"ct_id\":10,\"ct_parent\":1,\"selector\":\"image-10-61\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'3d82d9b6da94459e8da7f76112bfa69302250151f0ba8964a391835a4faf828b\' data=\'featured_image\' ]\",\"srcdynamic\":true},\"activeselector\":false}\'][/ct_image][ct_text_block ct_sign_sha256=\'0fc7346e15770c12f42d300b180c98357c47dcbcc7078b56c975661e8b8501e4\' ct_options=\'{\"ct_id\":4,\"ct_parent\":1,\"selector\":\"text_block-4-61\",\"classes\":{\"0\":\"hyperion-simple-text-1\"}}\'][ct_span ct_sign_sha256=\'ba9d958d7c81727eeb07470d9918346049ae80da0ef97c4acb3fd28996c8b8dc\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"span-5-61\",\"classes\":{\"0\":\"oxy-stock-content-styles\"}}\'][oxygen ct_sign_sha256=\'8320ad6a0f63bf1b9d7118163c185c7870937699cbe701f695de7f525de7ec17\' data=\'content\' ][/ct_span][/ct_text_block][ct_code_block ct_sign_sha256=\'ff39ef9b74492918a354cf2bc06fd6fe62f46433b2e5ab429812a66ae177116e\' ct_options=\'{\"ct_id\":6,\"ct_parent\":1,\"selector\":\"code_block-6-61\",\"original\":{\"code-php\":\"PCEtLSAtLT4=\",\"flex-direction\":\"unset\",\"display\":\"none\",\"code-css\":\"Lmh5cGVyaW9uLXNpbXBsZS10ZXh0LTEgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZC1jb2xvcjogY29sb3IoMTQpOwogIGZvbnQtZmFtaWx5OiAnQWxlZ3JleWEnOwogIGNvbG9yOiBjb2xvcigxMik7CiAgcGFkZGluZzogMThweCAyNHB4OwogIG1hcmdpbi1sZWZ0OiAwOwogIG1hcmdpbi1yaWdodDogMDsKICBmb250LXNpemU6IDE2cHg7CiAgbGluZS1oZWlnaHQ6IDEuNWVtOwogIGZvbnQtc3R5bGU6IGl0YWxpYzsKICBmb250LXNpemU6IDIwcHg7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIGltZyB7CiAgbWF4LXdpZHRoOiAxMDAlOwogIGhlaWdodDogYXV0bzsKICBtYXJnaW4tdG9wOiAxOHB4Owp9CgouaHlwZXJpb24tc2ltcGxlLXRleHQtMSBvbCBsaSB7CiAgY291bnRlci1pbmNyZW1lbnQ6IGxpc3Q7CiAgbGlzdC1zdHlsZS10eXBlOiBub25lOwogIHBvc2l0aW9uOiByZWxhdGl2ZTsKICBsaW5lLWhlaWdodDogMjsKfQoKLyogT3V0cHV0IHRoZSBudW1iZXJzIHVzaW5nIHRoZSBjb3VudGVyKCkgZnVuY3Rpb24sIGJ1dCB1c2UgYSBjdXN0b20gY29sb3IsIGFuZCBwb3NpdGlvbiB0aGUgbnVtYmVycyBob3cgd2Ugd2FudCAqLwouaHlwZXJpb24tc2ltcGxlLXRleHQtMSBzcGFuIG9sIGxpOmJlZm9yZSB7CiAgY29sb3I6IGNvbG9yKDE2KTsKICBjb250ZW50OiBjb3VudGVyKGxpc3QpICIuIjsKICBsZWZ0OiAtMzZweDsKICBmb250LXdlaWdodDogOTAwOwogIHBvc2l0aW9uOiBhYnNvbHV0ZTsKICB0ZXh0LWFsaWduOiByaWdodDsKICB3aWR0aDogMS41ZW07Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIHVsIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAyOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIHNwYW4gdWwgbGk6YmVmb3JlIHsKICBjb2xvcjogY29sb3IoMTYpOwogIGNvbnRlbnQ6IuKAoiI7CiAgbGVmdDogLTQycHg7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKICBmb250LXdlaWdodDogOTAwOwp9CgouaHlwZXJpb24tc2ltcGxlLXRleHQtMSAud3AtY2FwdGlvbi10ZXh0IHsKICBjb2xvcjogIzk5OTk5OTsKICBmb250LXN0eWxlOiBpdGFsaWM7CiAgZm9udC1zaXplOiAxMnB4OwogIG1hcmdpbi10b3A6IDA7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIGEgewogIGNvbG9yOiBjb2xvcigxNik7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIC53cC1jYXB0aW9uLmFsaWdubm9uZSB7CiAgd2lkdGg6IDEwMCUgIWltcG9ydGFudDsKfQo=\"}}\'][/ct_code_block][/ct_section][ct_section ct_sign_sha256=\'185f981e0e9b454350a01034898dff83ee13ac99a29c2277e93ea3c2d60af219\' ct_options=\'{\"ct_id\":28,\"ct_parent\":0,\"selector\":\"section-28-61\",\"original\":{\"background-color\":\"color(11)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"48\",\"container-padding-bottom\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Footer\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"30\"}}}}\'][ct_link_2 ct_sign_sha256=\'bbfacc101b951564310acb797382027d5c16a946b9cdcd9bce9a1d1ac938cc00\' ct_options=\'{\"ct_id\":37,\"ct_parent\":28,\"selector\":\"link-37-61\",\"original\":{\"url\":\"https://prosportsfoundation.com\",\"target\":\"\",\"url_encoded\":\"true\"}}\'][ct_image ct_sign_sha256=\'723cd46633d45fd0dc19f875abb61df3284f8b7a2322e34e8b9fa77c6431440c\' ct_options=\'{\"ct_id\":35,\"ct_parent\":37,\"selector\":\"image-35-61\",\"original\":{\"height\":\"100\",\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"padding-bottom\":\"15\"},\"activeselector\":false}\'][/ct_image][/ct_link_2][oxy_social_icons ct_sign_sha256=\'3b9e1862c088411df2c63270aa200f8951b2ecc2db982b5d13b17de46f4e3388\' ct_options=\'{\"ct_id\":31,\"ct_parent\":28,\"selector\":\"_social_icons-31-61\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true,\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][oxy_nav_menu ct_sign_sha256=\'6bdf2a753ac66cf7722e323064a3b4f19394e2af86145494975216e356925fc7\' ct_options=\'{\"ct_id\":32,\"ct_parent\":28,\"selector\":\"_nav_menu-32-61\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_icon_size\":\"18\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"30\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"30\",\"menu_flex-direction\":\"row\",\"menu_color\":\"color(6)\",\"menu_font-size\":\"18\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_letter-spacing\":\".125\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"border-top-width\":\"0\",\"border-right-width\":\"0\",\"border-bottom-width\":\"2\",\"border-left-width\":\"0\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"none\",\"border-bottom-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(11)\",\"menu_responsive_dropdowns\":\"off\",\"margin-bottom\":\"24\",\"menu_responsive_background_color\":\"color(11)\",\"menu_responsive_link_color\":\"color(6)\",\"menu_responsive_hover_link_color\":\"color(3)\",\"globalConditionsResult\":true,\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"}},\"phone-landscape\":{\"original\":{\"margin-right\":\"0\"}}}}\'][/oxy_nav_menu][ct_text_block ct_sign_sha256=\'cc948463282390688c246ee629885b549262ff303d533b23112bab83b0ad7160\' ct_options=\'{\"ct_id\":33,\"ct_parent\":28,\"selector\":\"text_block-33-61\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Copyright ©&nbsp; ProSports Foundation[/ct_text_block][/ct_section]'),(697,61,'ct_builder_shortcodes_revisions_dates','1600460510'),(698,67,'_wp_attached_file','2020/09/Shahid-Profile.jpeg'),(699,67,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:27:\"2020/09/Shahid-Profile.jpeg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Shahid-Profile-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:{}}}'),(700,68,'_wp_attached_file','2020/09/Pavan-Linkedin.jpeg'),(701,68,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:318;s:6:\"height\";i:318;s:4:\"file\";s:27:\"2020/09/Pavan-Linkedin.jpeg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Pavan-Linkedin-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Pavan-Linkedin-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:{}}}'),(702,43,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'399d7f8cef8809f280ed75fff4bc0c5c627ab4c442dd50f75c0472993b7b8214\' ct_options=\'{\"ct_id\":40,\"ct_parent\":0,\"selector\":\"section-40-43\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"center\",\"container-padding-top\":\"53\",\"container-padding-bottom\":\"31\",\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"custom-width\":\"640\"},\"activeselector\":false,\"nicename\":\"Simple Text Three Columns\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\"}}}}\'][ct_text_block ct_sign_sha256=\'0f79da8c6acbedc1392e4aa05c31f843c4d9240854a6326b2e1150f1db3923da\' ct_options=\'{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"text_block-41-43\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\"}\']PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'322dd5aa93f114bae4d1e0a8ae5b0af2e5e775fabdd54a6d8658e24a19ee3749\' ct_options=\'{\"ct_id\":42,\"ct_parent\":40,\"selector\":\"headline-42-43\",\"original\":{\"color\":\"color(1)\",\"text-align\":\"center\",\"margin-bottom\":\"36\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']About Us[/ct_headline][ct_text_block ct_sign_sha256=\'bb541b474a58cb2c4ba2958818989556b6a54ea4afa05a3bd335934f6080a5ab\' ct_options=\'{\"ct_id\":43,\"ct_parent\":40,\"selector\":\"text_block-43-43\",\"classes\":{\"0\":\"hyperion-simple-text-3\"},\"activeselector\":\"hyperion-simple-text-3\"}\']At ProSports Foundation, we believe in transforming the CSR ecosystem, by integrating corporates and its workforce, recipient institutions, individuals and the government ensuring that there is proper flow of capital and information, while also engaging stakeholders effectively.<br><br>With technology as an enabler, our vision is to empower corporates to discover, engage, and then collaborate with the most suitable recipient. At the same time address the structural issues in the social sector and help recipient organisations develop their digital capabilities and reach.<br><br>Our core focus is enabling factors like availability of nutrition, community support and rehabilitation, teacher training, vocational training programmes, assistive technology, access to healthcare etc. Our work in this space covers multiple categories of special needs, early intervention and inclusive education.<br>[/ct_text_block][ct_code_block ct_sign_sha256=\'fc3969481ab39bb98c56b61f5e9de445de99d5bf95f98b1574bcaed8cac7d462\' ct_options=\'{\"ct_id\":45,\"ct_parent\":40,\"selector\":\"code_block-45-43\",\"original\":{\"code-php\":\"PCEtLSAtLT4=\",\"flex-direction\":\"unset\",\"display\":\"none\",\"code-css\":\"Lmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZC1jb2xvcjogY29sb3IoMTQpOwogIGZvbnQtZmFtaWx5OiAnQWxlZ3JleWEnOwogIGNvbG9yOiBjb2xvcigxMik7CiAgcGFkZGluZzogMThweCAyNHB4OwogIG1hcmdpbi1sZWZ0OiAwOwogIG1hcmdpbi1yaWdodDogMDsKICBmb250LXNpemU6IDE2cHg7CiAgbGluZS1oZWlnaHQ6IDEuNWVtOwogIGZvbnQtc3R5bGU6IGl0YWxpYzsKICBmb250LXNpemU6IDIwcHg7CiAgYnJlYWstaW5zaWRlOiBhdm9pZDsKfQoKLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgaW1nIHsKICBtYXgtd2lkdGg6IDEwMCU7CiAgaGVpZ2h0OiBhdXRvOwogIG1hcmdpbi10b3A6IDE4cHg7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0zIG9sIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAyOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0zIHNwYW4gb2wgbGk6YmVmb3JlIHsKICBjb2xvcjogY29sb3IoMTYpOwogIGNvbnRlbnQ6IGNvdW50ZXIobGlzdCkgIi4iOwogIGxlZnQ6IC0zNnB4OwogIGZvbnQtd2VpZ2h0OiA5MDA7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKfQoKLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgdWwgbGkgewogIGNvdW50ZXItaW5jcmVtZW50OiBsaXN0OwogIGxpc3Qtc3R5bGUtdHlwZTogbm9uZTsKICBwb3NpdGlvbjogcmVsYXRpdmU7CiAgbGluZS1oZWlnaHQ6IDI7Cn0KCi8qIE91dHB1dCB0aGUgbnVtYmVycyB1c2luZyB0aGUgY291bnRlcigpIGZ1bmN0aW9uLCBidXQgdXNlIGEgY3VzdG9tIGNvbG9yLCBhbmQgcG9zaXRpb24gdGhlIG51bWJlcnMgaG93IHdlIHdhbnQgKi8KLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgc3BhbiB1bCBsaTpiZWZvcmUgewogIGNvbG9yOiBjb2xvcigxNik7CiAgY29udGVudDoi4oCiIjsKICBsZWZ0OiAtNDJweDsKICBwb3NpdGlvbjogYWJzb2x1dGU7CiAgdGV4dC1hbGlnbjogcmlnaHQ7CiAgd2lkdGg6IDEuNWVtOwogIGZvbnQtd2VpZ2h0OiA5MDA7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0zIC53cC1jYXB0aW9uLXRleHQgewogIGNvbG9yOiAjOTk5OTk5OwogIGZvbnQtc3R5bGU6IGl0YWxpYzsKICBmb250LXNpemU6IDEycHg7CiAgbWFyZ2luLXRvcDogMDsKfQoKLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgYSB7CiAgY29sb3I6IGNvbG9yKDE2KTsKfQoKLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgLndwLWNhcHRpb24uYWxpZ25ub25lIHsKICB3aWR0aDogMTAwJSAhaW1wb3J0YW50Owp9CgouaHlwZXJpb24tdGhyZWUtY29sdW1ucy13cmFwcGVyIHsKICBjb2x1bW4tY291bnQ6IDM7CiAgY29sdW1uLWdhcDogNDhweDsKfQoKQG1lZGlhKG1heC13aWR0aDogOTkycHgpIHsuaHlwZXJpb24tdGhyZWUtY29sdW1ucy13cmFwcGVyIHsKICBjb2x1bW4tY291bnQ6IDI7Cn0KfQoKQG1lZGlhKG1heC13aWR0aDogNzY4cHgpIHsuaHlwZXJpb24tdGhyZWUtY29sdW1ucy13cmFwcGVyIHsKICBjb2x1bW4tY291bnQ6IDE7Cn0KfQo=\"}}\'][/ct_code_block][/ct_section][ct_section ct_sign_sha256=\'ace2b1c8e0e54bf5ad9dcfb9ccbd559903f32a2773ca147e91687a954d535f67\' ct_options=\'{\"ct_id\":49,\"ct_parent\":0,\"selector\":\"section-49-43\",\"original\":{\"container-padding-top\":\"26\",\"container-padding-bottom\":\"37\"},\"activeselector\":false}\'][oxy_toggle_2 ct_sign_sha256=\'ad134676d7ecb4d09279fbdc0447dbc9989a55c4578b326592394bdf631e2d14\' ct_options=\'{\"ct_id\":50,\"ct_parent\":49,\"selector\":\"_toggle-50-43\",\"original\":{\"toggle_active_class\":\"toggle-8784-expanded\"},\"classes\":{\"0\":\"toggle-8784\",\"1\":\"toggle-8784-expanded\"},\"activeselector\":\"toggle-8784\"}\'][ct_headline ct_sign_sha256=\'e4ba81d1bf41c8e6096b1af750e4ab54523b6f536208443ee2d2675f996706c3\' ct_options=\'{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"headline-51-43\"}\']Inclusive Education[/ct_headline][/oxy_toggle_2][ct_text_block ct_sign_sha256=\'a378ca85f2c4b877fd763231af4d4b6f182f9a698c86cf8c74aea794b28bcd25\' ct_options=\'{\"ct_id\":52,\"ct_parent\":49,\"selector\":\"text_block-52-43\",\"original\":{\"background-color\":\"color(10)\",\"color\":\"color(12)\",\"margin-top\":\"0\",\"margin-left\":\"0\",\"margin-right\":\"0\",\"margin-bottom\":\"0\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"activeselector\":false}\']Inclusive education is when all students, no matter what the challenges are, are placed inclusive classrooms suitable to their age while receiving the same instruction, interventions, and supports that enable them to meet success in the core curriculum as their non-disabled peers.&nbsp;<br><br>ProSports Foundation is leading the way in helping providing superior education facilities to children with special needs and the underprivileged through its corporate partners and fund raising initiatives.<br><br>To ensure holistic development of the students, we want to facilitate school admissions and fees, accommodation, study support, nutrition and health care, accessible infrastructure, online resources, study material and so on for our recipient institutes.<br>[/ct_text_block][oxy_toggle_2 ct_sign_sha256=\'bd4c14378b2876d65517bd416c8a61062a672ec68e052bf0cff44a90eacbbb9e\' ct_options=\'{\"ct_id\":55,\"ct_parent\":49,\"selector\":\"_toggle-55-43\",\"original\":{\"toggle_active_class\":\"toggle-5891-expanded\"},\"classes\":{\"0\":\"toggle-5891\",\"1\":\"toggle-5891-expanded\"},\"activeselector\":\"toggle-5891\"}\'][ct_headline ct_sign_sha256=\'10db6b70ca8ec37ac76fde11506c2a3af0ef262acc9fd1e8a3ea4988e76c33e9\' ct_options=\'{\"ct_id\":56,\"ct_parent\":55,\"selector\":\"headline-56-43\"}\']Sports[/ct_headline][/oxy_toggle_2][ct_text_block ct_sign_sha256=\'6d522ed79490e93ac4e800622db9fc9d39491fbed577ad41158a2a6a6d9def98\' ct_options=\'{\"ct_id\":57,\"ct_parent\":49,\"selector\":\"text_block-57-43\",\"original\":{\"background-color\":\"color(10)\",\"color\":\"color(12)\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"activeselector\":false}\']ProSports perceives sports as a medium to improve inclusion and to encourage persons with special needs on various fronts. Here are some initiatives we are involved in with our corporate partners and encourage you to partner with us:<br>1.	Our community sport programmes such as marathons, cycling or biking offer great opportunities to strengthen the social fabric in cities and towns to crowd fund and grow various social causes.<br>2.	Strong PE (Physical Education) programmes require trained coaches and PE teachers. India is short of 2 million coaches to hit its 2022 target. We are short of 40,000 teachers to instruct children in PE classes.<br>3.	Contextual learning kits and aids for under privileged and special children.<br>4.	Rural teacher training, establishing rural sports academies and capacity building.<br>5.	Engagement programmes of new mothers and community members towards positive health and nutrition practices and play in the home environment.<br>[/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'cba2a0f53d73a8a0199221473ea11ab4b1f7bc278a96cab83e56048cd60325c3\' ct_options=\'{\"ct_id\":60,\"ct_parent\":0,\"selector\":\"section-60-43\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"25\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'0b121d001b1ed5601efd295938c95977c4af886baaf47dd51ffe3e5d785b7d93\' ct_options=\'{\"ct_id\":61,\"ct_parent\":60,\"selector\":\"headline-61-43\"}\']Outreach partners[/ct_headline][ct_text_block ct_sign_sha256=\'25bb307d2e16eba13da261b7068da83074d66faf469036f094b96d62c79b90d0\' ct_options=\'{\"ct_id\":62,\"ct_parent\":60,\"selector\":\"text_block-62-43\"}\']Our association with our outreach partners will also largely aid in the implementation of these initiatives, their sustainability, upscaling, and geographical expansion.[/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'ae7591167e70fdcb365bf97e6c7cf7a80f1ec11430945e68c4cecc6013a8c7c3\' ct_options=\'{\"ct_id\":66,\"ct_parent\":0,\"selector\":\"section-66-43\",\"original\":{\"container-padding-top\":\"1\",\"container-padding-bottom\":\"60\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Logo Grid Simple\",\"ct_category\":\"Social Proof\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'684e913d64a16c3313e612ce348d2f436aa8ade1a38cafd5e280a97c72e354ff\' ct_options=\'{\"ct_id\":67,\"ct_parent\":66,\"selector\":\"new_columns-67-43\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{}}\'][ct_div_block_2 ct_sign_sha256=\'629ab364639ec8f57180a223bd45cba4b60baf957171a91c94907742eaa1899c\' ct_options=\'{\"ct_id\":68,\"ct_parent\":67,\"selector\":\"div_block-68-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'729caddd9bdb62d0a755a067f408b2f675afefee4441e134d43f182404bff50d\' ct_options=\'{\"ct_id\":69,\"ct_parent\":68,\"selector\":\"image-69-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3ba3953accf3eccf3868b0bfe40a0d65e605a9309b3a500f707cde4d6f17ee15\' ct_options=\'{\"ct_id\":70,\"ct_parent\":67,\"selector\":\"div_block-70-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"},\"activeselector\":\"hyperion-simple-text-1\"}\'][ct_image ct_sign_sha256=\'c50ba40b7c9355030e0d6a7c1094ef57449c60344c9b5938d79767f41d61a444\' ct_options=\'{\"ct_id\":71,\"ct_parent\":70,\"selector\":\"image-71-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Raw-Pressery-logo.jpg\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3bfd9d6b8a02b406cd7d73b596cd451e148ef30e559645a539110eb417363ad9\' ct_options=\'{\"ct_id\":72,\"ct_parent\":67,\"selector\":\"div_block-72-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'6b72d96b6779dab58eea0e97045560ddb28db12c12c08909c2bb48507eeef14d\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"image-73-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProNature-NEWLogo.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'a27eba28a7370d661dcfb27d97d5e59f4e5be8f870349af053917ac51afa340a\' ct_options=\'{\"ct_id\":74,\"ct_parent\":67,\"selector\":\"div_block-74-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'72e3d17bf2d24c0be6b60e381196a834f3882fbf1cfb1e15e4248f9f20480e8f\' ct_options=\'{\"ct_id\":75,\"ct_parent\":74,\"selector\":\"image-75-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/LOGO-BLACK.png\",\"height\":\"120\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'2f029174a9c5d2b9bf68acc2164b0ca3341be76d620eed8dc417d280952992d3\' ct_options=\'{\"ct_id\":76,\"ct_parent\":66,\"selector\":\"new_columns-76-43\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'7ff43e80fac2018bc19c18acd3888a2f9669a4cb996cadddb0937ba4da88e4d6\' ct_options=\'{\"ct_id\":81,\"ct_parent\":76,\"selector\":\"div_block-81-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'c67cc90b5eec3c1a9840478a46e5267778c792fbe2deef88798d97cbb51851b7\' ct_options=\'{\"ct_id\":82,\"ct_parent\":81,\"selector\":\"image-82-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/PH-LOGO.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c9124b78b338b6de86549e8d62cf79d4d2341f15c3cc53f786f6cd75546deecc\' ct_options=\'{\"ct_id\":83,\"ct_parent\":76,\"selector\":\"div_block-83-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'d719a2a87dfeb6516aedda556fce05e3eb9b029dec70a6eaa101267208bcec96\' ct_options=\'{\"ct_id\":84,\"ct_parent\":83,\"selector\":\"image-84-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpp_logo_new_400x400.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section]'),(703,43,'ct_builder_shortcodes_revisions_dates','1600460965'),(704,43,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'399d7f8cef8809f280ed75fff4bc0c5c627ab4c442dd50f75c0472993b7b8214\' ct_options=\'{\"ct_id\":40,\"ct_parent\":0,\"selector\":\"section-40-43\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"center\",\"container-padding-top\":\"53\",\"container-padding-bottom\":\"31\",\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"custom-width\":\"640\"},\"activeselector\":false,\"nicename\":\"Simple Text Three Columns\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\"}}}}\'][ct_text_block ct_sign_sha256=\'0f79da8c6acbedc1392e4aa05c31f843c4d9240854a6326b2e1150f1db3923da\' ct_options=\'{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"text_block-41-43\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\"}\']PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'322dd5aa93f114bae4d1e0a8ae5b0af2e5e775fabdd54a6d8658e24a19ee3749\' ct_options=\'{\"ct_id\":42,\"ct_parent\":40,\"selector\":\"headline-42-43\",\"original\":{\"color\":\"color(1)\",\"text-align\":\"center\",\"margin-bottom\":\"36\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']About Us[/ct_headline][ct_text_block ct_sign_sha256=\'bb541b474a58cb2c4ba2958818989556b6a54ea4afa05a3bd335934f6080a5ab\' ct_options=\'{\"ct_id\":43,\"ct_parent\":40,\"selector\":\"text_block-43-43\",\"classes\":{\"0\":\"hyperion-simple-text-3\"},\"activeselector\":\"hyperion-simple-text-3\"}\']At ProSports Foundation, we believe in transforming the CSR ecosystem, by integrating corporates and its workforce, recipient institutions, individuals and the government ensuring that there is proper flow of capital and information, while also engaging stakeholders effectively.<br><br>With technology as an enabler, our vision is to empower corporates to discover, engage, and then collaborate with the most suitable recipient. At the same time address the structural issues in the social sector and help recipient organisations develop their digital capabilities and reach.<br><br>Our core focus is enabling factors like availability of nutrition, community support and rehabilitation, teacher training, vocational training programmes, assistive technology, access to healthcare etc. Our work in this space covers multiple categories of special needs, early intervention and inclusive education.<br>[/ct_text_block][ct_code_block ct_sign_sha256=\'fc3969481ab39bb98c56b61f5e9de445de99d5bf95f98b1574bcaed8cac7d462\' ct_options=\'{\"ct_id\":45,\"ct_parent\":40,\"selector\":\"code_block-45-43\",\"original\":{\"code-php\":\"PCEtLSAtLT4=\",\"flex-direction\":\"unset\",\"display\":\"none\",\"code-css\":\"Lmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZC1jb2xvcjogY29sb3IoMTQpOwogIGZvbnQtZmFtaWx5OiAnQWxlZ3JleWEnOwogIGNvbG9yOiBjb2xvcigxMik7CiAgcGFkZGluZzogMThweCAyNHB4OwogIG1hcmdpbi1sZWZ0OiAwOwogIG1hcmdpbi1yaWdodDogMDsKICBmb250LXNpemU6IDE2cHg7CiAgbGluZS1oZWlnaHQ6IDEuNWVtOwogIGZvbnQtc3R5bGU6IGl0YWxpYzsKICBmb250LXNpemU6IDIwcHg7CiAgYnJlYWstaW5zaWRlOiBhdm9pZDsKfQoKLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgaW1nIHsKICBtYXgtd2lkdGg6IDEwMCU7CiAgaGVpZ2h0OiBhdXRvOwogIG1hcmdpbi10b3A6IDE4cHg7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0zIG9sIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAyOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0zIHNwYW4gb2wgbGk6YmVmb3JlIHsKICBjb2xvcjogY29sb3IoMTYpOwogIGNvbnRlbnQ6IGNvdW50ZXIobGlzdCkgIi4iOwogIGxlZnQ6IC0zNnB4OwogIGZvbnQtd2VpZ2h0OiA5MDA7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKfQoKLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgdWwgbGkgewogIGNvdW50ZXItaW5jcmVtZW50OiBsaXN0OwogIGxpc3Qtc3R5bGUtdHlwZTogbm9uZTsKICBwb3NpdGlvbjogcmVsYXRpdmU7CiAgbGluZS1oZWlnaHQ6IDI7Cn0KCi8qIE91dHB1dCB0aGUgbnVtYmVycyB1c2luZyB0aGUgY291bnRlcigpIGZ1bmN0aW9uLCBidXQgdXNlIGEgY3VzdG9tIGNvbG9yLCBhbmQgcG9zaXRpb24gdGhlIG51bWJlcnMgaG93IHdlIHdhbnQgKi8KLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgc3BhbiB1bCBsaTpiZWZvcmUgewogIGNvbG9yOiBjb2xvcigxNik7CiAgY29udGVudDoi4oCiIjsKICBsZWZ0OiAtNDJweDsKICBwb3NpdGlvbjogYWJzb2x1dGU7CiAgdGV4dC1hbGlnbjogcmlnaHQ7CiAgd2lkdGg6IDEuNWVtOwogIGZvbnQtd2VpZ2h0OiA5MDA7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0zIC53cC1jYXB0aW9uLXRleHQgewogIGNvbG9yOiAjOTk5OTk5OwogIGZvbnQtc3R5bGU6IGl0YWxpYzsKICBmb250LXNpemU6IDEycHg7CiAgbWFyZ2luLXRvcDogMDsKfQoKLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgYSB7CiAgY29sb3I6IGNvbG9yKDE2KTsKfQoKLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgLndwLWNhcHRpb24uYWxpZ25ub25lIHsKICB3aWR0aDogMTAwJSAhaW1wb3J0YW50Owp9CgouaHlwZXJpb24tdGhyZWUtY29sdW1ucy13cmFwcGVyIHsKICBjb2x1bW4tY291bnQ6IDM7CiAgY29sdW1uLWdhcDogNDhweDsKfQoKQG1lZGlhKG1heC13aWR0aDogOTkycHgpIHsuaHlwZXJpb24tdGhyZWUtY29sdW1ucy13cmFwcGVyIHsKICBjb2x1bW4tY291bnQ6IDI7Cn0KfQoKQG1lZGlhKG1heC13aWR0aDogNzY4cHgpIHsuaHlwZXJpb24tdGhyZWUtY29sdW1ucy13cmFwcGVyIHsKICBjb2x1bW4tY291bnQ6IDE7Cn0KfQo=\"}}\'][/ct_code_block][/ct_section][ct_section ct_sign_sha256=\'ace2b1c8e0e54bf5ad9dcfb9ccbd559903f32a2773ca147e91687a954d535f67\' ct_options=\'{\"ct_id\":49,\"ct_parent\":0,\"selector\":\"section-49-43\",\"original\":{\"container-padding-top\":\"26\",\"container-padding-bottom\":\"37\"},\"activeselector\":false}\'][oxy_toggle_2 ct_sign_sha256=\'ad134676d7ecb4d09279fbdc0447dbc9989a55c4578b326592394bdf631e2d14\' ct_options=\'{\"ct_id\":50,\"ct_parent\":49,\"selector\":\"_toggle-50-43\",\"original\":{\"toggle_active_class\":\"toggle-8784-expanded\"},\"classes\":{\"0\":\"toggle-8784\",\"1\":\"toggle-8784-expanded\"},\"activeselector\":\"toggle-8784\"}\'][ct_headline ct_sign_sha256=\'e4ba81d1bf41c8e6096b1af750e4ab54523b6f536208443ee2d2675f996706c3\' ct_options=\'{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"headline-51-43\"}\']Inclusive Education[/ct_headline][/oxy_toggle_2][ct_text_block ct_sign_sha256=\'a378ca85f2c4b877fd763231af4d4b6f182f9a698c86cf8c74aea794b28bcd25\' ct_options=\'{\"ct_id\":52,\"ct_parent\":49,\"selector\":\"text_block-52-43\",\"original\":{\"background-color\":\"color(10)\",\"color\":\"color(12)\",\"margin-top\":\"0\",\"margin-left\":\"0\",\"margin-right\":\"0\",\"margin-bottom\":\"0\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"activeselector\":false}\']Inclusive education is when all students, no matter what the challenges are, are placed inclusive classrooms suitable to their age while receiving the same instruction, interventions, and supports that enable them to meet success in the core curriculum as their non-disabled peers.&nbsp;<br><br>ProSports Foundation is leading the way in helping providing superior education facilities to children with special needs and the underprivileged through its corporate partners and fund raising initiatives.<br><br>To ensure holistic development of the students, we want to facilitate school admissions and fees, accommodation, study support, nutrition and health care, accessible infrastructure, online resources, study material and so on for our recipient institutes.<br>[/ct_text_block][oxy_toggle_2 ct_sign_sha256=\'bd4c14378b2876d65517bd416c8a61062a672ec68e052bf0cff44a90eacbbb9e\' ct_options=\'{\"ct_id\":55,\"ct_parent\":49,\"selector\":\"_toggle-55-43\",\"original\":{\"toggle_active_class\":\"toggle-5891-expanded\"},\"classes\":{\"0\":\"toggle-5891\",\"1\":\"toggle-5891-expanded\"},\"activeselector\":\"toggle-5891\"}\'][ct_headline ct_sign_sha256=\'10db6b70ca8ec37ac76fde11506c2a3af0ef262acc9fd1e8a3ea4988e76c33e9\' ct_options=\'{\"ct_id\":56,\"ct_parent\":55,\"selector\":\"headline-56-43\"}\']Sports[/ct_headline][/oxy_toggle_2][ct_text_block ct_sign_sha256=\'6d522ed79490e93ac4e800622db9fc9d39491fbed577ad41158a2a6a6d9def98\' ct_options=\'{\"ct_id\":57,\"ct_parent\":49,\"selector\":\"text_block-57-43\",\"original\":{\"background-color\":\"color(10)\",\"color\":\"color(12)\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"activeselector\":false}\']ProSports perceives sports as a medium to improve inclusion and to encourage persons with special needs on various fronts. Here are some initiatives we are involved in with our corporate partners and encourage you to partner with us:<br>1.	Our community sport programmes such as marathons, cycling or biking offer great opportunities to strengthen the social fabric in cities and towns to crowd fund and grow various social causes.<br>2.	Strong PE (Physical Education) programmes require trained coaches and PE teachers. India is short of 2 million coaches to hit its 2022 target. We are short of 40,000 teachers to instruct children in PE classes.<br>3.	Contextual learning kits and aids for under privileged and special children.<br>4.	Rural teacher training, establishing rural sports academies and capacity building.<br>5.	Engagement programmes of new mothers and community members towards positive health and nutrition practices and play in the home environment.<br>[/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'cba2a0f53d73a8a0199221473ea11ab4b1f7bc278a96cab83e56048cd60325c3\' ct_options=\'{\"ct_id\":60,\"ct_parent\":0,\"selector\":\"section-60-43\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"25\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'0b121d001b1ed5601efd295938c95977c4af886baaf47dd51ffe3e5d785b7d93\' ct_options=\'{\"ct_id\":61,\"ct_parent\":60,\"selector\":\"headline-61-43\"}\']Outreach partners[/ct_headline][ct_text_block ct_sign_sha256=\'25bb307d2e16eba13da261b7068da83074d66faf469036f094b96d62c79b90d0\' ct_options=\'{\"ct_id\":62,\"ct_parent\":60,\"selector\":\"text_block-62-43\"}\']Our association with our outreach partners will also largely aid in the implementation of these initiatives, their sustainability, upscaling, and geographical expansion.[/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'ae7591167e70fdcb365bf97e6c7cf7a80f1ec11430945e68c4cecc6013a8c7c3\' ct_options=\'{\"ct_id\":66,\"ct_parent\":0,\"selector\":\"section-66-43\",\"original\":{\"container-padding-top\":\"1\",\"container-padding-bottom\":\"60\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Logo Grid Simple\",\"ct_category\":\"Social Proof\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'684e913d64a16c3313e612ce348d2f436aa8ade1a38cafd5e280a97c72e354ff\' ct_options=\'{\"ct_id\":67,\"ct_parent\":66,\"selector\":\"new_columns-67-43\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{}}\'][ct_div_block_2 ct_sign_sha256=\'629ab364639ec8f57180a223bd45cba4b60baf957171a91c94907742eaa1899c\' ct_options=\'{\"ct_id\":68,\"ct_parent\":67,\"selector\":\"div_block-68-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'729caddd9bdb62d0a755a067f408b2f675afefee4441e134d43f182404bff50d\' ct_options=\'{\"ct_id\":69,\"ct_parent\":68,\"selector\":\"image-69-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3ba3953accf3eccf3868b0bfe40a0d65e605a9309b3a500f707cde4d6f17ee15\' ct_options=\'{\"ct_id\":70,\"ct_parent\":67,\"selector\":\"div_block-70-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"},\"activeselector\":\"hyperion-simple-text-1\"}\'][ct_image ct_sign_sha256=\'c50ba40b7c9355030e0d6a7c1094ef57449c60344c9b5938d79767f41d61a444\' ct_options=\'{\"ct_id\":71,\"ct_parent\":70,\"selector\":\"image-71-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Raw-Pressery-logo.jpg\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3bfd9d6b8a02b406cd7d73b596cd451e148ef30e559645a539110eb417363ad9\' ct_options=\'{\"ct_id\":72,\"ct_parent\":67,\"selector\":\"div_block-72-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'6b72d96b6779dab58eea0e97045560ddb28db12c12c08909c2bb48507eeef14d\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"image-73-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProNature-NEWLogo.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'a27eba28a7370d661dcfb27d97d5e59f4e5be8f870349af053917ac51afa340a\' ct_options=\'{\"ct_id\":74,\"ct_parent\":67,\"selector\":\"div_block-74-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'72e3d17bf2d24c0be6b60e381196a834f3882fbf1cfb1e15e4248f9f20480e8f\' ct_options=\'{\"ct_id\":75,\"ct_parent\":74,\"selector\":\"image-75-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/LOGO-BLACK.png\",\"height\":\"120\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'2f029174a9c5d2b9bf68acc2164b0ca3341be76d620eed8dc417d280952992d3\' ct_options=\'{\"ct_id\":76,\"ct_parent\":66,\"selector\":\"new_columns-76-43\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'7ff43e80fac2018bc19c18acd3888a2f9669a4cb996cadddb0937ba4da88e4d6\' ct_options=\'{\"ct_id\":81,\"ct_parent\":76,\"selector\":\"div_block-81-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'c67cc90b5eec3c1a9840478a46e5267778c792fbe2deef88798d97cbb51851b7\' ct_options=\'{\"ct_id\":82,\"ct_parent\":81,\"selector\":\"image-82-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/PH-LOGO.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c9124b78b338b6de86549e8d62cf79d4d2341f15c3cc53f786f6cd75546deecc\' ct_options=\'{\"ct_id\":83,\"ct_parent\":76,\"selector\":\"div_block-83-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'d719a2a87dfeb6516aedda556fce05e3eb9b029dec70a6eaa101267208bcec96\' ct_options=\'{\"ct_id\":84,\"ct_parent\":83,\"selector\":\"image-84-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpp_logo_new_400x400.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'d12de6b61b9694d427c0244bee682a73c4de26e89d20a08f418196e66c447c54\' ct_options=\'{\"ct_id\":85,\"ct_parent\":0,\"selector\":\"section-85-43\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"globalConditionsResult\":true},\"nicename\":\"Meet the Team\",\"ct_category\":\"People\",\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\",\"container-padding-top\":\"60\"}}}}\'][ct_text_block ct_sign_sha256=\'53aa96475b3f4b771cc8d4985e272a2d56fab24518b49a0fe2cc47483eb93bbc\' ct_options=\'{\"ct_id\":86,\"ct_parent\":85,\"selector\":\"text_block-86-43\",\"classes\":{\"0\":\"hyperion-subheading\"},\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']PEOPLE[/ct_text_block][ct_headline ct_sign_sha256=\'0bd26c54f2603e81943919503f80909bbf38fed4046c2ecb7b41ccaf60c8058f\' ct_options=\'{\"ct_id\":87,\"ct_parent\":85,\"selector\":\"headline-87-43\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(1)\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-heading-two\"}}\']Meet  the Team[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'386f2a8654c1eef981b2321054b664dea49b24758ac29e1cb93ed5a73a4f8874\' ct_options=\'{\"ct_id\":89,\"ct_parent\":85,\"selector\":\"new_columns-89-43\",\"original\":{\"globalConditionsResult\":true,\"border-right-style\":\"solid\",\"border-right-width\":\"2\",\"border-right-color\":\"color(10)\",\"border-bottom-style\":\"solid\",\"border-bottom-width\":\"2\",\"border-bottom-color\":\"color(10)\",\"border-top-color\":\"color(10)\",\"border-left-color\":\"color(10)\",\"border-top-width\":\"2\",\"border-left-width\":\"2\"}}\'][ct_div_block_2 ct_sign_sha256=\'ea9f5306b647fd04d6eb9a7eb810ebed1a446eb57f78ce7066351f3e49c202ea\' ct_options=\'{\"ct_id\":90,\"ct_parent\":89,\"selector\":\"div_block-90-43\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-column\"}}\'][ct_image ct_sign_sha256=\'49ef6f14b71b702806cbddaf16c5be7684d095554fb5f286a581b8e3d0cbd19a\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"image-91-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Shahid-Profile.jpeg\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-avatar\"},\"activeselector\":\"hyperion-team-1-avatar\"}\'][/ct_image][ct_headline ct_sign_sha256=\'965c83d107587cd06c770b3d2d92e4fba9ec0a83c014481083d1f7a2d6a35d11\' ct_options=\'{\"ct_id\":92,\"ct_parent\":90,\"selector\":\"headline-92-43\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-title\"},\"activeselector\":\"hyperion-team-1-title\"}\']SHAHID KHAN[/ct_headline][ct_text_block ct_sign_sha256=\'c14ea3e0d5214f499e15b43b9d87047fd634e47aae05ec557694345b0c82778f\' ct_options=\'{\"ct_id\":93,\"ct_parent\":90,\"selector\":\"text_block-93-43\",\"original\":{\"max-width\":\"360\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-bottom\":\"24\"}},\"phone-portrait\":{\"original\":{\"margin-bottom\":\"18\"}}}}\']Managing Trustee[/ct_text_block][oxy_social_icons ct_sign_sha256=\'06d95f0727f671291041fab18a1ff56b9d1029923d1f2155f2fbfd6fc5049f78\' ct_options=\'{\"ct_id\":94,\"ct_parent\":90,\"selector\":\"_social_icons-94-43\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/shahidkgo\",\"icon-instagram\":\"https://instagram.com/shahidkinsta\",\"icon-twitter\":\"https://twitter.com/shahidktweet\",\"icon-size\":\"24\",\"icon-style\":\"circle\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(9)\",\"icon-color\":\"color(3)\",\"icon-background-hover-color\":\"color(2)\",\"margin-top\":\"12\",\"padding-bottom\":\"48\",\"globalConditionsResult\":true,\"icon-linkedin\":\"https://www.linkedin.com/in/goshahid/\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ba1b8de73f7226bb10fbef53978a1a0a46e091f1fe88dde527471614d5821eb9\' ct_options=\'{\"ct_id\":95,\"ct_parent\":89,\"selector\":\"div_block-95-43\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-column\"}}\'][ct_image ct_sign_sha256=\'18e42fab9f09f73ad6861f56ff8179c7b0ed11b18ad844cdf765ffa853a3ddc0\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"image-96-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Pavan-Linkedin.jpeg\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-avatar\"},\"activeselector\":\"hyperion-team-1-avatar\"}\'][/ct_image][ct_headline ct_sign_sha256=\'7b27a493f06e074ba5994d50fdf98ccc68c8d55f3fa6c924bf0621f0ff8fef62\' ct_options=\'{\"ct_id\":97,\"ct_parent\":95,\"selector\":\"headline-97-43\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-title\"},\"activeselector\":\"hyperion-team-1-title\"}\']PAVAN SRIRAM[/ct_headline][ct_text_block ct_sign_sha256=\'cfdc2d3d870410b684bd7a768833504118a8c95ea365bc5ea4421cadf2755b9f\' ct_options=\'{\"ct_id\":98,\"ct_parent\":95,\"selector\":\"text_block-98-43\",\"original\":{\"max-width\":\"360\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-bottom\":\"24\"}},\"phone-portrait\":{\"original\":{\"margin-bottom\":\"18\"}}}}\']Managing Trustee[/ct_text_block][oxy_social_icons ct_sign_sha256=\'de7810d5499caecbd3f0dd1bd9d07122e8724a012f92e2fdc5a00b8e86afa8e3\' ct_options=\'{\"ct_id\":99,\"ct_parent\":95,\"selector\":\"_social_icons-99-43\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/pavan.sriram.7\",\"icon-size\":\"24\",\"icon-style\":\"circle\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(9)\",\"icon-color\":\"color(3)\",\"icon-background-hover-color\":\"color(2)\",\"margin-top\":\"12\",\"padding-bottom\":\"48\",\"globalConditionsResult\":true,\"icon-linkedin\":\"https://www.linkedin.com/in/pavansriram/\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_2][/ct_new_columns_2][/ct_section]'),(705,43,'ct_builder_shortcodes_revisions_dates','1600460990'),(708,43,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'399d7f8cef8809f280ed75fff4bc0c5c627ab4c442dd50f75c0472993b7b8214\' ct_options=\'{\"ct_id\":40,\"ct_parent\":0,\"selector\":\"section-40-43\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"center\",\"container-padding-top\":\"53\",\"container-padding-bottom\":\"31\",\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"custom-width\":\"640\"},\"activeselector\":false,\"nicename\":\"Simple Text Three Columns\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\"}}}}\'][ct_text_block ct_sign_sha256=\'0f79da8c6acbedc1392e4aa05c31f843c4d9240854a6326b2e1150f1db3923da\' ct_options=\'{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"text_block-41-43\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\"}\']PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'322dd5aa93f114bae4d1e0a8ae5b0af2e5e775fabdd54a6d8658e24a19ee3749\' ct_options=\'{\"ct_id\":42,\"ct_parent\":40,\"selector\":\"headline-42-43\",\"original\":{\"color\":\"color(1)\",\"text-align\":\"center\",\"margin-bottom\":\"36\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']About Us[/ct_headline][ct_text_block ct_sign_sha256=\'bb541b474a58cb2c4ba2958818989556b6a54ea4afa05a3bd335934f6080a5ab\' ct_options=\'{\"ct_id\":43,\"ct_parent\":40,\"selector\":\"text_block-43-43\",\"classes\":{\"0\":\"hyperion-simple-text-3\"},\"activeselector\":\"hyperion-simple-text-3\"}\']At ProSports Foundation, we believe in transforming the CSR ecosystem, by integrating corporates and its workforce, recipient institutions, individuals and the government ensuring that there is proper flow of capital and information, while also engaging stakeholders effectively.<br><br>With technology as an enabler, our vision is to empower corporates to discover, engage, and then collaborate with the most suitable recipient. At the same time address the structural issues in the social sector and help recipient organisations develop their digital capabilities and reach.<br><br>Our core focus is enabling factors like availability of nutrition, community support and rehabilitation, teacher training, vocational training programmes, assistive technology, access to healthcare etc. Our work in this space covers multiple categories of special needs, early intervention and inclusive education.<br>[/ct_text_block][ct_code_block ct_sign_sha256=\'fc3969481ab39bb98c56b61f5e9de445de99d5bf95f98b1574bcaed8cac7d462\' ct_options=\'{\"ct_id\":45,\"ct_parent\":40,\"selector\":\"code_block-45-43\",\"original\":{\"code-php\":\"PCEtLSAtLT4=\",\"flex-direction\":\"unset\",\"display\":\"none\",\"code-css\":\"Lmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZC1jb2xvcjogY29sb3IoMTQpOwogIGZvbnQtZmFtaWx5OiAnQWxlZ3JleWEnOwogIGNvbG9yOiBjb2xvcigxMik7CiAgcGFkZGluZzogMThweCAyNHB4OwogIG1hcmdpbi1sZWZ0OiAwOwogIG1hcmdpbi1yaWdodDogMDsKICBmb250LXNpemU6IDE2cHg7CiAgbGluZS1oZWlnaHQ6IDEuNWVtOwogIGZvbnQtc3R5bGU6IGl0YWxpYzsKICBmb250LXNpemU6IDIwcHg7CiAgYnJlYWstaW5zaWRlOiBhdm9pZDsKfQoKLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgaW1nIHsKICBtYXgtd2lkdGg6IDEwMCU7CiAgaGVpZ2h0OiBhdXRvOwogIG1hcmdpbi10b3A6IDE4cHg7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0zIG9sIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAyOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0zIHNwYW4gb2wgbGk6YmVmb3JlIHsKICBjb2xvcjogY29sb3IoMTYpOwogIGNvbnRlbnQ6IGNvdW50ZXIobGlzdCkgIi4iOwogIGxlZnQ6IC0zNnB4OwogIGZvbnQtd2VpZ2h0OiA5MDA7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKfQoKLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgdWwgbGkgewogIGNvdW50ZXItaW5jcmVtZW50OiBsaXN0OwogIGxpc3Qtc3R5bGUtdHlwZTogbm9uZTsKICBwb3NpdGlvbjogcmVsYXRpdmU7CiAgbGluZS1oZWlnaHQ6IDI7Cn0KCi8qIE91dHB1dCB0aGUgbnVtYmVycyB1c2luZyB0aGUgY291bnRlcigpIGZ1bmN0aW9uLCBidXQgdXNlIGEgY3VzdG9tIGNvbG9yLCBhbmQgcG9zaXRpb24gdGhlIG51bWJlcnMgaG93IHdlIHdhbnQgKi8KLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgc3BhbiB1bCBsaTpiZWZvcmUgewogIGNvbG9yOiBjb2xvcigxNik7CiAgY29udGVudDoi4oCiIjsKICBsZWZ0OiAtNDJweDsKICBwb3NpdGlvbjogYWJzb2x1dGU7CiAgdGV4dC1hbGlnbjogcmlnaHQ7CiAgd2lkdGg6IDEuNWVtOwogIGZvbnQtd2VpZ2h0OiA5MDA7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0zIC53cC1jYXB0aW9uLXRleHQgewogIGNvbG9yOiAjOTk5OTk5OwogIGZvbnQtc3R5bGU6IGl0YWxpYzsKICBmb250LXNpemU6IDEycHg7CiAgbWFyZ2luLXRvcDogMDsKfQoKLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgYSB7CiAgY29sb3I6IGNvbG9yKDE2KTsKfQoKLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgLndwLWNhcHRpb24uYWxpZ25ub25lIHsKICB3aWR0aDogMTAwJSAhaW1wb3J0YW50Owp9CgouaHlwZXJpb24tdGhyZWUtY29sdW1ucy13cmFwcGVyIHsKICBjb2x1bW4tY291bnQ6IDM7CiAgY29sdW1uLWdhcDogNDhweDsKfQoKQG1lZGlhKG1heC13aWR0aDogOTkycHgpIHsuaHlwZXJpb24tdGhyZWUtY29sdW1ucy13cmFwcGVyIHsKICBjb2x1bW4tY291bnQ6IDI7Cn0KfQoKQG1lZGlhKG1heC13aWR0aDogNzY4cHgpIHsuaHlwZXJpb24tdGhyZWUtY29sdW1ucy13cmFwcGVyIHsKICBjb2x1bW4tY291bnQ6IDE7Cn0KfQo=\"}}\'][/ct_code_block][/ct_section][ct_section ct_sign_sha256=\'ace2b1c8e0e54bf5ad9dcfb9ccbd559903f32a2773ca147e91687a954d535f67\' ct_options=\'{\"ct_id\":49,\"ct_parent\":0,\"selector\":\"section-49-43\",\"original\":{\"container-padding-top\":\"26\",\"container-padding-bottom\":\"37\"},\"activeselector\":false}\'][oxy_toggle_2 ct_sign_sha256=\'ad134676d7ecb4d09279fbdc0447dbc9989a55c4578b326592394bdf631e2d14\' ct_options=\'{\"ct_id\":50,\"ct_parent\":49,\"selector\":\"_toggle-50-43\",\"original\":{\"toggle_active_class\":\"toggle-8784-expanded\"},\"classes\":{\"0\":\"toggle-8784\",\"1\":\"toggle-8784-expanded\"},\"activeselector\":\"toggle-8784\"}\'][ct_headline ct_sign_sha256=\'e4ba81d1bf41c8e6096b1af750e4ab54523b6f536208443ee2d2675f996706c3\' ct_options=\'{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"headline-51-43\"}\']Inclusive Education[/ct_headline][/oxy_toggle_2][ct_text_block ct_sign_sha256=\'a378ca85f2c4b877fd763231af4d4b6f182f9a698c86cf8c74aea794b28bcd25\' ct_options=\'{\"ct_id\":52,\"ct_parent\":49,\"selector\":\"text_block-52-43\",\"original\":{\"background-color\":\"color(10)\",\"color\":\"color(12)\",\"margin-top\":\"0\",\"margin-left\":\"0\",\"margin-right\":\"0\",\"margin-bottom\":\"0\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"activeselector\":false}\']Inclusive education is when all students, no matter what the challenges are, are placed inclusive classrooms suitable to their age while receiving the same instruction, interventions, and supports that enable them to meet success in the core curriculum as their non-disabled peers.&nbsp;<br><br>ProSports Foundation is leading the way in helping providing superior education facilities to children with special needs and the underprivileged through its corporate partners and fund raising initiatives.<br><br>To ensure holistic development of the students, we want to facilitate school admissions and fees, accommodation, study support, nutrition and health care, accessible infrastructure, online resources, study material and so on for our recipient institutes.<br>[/ct_text_block][oxy_toggle_2 ct_sign_sha256=\'bd4c14378b2876d65517bd416c8a61062a672ec68e052bf0cff44a90eacbbb9e\' ct_options=\'{\"ct_id\":55,\"ct_parent\":49,\"selector\":\"_toggle-55-43\",\"original\":{\"toggle_active_class\":\"toggle-5891-expanded\"},\"classes\":{\"0\":\"toggle-5891\",\"1\":\"toggle-5891-expanded\"},\"activeselector\":\"toggle-5891\"}\'][ct_headline ct_sign_sha256=\'10db6b70ca8ec37ac76fde11506c2a3af0ef262acc9fd1e8a3ea4988e76c33e9\' ct_options=\'{\"ct_id\":56,\"ct_parent\":55,\"selector\":\"headline-56-43\"}\']Sports[/ct_headline][/oxy_toggle_2][ct_text_block ct_sign_sha256=\'6d522ed79490e93ac4e800622db9fc9d39491fbed577ad41158a2a6a6d9def98\' ct_options=\'{\"ct_id\":57,\"ct_parent\":49,\"selector\":\"text_block-57-43\",\"original\":{\"background-color\":\"color(10)\",\"color\":\"color(12)\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"activeselector\":false}\']ProSports perceives sports as a medium to improve inclusion and to encourage persons with special needs on various fronts. Here are some initiatives we are involved in with our corporate partners and encourage you to partner with us:<br>1.	Our community sport programmes such as marathons, cycling or biking offer great opportunities to strengthen the social fabric in cities and towns to crowd fund and grow various social causes.<br>2.	Strong PE (Physical Education) programmes require trained coaches and PE teachers. India is short of 2 million coaches to hit its 2022 target. We are short of 40,000 teachers to instruct children in PE classes.<br>3.	Contextual learning kits and aids for under privileged and special children.<br>4.	Rural teacher training, establishing rural sports academies and capacity building.<br>5.	Engagement programmes of new mothers and community members towards positive health and nutrition practices and play in the home environment.<br>[/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'cba2a0f53d73a8a0199221473ea11ab4b1f7bc278a96cab83e56048cd60325c3\' ct_options=\'{\"ct_id\":60,\"ct_parent\":0,\"selector\":\"section-60-43\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"25\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'0b121d001b1ed5601efd295938c95977c4af886baaf47dd51ffe3e5d785b7d93\' ct_options=\'{\"ct_id\":61,\"ct_parent\":60,\"selector\":\"headline-61-43\"}\']Outreach partners[/ct_headline][ct_text_block ct_sign_sha256=\'25bb307d2e16eba13da261b7068da83074d66faf469036f094b96d62c79b90d0\' ct_options=\'{\"ct_id\":62,\"ct_parent\":60,\"selector\":\"text_block-62-43\"}\']Our association with our outreach partners will also largely aid in the implementation of these initiatives, their sustainability, upscaling, and geographical expansion.[/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'ae7591167e70fdcb365bf97e6c7cf7a80f1ec11430945e68c4cecc6013a8c7c3\' ct_options=\'{\"ct_id\":66,\"ct_parent\":0,\"selector\":\"section-66-43\",\"original\":{\"container-padding-top\":\"1\",\"container-padding-bottom\":\"60\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Logo Grid Simple\",\"ct_category\":\"Social Proof\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'684e913d64a16c3313e612ce348d2f436aa8ade1a38cafd5e280a97c72e354ff\' ct_options=\'{\"ct_id\":67,\"ct_parent\":66,\"selector\":\"new_columns-67-43\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{}}\'][ct_div_block_2 ct_sign_sha256=\'629ab364639ec8f57180a223bd45cba4b60baf957171a91c94907742eaa1899c\' ct_options=\'{\"ct_id\":68,\"ct_parent\":67,\"selector\":\"div_block-68-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'729caddd9bdb62d0a755a067f408b2f675afefee4441e134d43f182404bff50d\' ct_options=\'{\"ct_id\":69,\"ct_parent\":68,\"selector\":\"image-69-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3ba3953accf3eccf3868b0bfe40a0d65e605a9309b3a500f707cde4d6f17ee15\' ct_options=\'{\"ct_id\":70,\"ct_parent\":67,\"selector\":\"div_block-70-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"},\"activeselector\":\"hyperion-simple-text-1\"}\'][ct_image ct_sign_sha256=\'c50ba40b7c9355030e0d6a7c1094ef57449c60344c9b5938d79767f41d61a444\' ct_options=\'{\"ct_id\":71,\"ct_parent\":70,\"selector\":\"image-71-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Raw-Pressery-logo.jpg\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3bfd9d6b8a02b406cd7d73b596cd451e148ef30e559645a539110eb417363ad9\' ct_options=\'{\"ct_id\":72,\"ct_parent\":67,\"selector\":\"div_block-72-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'6b72d96b6779dab58eea0e97045560ddb28db12c12c08909c2bb48507eeef14d\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"image-73-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProNature-NEWLogo.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'a27eba28a7370d661dcfb27d97d5e59f4e5be8f870349af053917ac51afa340a\' ct_options=\'{\"ct_id\":74,\"ct_parent\":67,\"selector\":\"div_block-74-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'72e3d17bf2d24c0be6b60e381196a834f3882fbf1cfb1e15e4248f9f20480e8f\' ct_options=\'{\"ct_id\":75,\"ct_parent\":74,\"selector\":\"image-75-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/LOGO-BLACK.png\",\"height\":\"120\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'2f029174a9c5d2b9bf68acc2164b0ca3341be76d620eed8dc417d280952992d3\' ct_options=\'{\"ct_id\":76,\"ct_parent\":66,\"selector\":\"new_columns-76-43\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'7ff43e80fac2018bc19c18acd3888a2f9669a4cb996cadddb0937ba4da88e4d6\' ct_options=\'{\"ct_id\":81,\"ct_parent\":76,\"selector\":\"div_block-81-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'c67cc90b5eec3c1a9840478a46e5267778c792fbe2deef88798d97cbb51851b7\' ct_options=\'{\"ct_id\":82,\"ct_parent\":81,\"selector\":\"image-82-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/PH-LOGO.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c9124b78b338b6de86549e8d62cf79d4d2341f15c3cc53f786f6cd75546deecc\' ct_options=\'{\"ct_id\":83,\"ct_parent\":76,\"selector\":\"div_block-83-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'d719a2a87dfeb6516aedda556fce05e3eb9b029dec70a6eaa101267208bcec96\' ct_options=\'{\"ct_id\":84,\"ct_parent\":83,\"selector\":\"image-84-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpp_logo_new_400x400.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'c07d8f4e3fc5079133864da5fb08d81a87068f8673ed224d2d90a52bab2c9b16\' ct_options=\'{\"ct_id\":85,\"ct_parent\":0,\"selector\":\"section-85-43\",\"original\":{\"container-padding-top\":\"65\",\"container-padding-bottom\":\"57\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"globalConditionsResult\":true},\"nicename\":\"Meet the Team\",\"ct_category\":\"People\",\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\",\"container-padding-top\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'62983bc87f6fcc00631e616c2bb319c9343eb2a840fb0bc0a76ac7ba945d9369\' ct_options=\'{\"ct_id\":87,\"ct_parent\":85,\"selector\":\"headline-87-43\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(1)\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Meet  the Team[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'386f2a8654c1eef981b2321054b664dea49b24758ac29e1cb93ed5a73a4f8874\' ct_options=\'{\"ct_id\":89,\"ct_parent\":85,\"selector\":\"new_columns-89-43\",\"original\":{\"globalConditionsResult\":true,\"border-right-style\":\"solid\",\"border-right-width\":\"2\",\"border-right-color\":\"color(10)\",\"border-bottom-style\":\"solid\",\"border-bottom-width\":\"2\",\"border-bottom-color\":\"color(10)\",\"border-top-color\":\"color(10)\",\"border-left-color\":\"color(10)\",\"border-top-width\":\"2\",\"border-left-width\":\"2\"}}\'][ct_div_block_2 ct_sign_sha256=\'ea9f5306b647fd04d6eb9a7eb810ebed1a446eb57f78ce7066351f3e49c202ea\' ct_options=\'{\"ct_id\":90,\"ct_parent\":89,\"selector\":\"div_block-90-43\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-column\"}}\'][ct_image ct_sign_sha256=\'49ef6f14b71b702806cbddaf16c5be7684d095554fb5f286a581b8e3d0cbd19a\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"image-91-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Shahid-Profile.jpeg\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-avatar\"},\"activeselector\":\"hyperion-team-1-avatar\"}\'][/ct_image][ct_headline ct_sign_sha256=\'965c83d107587cd06c770b3d2d92e4fba9ec0a83c014481083d1f7a2d6a35d11\' ct_options=\'{\"ct_id\":92,\"ct_parent\":90,\"selector\":\"headline-92-43\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-title\"},\"activeselector\":\"hyperion-team-1-title\"}\']SHAHID KHAN[/ct_headline][ct_text_block ct_sign_sha256=\'c14ea3e0d5214f499e15b43b9d87047fd634e47aae05ec557694345b0c82778f\' ct_options=\'{\"ct_id\":93,\"ct_parent\":90,\"selector\":\"text_block-93-43\",\"original\":{\"max-width\":\"360\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-bottom\":\"24\"}},\"phone-portrait\":{\"original\":{\"margin-bottom\":\"18\"}}}}\']Managing Trustee[/ct_text_block][oxy_social_icons ct_sign_sha256=\'06d95f0727f671291041fab18a1ff56b9d1029923d1f2155f2fbfd6fc5049f78\' ct_options=\'{\"ct_id\":94,\"ct_parent\":90,\"selector\":\"_social_icons-94-43\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/shahidkgo\",\"icon-instagram\":\"https://instagram.com/shahidkinsta\",\"icon-twitter\":\"https://twitter.com/shahidktweet\",\"icon-size\":\"24\",\"icon-style\":\"circle\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(9)\",\"icon-color\":\"color(3)\",\"icon-background-hover-color\":\"color(2)\",\"margin-top\":\"12\",\"padding-bottom\":\"48\",\"globalConditionsResult\":true,\"icon-linkedin\":\"https://www.linkedin.com/in/goshahid/\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ba1b8de73f7226bb10fbef53978a1a0a46e091f1fe88dde527471614d5821eb9\' ct_options=\'{\"ct_id\":95,\"ct_parent\":89,\"selector\":\"div_block-95-43\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-column\"}}\'][ct_image ct_sign_sha256=\'18e42fab9f09f73ad6861f56ff8179c7b0ed11b18ad844cdf765ffa853a3ddc0\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"image-96-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Pavan-Linkedin.jpeg\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-avatar\"},\"activeselector\":\"hyperion-team-1-avatar\"}\'][/ct_image][ct_headline ct_sign_sha256=\'7b27a493f06e074ba5994d50fdf98ccc68c8d55f3fa6c924bf0621f0ff8fef62\' ct_options=\'{\"ct_id\":97,\"ct_parent\":95,\"selector\":\"headline-97-43\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-title\"},\"activeselector\":\"hyperion-team-1-title\"}\']PAVAN SRIRAM[/ct_headline][ct_text_block ct_sign_sha256=\'cfdc2d3d870410b684bd7a768833504118a8c95ea365bc5ea4421cadf2755b9f\' ct_options=\'{\"ct_id\":98,\"ct_parent\":95,\"selector\":\"text_block-98-43\",\"original\":{\"max-width\":\"360\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-bottom\":\"24\"}},\"phone-portrait\":{\"original\":{\"margin-bottom\":\"18\"}}}}\']Managing Trustee[/ct_text_block][oxy_social_icons ct_sign_sha256=\'de7810d5499caecbd3f0dd1bd9d07122e8724a012f92e2fdc5a00b8e86afa8e3\' ct_options=\'{\"ct_id\":99,\"ct_parent\":95,\"selector\":\"_social_icons-99-43\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/pavan.sriram.7\",\"icon-size\":\"24\",\"icon-style\":\"circle\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(9)\",\"icon-color\":\"color(3)\",\"icon-background-hover-color\":\"color(2)\",\"margin-top\":\"12\",\"padding-bottom\":\"48\",\"globalConditionsResult\":true,\"icon-linkedin\":\"https://www.linkedin.com/in/pavansriram/\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_2][/ct_new_columns_2][/ct_section]');
INSERT INTO `ayqgmg_wp1v_postmeta` VALUES (706,43,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'399d7f8cef8809f280ed75fff4bc0c5c627ab4c442dd50f75c0472993b7b8214\' ct_options=\'{\"ct_id\":40,\"ct_parent\":0,\"selector\":\"section-40-43\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"center\",\"container-padding-top\":\"53\",\"container-padding-bottom\":\"31\",\"section-width\":\"page-width\",\"custom-width-unit\":\"px\",\"custom-width\":\"640\"},\"activeselector\":false,\"nicename\":\"Simple Text Three Columns\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\"}}}}\'][ct_text_block ct_sign_sha256=\'0f79da8c6acbedc1392e4aa05c31f843c4d9240854a6326b2e1150f1db3923da\' ct_options=\'{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"text_block-41-43\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\"}\']PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'322dd5aa93f114bae4d1e0a8ae5b0af2e5e775fabdd54a6d8658e24a19ee3749\' ct_options=\'{\"ct_id\":42,\"ct_parent\":40,\"selector\":\"headline-42-43\",\"original\":{\"color\":\"color(1)\",\"text-align\":\"center\",\"margin-bottom\":\"36\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']About Us[/ct_headline][ct_text_block ct_sign_sha256=\'bb541b474a58cb2c4ba2958818989556b6a54ea4afa05a3bd335934f6080a5ab\' ct_options=\'{\"ct_id\":43,\"ct_parent\":40,\"selector\":\"text_block-43-43\",\"classes\":{\"0\":\"hyperion-simple-text-3\"},\"activeselector\":\"hyperion-simple-text-3\"}\']At ProSports Foundation, we believe in transforming the CSR ecosystem, by integrating corporates and its workforce, recipient institutions, individuals and the government ensuring that there is proper flow of capital and information, while also engaging stakeholders effectively.<br><br>With technology as an enabler, our vision is to empower corporates to discover, engage, and then collaborate with the most suitable recipient. At the same time address the structural issues in the social sector and help recipient organisations develop their digital capabilities and reach.<br><br>Our core focus is enabling factors like availability of nutrition, community support and rehabilitation, teacher training, vocational training programmes, assistive technology, access to healthcare etc. Our work in this space covers multiple categories of special needs, early intervention and inclusive education.<br>[/ct_text_block][ct_code_block ct_sign_sha256=\'fc3969481ab39bb98c56b61f5e9de445de99d5bf95f98b1574bcaed8cac7d462\' ct_options=\'{\"ct_id\":45,\"ct_parent\":40,\"selector\":\"code_block-45-43\",\"original\":{\"code-php\":\"PCEtLSAtLT4=\",\"flex-direction\":\"unset\",\"display\":\"none\",\"code-css\":\"Lmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZC1jb2xvcjogY29sb3IoMTQpOwogIGZvbnQtZmFtaWx5OiAnQWxlZ3JleWEnOwogIGNvbG9yOiBjb2xvcigxMik7CiAgcGFkZGluZzogMThweCAyNHB4OwogIG1hcmdpbi1sZWZ0OiAwOwogIG1hcmdpbi1yaWdodDogMDsKICBmb250LXNpemU6IDE2cHg7CiAgbGluZS1oZWlnaHQ6IDEuNWVtOwogIGZvbnQtc3R5bGU6IGl0YWxpYzsKICBmb250LXNpemU6IDIwcHg7CiAgYnJlYWstaW5zaWRlOiBhdm9pZDsKfQoKLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgaW1nIHsKICBtYXgtd2lkdGg6IDEwMCU7CiAgaGVpZ2h0OiBhdXRvOwogIG1hcmdpbi10b3A6IDE4cHg7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0zIG9sIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAyOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0zIHNwYW4gb2wgbGk6YmVmb3JlIHsKICBjb2xvcjogY29sb3IoMTYpOwogIGNvbnRlbnQ6IGNvdW50ZXIobGlzdCkgIi4iOwogIGxlZnQ6IC0zNnB4OwogIGZvbnQtd2VpZ2h0OiA5MDA7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKfQoKLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgdWwgbGkgewogIGNvdW50ZXItaW5jcmVtZW50OiBsaXN0OwogIGxpc3Qtc3R5bGUtdHlwZTogbm9uZTsKICBwb3NpdGlvbjogcmVsYXRpdmU7CiAgbGluZS1oZWlnaHQ6IDI7Cn0KCi8qIE91dHB1dCB0aGUgbnVtYmVycyB1c2luZyB0aGUgY291bnRlcigpIGZ1bmN0aW9uLCBidXQgdXNlIGEgY3VzdG9tIGNvbG9yLCBhbmQgcG9zaXRpb24gdGhlIG51bWJlcnMgaG93IHdlIHdhbnQgKi8KLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgc3BhbiB1bCBsaTpiZWZvcmUgewogIGNvbG9yOiBjb2xvcigxNik7CiAgY29udGVudDoi4oCiIjsKICBsZWZ0OiAtNDJweDsKICBwb3NpdGlvbjogYWJzb2x1dGU7CiAgdGV4dC1hbGlnbjogcmlnaHQ7CiAgd2lkdGg6IDEuNWVtOwogIGZvbnQtd2VpZ2h0OiA5MDA7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0zIC53cC1jYXB0aW9uLXRleHQgewogIGNvbG9yOiAjOTk5OTk5OwogIGZvbnQtc3R5bGU6IGl0YWxpYzsKICBmb250LXNpemU6IDEycHg7CiAgbWFyZ2luLXRvcDogMDsKfQoKLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgYSB7CiAgY29sb3I6IGNvbG9yKDE2KTsKfQoKLmh5cGVyaW9uLXNpbXBsZS10ZXh0LTMgLndwLWNhcHRpb24uYWxpZ25ub25lIHsKICB3aWR0aDogMTAwJSAhaW1wb3J0YW50Owp9CgouaHlwZXJpb24tdGhyZWUtY29sdW1ucy13cmFwcGVyIHsKICBjb2x1bW4tY291bnQ6IDM7CiAgY29sdW1uLWdhcDogNDhweDsKfQoKQG1lZGlhKG1heC13aWR0aDogOTkycHgpIHsuaHlwZXJpb24tdGhyZWUtY29sdW1ucy13cmFwcGVyIHsKICBjb2x1bW4tY291bnQ6IDI7Cn0KfQoKQG1lZGlhKG1heC13aWR0aDogNzY4cHgpIHsuaHlwZXJpb24tdGhyZWUtY29sdW1ucy13cmFwcGVyIHsKICBjb2x1bW4tY291bnQ6IDE7Cn0KfQo=\"}}\'][/ct_code_block][/ct_section][ct_section ct_sign_sha256=\'ace2b1c8e0e54bf5ad9dcfb9ccbd559903f32a2773ca147e91687a954d535f67\' ct_options=\'{\"ct_id\":49,\"ct_parent\":0,\"selector\":\"section-49-43\",\"original\":{\"container-padding-top\":\"26\",\"container-padding-bottom\":\"37\"},\"activeselector\":false}\'][oxy_toggle_2 ct_sign_sha256=\'ad134676d7ecb4d09279fbdc0447dbc9989a55c4578b326592394bdf631e2d14\' ct_options=\'{\"ct_id\":50,\"ct_parent\":49,\"selector\":\"_toggle-50-43\",\"original\":{\"toggle_active_class\":\"toggle-8784-expanded\"},\"classes\":{\"0\":\"toggle-8784\",\"1\":\"toggle-8784-expanded\"},\"activeselector\":\"toggle-8784\"}\'][ct_headline ct_sign_sha256=\'e4ba81d1bf41c8e6096b1af750e4ab54523b6f536208443ee2d2675f996706c3\' ct_options=\'{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"headline-51-43\"}\']Inclusive Education[/ct_headline][/oxy_toggle_2][ct_text_block ct_sign_sha256=\'a378ca85f2c4b877fd763231af4d4b6f182f9a698c86cf8c74aea794b28bcd25\' ct_options=\'{\"ct_id\":52,\"ct_parent\":49,\"selector\":\"text_block-52-43\",\"original\":{\"background-color\":\"color(10)\",\"color\":\"color(12)\",\"margin-top\":\"0\",\"margin-left\":\"0\",\"margin-right\":\"0\",\"margin-bottom\":\"0\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"activeselector\":false}\']Inclusive education is when all students, no matter what the challenges are, are placed inclusive classrooms suitable to their age while receiving the same instruction, interventions, and supports that enable them to meet success in the core curriculum as their non-disabled peers.&nbsp;<br><br>ProSports Foundation is leading the way in helping providing superior education facilities to children with special needs and the underprivileged through its corporate partners and fund raising initiatives.<br><br>To ensure holistic development of the students, we want to facilitate school admissions and fees, accommodation, study support, nutrition and health care, accessible infrastructure, online resources, study material and so on for our recipient institutes.<br>[/ct_text_block][oxy_toggle_2 ct_sign_sha256=\'bd4c14378b2876d65517bd416c8a61062a672ec68e052bf0cff44a90eacbbb9e\' ct_options=\'{\"ct_id\":55,\"ct_parent\":49,\"selector\":\"_toggle-55-43\",\"original\":{\"toggle_active_class\":\"toggle-5891-expanded\"},\"classes\":{\"0\":\"toggle-5891\",\"1\":\"toggle-5891-expanded\"},\"activeselector\":\"toggle-5891\"}\'][ct_headline ct_sign_sha256=\'10db6b70ca8ec37ac76fde11506c2a3af0ef262acc9fd1e8a3ea4988e76c33e9\' ct_options=\'{\"ct_id\":56,\"ct_parent\":55,\"selector\":\"headline-56-43\"}\']Sports[/ct_headline][/oxy_toggle_2][ct_text_block ct_sign_sha256=\'6d522ed79490e93ac4e800622db9fc9d39491fbed577ad41158a2a6a6d9def98\' ct_options=\'{\"ct_id\":57,\"ct_parent\":49,\"selector\":\"text_block-57-43\",\"original\":{\"background-color\":\"color(10)\",\"color\":\"color(12)\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"activeselector\":false}\']ProSports perceives sports as a medium to improve inclusion and to encourage persons with special needs on various fronts. Here are some initiatives we are involved in with our corporate partners and encourage you to partner with us:<br>1.	Our community sport programmes such as marathons, cycling or biking offer great opportunities to strengthen the social fabric in cities and towns to crowd fund and grow various social causes.<br>2.	Strong PE (Physical Education) programmes require trained coaches and PE teachers. India is short of 2 million coaches to hit its 2022 target. We are short of 40,000 teachers to instruct children in PE classes.<br>3.	Contextual learning kits and aids for under privileged and special children.<br>4.	Rural teacher training, establishing rural sports academies and capacity building.<br>5.	Engagement programmes of new mothers and community members towards positive health and nutrition practices and play in the home environment.<br>[/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'cba2a0f53d73a8a0199221473ea11ab4b1f7bc278a96cab83e56048cd60325c3\' ct_options=\'{\"ct_id\":60,\"ct_parent\":0,\"selector\":\"section-60-43\",\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"25\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'0b121d001b1ed5601efd295938c95977c4af886baaf47dd51ffe3e5d785b7d93\' ct_options=\'{\"ct_id\":61,\"ct_parent\":60,\"selector\":\"headline-61-43\"}\']Outreach partners[/ct_headline][ct_text_block ct_sign_sha256=\'25bb307d2e16eba13da261b7068da83074d66faf469036f094b96d62c79b90d0\' ct_options=\'{\"ct_id\":62,\"ct_parent\":60,\"selector\":\"text_block-62-43\"}\']Our association with our outreach partners will also largely aid in the implementation of these initiatives, their sustainability, upscaling, and geographical expansion.[/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'ae7591167e70fdcb365bf97e6c7cf7a80f1ec11430945e68c4cecc6013a8c7c3\' ct_options=\'{\"ct_id\":66,\"ct_parent\":0,\"selector\":\"section-66-43\",\"original\":{\"container-padding-top\":\"1\",\"container-padding-bottom\":\"60\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Logo Grid Simple\",\"ct_category\":\"Social Proof\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'684e913d64a16c3313e612ce348d2f436aa8ade1a38cafd5e280a97c72e354ff\' ct_options=\'{\"ct_id\":67,\"ct_parent\":66,\"selector\":\"new_columns-67-43\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{}}\'][ct_div_block_2 ct_sign_sha256=\'629ab364639ec8f57180a223bd45cba4b60baf957171a91c94907742eaa1899c\' ct_options=\'{\"ct_id\":68,\"ct_parent\":67,\"selector\":\"div_block-68-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'729caddd9bdb62d0a755a067f408b2f675afefee4441e134d43f182404bff50d\' ct_options=\'{\"ct_id\":69,\"ct_parent\":68,\"selector\":\"image-69-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3ba3953accf3eccf3868b0bfe40a0d65e605a9309b3a500f707cde4d6f17ee15\' ct_options=\'{\"ct_id\":70,\"ct_parent\":67,\"selector\":\"div_block-70-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"},\"activeselector\":\"hyperion-simple-text-1\"}\'][ct_image ct_sign_sha256=\'c50ba40b7c9355030e0d6a7c1094ef57449c60344c9b5938d79767f41d61a444\' ct_options=\'{\"ct_id\":71,\"ct_parent\":70,\"selector\":\"image-71-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Raw-Pressery-logo.jpg\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3bfd9d6b8a02b406cd7d73b596cd451e148ef30e559645a539110eb417363ad9\' ct_options=\'{\"ct_id\":72,\"ct_parent\":67,\"selector\":\"div_block-72-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'6b72d96b6779dab58eea0e97045560ddb28db12c12c08909c2bb48507eeef14d\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"image-73-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProNature-NEWLogo.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'a27eba28a7370d661dcfb27d97d5e59f4e5be8f870349af053917ac51afa340a\' ct_options=\'{\"ct_id\":74,\"ct_parent\":67,\"selector\":\"div_block-74-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'72e3d17bf2d24c0be6b60e381196a834f3882fbf1cfb1e15e4248f9f20480e8f\' ct_options=\'{\"ct_id\":75,\"ct_parent\":74,\"selector\":\"image-75-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/LOGO-BLACK.png\",\"height\":\"120\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'2f029174a9c5d2b9bf68acc2164b0ca3341be76d620eed8dc417d280952992d3\' ct_options=\'{\"ct_id\":76,\"ct_parent\":66,\"selector\":\"new_columns-76-43\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'7ff43e80fac2018bc19c18acd3888a2f9669a4cb996cadddb0937ba4da88e4d6\' ct_options=\'{\"ct_id\":81,\"ct_parent\":76,\"selector\":\"div_block-81-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'c67cc90b5eec3c1a9840478a46e5267778c792fbe2deef88798d97cbb51851b7\' ct_options=\'{\"ct_id\":82,\"ct_parent\":81,\"selector\":\"image-82-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/PH-LOGO.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'c9124b78b338b6de86549e8d62cf79d4d2341f15c3cc53f786f6cd75546deecc\' ct_options=\'{\"ct_id\":83,\"ct_parent\":76,\"selector\":\"div_block-83-43\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'d719a2a87dfeb6516aedda556fce05e3eb9b029dec70a6eaa101267208bcec96\' ct_options=\'{\"ct_id\":84,\"ct_parent\":83,\"selector\":\"image-84-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpp_logo_new_400x400.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'c62aff0b37fcfb16d135458b24630973f3ee3bace17b61dbe24ac2517dd0227a\' ct_options=\'{\"ct_id\":85,\"ct_parent\":0,\"selector\":\"section-85-43\",\"original\":{\"container-padding-top\":\"65\",\"container-padding-bottom\":\"57\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"globalConditionsResult\":true},\"nicename\":\"Meet the Team\",\"ct_category\":\"People\",\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-bottom\":\"80\",\"container-padding-top\":\"60\"}}}}\'][ct_text_block ct_sign_sha256=\'53aa96475b3f4b771cc8d4985e272a2d56fab24518b49a0fe2cc47483eb93bbc\' ct_options=\'{\"ct_id\":86,\"ct_parent\":85,\"selector\":\"text_block-86-43\",\"classes\":{\"0\":\"hyperion-subheading\"},\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']PEOPLE[/ct_text_block][ct_headline ct_sign_sha256=\'62983bc87f6fcc00631e616c2bb319c9343eb2a840fb0bc0a76ac7ba945d9369\' ct_options=\'{\"ct_id\":87,\"ct_parent\":85,\"selector\":\"headline-87-43\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(1)\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Meet  the Team[/ct_headline][ct_new_columns_2 ct_sign_sha256=\'386f2a8654c1eef981b2321054b664dea49b24758ac29e1cb93ed5a73a4f8874\' ct_options=\'{\"ct_id\":89,\"ct_parent\":85,\"selector\":\"new_columns-89-43\",\"original\":{\"globalConditionsResult\":true,\"border-right-style\":\"solid\",\"border-right-width\":\"2\",\"border-right-color\":\"color(10)\",\"border-bottom-style\":\"solid\",\"border-bottom-width\":\"2\",\"border-bottom-color\":\"color(10)\",\"border-top-color\":\"color(10)\",\"border-left-color\":\"color(10)\",\"border-top-width\":\"2\",\"border-left-width\":\"2\"}}\'][ct_div_block_2 ct_sign_sha256=\'ea9f5306b647fd04d6eb9a7eb810ebed1a446eb57f78ce7066351f3e49c202ea\' ct_options=\'{\"ct_id\":90,\"ct_parent\":89,\"selector\":\"div_block-90-43\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-column\"}}\'][ct_image ct_sign_sha256=\'49ef6f14b71b702806cbddaf16c5be7684d095554fb5f286a581b8e3d0cbd19a\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"image-91-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Shahid-Profile.jpeg\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-avatar\"},\"activeselector\":\"hyperion-team-1-avatar\"}\'][/ct_image][ct_headline ct_sign_sha256=\'965c83d107587cd06c770b3d2d92e4fba9ec0a83c014481083d1f7a2d6a35d11\' ct_options=\'{\"ct_id\":92,\"ct_parent\":90,\"selector\":\"headline-92-43\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-title\"},\"activeselector\":\"hyperion-team-1-title\"}\']SHAHID KHAN[/ct_headline][ct_text_block ct_sign_sha256=\'c14ea3e0d5214f499e15b43b9d87047fd634e47aae05ec557694345b0c82778f\' ct_options=\'{\"ct_id\":93,\"ct_parent\":90,\"selector\":\"text_block-93-43\",\"original\":{\"max-width\":\"360\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-bottom\":\"24\"}},\"phone-portrait\":{\"original\":{\"margin-bottom\":\"18\"}}}}\']Managing Trustee[/ct_text_block][oxy_social_icons ct_sign_sha256=\'06d95f0727f671291041fab18a1ff56b9d1029923d1f2155f2fbfd6fc5049f78\' ct_options=\'{\"ct_id\":94,\"ct_parent\":90,\"selector\":\"_social_icons-94-43\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/shahidkgo\",\"icon-instagram\":\"https://instagram.com/shahidkinsta\",\"icon-twitter\":\"https://twitter.com/shahidktweet\",\"icon-size\":\"24\",\"icon-style\":\"circle\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(9)\",\"icon-color\":\"color(3)\",\"icon-background-hover-color\":\"color(2)\",\"margin-top\":\"12\",\"padding-bottom\":\"48\",\"globalConditionsResult\":true,\"icon-linkedin\":\"https://www.linkedin.com/in/goshahid/\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ba1b8de73f7226bb10fbef53978a1a0a46e091f1fe88dde527471614d5821eb9\' ct_options=\'{\"ct_id\":95,\"ct_parent\":89,\"selector\":\"div_block-95-43\",\"original\":{\"width\":33.3299999999999982946974341757595539093017578125,\"width-unit\":\"%\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-column\"}}\'][ct_image ct_sign_sha256=\'18e42fab9f09f73ad6861f56ff8179c7b0ed11b18ad844cdf765ffa853a3ddc0\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"image-96-43\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Pavan-Linkedin.jpeg\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-avatar\"},\"activeselector\":\"hyperion-team-1-avatar\"}\'][/ct_image][ct_headline ct_sign_sha256=\'7b27a493f06e074ba5994d50fdf98ccc68c8d55f3fa6c924bf0621f0ff8fef62\' ct_options=\'{\"ct_id\":97,\"ct_parent\":95,\"selector\":\"headline-97-43\",\"original\":{\"tag\":\"h4\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-team-1-title\"},\"activeselector\":\"hyperion-team-1-title\"}\']PAVAN SRIRAM[/ct_headline][ct_text_block ct_sign_sha256=\'cfdc2d3d870410b684bd7a768833504118a8c95ea365bc5ea4421cadf2755b9f\' ct_options=\'{\"ct_id\":98,\"ct_parent\":95,\"selector\":\"text_block-98-43\",\"original\":{\"max-width\":\"360\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-bottom\":\"24\"}},\"phone-portrait\":{\"original\":{\"margin-bottom\":\"18\"}}}}\']Managing Trustee[/ct_text_block][oxy_social_icons ct_sign_sha256=\'de7810d5499caecbd3f0dd1bd9d07122e8724a012f92e2fdc5a00b8e86afa8e3\' ct_options=\'{\"ct_id\":99,\"ct_parent\":95,\"selector\":\"_social_icons-99-43\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/pavan.sriram.7\",\"icon-size\":\"24\",\"icon-style\":\"circle\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(9)\",\"icon-color\":\"color(3)\",\"icon-background-hover-color\":\"color(2)\",\"margin-top\":\"12\",\"padding-bottom\":\"48\",\"globalConditionsResult\":true,\"icon-linkedin\":\"https://www.linkedin.com/in/pavansriram/\"},\"activeselector\":false}\'][/oxy_social_icons][/ct_div_block_2][/ct_new_columns_2][/ct_section]'),(707,43,'ct_builder_shortcodes_revisions_dates','1600461000'),(709,43,'ct_builder_shortcodes_revisions_dates','1600461011'),(710,16,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'ede4b2bf66a3bc23b797dcfcdb6ce04c9defe6f7b6084d00a46195060915a3da\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-16\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"100\",\"container-padding-top\":\"128\",\"container-padding-bottom\":\"120\",\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\"},\"activeselector\":false,\"nicename\":\"Music Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'161b944d9b6920cc52b81c73fd1fc6a4a1bf5cca796e63e2140378cd748b0056\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"text_block-3-16\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']FUNDRAISER FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'d01ab8884a79ecf9f24e6b6edf3940baf1f4e429dd941fa9af567de9ffe3096f\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"headline-4-16\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"100\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false}\']Bengaluru to Mysuru[/ct_headline][ct_text_block ct_sign_sha256=\'4aa8efd61e628af9d7f7461f7028ef6dd7c458cd02941fa9e1e534458b81c61e\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-16\",\"original\":{\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']We are cycling from Bengaluru to Mysuru to support Deepika School and raise funds for the education of Special Children[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'93f0ca80fb9c7d4d5fdb5bcc5148bc8299de8e90e67206d04519ac67fad639bd\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"div_block-6-16\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_text ct_sign_sha256=\'ca31071e3fda0b8a5932f054e3a32d0b13219d2909018af1427681fb932f56b5\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"link_text-7-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'d5f6e39d1e185791d94c87430ed53e4a934b4392024595a0a843c9410a7c57be\' ct_options=\'{\"ct_id\":8,\"ct_parent\":6,\"selector\":\"link_text-8-16\",\"original\":{\"color\":\"color(3)\",\"url\":\"https://form.prosportsfoundation.com/apply\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"hover\":{\"background-color\":\"#ffffff\",\"color\":\"color(12)\"}}\']APPLY TO JOIN THE RIDE[/ct_link_text][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'0a49e83fdff428c2d2c3ec7cda811f69df697598469d7b7aaa4b7d876e706994\' ct_options=\'{\"ct_id\":44,\"ct_parent\":0,\"selector\":\"section-44-16\",\"original\":{\"container-padding-top\":\"84\",\"container-padding-bottom\":\"25\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"nicename\":\"Stats Boxes\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"80\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'83c9f43cda8c1894b5809e7dd1076cad92578fbbdd6d458e2893ccca8579c22d\' ct_options=\'{\"ct_id\":18,\"ct_parent\":44,\"selector\":\"headline-18-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Goal: Raise Rs.6 Lakhs[/ct_headline][ct_text_block ct_sign_sha256=\'e6bcf7499e12ca59e468f1d31e09893dcf63ac926a10a7aa7cf99274dfda3ee6\' ct_options=\'{\"ct_id\":19,\"ct_parent\":44,\"selector\":\"text_block-19-16\",\"original\":{\"margin-bottom\":\"49\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']It costs Rs.60,000 p.a. to teach each special child supported by Deepika Trust[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'7555d876c14a36353122d1d639cbda138b1efa1791bf98989a40500be152431a\' ct_options=\'{\"ct_id\":47,\"ct_parent\":44,\"selector\":\"new_columns-47-16\",\"original\":{\"reverse-column-order\":\"never\",\"set-columns-width-50\":\"tablet\",\"flex-reverse\":\"false\"}}\'][ct_div_block_2 ct_sign_sha256=\'856f2e28ff1e07bcab829a7de5c06da7fe178792bf3f263e7194acfcda6e65e6\' ct_options=\'{\"ct_id\":48,\"ct_parent\":47,\"selector\":\"div_block-48-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'4381752516a6e173d7787e7c41ac5e146c923935338b2c474c83170cc3d05454\' ct_options=\'{\"ct_id\":17,\"ct_parent\":48,\"selector\":\"text_block-17-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Distance: 150 Kms[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ea8b569e732981c1a35020417710b50f485bf7d75913194712acea6e5c41d31f\' ct_options=\'{\"ct_id\":52,\"ct_parent\":47,\"selector\":\"div_block-52-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'f8bfe90f6527e5093d426f784f50f154faa13a996b331c49fcdd39225cf1883f\' ct_options=\'{\"ct_id\":87,\"ct_parent\":52,\"selector\":\"text_block-87-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Time: 9 hours[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'698048d5b968b291c8fe2dadb40f79272d2edc6267ce87f890a2772312c51447\' ct_options=\'{\"ct_id\":56,\"ct_parent\":47,\"selector\":\"div_block-56-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'ea07ecfe4a3c24553c189c29ce8be5ca162ba61e1fbfc96b75ad73e56da8be6a\' ct_options=\'{\"ct_id\":89,\"ct_parent\":56,\"selector\":\"text_block-89-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']20 Cyclists[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3d88a50edcd375724c17c90a05965cb08ab9db43b2d2ded8d0bbc736325bce07\' ct_options=\'{\"ct_id\":60,\"ct_parent\":47,\"selector\":\"div_block-60-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'9442f93533c387d8c3d5e7f1fed19ccb35642421d5393b83633f9114fe0e9e80\' ct_options=\'{\"ct_id\":92,\"ct_parent\":60,\"selector\":\"text_block-92-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\",\"text-shadow-horizontal-offset\":\"1\",\"text-shadow-vertical-offset\":\"1\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Sponsor 10 Kids[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'517d0526162346e891ee835846dc496d3fe062fa04f7f8fb1ce0dd3f5ae7849c\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"section-16-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"44\",\"text-align\":\"center\",\"align-items\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'d7ae18b6d8239132b07fcccd5b729b3d3aa35073375db546e63b80460525efbb\' ct_options=\'{\"ct_id\":80,\"ct_parent\":16,\"selector\":\"text_block-80-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING AGENDA[/ct_text_block][ct_headline ct_sign_sha256=\'46239814ad3454298c78562d354c660d8920b86b06566be63fa9b8d4da45fff6\' ct_options=\'{\"ct_id\":70,\"ct_parent\":16,\"selector\":\"headline-70-16\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"tag\":\"h2\",\"color\":\"color(1)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']3rd Oct 2020[/ct_headline][ct_text_block ct_sign_sha256=\'7147d351819f3b87a5f3178eee0fe7eeb491e9f0b954af483b3824a2c8cc3b55\' ct_options=\'{\"ct_id\":292,\"ct_parent\":16,\"selector\":\"text_block-292-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-big-text\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']5:30 AM:  Start at Vidhan Soudha - 0 Kms<br>8:30 AM:  First stop at Ramanagara - 50 Kms<br>11:30 AM:  Second stop at Mandya - 100 Kms<br>2:30 PM: Finish at University of Mysuru - 150 Kms[/ct_text_block][ct_link_text ct_sign_sha256=\'64a04ed9322aee8e3e352cf0fcaa0d1aa102b7c379a159352df7c83983ade73b\' ct_options=\'{\"ct_id\":291,\"ct_parent\":16,\"selector\":\"link_text-291-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'22885e8986718b9d34fb0f7236596fe4b9a624834ec71495a701f6e53d059561\' ct_options=\'{\"ct_id\":206,\"ct_parent\":0,\"selector\":\"section-206-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Logo Grid Simple\",\"ct_category\":\"Social Proof\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'5bd24e4f1a44331a26c8f2d8fffea3e3fd0fd1aa53b54bad03c8efc1e252cc3e\' ct_options=\'{\"ct_id\":207,\"ct_parent\":206,\"selector\":\"new_columns-207-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{}}\'][ct_div_block_2 ct_sign_sha256=\'3e450551ec31e54c9ab64a2af594b31a9a9d9c0f122f13c123a275ec3304a21d\' ct_options=\'{\"ct_id\":208,\"ct_parent\":207,\"selector\":\"div_block-208-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"},\"activeselector\":\"hyperion-logogrid-1-column\"}\'][ct_image ct_sign_sha256=\'2ac1dfa139e6751e7cef59e9cb2fbe97f4ee1cca21c2add8bbae1ca5e874ff5f\' ct_options=\'{\"ct_id\":209,\"ct_parent\":208,\"selector\":\"image-209-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d55fa4604fc9131ff84590245c6f2bdb4b9a8585e8d75a026f9cd62cc4b289ca\' ct_options=\'{\"ct_id\":210,\"ct_parent\":207,\"selector\":\"div_block-210-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'e79f199cf23351b92c658720b3f72c04fbdea855cd04d90122cb2a294ded20c9\' ct_options=\'{\"ct_id\":211,\"ct_parent\":210,\"selector\":\"image-211-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Raw-Pressery-logo.jpg\",\"height\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8672e669f83438e13e05c1da50dc99295ae0ba8b4f92dd7f51bd9467751ff129\' ct_options=\'{\"ct_id\":212,\"ct_parent\":207,\"selector\":\"div_block-212-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f293a8df50390bf0a2873608e8626164709cfc7587f857b17941df66e9ec871b\' ct_options=\'{\"ct_id\":213,\"ct_parent\":212,\"selector\":\"image-213-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProNature-NEWLogo.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'919ecf0104a4992ccdabaebd8de3038aa81f6f8c3f67403600006dd3b2d8728a\' ct_options=\'{\"ct_id\":214,\"ct_parent\":207,\"selector\":\"div_block-214-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f307c73ef2b640ddebcc3b5cdca5e98b95fc7bad2f57cace5253f2864f5093e0\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"image-215-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/LOGO-BLACK.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'e0acad69af53b5e35005ef3352e3c9d465cc28ab447c442df9d2df20427dd510\' ct_options=\'{\"ct_id\":216,\"ct_parent\":206,\"selector\":\"new_columns-216-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a2c9aa63cda61eb7147b240994ff08fc9e82d92b4c040b373b1e4d914658af98\' ct_options=\'{\"ct_id\":221,\"ct_parent\":216,\"selector\":\"div_block-221-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'3845896da2c207bb2ca1601f32d4fc8d8c15191d346712f9bd3ab3d80b36a287\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"image-222-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/PH-LOGO.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'89a7a2daf6f140f9e0ddddc8501e705727fbba8488a3f9da150bf6df1d9ac1e8\' ct_options=\'{\"ct_id\":223,\"ct_parent\":216,\"selector\":\"div_block-223-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'80f68c36a2c94b0a09707ab899efcac1cf507c81854b448c88ea6d9f65ad8eb3\' ct_options=\'{\"ct_id\":224,\"ct_parent\":223,\"selector\":\"image-224-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpp_logo_new_400x400.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'104cee1e46ae2cc6095c6dad43a308375facf618fc11b9f6293d57ff8cb8d6f5\' ct_options=\'{\"ct_id\":130,\"ct_parent\":0,\"selector\":\"section-130-16\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-color\":\"color(1)\"},\"activeselector\":false,\"nicename\":\"Team Dark Three Columns\",\"ct_category\":\"People\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'4167e6616599bdc5c3337d069031b460aa95ffa0efe2029ca16dab270c9bfc85\' ct_options=\'{\"ct_id\":131,\"ct_parent\":130,\"selector\":\"text_block-131-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']DARE DEVILS[/ct_text_block][ct_headline ct_sign_sha256=\'8a0f5b7c834e5d722794c5c93386a279b8d6d1f9df9079c0a4b0f47acb841bf5\' ct_options=\'{\"ct_id\":132,\"ct_parent\":130,\"selector\":\"headline-132-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Meet the Cyclists[/ct_headline][ct_text_block ct_sign_sha256=\'5befa567a1376f1677156af5fc7e5fb88614db3753abb67d610427951b52b798\' ct_options=\'{\"ct_id\":133,\"ct_parent\":130,\"selector\":\"text_block-133-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']The cyclists who are willing to push for this cause[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'1b600dc64d0d901ed05528ff011b6df7fb3782069353b8099ea8a317a86b2372\' ct_options=\'{\"ct_id\":134,\"ct_parent\":130,\"selector\":\"div_block-134-16\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"flex-direction\":\"row\",\"display\":\"flex\",\"flex-wrap\":\"wrap\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'161af31d0b12688462f422cc1d6ac0a814468328ea13036f33995fc3da4e62d8\' ct_options=\'{\"ct_id\":135,\"ct_parent\":134,\"selector\":\"div_block-135-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"}}\'][ct_image ct_sign_sha256=\'a3862c017584c63ea9ccd7af2e4b0bb3fdaeb9a3244fc35127716dd04d844b18\' ct_options=\'{\"ct_id\":136,\"ct_parent\":135,\"selector\":\"image-136-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Shahid-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'761eb2870585f485ebce5c17f65358b02b140b807ff9c15e4ebeb7d2854fa286\' ct_options=\'{\"ct_id\":137,\"ct_parent\":135,\"selector\":\"headline-137-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SHAHID KHAN[/ct_headline][ct_text_block ct_sign_sha256=\'0b703b81ca1b7ed967310b25f42ffb54c6389d2b82e0d8ece4094a637b3bd08f\' ct_options=\'{\"ct_id\":138,\"ct_parent\":135,\"selector\":\"text_block-138-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"}}\']Rally Driver[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27d24d5a29c7548672780752a42c9c1175eea33c09b5c2748dcef582ef781d5c\' ct_options=\'{\"ct_id\":139,\"ct_parent\":135,\"selector\":\"_social_icons-139-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'6acdb033460909a81d32f2572f60e4b2c7011fcefbbe47ee6b8db25168377ea4\' ct_options=\'{\"ct_id\":140,\"ct_parent\":135,\"selector\":\"text_block-140-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Founder of Jumpptech. He is passionate about Digital Marketing, Technology, Entrepreneurship, Blogging, Cycling &amp; Rally Driving.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'601eafb8505f35b272b92e0b4f06fca771dd879fc55d85a8606435ac9e8d852f\' ct_options=\'{\"ct_id\":142,\"ct_parent\":134,\"selector\":\"div_block-142-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'8506eaaa6bdf7f94d7f6780b9178fb51b00cc3e27c69403ad112d6be699acd90\' ct_options=\'{\"ct_id\":143,\"ct_parent\":142,\"selector\":\"image-143-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Pavan-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'de833df7abc090c38b48dcfdf1a2e9621ca40a1f9935a22a5ca8e9cf8ccd02b6\' ct_options=\'{\"ct_id\":144,\"ct_parent\":142,\"selector\":\"headline-144-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']PAVAN SRIRAM[/ct_headline][ct_text_block ct_sign_sha256=\'a4d5f520255c87bbf342ee0e5b7a21da21392d0f2f0f230fb534425a0b0c9e6c\' ct_options=\'{\"ct_id\":145,\"ct_parent\":142,\"selector\":\"text_block-145-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Runner[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5b2409ec6606e498291a0e077f0a0a2f033361a4868d66b791cfff010d21e706\' ct_options=\'{\"ct_id\":146,\"ct_parent\":142,\"selector\":\"_social_icons-146-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'2bee1696a784d17a27a3b5a8698aa63e5e2416bb95db34478ef6eda9216eab29\' ct_options=\'{\"ct_id\":147,\"ct_parent\":142,\"selector\":\"text_block-147-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Pavan is an international marathoner and avid cyclist passionate about learning and education<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ebdbce7cb86326d29de856850fb72ef45014eca8f96a4c0fb07883dfeac58a00\' ct_options=\'{\"ct_id\":149,\"ct_parent\":134,\"selector\":\"div_block-149-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'5fcac82991f6bccb8d1b537d6e853ffdade710eb373949c91941bfc1d2ac0826\' ct_options=\'{\"ct_id\":150,\"ct_parent\":149,\"selector\":\"image-150-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Savitha-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'d13bbbc5c21b3e0b730473f39353e3534a85aed52c828dc6c5fb66b884800634\' ct_options=\'{\"ct_id\":151,\"ct_parent\":149,\"selector\":\"headline-151-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SAVITHA BHAVSAR[/ct_headline][ct_text_block ct_sign_sha256=\'c47f0abc5b27430197713b288571348217333129b703b9157924ac1d04024398\' ct_options=\'{\"ct_id\":152,\"ct_parent\":149,\"selector\":\"text_block-152-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Adventurer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'bc773317a40c8654610f3a29d56b26f199642c8b31dc73d75358e0dd09a1105b\' ct_options=\'{\"ct_id\":153,\"ct_parent\":149,\"selector\":\"_social_icons-153-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"6\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'e66dd9470e64c18c8f33223e45b58f5d1053537a019d355dddf939a4ba5ddebc\' ct_options=\'{\"ct_id\":154,\"ct_parent\":149,\"selector\":\"text_block-154-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Extended kindness trifling remember he confined outlived if. Assistance sentiments yet unpleasing say. Open they an busy they my such high. An active dinner wishes.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'29da090d1eda3577c373761d82d015023e7cde225c2efc3f0c2abefc7f80012e\' ct_options=\'{\"ct_id\":156,\"ct_parent\":134,\"selector\":\"div_block-156-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'3e1bcd2564ad2f4049169a24a25c63bfd6847f2c80c9357988d57da1b06eff78\' ct_options=\'{\"ct_id\":157,\"ct_parent\":156,\"selector\":\"image-157-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Bharath-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'85a7d9f1b770a4591b36e72fa13664c9ab49cc7fa3ec69e979dcf2f0969af0e2\' ct_options=\'{\"ct_id\":158,\"ct_parent\":156,\"selector\":\"headline-158-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']BHARATH[/ct_headline][ct_text_block ct_sign_sha256=\'1f90689c4dbd30c1b6e8f598af43f52dd21ebf5216efcd22b12a6d6ac56d04b5\' ct_options=\'{\"ct_id\":159,\"ct_parent\":156,\"selector\":\"text_block-159-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Cyclist[/ct_text_block][oxy_social_icons ct_sign_sha256=\'57b9863f99cf27cc9746880cc8829c195f9a24abe6da986cd3e614e380207c63\' ct_options=\'{\"ct_id\":160,\"ct_parent\":156,\"selector\":\"_social_icons-160-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d8a03deb2c1651b3281cf27e66f54431e49ff74d3c0b11cc40c75017ef2e33ba\' ct_options=\'{\"ct_id\":161,\"ct_parent\":156,\"selector\":\"text_block-161-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Bharat is a passionate cyclist and a marathoner. Globe trotter, he enjoys both cross country and inter city cycling formats[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'722d05da012929093c633ea8535c86d7479f60bf72e9b5546dfaabe9ef93a2dd\' ct_options=\'{\"ct_id\":236,\"ct_parent\":134,\"selector\":\"div_block-236-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'372dec1437e628ba860572a6a6e0ffe934ceb49ac206bbcf859a25bef219e5ce\' ct_options=\'{\"ct_id\":237,\"ct_parent\":236,\"selector\":\"image-237-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Ranvijay-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'ed66edd584c168767c4638c344d48c388b0a7c25148704e8dee74e0a23b98fb5\' ct_options=\'{\"ct_id\":238,\"ct_parent\":236,\"selector\":\"headline-238-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RANVIJAY PANDEY[/ct_headline][ct_text_block ct_sign_sha256=\'f30eea5337109bb5843802647f703ccb718e205856f931bad66ef45c4b5e247b\' ct_options=\'{\"ct_id\":239,\"ct_parent\":236,\"selector\":\"text_block-239-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Architect[/ct_text_block][oxy_social_icons ct_sign_sha256=\'386f64f7a1e37d63d17087168e3fee0348d6bf2b0ed4bd0787b1aa258838486d\' ct_options=\'{\"ct_id\":240,\"ct_parent\":236,\"selector\":\"_social_icons-240-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3a8ce1b995d0b9f2738363048c307238851fb6e7501f5e93d501b8f72dbe23cf\' ct_options=\'{\"ct_id\":241,\"ct_parent\":236,\"selector\":\"text_block-241-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Ran Vijay is IT Architect by profession. Worked with many IT leaders Like Infosys, IBM, Hitachi to name few. He is passionate about sports and fitness. His passion for cycling and running keep him fit and positive all the time. He is an inspiration for many.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d884ceda2a52358dd38675ec6713da3a4c6fe53d034826f08ec8114a6dba256e\' ct_options=\'{\"ct_id\":245,\"ct_parent\":134,\"selector\":\"div_block-245-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'7ff3c4b576d11ce2fb1196f4994771b52786cf31a4130b62c05fcc72431e3b77\' ct_options=\'{\"ct_id\":246,\"ct_parent\":245,\"selector\":\"image-246-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Sanjeev-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'944d4477417ca59d1882254d69df1d5572aeb253ffb600a5a9876addc9d770cc\' ct_options=\'{\"ct_id\":247,\"ct_parent\":245,\"selector\":\"headline-247-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SANJEEV KUMAR[/ct_headline][ct_text_block ct_sign_sha256=\'f94f333295a655ce78131356f4fba627f2e07e0fbabe96663bbb27519f8a4199\' ct_options=\'{\"ct_id\":248,\"ct_parent\":245,\"selector\":\"text_block-248-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Ironman[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27a9283bf9f8ae0bf1ab42dba10b97a74dd0fc5b2a48dc9c0a8b6f7f79a3dac4\' ct_options=\'{\"ct_id\":249,\"ct_parent\":245,\"selector\":\"_social_icons-249-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d909cf567fc185234acde99e3fff64f8f5e4528acce04664c02173eed402df1d\' ct_options=\'{\"ct_id\":250,\"ct_parent\":245,\"selector\":\"text_block-250-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Sanjeev is IT professional Worked with many IT leaders Like Infosys, Microsoft to name few. He is passionate sport person. He took the challenge and completed Ironman hosted in Goa in 2019. His passion for cycling and running keeps him fit. He is an inspiration for many.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7c34dfee54d144a2c63140383285629bc4fa356421e096ea39d9750d86c48d18\' ct_options=\'{\"ct_id\":163,\"ct_parent\":134,\"selector\":\"div_block-163-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'71d65d388b2432345aea39a6d3cd306442ce6ce1d726a8387212bdb7188769d3\' ct_options=\'{\"ct_id\":164,\"ct_parent\":163,\"selector\":\"image-164-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Rajiv-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'8300de98fce3c0d639a431c46bf00f39c0ae948ad2046201d43873861e16dc80\' ct_options=\'{\"ct_id\":165,\"ct_parent\":163,\"selector\":\"headline-165-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RAJIV[/ct_headline][ct_text_block ct_sign_sha256=\'d859041780181f015234deac6d59dc3719aff81c69384096e1724e8247de9ad3\' ct_options=\'{\"ct_id\":166,\"ct_parent\":163,\"selector\":\"text_block-166-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Spanish Lunguist[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5f1d06b6b9e80fd0755c641d69fb18655c44d3f09f8c3a99835265a7174a69c4\' ct_options=\'{\"ct_id\":167,\"ct_parent\":163,\"selector\":\"_social_icons-167-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'9ecc6ce9c2e6cbdec8b714c507f078a3c986c8e7eb805dacb8dbee762598638f\' ct_options=\'{\"ct_id\":168,\"ct_parent\":163,\"selector\":\"text_block-168-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Working as a Spanish Linguist in IBM. Settled in Bengaluru. A Bullet enthusiast &amp; have travelled to all parts of India.  I love outdoor Sports. Finished my Ironman 70.3 last year in Goa. Keep myself fit &amp; energized with Running, Swimming &amp; Cycling.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f721c37eb9462d9b80a2d0f1dac4889b6d229b6a82f43aa42cdda7215c496eb9\' ct_options=\'{\"ct_id\":285,\"ct_parent\":134,\"selector\":\"div_block-285-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'602f1087a24dc578ce20a4f939e5bb38bf9593f42a655eb871bd8859a63936db\' ct_options=\'{\"ct_id\":286,\"ct_parent\":285,\"selector\":\"image-286-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Nishant-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'5e2cc37dab8f98dda24e384712cc53b51ce592164fa889cd798f6e2b0817b9c6\' ct_options=\'{\"ct_id\":287,\"ct_parent\":285,\"selector\":\"headline-287-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']NISHANTH IYENGAR[/ct_headline][ct_text_block ct_sign_sha256=\'3e380f73bba13dfabd64d96551d104a2de7634c7ba45c6ea3afb9594fb251c76\' ct_options=\'{\"ct_id\":288,\"ct_parent\":285,\"selector\":\"text_block-288-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']PARENT TO PUPS[/ct_text_block][oxy_social_icons ct_sign_sha256=\'60a75a9c6eac29b9cb954dcfc9bee51a4eb63e50d848f8d3c20cfad25f861516\' ct_options=\'{\"ct_id\":289,\"ct_parent\":285,\"selector\":\"_social_icons-289-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'46cf23ae46ebe0204e683da57d8d5cc670f5a1b5ae781ebf75d9d1a1a65b5cde\' ct_options=\'{\"ct_id\":290,\"ct_parent\":285,\"selector\":\"text_block-290-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Cyclist, occasional runner, parent to couple of pups and like the outdoors.<br>[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(711,16,'ct_builder_shortcodes_revisions_dates','1600461375'),(866,16,'ct_builder_shortcodes_revisions_dates','1600513840'),(713,16,'ct_builder_shortcodes_revisions_dates','1600461445'),(722,16,'ct_builder_shortcodes_revisions_dates','1600484195'),(723,16,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'ede4b2bf66a3bc23b797dcfcdb6ce04c9defe6f7b6084d00a46195060915a3da\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-16\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"100\",\"container-padding-top\":\"128\",\"container-padding-bottom\":\"120\",\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\"},\"activeselector\":false,\"nicename\":\"Music Hero Section\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'161b944d9b6920cc52b81c73fd1fc6a4a1bf5cca796e63e2140378cd748b0056\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"text_block-3-16\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']FUNDRAISER FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'d01ab8884a79ecf9f24e6b6edf3940baf1f4e429dd941fa9af567de9ffe3096f\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"headline-4-16\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"100\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false}\']Bengaluru to Mysuru[/ct_headline][ct_text_block ct_sign_sha256=\'4aa8efd61e628af9d7f7461f7028ef6dd7c458cd02941fa9e1e534458b81c61e\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-16\",\"original\":{\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']We are cycling from Bengaluru to Mysuru to support Deepika School and raise funds for the education of Special Children[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'93f0ca80fb9c7d4d5fdb5bcc5148bc8299de8e90e67206d04519ac67fad639bd\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"div_block-6-16\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_text ct_sign_sha256=\'ca31071e3fda0b8a5932f054e3a32d0b13219d2909018af1427681fb932f56b5\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"link_text-7-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'d5f6e39d1e185791d94c87430ed53e4a934b4392024595a0a843c9410a7c57be\' ct_options=\'{\"ct_id\":8,\"ct_parent\":6,\"selector\":\"link_text-8-16\",\"original\":{\"color\":\"color(3)\",\"url\":\"https://form.prosportsfoundation.com/apply\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"hover\":{\"background-color\":\"#ffffff\",\"color\":\"color(12)\"}}\']APPLY TO JOIN THE RIDE[/ct_link_text][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'ad89442e777e29f1cadc907d1279838385ab8c31a008e0b9e30000a531d4d75c\' ct_options=\'{\"ct_id\":44,\"ct_parent\":0,\"selector\":\"section-44-16\",\"original\":{\"container-padding-top\":\"84\",\"container-padding-bottom\":\"25\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"nicename\":\"Stats Boxes\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"80\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'83c9f43cda8c1894b5809e7dd1076cad92578fbbdd6d458e2893ccca8579c22d\' ct_options=\'{\"ct_id\":18,\"ct_parent\":44,\"selector\":\"headline-18-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Goal: Raise Rs.6 Lakhs[/ct_headline][ct_text_block ct_sign_sha256=\'0df4de7e506c7beff3eb13720afb1e9ca2bd9a69d1dba40ccd476453a32f6075\' ct_options=\'{\"ct_id\":19,\"ct_parent\":44,\"selector\":\"text_block-19-16\",\"original\":{\"margin-bottom\":\"49\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']It costs Rs.60,000 p.a. to teach each special child supported by Deepika School[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'5ca4937d877adf0977352172c20ae2ba48dcaa6a9e0f37bb8907210d5e9946bb\' ct_options=\'{\"ct_id\":47,\"ct_parent\":44,\"selector\":\"new_columns-47-16\",\"original\":{\"reverse-column-order\":\"never\",\"set-columns-width-50\":\"tablet\",\"flex-reverse\":\"false\"}}\'][ct_div_block_2 ct_sign_sha256=\'7c3cd30c18e44b9a5a64f68cfeb2e161b3763d0891077abd19597bcc0e1becae\' ct_options=\'{\"ct_id\":48,\"ct_parent\":47,\"selector\":\"div_block-48-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'193ba89cc81bf035a28c70addecd567dcd00c4929f79c75ecd2fa402abb87c09\' ct_options=\'{\"ct_id\":17,\"ct_parent\":48,\"selector\":\"text_block-17-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Distance: 150 Kms[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'40183af0992c702529d1034ff29aaf5c111671e34f48024b931555c0bdb7903a\' ct_options=\'{\"ct_id\":52,\"ct_parent\":47,\"selector\":\"div_block-52-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'181e5d85818ff239af770433b7eb2b8003449d72d5d87ac70707d77167d4f2e0\' ct_options=\'{\"ct_id\":87,\"ct_parent\":52,\"selector\":\"text_block-87-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Time: 9 hours[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'463af2dc69713f32f05122cf50a28d524cf89119e01ec62769af5a9beda6eafe\' ct_options=\'{\"ct_id\":56,\"ct_parent\":47,\"selector\":\"div_block-56-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'8c8c6f55c2f624aa4a01b5ed6977d377e9b7bfcdaeee872574abda97bda0e45b\' ct_options=\'{\"ct_id\":89,\"ct_parent\":56,\"selector\":\"text_block-89-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']20 Cyclists[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'205205e4f66cdac715c7d0c27155e8b0c2295ff0a11986c4a97aba618c616d2f\' ct_options=\'{\"ct_id\":60,\"ct_parent\":47,\"selector\":\"div_block-60-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'b070b91b54ca3787cd235e2a6f77c4c63c748da2fcb58657e4c256146331b3c7\' ct_options=\'{\"ct_id\":92,\"ct_parent\":60,\"selector\":\"text_block-92-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Sponsor 10 Kids[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'517d0526162346e891ee835846dc496d3fe062fa04f7f8fb1ce0dd3f5ae7849c\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"section-16-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"44\",\"text-align\":\"center\",\"align-items\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'d7ae18b6d8239132b07fcccd5b729b3d3aa35073375db546e63b80460525efbb\' ct_options=\'{\"ct_id\":80,\"ct_parent\":16,\"selector\":\"text_block-80-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING AGENDA[/ct_text_block][ct_headline ct_sign_sha256=\'46239814ad3454298c78562d354c660d8920b86b06566be63fa9b8d4da45fff6\' ct_options=\'{\"ct_id\":70,\"ct_parent\":16,\"selector\":\"headline-70-16\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"tag\":\"h2\",\"color\":\"color(1)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']3rd Oct 2020[/ct_headline][ct_text_block ct_sign_sha256=\'7147d351819f3b87a5f3178eee0fe7eeb491e9f0b954af483b3824a2c8cc3b55\' ct_options=\'{\"ct_id\":292,\"ct_parent\":16,\"selector\":\"text_block-292-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-big-text\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']5:30 AM:  Start at Vidhan Soudha - 0 Kms<br>8:30 AM:  First stop at Ramanagara - 50 Kms<br>11:30 AM:  Second stop at Mandya - 100 Kms<br>2:30 PM: Finish at University of Mysuru - 150 Kms[/ct_text_block][ct_link_text ct_sign_sha256=\'64a04ed9322aee8e3e352cf0fcaa0d1aa102b7c379a159352df7c83983ade73b\' ct_options=\'{\"ct_id\":291,\"ct_parent\":16,\"selector\":\"link_text-291-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'22885e8986718b9d34fb0f7236596fe4b9a624834ec71495a701f6e53d059561\' ct_options=\'{\"ct_id\":206,\"ct_parent\":0,\"selector\":\"section-206-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Logo Grid Simple\",\"ct_category\":\"Social Proof\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'5bd24e4f1a44331a26c8f2d8fffea3e3fd0fd1aa53b54bad03c8efc1e252cc3e\' ct_options=\'{\"ct_id\":207,\"ct_parent\":206,\"selector\":\"new_columns-207-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{}}\'][ct_div_block_2 ct_sign_sha256=\'3e450551ec31e54c9ab64a2af594b31a9a9d9c0f122f13c123a275ec3304a21d\' ct_options=\'{\"ct_id\":208,\"ct_parent\":207,\"selector\":\"div_block-208-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"},\"activeselector\":\"hyperion-logogrid-1-column\"}\'][ct_image ct_sign_sha256=\'2ac1dfa139e6751e7cef59e9cb2fbe97f4ee1cca21c2add8bbae1ca5e874ff5f\' ct_options=\'{\"ct_id\":209,\"ct_parent\":208,\"selector\":\"image-209-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d55fa4604fc9131ff84590245c6f2bdb4b9a8585e8d75a026f9cd62cc4b289ca\' ct_options=\'{\"ct_id\":210,\"ct_parent\":207,\"selector\":\"div_block-210-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'e79f199cf23351b92c658720b3f72c04fbdea855cd04d90122cb2a294ded20c9\' ct_options=\'{\"ct_id\":211,\"ct_parent\":210,\"selector\":\"image-211-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Raw-Pressery-logo.jpg\",\"height\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8672e669f83438e13e05c1da50dc99295ae0ba8b4f92dd7f51bd9467751ff129\' ct_options=\'{\"ct_id\":212,\"ct_parent\":207,\"selector\":\"div_block-212-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f293a8df50390bf0a2873608e8626164709cfc7587f857b17941df66e9ec871b\' ct_options=\'{\"ct_id\":213,\"ct_parent\":212,\"selector\":\"image-213-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProNature-NEWLogo.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'919ecf0104a4992ccdabaebd8de3038aa81f6f8c3f67403600006dd3b2d8728a\' ct_options=\'{\"ct_id\":214,\"ct_parent\":207,\"selector\":\"div_block-214-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f307c73ef2b640ddebcc3b5cdca5e98b95fc7bad2f57cace5253f2864f5093e0\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"image-215-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/LOGO-BLACK.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'e0acad69af53b5e35005ef3352e3c9d465cc28ab447c442df9d2df20427dd510\' ct_options=\'{\"ct_id\":216,\"ct_parent\":206,\"selector\":\"new_columns-216-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a2c9aa63cda61eb7147b240994ff08fc9e82d92b4c040b373b1e4d914658af98\' ct_options=\'{\"ct_id\":221,\"ct_parent\":216,\"selector\":\"div_block-221-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'3845896da2c207bb2ca1601f32d4fc8d8c15191d346712f9bd3ab3d80b36a287\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"image-222-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/PH-LOGO.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'89a7a2daf6f140f9e0ddddc8501e705727fbba8488a3f9da150bf6df1d9ac1e8\' ct_options=\'{\"ct_id\":223,\"ct_parent\":216,\"selector\":\"div_block-223-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'80f68c36a2c94b0a09707ab899efcac1cf507c81854b448c88ea6d9f65ad8eb3\' ct_options=\'{\"ct_id\":224,\"ct_parent\":223,\"selector\":\"image-224-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpp_logo_new_400x400.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'bf5169ebc7b5dbb6585eae592edab2f4f760eab24e5e593749ff792fbbfda3f2\' ct_options=\'{\"ct_id\":130,\"ct_parent\":0,\"selector\":\"section-130-16\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-color\":\"color(1)\"},\"activeselector\":false,\"nicename\":\"Team Dark Three Columns\",\"ct_category\":\"People\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'4167e6616599bdc5c3337d069031b460aa95ffa0efe2029ca16dab270c9bfc85\' ct_options=\'{\"ct_id\":131,\"ct_parent\":130,\"selector\":\"text_block-131-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']DARE DEVILS[/ct_text_block][ct_headline ct_sign_sha256=\'8a0f5b7c834e5d722794c5c93386a279b8d6d1f9df9079c0a4b0f47acb841bf5\' ct_options=\'{\"ct_id\":132,\"ct_parent\":130,\"selector\":\"headline-132-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Meet the Cyclists[/ct_headline][ct_text_block ct_sign_sha256=\'12842b3d09cd615298368eeae4509a10c679d6e6a23f628f3e77c6b5411313f1\' ct_options=\'{\"ct_id\":133,\"ct_parent\":130,\"selector\":\"text_block-133-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']The cyclists who are willing to pedal for this cause[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'d4491e20e8d196c565f5d7545d37e4d979a1869de8c8104ca6ea0897863584eb\' ct_options=\'{\"ct_id\":134,\"ct_parent\":130,\"selector\":\"div_block-134-16\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"flex-direction\":\"row\",\"display\":\"flex\",\"flex-wrap\":\"wrap\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'20347417e8fc8773b93eed5a5650136944a0e9a9805569bbff8a74f6c7a9c52b\' ct_options=\'{\"ct_id\":135,\"ct_parent\":134,\"selector\":\"div_block-135-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"}}\'][ct_image ct_sign_sha256=\'a3862c017584c63ea9ccd7af2e4b0bb3fdaeb9a3244fc35127716dd04d844b18\' ct_options=\'{\"ct_id\":136,\"ct_parent\":135,\"selector\":\"image-136-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Shahid-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'761eb2870585f485ebce5c17f65358b02b140b807ff9c15e4ebeb7d2854fa286\' ct_options=\'{\"ct_id\":137,\"ct_parent\":135,\"selector\":\"headline-137-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SHAHID KHAN[/ct_headline][ct_text_block ct_sign_sha256=\'0b703b81ca1b7ed967310b25f42ffb54c6389d2b82e0d8ece4094a637b3bd08f\' ct_options=\'{\"ct_id\":138,\"ct_parent\":135,\"selector\":\"text_block-138-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"}}\']Rally Driver[/ct_text_block][oxy_social_icons ct_sign_sha256=\'66420727c10d404b2ab927c1de46e1c90f77de7dd239165c4d038accf851b4b0\' ct_options=\'{\"ct_id\":139,\"ct_parent\":135,\"selector\":\"_social_icons-139-16\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/shahidkgo\",\"icon-instagram\":\"https://instagram.com/shahidkinsta\",\"icon-twitter\":\"https://twitter.com/shahidktweet\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'6acdb033460909a81d32f2572f60e4b2c7011fcefbbe47ee6b8db25168377ea4\' ct_options=\'{\"ct_id\":140,\"ct_parent\":135,\"selector\":\"text_block-140-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Founder of Jumpptech. He is passionate about Digital Marketing, Technology, Entrepreneurship, Blogging, Cycling &amp; Rally Driving.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'601eafb8505f35b272b92e0b4f06fca771dd879fc55d85a8606435ac9e8d852f\' ct_options=\'{\"ct_id\":142,\"ct_parent\":134,\"selector\":\"div_block-142-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'8506eaaa6bdf7f94d7f6780b9178fb51b00cc3e27c69403ad112d6be699acd90\' ct_options=\'{\"ct_id\":143,\"ct_parent\":142,\"selector\":\"image-143-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Pavan-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'de833df7abc090c38b48dcfdf1a2e9621ca40a1f9935a22a5ca8e9cf8ccd02b6\' ct_options=\'{\"ct_id\":144,\"ct_parent\":142,\"selector\":\"headline-144-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']PAVAN SRIRAM[/ct_headline][ct_text_block ct_sign_sha256=\'a4d5f520255c87bbf342ee0e5b7a21da21392d0f2f0f230fb534425a0b0c9e6c\' ct_options=\'{\"ct_id\":145,\"ct_parent\":142,\"selector\":\"text_block-145-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Runner[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5b2409ec6606e498291a0e077f0a0a2f033361a4868d66b791cfff010d21e706\' ct_options=\'{\"ct_id\":146,\"ct_parent\":142,\"selector\":\"_social_icons-146-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'2bee1696a784d17a27a3b5a8698aa63e5e2416bb95db34478ef6eda9216eab29\' ct_options=\'{\"ct_id\":147,\"ct_parent\":142,\"selector\":\"text_block-147-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Pavan is an international marathoner and avid cyclist passionate about learning and education<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ebdbce7cb86326d29de856850fb72ef45014eca8f96a4c0fb07883dfeac58a00\' ct_options=\'{\"ct_id\":149,\"ct_parent\":134,\"selector\":\"div_block-149-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'5fcac82991f6bccb8d1b537d6e853ffdade710eb373949c91941bfc1d2ac0826\' ct_options=\'{\"ct_id\":150,\"ct_parent\":149,\"selector\":\"image-150-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Savitha-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'d13bbbc5c21b3e0b730473f39353e3534a85aed52c828dc6c5fb66b884800634\' ct_options=\'{\"ct_id\":151,\"ct_parent\":149,\"selector\":\"headline-151-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SAVITHA BHAVSAR[/ct_headline][ct_text_block ct_sign_sha256=\'c47f0abc5b27430197713b288571348217333129b703b9157924ac1d04024398\' ct_options=\'{\"ct_id\":152,\"ct_parent\":149,\"selector\":\"text_block-152-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Adventurer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'bc773317a40c8654610f3a29d56b26f199642c8b31dc73d75358e0dd09a1105b\' ct_options=\'{\"ct_id\":153,\"ct_parent\":149,\"selector\":\"_social_icons-153-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"6\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'e66dd9470e64c18c8f33223e45b58f5d1053537a019d355dddf939a4ba5ddebc\' ct_options=\'{\"ct_id\":154,\"ct_parent\":149,\"selector\":\"text_block-154-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Extended kindness trifling remember he confined outlived if. Assistance sentiments yet unpleasing say. Open they an busy they my such high. An active dinner wishes.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'29da090d1eda3577c373761d82d015023e7cde225c2efc3f0c2abefc7f80012e\' ct_options=\'{\"ct_id\":156,\"ct_parent\":134,\"selector\":\"div_block-156-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'3e1bcd2564ad2f4049169a24a25c63bfd6847f2c80c9357988d57da1b06eff78\' ct_options=\'{\"ct_id\":157,\"ct_parent\":156,\"selector\":\"image-157-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Bharath-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'85a7d9f1b770a4591b36e72fa13664c9ab49cc7fa3ec69e979dcf2f0969af0e2\' ct_options=\'{\"ct_id\":158,\"ct_parent\":156,\"selector\":\"headline-158-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']BHARATH[/ct_headline][ct_text_block ct_sign_sha256=\'1f90689c4dbd30c1b6e8f598af43f52dd21ebf5216efcd22b12a6d6ac56d04b5\' ct_options=\'{\"ct_id\":159,\"ct_parent\":156,\"selector\":\"text_block-159-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Cyclist[/ct_text_block][oxy_social_icons ct_sign_sha256=\'57b9863f99cf27cc9746880cc8829c195f9a24abe6da986cd3e614e380207c63\' ct_options=\'{\"ct_id\":160,\"ct_parent\":156,\"selector\":\"_social_icons-160-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d8a03deb2c1651b3281cf27e66f54431e49ff74d3c0b11cc40c75017ef2e33ba\' ct_options=\'{\"ct_id\":161,\"ct_parent\":156,\"selector\":\"text_block-161-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Bharat is a passionate cyclist and a marathoner. Globe trotter, he enjoys both cross country and inter city cycling formats[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'722d05da012929093c633ea8535c86d7479f60bf72e9b5546dfaabe9ef93a2dd\' ct_options=\'{\"ct_id\":236,\"ct_parent\":134,\"selector\":\"div_block-236-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'372dec1437e628ba860572a6a6e0ffe934ceb49ac206bbcf859a25bef219e5ce\' ct_options=\'{\"ct_id\":237,\"ct_parent\":236,\"selector\":\"image-237-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Ranvijay-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'ed66edd584c168767c4638c344d48c388b0a7c25148704e8dee74e0a23b98fb5\' ct_options=\'{\"ct_id\":238,\"ct_parent\":236,\"selector\":\"headline-238-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RANVIJAY PANDEY[/ct_headline][ct_text_block ct_sign_sha256=\'f30eea5337109bb5843802647f703ccb718e205856f931bad66ef45c4b5e247b\' ct_options=\'{\"ct_id\":239,\"ct_parent\":236,\"selector\":\"text_block-239-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Architect[/ct_text_block][oxy_social_icons ct_sign_sha256=\'386f64f7a1e37d63d17087168e3fee0348d6bf2b0ed4bd0787b1aa258838486d\' ct_options=\'{\"ct_id\":240,\"ct_parent\":236,\"selector\":\"_social_icons-240-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3a8ce1b995d0b9f2738363048c307238851fb6e7501f5e93d501b8f72dbe23cf\' ct_options=\'{\"ct_id\":241,\"ct_parent\":236,\"selector\":\"text_block-241-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Ran Vijay is IT Architect by profession. Worked with many IT leaders Like Infosys, IBM, Hitachi to name few. He is passionate about sports and fitness. His passion for cycling and running keep him fit and positive all the time. He is an inspiration for many.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d884ceda2a52358dd38675ec6713da3a4c6fe53d034826f08ec8114a6dba256e\' ct_options=\'{\"ct_id\":245,\"ct_parent\":134,\"selector\":\"div_block-245-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'7ff3c4b576d11ce2fb1196f4994771b52786cf31a4130b62c05fcc72431e3b77\' ct_options=\'{\"ct_id\":246,\"ct_parent\":245,\"selector\":\"image-246-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Sanjeev-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'944d4477417ca59d1882254d69df1d5572aeb253ffb600a5a9876addc9d770cc\' ct_options=\'{\"ct_id\":247,\"ct_parent\":245,\"selector\":\"headline-247-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SANJEEV KUMAR[/ct_headline][ct_text_block ct_sign_sha256=\'f94f333295a655ce78131356f4fba627f2e07e0fbabe96663bbb27519f8a4199\' ct_options=\'{\"ct_id\":248,\"ct_parent\":245,\"selector\":\"text_block-248-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Ironman[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27a9283bf9f8ae0bf1ab42dba10b97a74dd0fc5b2a48dc9c0a8b6f7f79a3dac4\' ct_options=\'{\"ct_id\":249,\"ct_parent\":245,\"selector\":\"_social_icons-249-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d909cf567fc185234acde99e3fff64f8f5e4528acce04664c02173eed402df1d\' ct_options=\'{\"ct_id\":250,\"ct_parent\":245,\"selector\":\"text_block-250-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Sanjeev is IT professional Worked with many IT leaders Like Infosys, Microsoft to name few. He is passionate sport person. He took the challenge and completed Ironman hosted in Goa in 2019. His passion for cycling and running keeps him fit. He is an inspiration for many.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7c34dfee54d144a2c63140383285629bc4fa356421e096ea39d9750d86c48d18\' ct_options=\'{\"ct_id\":163,\"ct_parent\":134,\"selector\":\"div_block-163-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'71d65d388b2432345aea39a6d3cd306442ce6ce1d726a8387212bdb7188769d3\' ct_options=\'{\"ct_id\":164,\"ct_parent\":163,\"selector\":\"image-164-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Rajiv-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'8300de98fce3c0d639a431c46bf00f39c0ae948ad2046201d43873861e16dc80\' ct_options=\'{\"ct_id\":165,\"ct_parent\":163,\"selector\":\"headline-165-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RAJIV[/ct_headline][ct_text_block ct_sign_sha256=\'d859041780181f015234deac6d59dc3719aff81c69384096e1724e8247de9ad3\' ct_options=\'{\"ct_id\":166,\"ct_parent\":163,\"selector\":\"text_block-166-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Spanish Lunguist[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5f1d06b6b9e80fd0755c641d69fb18655c44d3f09f8c3a99835265a7174a69c4\' ct_options=\'{\"ct_id\":167,\"ct_parent\":163,\"selector\":\"_social_icons-167-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'9ecc6ce9c2e6cbdec8b714c507f078a3c986c8e7eb805dacb8dbee762598638f\' ct_options=\'{\"ct_id\":168,\"ct_parent\":163,\"selector\":\"text_block-168-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Working as a Spanish Linguist in IBM. Settled in Bengaluru. A Bullet enthusiast &amp; have travelled to all parts of India.  I love outdoor Sports. Finished my Ironman 70.3 last year in Goa. Keep myself fit &amp; energized with Running, Swimming &amp; Cycling.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f721c37eb9462d9b80a2d0f1dac4889b6d229b6a82f43aa42cdda7215c496eb9\' ct_options=\'{\"ct_id\":285,\"ct_parent\":134,\"selector\":\"div_block-285-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'602f1087a24dc578ce20a4f939e5bb38bf9593f42a655eb871bd8859a63936db\' ct_options=\'{\"ct_id\":286,\"ct_parent\":285,\"selector\":\"image-286-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Nishant-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'5e2cc37dab8f98dda24e384712cc53b51ce592164fa889cd798f6e2b0817b9c6\' ct_options=\'{\"ct_id\":287,\"ct_parent\":285,\"selector\":\"headline-287-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']NISHANTH IYENGAR[/ct_headline][ct_text_block ct_sign_sha256=\'3e380f73bba13dfabd64d96551d104a2de7634c7ba45c6ea3afb9594fb251c76\' ct_options=\'{\"ct_id\":288,\"ct_parent\":285,\"selector\":\"text_block-288-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']PARENT TO PUPS[/ct_text_block][oxy_social_icons ct_sign_sha256=\'60a75a9c6eac29b9cb954dcfc9bee51a4eb63e50d848f8d3c20cfad25f861516\' ct_options=\'{\"ct_id\":289,\"ct_parent\":285,\"selector\":\"_social_icons-289-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'46cf23ae46ebe0204e683da57d8d5cc670f5a1b5ae781ebf75d9d1a1a65b5cde\' ct_options=\'{\"ct_id\":290,\"ct_parent\":285,\"selector\":\"text_block-290-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Cyclist, occasional runner, parent to couple of pups and like the outdoors.<br>[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(724,16,'ct_builder_shortcodes_revisions_dates','1600485168'),(726,16,'ct_builder_shortcodes_revisions_dates','1600485195'),(728,16,'ct_builder_shortcodes_revisions_dates','1600485238'),(732,16,'ct_builder_shortcodes_revisions_dates','1600485522'),(735,16,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'46bd5d47a7cc50acdde6683c63bfbbc04bc9e7065b9a1839a01beb81785e1471\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-16\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"100\",\"container-padding-top\":\"128\",\"container-padding-bottom\":\"120\",\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\"},\"activeselector\":false,\"nicename\":\"Music Hero Section\",\"ct_category\":\"Heros & Titles\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"62\",\"container-padding-bottom\":\"42\"}}}}\'][ct_text_block ct_sign_sha256=\'161b944d9b6920cc52b81c73fd1fc6a4a1bf5cca796e63e2140378cd748b0056\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"text_block-3-16\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']FUNDRAISER FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'373e2b44ea2a5ed715e78d6459c6d8dbe4ec32977d70024c5bd2a1235d8214f5\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"headline-4-16\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"100\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-right-unit\":\"em\",\"font-size\":\"75\"}}}}\']Bengaluru to Mysuru[/ct_headline][ct_text_block ct_sign_sha256=\'4aa8efd61e628af9d7f7461f7028ef6dd7c458cd02941fa9e1e534458b81c61e\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-16\",\"original\":{\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']We are cycling from Bengaluru to Mysuru to support Deepika School and raise funds for the education of Special Children[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'93f0ca80fb9c7d4d5fdb5bcc5148bc8299de8e90e67206d04519ac67fad639bd\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"div_block-6-16\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_text ct_sign_sha256=\'ca31071e3fda0b8a5932f054e3a32d0b13219d2909018af1427681fb932f56b5\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"link_text-7-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'d5f6e39d1e185791d94c87430ed53e4a934b4392024595a0a843c9410a7c57be\' ct_options=\'{\"ct_id\":8,\"ct_parent\":6,\"selector\":\"link_text-8-16\",\"original\":{\"color\":\"color(3)\",\"url\":\"https://form.prosportsfoundation.com/apply\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"hover\":{\"background-color\":\"#ffffff\",\"color\":\"color(12)\"}}\']APPLY TO JOIN THE RIDE[/ct_link_text][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'41a58feb20ff986b9ddb81be9c9c418ee7427bae8b07b34eed7b9045ee73ebd7\' ct_options=\'{\"ct_id\":44,\"ct_parent\":0,\"selector\":\"section-44-16\",\"original\":{\"container-padding-top\":\"84\",\"container-padding-bottom\":\"25\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"nicename\":\"Stats Boxes\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"80\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'a2ae82e63603fadf37f25390e94296871f91f42ff61dcfcf08c72c0b639c159f\' ct_options=\'{\"ct_id\":18,\"ct_parent\":44,\"selector\":\"headline-18-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"font-size\":\"75\"}}}}\']Goal: Raise Rs.6 Lakhs[/ct_headline][ct_text_block ct_sign_sha256=\'0df4de7e506c7beff3eb13720afb1e9ca2bd9a69d1dba40ccd476453a32f6075\' ct_options=\'{\"ct_id\":19,\"ct_parent\":44,\"selector\":\"text_block-19-16\",\"original\":{\"margin-bottom\":\"49\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']It costs Rs.60,000 p.a. to teach each special child supported by Deepika School[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'5ca4937d877adf0977352172c20ae2ba48dcaa6a9e0f37bb8907210d5e9946bb\' ct_options=\'{\"ct_id\":47,\"ct_parent\":44,\"selector\":\"new_columns-47-16\",\"original\":{\"reverse-column-order\":\"never\",\"set-columns-width-50\":\"tablet\",\"flex-reverse\":\"false\"}}\'][ct_div_block_2 ct_sign_sha256=\'7c3cd30c18e44b9a5a64f68cfeb2e161b3763d0891077abd19597bcc0e1becae\' ct_options=\'{\"ct_id\":48,\"ct_parent\":47,\"selector\":\"div_block-48-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'193ba89cc81bf035a28c70addecd567dcd00c4929f79c75ecd2fa402abb87c09\' ct_options=\'{\"ct_id\":17,\"ct_parent\":48,\"selector\":\"text_block-17-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Distance: 150 Kms[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'40183af0992c702529d1034ff29aaf5c111671e34f48024b931555c0bdb7903a\' ct_options=\'{\"ct_id\":52,\"ct_parent\":47,\"selector\":\"div_block-52-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'181e5d85818ff239af770433b7eb2b8003449d72d5d87ac70707d77167d4f2e0\' ct_options=\'{\"ct_id\":87,\"ct_parent\":52,\"selector\":\"text_block-87-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Time: 9 hours[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'463af2dc69713f32f05122cf50a28d524cf89119e01ec62769af5a9beda6eafe\' ct_options=\'{\"ct_id\":56,\"ct_parent\":47,\"selector\":\"div_block-56-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'8c8c6f55c2f624aa4a01b5ed6977d377e9b7bfcdaeee872574abda97bda0e45b\' ct_options=\'{\"ct_id\":89,\"ct_parent\":56,\"selector\":\"text_block-89-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']20 Cyclists[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'205205e4f66cdac715c7d0c27155e8b0c2295ff0a11986c4a97aba618c616d2f\' ct_options=\'{\"ct_id\":60,\"ct_parent\":47,\"selector\":\"div_block-60-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'b070b91b54ca3787cd235e2a6f77c4c63c748da2fcb58657e4c256146331b3c7\' ct_options=\'{\"ct_id\":92,\"ct_parent\":60,\"selector\":\"text_block-92-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Sponsor 10 Kids[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'8fa3c18b4a2cb120b29b01db439d8b449836361e74fe61a75f6892dbacec2a18\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"section-16-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"44\",\"text-align\":\"center\",\"align-items\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'d7ae18b6d8239132b07fcccd5b729b3d3aa35073375db546e63b80460525efbb\' ct_options=\'{\"ct_id\":80,\"ct_parent\":16,\"selector\":\"text_block-80-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING AGENDA[/ct_text_block][ct_headline ct_sign_sha256=\'ea06c2002f954d7fd6d008848b84730ce205cfaa2615624257d1a782a465844c\' ct_options=\'{\"ct_id\":70,\"ct_parent\":16,\"selector\":\"headline-70-16\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"tag\":\"h2\",\"color\":\"color(1)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"font-size\":\"75\"}}}}\']3rd Oct 2020[/ct_headline][ct_text_block ct_sign_sha256=\'7147d351819f3b87a5f3178eee0fe7eeb491e9f0b954af483b3824a2c8cc3b55\' ct_options=\'{\"ct_id\":292,\"ct_parent\":16,\"selector\":\"text_block-292-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-big-text\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']5:30 AM:  Start at Vidhan Soudha - 0 Kms<br>8:30 AM:  First stop at Ramanagara - 50 Kms<br>11:30 AM:  Second stop at Mandya - 100 Kms<br>2:30 PM: Finish at University of Mysuru - 150 Kms[/ct_text_block][ct_link_text ct_sign_sha256=\'64a04ed9322aee8e3e352cf0fcaa0d1aa102b7c379a159352df7c83983ade73b\' ct_options=\'{\"ct_id\":291,\"ct_parent\":16,\"selector\":\"link_text-291-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'22885e8986718b9d34fb0f7236596fe4b9a624834ec71495a701f6e53d059561\' ct_options=\'{\"ct_id\":206,\"ct_parent\":0,\"selector\":\"section-206-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Logo Grid Simple\",\"ct_category\":\"Social Proof\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'5bd24e4f1a44331a26c8f2d8fffea3e3fd0fd1aa53b54bad03c8efc1e252cc3e\' ct_options=\'{\"ct_id\":207,\"ct_parent\":206,\"selector\":\"new_columns-207-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{}}\'][ct_div_block_2 ct_sign_sha256=\'3e450551ec31e54c9ab64a2af594b31a9a9d9c0f122f13c123a275ec3304a21d\' ct_options=\'{\"ct_id\":208,\"ct_parent\":207,\"selector\":\"div_block-208-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"},\"activeselector\":\"hyperion-logogrid-1-column\"}\'][ct_image ct_sign_sha256=\'2ac1dfa139e6751e7cef59e9cb2fbe97f4ee1cca21c2add8bbae1ca5e874ff5f\' ct_options=\'{\"ct_id\":209,\"ct_parent\":208,\"selector\":\"image-209-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d55fa4604fc9131ff84590245c6f2bdb4b9a8585e8d75a026f9cd62cc4b289ca\' ct_options=\'{\"ct_id\":210,\"ct_parent\":207,\"selector\":\"div_block-210-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'e79f199cf23351b92c658720b3f72c04fbdea855cd04d90122cb2a294ded20c9\' ct_options=\'{\"ct_id\":211,\"ct_parent\":210,\"selector\":\"image-211-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Raw-Pressery-logo.jpg\",\"height\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8672e669f83438e13e05c1da50dc99295ae0ba8b4f92dd7f51bd9467751ff129\' ct_options=\'{\"ct_id\":212,\"ct_parent\":207,\"selector\":\"div_block-212-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f293a8df50390bf0a2873608e8626164709cfc7587f857b17941df66e9ec871b\' ct_options=\'{\"ct_id\":213,\"ct_parent\":212,\"selector\":\"image-213-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProNature-NEWLogo.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'919ecf0104a4992ccdabaebd8de3038aa81f6f8c3f67403600006dd3b2d8728a\' ct_options=\'{\"ct_id\":214,\"ct_parent\":207,\"selector\":\"div_block-214-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f307c73ef2b640ddebcc3b5cdca5e98b95fc7bad2f57cace5253f2864f5093e0\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"image-215-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/LOGO-BLACK.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'e0acad69af53b5e35005ef3352e3c9d465cc28ab447c442df9d2df20427dd510\' ct_options=\'{\"ct_id\":216,\"ct_parent\":206,\"selector\":\"new_columns-216-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a2c9aa63cda61eb7147b240994ff08fc9e82d92b4c040b373b1e4d914658af98\' ct_options=\'{\"ct_id\":221,\"ct_parent\":216,\"selector\":\"div_block-221-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'3845896da2c207bb2ca1601f32d4fc8d8c15191d346712f9bd3ab3d80b36a287\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"image-222-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/PH-LOGO.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'89a7a2daf6f140f9e0ddddc8501e705727fbba8488a3f9da150bf6df1d9ac1e8\' ct_options=\'{\"ct_id\":223,\"ct_parent\":216,\"selector\":\"div_block-223-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'80f68c36a2c94b0a09707ab899efcac1cf507c81854b448c88ea6d9f65ad8eb3\' ct_options=\'{\"ct_id\":224,\"ct_parent\":223,\"selector\":\"image-224-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpp_logo_new_400x400.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'801ae4006c98551496b4d8afdc80d9e39b028e202822ddfef9f09c9708283497\' ct_options=\'{\"ct_id\":130,\"ct_parent\":0,\"selector\":\"section-130-16\",\"original\":{\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-color\":\"color(1)\"},\"activeselector\":false,\"nicename\":\"Team Dark Three Columns\",\"ct_category\":\"People\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'4167e6616599bdc5c3337d069031b460aa95ffa0efe2029ca16dab270c9bfc85\' ct_options=\'{\"ct_id\":131,\"ct_parent\":130,\"selector\":\"text_block-131-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']DARE DEVILS[/ct_text_block][ct_headline ct_sign_sha256=\'8a0f5b7c834e5d722794c5c93386a279b8d6d1f9df9079c0a4b0f47acb841bf5\' ct_options=\'{\"ct_id\":132,\"ct_parent\":130,\"selector\":\"headline-132-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Meet the Cyclists[/ct_headline][ct_text_block ct_sign_sha256=\'12842b3d09cd615298368eeae4509a10c679d6e6a23f628f3e77c6b5411313f1\' ct_options=\'{\"ct_id\":133,\"ct_parent\":130,\"selector\":\"text_block-133-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']The cyclists who are willing to pedal for this cause[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'d314ee2338c75b4b61b8da21962c23e320d8f7d8616d1f2b106b40a50f0233af\' ct_options=\'{\"ct_id\":134,\"ct_parent\":130,\"selector\":\"div_block-134-16\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"flex-direction\":\"row\",\"display\":\"flex\",\"flex-wrap\":\"wrap\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'20347417e8fc8773b93eed5a5650136944a0e9a9805569bbff8a74f6c7a9c52b\' ct_options=\'{\"ct_id\":135,\"ct_parent\":134,\"selector\":\"div_block-135-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"}}\'][ct_image ct_sign_sha256=\'a3862c017584c63ea9ccd7af2e4b0bb3fdaeb9a3244fc35127716dd04d844b18\' ct_options=\'{\"ct_id\":136,\"ct_parent\":135,\"selector\":\"image-136-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Shahid-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'761eb2870585f485ebce5c17f65358b02b140b807ff9c15e4ebeb7d2854fa286\' ct_options=\'{\"ct_id\":137,\"ct_parent\":135,\"selector\":\"headline-137-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SHAHID KHAN[/ct_headline][ct_text_block ct_sign_sha256=\'0b703b81ca1b7ed967310b25f42ffb54c6389d2b82e0d8ece4094a637b3bd08f\' ct_options=\'{\"ct_id\":138,\"ct_parent\":135,\"selector\":\"text_block-138-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"}}\']Rally Driver[/ct_text_block][oxy_social_icons ct_sign_sha256=\'66420727c10d404b2ab927c1de46e1c90f77de7dd239165c4d038accf851b4b0\' ct_options=\'{\"ct_id\":139,\"ct_parent\":135,\"selector\":\"_social_icons-139-16\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/shahidkgo\",\"icon-instagram\":\"https://instagram.com/shahidkinsta\",\"icon-twitter\":\"https://twitter.com/shahidktweet\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'6acdb033460909a81d32f2572f60e4b2c7011fcefbbe47ee6b8db25168377ea4\' ct_options=\'{\"ct_id\":140,\"ct_parent\":135,\"selector\":\"text_block-140-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Founder of Jumpptech. He is passionate about Digital Marketing, Technology, Entrepreneurship, Blogging, Cycling &amp; Rally Driving.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'601eafb8505f35b272b92e0b4f06fca771dd879fc55d85a8606435ac9e8d852f\' ct_options=\'{\"ct_id\":142,\"ct_parent\":134,\"selector\":\"div_block-142-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'8506eaaa6bdf7f94d7f6780b9178fb51b00cc3e27c69403ad112d6be699acd90\' ct_options=\'{\"ct_id\":143,\"ct_parent\":142,\"selector\":\"image-143-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Pavan-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'de833df7abc090c38b48dcfdf1a2e9621ca40a1f9935a22a5ca8e9cf8ccd02b6\' ct_options=\'{\"ct_id\":144,\"ct_parent\":142,\"selector\":\"headline-144-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']PAVAN SRIRAM[/ct_headline][ct_text_block ct_sign_sha256=\'a4d5f520255c87bbf342ee0e5b7a21da21392d0f2f0f230fb534425a0b0c9e6c\' ct_options=\'{\"ct_id\":145,\"ct_parent\":142,\"selector\":\"text_block-145-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Runner[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5b2409ec6606e498291a0e077f0a0a2f033361a4868d66b791cfff010d21e706\' ct_options=\'{\"ct_id\":146,\"ct_parent\":142,\"selector\":\"_social_icons-146-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'2bee1696a784d17a27a3b5a8698aa63e5e2416bb95db34478ef6eda9216eab29\' ct_options=\'{\"ct_id\":147,\"ct_parent\":142,\"selector\":\"text_block-147-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Pavan is an international marathoner and avid cyclist passionate about learning and education<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'74c81becca9a2da2a96715a41c3fbc0ecaa14b6cda86f241cb28f97f219d5ec3\' ct_options=\'{\"ct_id\":149,\"ct_parent\":134,\"selector\":\"div_block-149-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'4ce1da238b2124239eafa1fc008e3094870675f756cc8d8368fb2e0565395992\' ct_options=\'{\"ct_id\":150,\"ct_parent\":149,\"selector\":\"image-150-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Savitha-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'d13bbbc5c21b3e0b730473f39353e3534a85aed52c828dc6c5fb66b884800634\' ct_options=\'{\"ct_id\":151,\"ct_parent\":149,\"selector\":\"headline-151-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SAVITHA BHAVSAR[/ct_headline][ct_text_block ct_sign_sha256=\'c47f0abc5b27430197713b288571348217333129b703b9157924ac1d04024398\' ct_options=\'{\"ct_id\":152,\"ct_parent\":149,\"selector\":\"text_block-152-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Adventurer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'bc773317a40c8654610f3a29d56b26f199642c8b31dc73d75358e0dd09a1105b\' ct_options=\'{\"ct_id\":153,\"ct_parent\":149,\"selector\":\"_social_icons-153-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"6\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'e66dd9470e64c18c8f33223e45b58f5d1053537a019d355dddf939a4ba5ddebc\' ct_options=\'{\"ct_id\":154,\"ct_parent\":149,\"selector\":\"text_block-154-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Extended kindness trifling remember he confined outlived if. Assistance sentiments yet unpleasing say. Open they an busy they my such high. An active dinner wishes.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'29da090d1eda3577c373761d82d015023e7cde225c2efc3f0c2abefc7f80012e\' ct_options=\'{\"ct_id\":156,\"ct_parent\":134,\"selector\":\"div_block-156-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'3e1bcd2564ad2f4049169a24a25c63bfd6847f2c80c9357988d57da1b06eff78\' ct_options=\'{\"ct_id\":157,\"ct_parent\":156,\"selector\":\"image-157-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Bharath-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'85a7d9f1b770a4591b36e72fa13664c9ab49cc7fa3ec69e979dcf2f0969af0e2\' ct_options=\'{\"ct_id\":158,\"ct_parent\":156,\"selector\":\"headline-158-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']BHARATH[/ct_headline][ct_text_block ct_sign_sha256=\'1f90689c4dbd30c1b6e8f598af43f52dd21ebf5216efcd22b12a6d6ac56d04b5\' ct_options=\'{\"ct_id\":159,\"ct_parent\":156,\"selector\":\"text_block-159-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Cyclist[/ct_text_block][oxy_social_icons ct_sign_sha256=\'57b9863f99cf27cc9746880cc8829c195f9a24abe6da986cd3e614e380207c63\' ct_options=\'{\"ct_id\":160,\"ct_parent\":156,\"selector\":\"_social_icons-160-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d8a03deb2c1651b3281cf27e66f54431e49ff74d3c0b11cc40c75017ef2e33ba\' ct_options=\'{\"ct_id\":161,\"ct_parent\":156,\"selector\":\"text_block-161-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Bharat is a passionate cyclist and a marathoner. Globe trotter, he enjoys both cross country and inter city cycling formats[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'722d05da012929093c633ea8535c86d7479f60bf72e9b5546dfaabe9ef93a2dd\' ct_options=\'{\"ct_id\":236,\"ct_parent\":134,\"selector\":\"div_block-236-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'372dec1437e628ba860572a6a6e0ffe934ceb49ac206bbcf859a25bef219e5ce\' ct_options=\'{\"ct_id\":237,\"ct_parent\":236,\"selector\":\"image-237-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Ranvijay-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'ed66edd584c168767c4638c344d48c388b0a7c25148704e8dee74e0a23b98fb5\' ct_options=\'{\"ct_id\":238,\"ct_parent\":236,\"selector\":\"headline-238-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RANVIJAY PANDEY[/ct_headline][ct_text_block ct_sign_sha256=\'f30eea5337109bb5843802647f703ccb718e205856f931bad66ef45c4b5e247b\' ct_options=\'{\"ct_id\":239,\"ct_parent\":236,\"selector\":\"text_block-239-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Architect[/ct_text_block][oxy_social_icons ct_sign_sha256=\'386f64f7a1e37d63d17087168e3fee0348d6bf2b0ed4bd0787b1aa258838486d\' ct_options=\'{\"ct_id\":240,\"ct_parent\":236,\"selector\":\"_social_icons-240-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3a8ce1b995d0b9f2738363048c307238851fb6e7501f5e93d501b8f72dbe23cf\' ct_options=\'{\"ct_id\":241,\"ct_parent\":236,\"selector\":\"text_block-241-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Ran Vijay is IT Architect by profession. Worked with many IT leaders Like Infosys, IBM, Hitachi to name few. He is passionate about sports and fitness. His passion for cycling and running keep him fit and positive all the time. He is an inspiration for many.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d884ceda2a52358dd38675ec6713da3a4c6fe53d034826f08ec8114a6dba256e\' ct_options=\'{\"ct_id\":245,\"ct_parent\":134,\"selector\":\"div_block-245-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'7ff3c4b576d11ce2fb1196f4994771b52786cf31a4130b62c05fcc72431e3b77\' ct_options=\'{\"ct_id\":246,\"ct_parent\":245,\"selector\":\"image-246-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Sanjeev-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'944d4477417ca59d1882254d69df1d5572aeb253ffb600a5a9876addc9d770cc\' ct_options=\'{\"ct_id\":247,\"ct_parent\":245,\"selector\":\"headline-247-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SANJEEV KUMAR[/ct_headline][ct_text_block ct_sign_sha256=\'f94f333295a655ce78131356f4fba627f2e07e0fbabe96663bbb27519f8a4199\' ct_options=\'{\"ct_id\":248,\"ct_parent\":245,\"selector\":\"text_block-248-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Ironman[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27a9283bf9f8ae0bf1ab42dba10b97a74dd0fc5b2a48dc9c0a8b6f7f79a3dac4\' ct_options=\'{\"ct_id\":249,\"ct_parent\":245,\"selector\":\"_social_icons-249-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d909cf567fc185234acde99e3fff64f8f5e4528acce04664c02173eed402df1d\' ct_options=\'{\"ct_id\":250,\"ct_parent\":245,\"selector\":\"text_block-250-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Sanjeev is IT professional Worked with many IT leaders Like Infosys, Microsoft to name few. He is passionate sport person. He took the challenge and completed Ironman hosted in Goa in 2019. His passion for cycling and running keeps him fit. He is an inspiration for many.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7c34dfee54d144a2c63140383285629bc4fa356421e096ea39d9750d86c48d18\' ct_options=\'{\"ct_id\":163,\"ct_parent\":134,\"selector\":\"div_block-163-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'71d65d388b2432345aea39a6d3cd306442ce6ce1d726a8387212bdb7188769d3\' ct_options=\'{\"ct_id\":164,\"ct_parent\":163,\"selector\":\"image-164-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Rajiv-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'8300de98fce3c0d639a431c46bf00f39c0ae948ad2046201d43873861e16dc80\' ct_options=\'{\"ct_id\":165,\"ct_parent\":163,\"selector\":\"headline-165-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RAJIV[/ct_headline][ct_text_block ct_sign_sha256=\'d859041780181f015234deac6d59dc3719aff81c69384096e1724e8247de9ad3\' ct_options=\'{\"ct_id\":166,\"ct_parent\":163,\"selector\":\"text_block-166-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Spanish Lunguist[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5f1d06b6b9e80fd0755c641d69fb18655c44d3f09f8c3a99835265a7174a69c4\' ct_options=\'{\"ct_id\":167,\"ct_parent\":163,\"selector\":\"_social_icons-167-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'9ecc6ce9c2e6cbdec8b714c507f078a3c986c8e7eb805dacb8dbee762598638f\' ct_options=\'{\"ct_id\":168,\"ct_parent\":163,\"selector\":\"text_block-168-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Working as a Spanish Linguist in IBM. Settled in Bengaluru. A Bullet enthusiast &amp; have travelled to all parts of India.  I love outdoor Sports. Finished my Ironman 70.3 last year in Goa. Keep myself fit &amp; energized with Running, Swimming &amp; Cycling.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f721c37eb9462d9b80a2d0f1dac4889b6d229b6a82f43aa42cdda7215c496eb9\' ct_options=\'{\"ct_id\":285,\"ct_parent\":134,\"selector\":\"div_block-285-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'602f1087a24dc578ce20a4f939e5bb38bf9593f42a655eb871bd8859a63936db\' ct_options=\'{\"ct_id\":286,\"ct_parent\":285,\"selector\":\"image-286-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Nishant-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'5e2cc37dab8f98dda24e384712cc53b51ce592164fa889cd798f6e2b0817b9c6\' ct_options=\'{\"ct_id\":287,\"ct_parent\":285,\"selector\":\"headline-287-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']NISHANTH IYENGAR[/ct_headline][ct_text_block ct_sign_sha256=\'3e380f73bba13dfabd64d96551d104a2de7634c7ba45c6ea3afb9594fb251c76\' ct_options=\'{\"ct_id\":288,\"ct_parent\":285,\"selector\":\"text_block-288-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']PARENT TO PUPS[/ct_text_block][oxy_social_icons ct_sign_sha256=\'60a75a9c6eac29b9cb954dcfc9bee51a4eb63e50d848f8d3c20cfad25f861516\' ct_options=\'{\"ct_id\":289,\"ct_parent\":285,\"selector\":\"_social_icons-289-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'46cf23ae46ebe0204e683da57d8d5cc670f5a1b5ae781ebf75d9d1a1a65b5cde\' ct_options=\'{\"ct_id\":290,\"ct_parent\":285,\"selector\":\"text_block-290-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Cyclist, occasional runner, parent to couple of pups and like the outdoors.<br>[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(736,16,'ct_builder_shortcodes_revisions_dates','1600485783'),(741,16,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'46bd5d47a7cc50acdde6683c63bfbbc04bc9e7065b9a1839a01beb81785e1471\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-16\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"100\",\"container-padding-top\":\"128\",\"container-padding-bottom\":\"120\",\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\"},\"activeselector\":false,\"nicename\":\"Music Hero Section\",\"ct_category\":\"Heros & Titles\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"62\",\"container-padding-bottom\":\"42\"}}}}\'][ct_text_block ct_sign_sha256=\'161b944d9b6920cc52b81c73fd1fc6a4a1bf5cca796e63e2140378cd748b0056\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"text_block-3-16\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"}}\']FUNDRAISER FOR SPECIAL CHILDREN[/ct_text_block][ct_headline ct_sign_sha256=\'373e2b44ea2a5ed715e78d6459c6d8dbe4ec32977d70024c5bd2a1235d8214f5\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"headline-4-16\",\"original\":{\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"100\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"padding-right-unit\":\"em\",\"font-size\":\"75\"}}}}\']Bengaluru to Mysuru[/ct_headline][ct_text_block ct_sign_sha256=\'4aa8efd61e628af9d7f7461f7028ef6dd7c458cd02941fa9e1e534458b81c61e\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-16\",\"original\":{\"color\":\"color(3)\",\"margin-bottom\":\"48\",\"max-width\":\"480\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']We are cycling from Bengaluru to Mysuru to support Deepika School and raise funds for the education of Special Children[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'93f0ca80fb9c7d4d5fdb5bcc5148bc8299de8e90e67206d04519ac67fad639bd\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"div_block-6-16\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"margin-left\":\"20\",\"margin-right\":\"20\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\"}}}}\'][ct_link_text ct_sign_sha256=\'ca31071e3fda0b8a5932f054e3a32d0b13219d2909018af1427681fb932f56b5\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"link_text-7-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'d5f6e39d1e185791d94c87430ed53e4a934b4392024595a0a843c9410a7c57be\' ct_options=\'{\"ct_id\":8,\"ct_parent\":6,\"selector\":\"link_text-8-16\",\"original\":{\"color\":\"color(3)\",\"url\":\"https://form.prosportsfoundation.com/apply\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"hover\":{\"background-color\":\"#ffffff\",\"color\":\"color(12)\"}}\']APPLY TO JOIN THE RIDE[/ct_link_text][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'41a58feb20ff986b9ddb81be9c9c418ee7427bae8b07b34eed7b9045ee73ebd7\' ct_options=\'{\"ct_id\":44,\"ct_parent\":0,\"selector\":\"section-44-16\",\"original\":{\"container-padding-top\":\"84\",\"container-padding-bottom\":\"25\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"activeselector\":false,\"nicename\":\"Stats Boxes\",\"ct_category\":\"Content\",\"media\":{\"tablet\":{\"original\":{\"container-padding-top\":\"80\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'a2ae82e63603fadf37f25390e94296871f91f42ff61dcfcf08c72c0b639c159f\' ct_options=\'{\"ct_id\":18,\"ct_parent\":44,\"selector\":\"headline-18-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(1)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"12\",\"globalConditionsResult\":true,\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"font-size\":\"75\"}}}}\']Goal: Raise Rs.6 Lakhs[/ct_headline][ct_text_block ct_sign_sha256=\'0df4de7e506c7beff3eb13720afb1e9ca2bd9a69d1dba40ccd476453a32f6075\' ct_options=\'{\"ct_id\":19,\"ct_parent\":44,\"selector\":\"text_block-19-16\",\"original\":{\"margin-bottom\":\"49\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']It costs Rs.60,000 p.a. to teach each special child supported by Deepika School[/ct_text_block][ct_new_columns_2 ct_sign_sha256=\'5ca4937d877adf0977352172c20ae2ba48dcaa6a9e0f37bb8907210d5e9946bb\' ct_options=\'{\"ct_id\":47,\"ct_parent\":44,\"selector\":\"new_columns-47-16\",\"original\":{\"reverse-column-order\":\"never\",\"set-columns-width-50\":\"tablet\",\"flex-reverse\":\"false\"}}\'][ct_div_block_2 ct_sign_sha256=\'7c3cd30c18e44b9a5a64f68cfeb2e161b3763d0891077abd19597bcc0e1becae\' ct_options=\'{\"ct_id\":48,\"ct_parent\":47,\"selector\":\"div_block-48-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'193ba89cc81bf035a28c70addecd567dcd00c4929f79c75ecd2fa402abb87c09\' ct_options=\'{\"ct_id\":17,\"ct_parent\":48,\"selector\":\"text_block-17-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Distance: 150 Kms[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'40183af0992c702529d1034ff29aaf5c111671e34f48024b931555c0bdb7903a\' ct_options=\'{\"ct_id\":52,\"ct_parent\":47,\"selector\":\"div_block-52-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'181e5d85818ff239af770433b7eb2b8003449d72d5d87ac70707d77167d4f2e0\' ct_options=\'{\"ct_id\":87,\"ct_parent\":52,\"selector\":\"text_block-87-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Time: 9 hours[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'463af2dc69713f32f05122cf50a28d524cf89119e01ec62769af5a9beda6eafe\' ct_options=\'{\"ct_id\":56,\"ct_parent\":47,\"selector\":\"div_block-56-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'8c8c6f55c2f624aa4a01b5ed6977d377e9b7bfcdaeee872574abda97bda0e45b\' ct_options=\'{\"ct_id\":89,\"ct_parent\":56,\"selector\":\"text_block-89-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']20 Cyclists[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'205205e4f66cdac715c7d0c27155e8b0c2295ff0a11986c4a97aba618c616d2f\' ct_options=\'{\"ct_id\":60,\"ct_parent\":47,\"selector\":\"div_block-60-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"atomic-content-25-column\"},\"activeselector\":\"atomic-content-25-column\"}\'][ct_text_block ct_sign_sha256=\'b070b91b54ca3787cd235e2a6f77c4c63c748da2fcb58657e4c256146331b3c7\' ct_options=\'{\"ct_id\":92,\"ct_parent\":60,\"selector\":\"text_block-92-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"font-size\":\"46\",\"text-shadow-color\":\"color(12)\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']Sponsor 10 Kids[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'8fa3c18b4a2cb120b29b01db439d8b449836361e74fe61a75f6892dbacec2a18\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"section-16-16\",\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"44\",\"text-align\":\"center\",\"align-items\":\"center\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"840\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Progress Bar Centered\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\",\"container-padding-bottom\":\"20\"}},\"phone-portrait\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"0\"}}}}\'][ct_text_block ct_sign_sha256=\'d7ae18b6d8239132b07fcccd5b729b3d3aa35073375db546e63b80460525efbb\' ct_options=\'{\"ct_id\":80,\"ct_parent\":16,\"selector\":\"text_block-80-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']CYCLING AGENDA[/ct_text_block][ct_headline ct_sign_sha256=\'ea06c2002f954d7fd6d008848b84730ce205cfaa2615624257d1a782a465844c\' ct_options=\'{\"ct_id\":70,\"ct_parent\":16,\"selector\":\"headline-70-16\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"tag\":\"h2\",\"color\":\"color(1)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"font-size\":\"75\"}}}}\']3rd Oct 2020[/ct_headline][ct_text_block ct_sign_sha256=\'7147d351819f3b87a5f3178eee0fe7eeb491e9f0b954af483b3824a2c8cc3b55\' ct_options=\'{\"ct_id\":292,\"ct_parent\":16,\"selector\":\"text_block-292-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true},\"activeselector\":false,\"classes\":{\"0\":\"hyperion-big-text\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"40\"}}}}\']5:30 AM:  Start at Vidhan Soudha - 0 Kms<br>8:30 AM:  First stop at Ramanagara - 50 Kms<br>11:30 AM:  Second stop at Mandya - 100 Kms<br>2:30 PM: Finish at University of Mysuru - 150 Kms[/ct_text_block][ct_link_text ct_sign_sha256=\'64a04ed9322aee8e3e352cf0fcaa0d1aa102b7c379a159352df7c83983ade73b\' ct_options=\'{\"ct_id\":291,\"ct_parent\":16,\"selector\":\"link_text-291-16\",\"original\":{\"margin-right\":\"12\",\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"12\"}}}}\']DONATE[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'f5c8364ac238c4bf4a0a77109756936221d3a007ef3e7dd001b7cfb6f97601c8\' ct_options=\'{\"ct_id\":300,\"ct_parent\":0,\"selector\":\"section-300-16\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\",\"align-items\":\"center\",\"text-align\":\"center\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'cd6c7793a0b82ca3fa58a1941ac131e460895dde5bdf502fd2a2226ad8467326\' ct_options=\'{\"ct_id\":298,\"ct_parent\":300,\"selector\":\"headline-298-16\",\"original\":{\"margin-bottom\":\"12\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"tag\":\"h2\",\"color\":\"color(1)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"font-size\":\"75\"}}}}\']Our Partners[/ct_headline][/ct_section][ct_section ct_sign_sha256=\'c0505c8ffe7e4f650287777d2498261cd94555d9e40ff35d1608a58b5ed2ac03\' ct_options=\'{\"ct_id\":206,\"ct_parent\":0,\"selector\":\"section-206-16\",\"original\":{\"container-padding-top\":\"0\",\"container-padding-bottom\":\"26\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Logo Grid Simple\",\"ct_category\":\"Social Proof\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"20\",\"container-padding-bottom\":\"20\"}}}}\'][ct_new_columns_2 ct_sign_sha256=\'5bd24e4f1a44331a26c8f2d8fffea3e3fd0fd1aa53b54bad03c8efc1e252cc3e\' ct_options=\'{\"ct_id\":207,\"ct_parent\":206,\"selector\":\"new_columns-207-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{}}\'][ct_div_block_2 ct_sign_sha256=\'3e450551ec31e54c9ab64a2af594b31a9a9d9c0f122f13c123a275ec3304a21d\' ct_options=\'{\"ct_id\":208,\"ct_parent\":207,\"selector\":\"div_block-208-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"},\"activeselector\":\"hyperion-logogrid-1-column\"}\'][ct_image ct_sign_sha256=\'2ac1dfa139e6751e7cef59e9cb2fbe97f4ee1cca21c2add8bbae1ca5e874ff5f\' ct_options=\'{\"ct_id\":209,\"ct_parent\":208,\"selector\":\"image-209-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d55fa4604fc9131ff84590245c6f2bdb4b9a8585e8d75a026f9cd62cc4b289ca\' ct_options=\'{\"ct_id\":210,\"ct_parent\":207,\"selector\":\"div_block-210-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'e79f199cf23351b92c658720b3f72c04fbdea855cd04d90122cb2a294ded20c9\' ct_options=\'{\"ct_id\":211,\"ct_parent\":210,\"selector\":\"image-211-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Raw-Pressery-logo.jpg\",\"height\":\"200\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'8672e669f83438e13e05c1da50dc99295ae0ba8b4f92dd7f51bd9467751ff129\' ct_options=\'{\"ct_id\":212,\"ct_parent\":207,\"selector\":\"div_block-212-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f293a8df50390bf0a2873608e8626164709cfc7587f857b17941df66e9ec871b\' ct_options=\'{\"ct_id\":213,\"ct_parent\":212,\"selector\":\"image-213-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProNature-NEWLogo.png\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'919ecf0104a4992ccdabaebd8de3038aa81f6f8c3f67403600006dd3b2d8728a\' ct_options=\'{\"ct_id\":214,\"ct_parent\":207,\"selector\":\"div_block-214-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'f307c73ef2b640ddebcc3b5cdca5e98b95fc7bad2f57cace5253f2864f5093e0\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"image-215-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/LOGO-BLACK.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'e0acad69af53b5e35005ef3352e3c9d465cc28ab447c442df9d2df20427dd510\' ct_options=\'{\"ct_id\":216,\"ct_parent\":206,\"selector\":\"new_columns-216-16\",\"original\":{\"set-columns-width-50\":\"phone-landscape\",\"stack-columns-vertically\":\"phone-portrait\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a2c9aa63cda61eb7147b240994ff08fc9e82d92b4c040b373b1e4d914658af98\' ct_options=\'{\"ct_id\":221,\"ct_parent\":216,\"selector\":\"div_block-221-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'3845896da2c207bb2ca1601f32d4fc8d8c15191d346712f9bd3ab3d80b36a287\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"image-222-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/PH-LOGO.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'89a7a2daf6f140f9e0ddddc8501e705727fbba8488a3f9da150bf6df1d9ac1e8\' ct_options=\'{\"ct_id\":223,\"ct_parent\":216,\"selector\":\"div_block-223-16\",\"original\":{\"width\":25,\"width-unit\":\"%\"},\"classes\":{\"0\":\"hyperion-logogrid-1-column\"}}\'][ct_image ct_sign_sha256=\'80f68c36a2c94b0a09707ab899efcac1cf507c81854b448c88ea6d9f65ad8eb3\' ct_options=\'{\"ct_id\":224,\"ct_parent\":223,\"selector\":\"image-224-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpp_logo_new_400x400.png\",\"height\":\"150\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'a5b8832790028fc202c2085160e1da2d926cd454d7a7af007dd595233d234d32\' ct_options=\'{\"ct_id\":130,\"ct_parent\":0,\"selector\":\"section-130-16\",\"original\":{\"container-padding-top\":\"41\",\"container-padding-bottom\":\"38\",\"background-color\":\"color(1)\"},\"activeselector\":false,\"nicename\":\"Team Dark Three Columns\",\"ct_category\":\"People\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"40\"}},\"tablet\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'4167e6616599bdc5c3337d069031b460aa95ffa0efe2029ca16dab270c9bfc85\' ct_options=\'{\"ct_id\":131,\"ct_parent\":130,\"selector\":\"text_block-131-16\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\"},\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false}\']DARE DEVILS[/ct_text_block][ct_headline ct_sign_sha256=\'8a0f5b7c834e5d722794c5c93386a279b8d6d1f9df9079c0a4b0f47acb841bf5\' ct_options=\'{\"ct_id\":132,\"ct_parent\":130,\"selector\":\"headline-132-16\",\"original\":{\"tag\":\"h2\",\"color\":\"color(3)\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false}\']Meet the Cyclists[/ct_headline][ct_text_block ct_sign_sha256=\'12842b3d09cd615298368eeae4509a10c679d6e6a23f628f3e77c6b5411313f1\' ct_options=\'{\"ct_id\":133,\"ct_parent\":130,\"selector\":\"text_block-133-16\",\"original\":{\"margin-bottom\":\"60\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"color\":\"color(3)\"},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']The cyclists who are willing to pedal for this cause[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'9a4426661ab3debd8eb7d54e5f40f6080f1efe25320d3cb8585d5bf25c34ce01\' ct_options=\'{\"ct_id\":134,\"ct_parent\":130,\"selector\":\"div_block-134-16\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"flex-direction\":\"row\",\"display\":\"flex\",\"flex-wrap\":\"wrap\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'20347417e8fc8773b93eed5a5650136944a0e9a9805569bbff8a74f6c7a9c52b\' ct_options=\'{\"ct_id\":135,\"ct_parent\":134,\"selector\":\"div_block-135-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"}}\'][ct_image ct_sign_sha256=\'a3862c017584c63ea9ccd7af2e4b0bb3fdaeb9a3244fc35127716dd04d844b18\' ct_options=\'{\"ct_id\":136,\"ct_parent\":135,\"selector\":\"image-136-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Shahid-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'761eb2870585f485ebce5c17f65358b02b140b807ff9c15e4ebeb7d2854fa286\' ct_options=\'{\"ct_id\":137,\"ct_parent\":135,\"selector\":\"headline-137-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SHAHID KHAN[/ct_headline][ct_text_block ct_sign_sha256=\'0b703b81ca1b7ed967310b25f42ffb54c6389d2b82e0d8ece4094a637b3bd08f\' ct_options=\'{\"ct_id\":138,\"ct_parent\":135,\"selector\":\"text_block-138-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"}}\']Rally Driver[/ct_text_block][oxy_social_icons ct_sign_sha256=\'66420727c10d404b2ab927c1de46e1c90f77de7dd239165c4d038accf851b4b0\' ct_options=\'{\"ct_id\":139,\"ct_parent\":135,\"selector\":\"_social_icons-139-16\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/shahidkgo\",\"icon-instagram\":\"https://instagram.com/shahidkinsta\",\"icon-twitter\":\"https://twitter.com/shahidktweet\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'6acdb033460909a81d32f2572f60e4b2c7011fcefbbe47ee6b8db25168377ea4\' ct_options=\'{\"ct_id\":140,\"ct_parent\":135,\"selector\":\"text_block-140-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Founder of Jumpptech. He is passionate about Digital Marketing, Technology, Entrepreneurship, Blogging, Cycling &amp; Rally Driving.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'601eafb8505f35b272b92e0b4f06fca771dd879fc55d85a8606435ac9e8d852f\' ct_options=\'{\"ct_id\":142,\"ct_parent\":134,\"selector\":\"div_block-142-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'8506eaaa6bdf7f94d7f6780b9178fb51b00cc3e27c69403ad112d6be699acd90\' ct_options=\'{\"ct_id\":143,\"ct_parent\":142,\"selector\":\"image-143-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Pavan-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'de833df7abc090c38b48dcfdf1a2e9621ca40a1f9935a22a5ca8e9cf8ccd02b6\' ct_options=\'{\"ct_id\":144,\"ct_parent\":142,\"selector\":\"headline-144-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']PAVAN SRIRAM[/ct_headline][ct_text_block ct_sign_sha256=\'a4d5f520255c87bbf342ee0e5b7a21da21392d0f2f0f230fb534425a0b0c9e6c\' ct_options=\'{\"ct_id\":145,\"ct_parent\":142,\"selector\":\"text_block-145-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Runner[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5b2409ec6606e498291a0e077f0a0a2f033361a4868d66b791cfff010d21e706\' ct_options=\'{\"ct_id\":146,\"ct_parent\":142,\"selector\":\"_social_icons-146-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\",\"icon-use-brand-colors\":\"no\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'2bee1696a784d17a27a3b5a8698aa63e5e2416bb95db34478ef6eda9216eab29\' ct_options=\'{\"ct_id\":147,\"ct_parent\":142,\"selector\":\"text_block-147-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Pavan is an international marathoner and avid cyclist passionate about learning and education<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9b013676f56c9e1f56be6834d19ea40b3b72226cd8f12ec7c1fe4a4312885c83\' ct_options=\'{\"ct_id\":149,\"ct_parent\":134,\"selector\":\"div_block-149-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'4ce1da238b2124239eafa1fc008e3094870675f756cc8d8368fb2e0565395992\' ct_options=\'{\"ct_id\":150,\"ct_parent\":149,\"selector\":\"image-150-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Savitha-Cycle.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'d13bbbc5c21b3e0b730473f39353e3534a85aed52c828dc6c5fb66b884800634\' ct_options=\'{\"ct_id\":151,\"ct_parent\":149,\"selector\":\"headline-151-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SAVITHA BHAVSAR[/ct_headline][ct_text_block ct_sign_sha256=\'c47f0abc5b27430197713b288571348217333129b703b9157924ac1d04024398\' ct_options=\'{\"ct_id\":152,\"ct_parent\":149,\"selector\":\"text_block-152-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Adventurer[/ct_text_block][oxy_social_icons ct_sign_sha256=\'bc773317a40c8654610f3a29d56b26f199642c8b31dc73d75358e0dd09a1105b\' ct_options=\'{\"ct_id\":153,\"ct_parent\":149,\"selector\":\"_social_icons-153-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"6\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d166617bf160cff2540f2e1e2357a2766f02d5e120a829884205fb31da23ef2c\' ct_options=\'{\"ct_id\":154,\"ct_parent\":149,\"selector\":\"text_block-154-16\",\"original\":{\"color\":\"color(3)\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"},\"activeselector\":false}\']Savitha runs her event management company. She loves adventure sports, climbing, trekking, car rallying , cycling, running and biking.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'29da090d1eda3577c373761d82d015023e7cde225c2efc3f0c2abefc7f80012e\' ct_options=\'{\"ct_id\":156,\"ct_parent\":134,\"selector\":\"div_block-156-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'3e1bcd2564ad2f4049169a24a25c63bfd6847f2c80c9357988d57da1b06eff78\' ct_options=\'{\"ct_id\":157,\"ct_parent\":156,\"selector\":\"image-157-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Bharath-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'85a7d9f1b770a4591b36e72fa13664c9ab49cc7fa3ec69e979dcf2f0969af0e2\' ct_options=\'{\"ct_id\":158,\"ct_parent\":156,\"selector\":\"headline-158-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']BHARATH[/ct_headline][ct_text_block ct_sign_sha256=\'1f90689c4dbd30c1b6e8f598af43f52dd21ebf5216efcd22b12a6d6ac56d04b5\' ct_options=\'{\"ct_id\":159,\"ct_parent\":156,\"selector\":\"text_block-159-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Cyclist[/ct_text_block][oxy_social_icons ct_sign_sha256=\'57b9863f99cf27cc9746880cc8829c195f9a24abe6da986cd3e614e380207c63\' ct_options=\'{\"ct_id\":160,\"ct_parent\":156,\"selector\":\"_social_icons-160-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d8a03deb2c1651b3281cf27e66f54431e49ff74d3c0b11cc40c75017ef2e33ba\' ct_options=\'{\"ct_id\":161,\"ct_parent\":156,\"selector\":\"text_block-161-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Bharat is a passionate cyclist and a marathoner. Globe trotter, he enjoys both cross country and inter city cycling formats[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'722d05da012929093c633ea8535c86d7479f60bf72e9b5546dfaabe9ef93a2dd\' ct_options=\'{\"ct_id\":236,\"ct_parent\":134,\"selector\":\"div_block-236-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'372dec1437e628ba860572a6a6e0ffe934ceb49ac206bbcf859a25bef219e5ce\' ct_options=\'{\"ct_id\":237,\"ct_parent\":236,\"selector\":\"image-237-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Ranvijay-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'ed66edd584c168767c4638c344d48c388b0a7c25148704e8dee74e0a23b98fb5\' ct_options=\'{\"ct_id\":238,\"ct_parent\":236,\"selector\":\"headline-238-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RANVIJAY PANDEY[/ct_headline][ct_text_block ct_sign_sha256=\'f30eea5337109bb5843802647f703ccb718e205856f931bad66ef45c4b5e247b\' ct_options=\'{\"ct_id\":239,\"ct_parent\":236,\"selector\":\"text_block-239-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Architect[/ct_text_block][oxy_social_icons ct_sign_sha256=\'386f64f7a1e37d63d17087168e3fee0348d6bf2b0ed4bd0787b1aa258838486d\' ct_options=\'{\"ct_id\":240,\"ct_parent\":236,\"selector\":\"_social_icons-240-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'3a8ce1b995d0b9f2738363048c307238851fb6e7501f5e93d501b8f72dbe23cf\' ct_options=\'{\"ct_id\":241,\"ct_parent\":236,\"selector\":\"text_block-241-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Ran Vijay is IT Architect by profession. Worked with many IT leaders Like Infosys, IBM, Hitachi to name few. He is passionate about sports and fitness. His passion for cycling and running keep him fit and positive all the time. He is an inspiration for many.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d884ceda2a52358dd38675ec6713da3a4c6fe53d034826f08ec8114a6dba256e\' ct_options=\'{\"ct_id\":245,\"ct_parent\":134,\"selector\":\"div_block-245-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'7ff3c4b576d11ce2fb1196f4994771b52786cf31a4130b62c05fcc72431e3b77\' ct_options=\'{\"ct_id\":246,\"ct_parent\":245,\"selector\":\"image-246-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Sanjeev-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'944d4477417ca59d1882254d69df1d5572aeb253ffb600a5a9876addc9d770cc\' ct_options=\'{\"ct_id\":247,\"ct_parent\":245,\"selector\":\"headline-247-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']SANJEEV KUMAR[/ct_headline][ct_text_block ct_sign_sha256=\'f94f333295a655ce78131356f4fba627f2e07e0fbabe96663bbb27519f8a4199\' ct_options=\'{\"ct_id\":248,\"ct_parent\":245,\"selector\":\"text_block-248-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":false}\']Ironman[/ct_text_block][oxy_social_icons ct_sign_sha256=\'27a9283bf9f8ae0bf1ab42dba10b97a74dd0fc5b2a48dc9c0a8b6f7f79a3dac4\' ct_options=\'{\"ct_id\":249,\"ct_parent\":245,\"selector\":\"_social_icons-249-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'d909cf567fc185234acde99e3fff64f8f5e4528acce04664c02173eed402df1d\' ct_options=\'{\"ct_id\":250,\"ct_parent\":245,\"selector\":\"text_block-250-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"18\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Sanjeev is IT professional Worked with many IT leaders Like Infosys, Microsoft to name few. He is passionate sport person. He took the challenge and completed Ironman hosted in Goa in 2019. His passion for cycling and running keeps him fit. He is an inspiration for many.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7c34dfee54d144a2c63140383285629bc4fa356421e096ea39d9750d86c48d18\' ct_options=\'{\"ct_id\":163,\"ct_parent\":134,\"selector\":\"div_block-163-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'71d65d388b2432345aea39a6d3cd306442ce6ce1d726a8387212bdb7188769d3\' ct_options=\'{\"ct_id\":164,\"ct_parent\":163,\"selector\":\"image-164-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Rajiv-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'8300de98fce3c0d639a431c46bf00f39c0ae948ad2046201d43873861e16dc80\' ct_options=\'{\"ct_id\":165,\"ct_parent\":163,\"selector\":\"headline-165-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']RAJIV[/ct_headline][ct_text_block ct_sign_sha256=\'d859041780181f015234deac6d59dc3719aff81c69384096e1724e8247de9ad3\' ct_options=\'{\"ct_id\":166,\"ct_parent\":163,\"selector\":\"text_block-166-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']Spanish Lunguist[/ct_text_block][oxy_social_icons ct_sign_sha256=\'5f1d06b6b9e80fd0755c641d69fb18655c44d3f09f8c3a99835265a7174a69c4\' ct_options=\'{\"ct_id\":167,\"ct_parent\":163,\"selector\":\"_social_icons-167-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'9ecc6ce9c2e6cbdec8b714c507f078a3c986c8e7eb805dacb8dbee762598638f\' ct_options=\'{\"ct_id\":168,\"ct_parent\":163,\"selector\":\"text_block-168-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Working as a Spanish Linguist in IBM. Settled in Bengaluru. A Bullet enthusiast &amp; have travelled to all parts of India.  I love outdoor Sports. Finished my Ironman 70.3 last year in Goa. Keep myself fit &amp; energized with Running, Swimming &amp; Cycling.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f721c37eb9462d9b80a2d0f1dac4889b6d229b6a82f43aa42cdda7215c496eb9\' ct_options=\'{\"ct_id\":285,\"ct_parent\":134,\"selector\":\"div_block-285-16\",\"classes\":{\"0\":\"hyperion-team-2-wrapper\"},\"activeselector\":\"hyperion-team-2-wrapper\"}\'][ct_image ct_sign_sha256=\'602f1087a24dc578ce20a4f939e5bb38bf9593f42a655eb871bd8859a63936db\' ct_options=\'{\"ct_id\":286,\"ct_parent\":285,\"selector\":\"image-286-16\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/Nishant-Cycling.png\"},\"classes\":{\"0\":\"hyperion-team-2-image\"},\"activeselector\":\"hyperion-team-2-image\"}\'][/ct_image][ct_headline ct_sign_sha256=\'5e2cc37dab8f98dda24e384712cc53b51ce592164fa889cd798f6e2b0817b9c6\' ct_options=\'{\"ct_id\":287,\"ct_parent\":285,\"selector\":\"headline-287-16\",\"original\":{\"tag\":\"h4\"},\"classes\":{\"0\":\"hyperion-team-2-text\"},\"activeselector\":\"hyperion-team-2-text\"}\']NISHANTH IYENGAR[/ct_headline][ct_text_block ct_sign_sha256=\'3e380f73bba13dfabd64d96551d104a2de7634c7ba45c6ea3afb9594fb251c76\' ct_options=\'{\"ct_id\":288,\"ct_parent\":285,\"selector\":\"text_block-288-16\",\"classes\":{\"0\":\"hyperion-team-2-small-text\"},\"activeselector\":\"atomic-content-25-price\"}\']PARENT TO PUPS[/ct_text_block][oxy_social_icons ct_sign_sha256=\'60a75a9c6eac29b9cb954dcfc9bee51a4eb63e50d848f8d3c20cfad25f861516\' ct_options=\'{\"ct_id\":289,\"ct_parent\":285,\"selector\":\"_social_icons-289-16\",\"original\":{\"icon-facebook\":\"https://facebook.com\",\"icon-instagram\":\"https://instagram.com\",\"icon-twitter\":\"https://twitter.com\",\"icon-background-color\":\"color(2)\",\"icon-style\":\"circle\",\"icon-color\":\"color(3)\",\"icon-size\":\"32\",\"icon-space-between-icons\":\"8\",\"icon-background-hover-color\":\"color(3)\",\"icon-hover-color\":\"color(1)\"}}\'][/oxy_social_icons][ct_text_block ct_sign_sha256=\'46cf23ae46ebe0204e683da57d8d5cc670f5a1b5ae781ebf75d9d1a1a65b5cde\' ct_options=\'{\"ct_id\":290,\"ct_parent\":285,\"selector\":\"text_block-290-16\",\"original\":{\"color\":\"#ffffff\",\"margin-top\":\"24\"},\"classes\":{\"0\":\"hyperion-body-text\"}}\']Cyclist, occasional runner, parent to couple of pups and like the outdoors.<br>[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(738,16,'ct_builder_shortcodes_revisions_dates','1600485797'),(748,61,'ct_builder_shortcodes_revisions_dates','1600486257'),(749,61,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'92a434cb340cb0b6ff05dc9326fa33dec9043c7c8a7b40da291e61e08f9b32ab\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"_header-16-61\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\"},\"activeselector\":false,\"nicename\":\"Header Simple One Line\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'0cb7a6c3c558b733129ed16ccdf66a8728d1816d04a9a0b415610f0e8f722f80\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"_header_row-17-61\",\"original\":{\"background-color\":\"color(1)\",\"stack-header-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][oxy_header_left ct_sign_sha256=\'a2f0c3ba95379b3bc72126d2689a3885aa14df786d11c9d0388f22fa79476c13\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"_header_left-18-61\"}\'][ct_link_2 ct_sign_sha256=\'f4d12b76c9454af0a870e30980d46b59ebabf72b4bebe454d24e510de66c8e2e\' ct_options=\'{\"ct_id\":36,\"ct_parent\":18,\"selector\":\"link-36-61\",\"original\":{\"url\":\"https://prosportsfoundation.com\",\"target\":\"\",\"url_encoded\":\"true\"}}\'][ct_image ct_sign_sha256=\'e5b08c8c2bcfcfac7b920ff216179627b3d3f3da5b7a49f381d95900e36658b1\' ct_options=\'{\"ct_id\":26,\"ct_parent\":36,\"selector\":\"image-26-61\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"height\":\"100\",\"margin-top\":\"10\",\"margin-bottom\":\"10\"},\"activeselector\":false}\'][/ct_image][/ct_link_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'1abb909940cc0ef98259f5131f535ac8b2e87594b68292835ac7fdcc2790ce57\' ct_options=\'{\"ct_id\":21,\"ct_parent\":17,\"selector\":\"_header_center-21-61\"}\'][oxy_nav_menu ct_sign_sha256=\'60934183a76734cff3a45de641035c63dbcc9fd74fbfec39f8f35f67ba473436\' ct_options=\'{\"ct_id\":22,\"ct_parent\":21,\"selector\":\"_nav_menu-22-61\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"on\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"24\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"24\",\"menu_hover_background-color\":\"color(1)\",\"menu_flex-direction\":\"row\",\"menu_font-size\":\"18\",\"menu_color\":\"color(6)\",\"menu_letter-spacing\":\".125\",\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_hover_color\":\"color(3)\",\"menu_active_color\":\"color(2)\",\"menu_dropdowns_padding-top\":\"18\",\"menu_dropdowns_padding-bottom\":\"18\",\"menu_hover_border-bottom-width\":\"2\",\"menu_dropdowns_background-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(6)\",\"menu_dropdowns_hover_color\":\"color(3)\",\"menu_dropdowns_hover_background-color\":\"color(1)\",\"menu_responsive_icon_color\":\"#ffffff\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"menu_justify-content\":\"center\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_background-color\":\"color(1)\",\"menu_color\":\"color(3)\",\"menu_border-bottom-width\":\"2\",\"menu_dropdowns_color\":\"color(3)\",\"menu_dropdowns_background-color\":\"color(1)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"24\"}}}}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'9caced03588716b222c5b993b576bfe8b58e9f6a06b41da8ab1a4a95c2b50fba\' ct_options=\'{\"ct_id\":23,\"ct_parent\":17,\"selector\":\"_header_right-23-61\"}\'][ct_link_text ct_sign_sha256=\'fc98314c84fa48133c1522f03ece6773e4a0840838d2ebf93d5f9561d36ef2df\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link_text-24-61\",\"original\":{\"font-size\":\"18\",\"font-weight\":\"900\",\"color\":\"color(3)\",\"hover_color\":\"color(1)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"background-color\":\"color(16)\",\"letter-spacing\":\"1\",\"line-height\":\"1\",\"padding-top\":\"18\",\"padding-bottom\":\"18\",\"padding-left\":\"42\",\"padding-right\":\"42\",\"border-radius\":\"100\",\"url\":\"mailto:contact@prosportsfoundation.com\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"url_encoded\":\"true\",\"target\":\"\"},\"hover\":{\"color\":\"color(1)\",\"background-color\":\"#ffffff\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"12\",\"margin-bottom\":\"12\"}}}}\']EMAIL US[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'cdc27e1a90654a7d98c72ebd4e5d9176312b9c410eec08348ed30d6bebac6507\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"section-1-61\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"center\",\"container-padding-top\":\"57\",\"container-padding-bottom\":\"62\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"640\"},\"activeselector\":false,\"nicename\":\"Simple Text One Column\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'7629428e7ad5c4135040482018bf631f8904ec57f10c0d16bfed9cffb7cfcae2\' ct_options=\'{\"ct_id\":7,\"ct_parent\":1,\"selector\":\"headline-7-61\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"50\",\"color\":\"color(16)\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'f5e3beedb62b0e7d9decc24902a4356b9ae350fd6c3de0fc1c5781dc274011bb\' ct_options=\'{\"ct_id\":8,\"ct_parent\":7,\"selector\":\"span-8-61\"}\'][oxygen ct_sign_sha256=\'dbcae86f81a07a96fd0f6e7d80ef72ca19e42e3994d64fe6b9cc7769adc5f192\' data=\'title\' ][/ct_span][/ct_headline][ct_div_block_2 ct_sign_sha256=\'f38572ad7a638963f4b04439e8cdf58b1e685bd205e75be95161e6cea5f3df48\' ct_options=\'{\"ct_id\":15,\"ct_parent\":1,\"selector\":\"div_block-15-61\",\"original\":{\"display\":\"flex\",\"flex-direction\":\"row\"},\"activeselector\":false}\'][ct_text_block ct_sign_sha256=\'d719bc126df7c7d76c76ac1880c08f0fdcaa7cba9d503e9488a1fd8568f86712\' ct_options=\'{\"ct_id\":11,\"ct_parent\":15,\"selector\":\"text_block-11-61\",\"original\":{\"padding-right\":\"20\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'233fd60ee227361ae4d51facffa644b8d7df3c2bf3e9dc340f9f644cf90213a3\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"span-12-61\"}\'][oxygen ct_sign_sha256=\'5739b77cb07d1bf6c5c8fb78194fbe01f00922ca849ce41b3c5ad9dc8673fe4c\' data=\'date\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'c9fe18498f718504feeec35759fb1fdd16436e45d50674dc88b8779f87ff3382\' ct_options=\'{\"ct_id\":13,\"ct_parent\":15,\"selector\":\"text_block-13-61\"}\']By [ct_span ct_sign_sha256=\'ec52c4e5e93f36bc04be7be5b074669ebcf13bb1505dacda0124052b248d881a\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"span-14-61\"}\'][oxygen ct_sign_sha256=\'6701c6ab2aca4c9c921eb23d74215d3851ef8193c5cfce75e12cfbf6cc211417\' data=\'author\' ][/ct_span][/ct_text_block][/ct_div_block_2][ct_image ct_sign_sha256=\'09254b3fa7345a5659f143205a584783fcd136822c5376443337c0d395af8f25\' ct_options=\'{\"ct_id\":10,\"ct_parent\":1,\"selector\":\"image-10-61\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'3d82d9b6da94459e8da7f76112bfa69302250151f0ba8964a391835a4faf828b\' data=\'featured_image\' ]\",\"srcdynamic\":true},\"activeselector\":false}\'][/ct_image][ct_text_block ct_sign_sha256=\'0fc7346e15770c12f42d300b180c98357c47dcbcc7078b56c975661e8b8501e4\' ct_options=\'{\"ct_id\":4,\"ct_parent\":1,\"selector\":\"text_block-4-61\",\"classes\":{\"0\":\"hyperion-simple-text-1\"}}\'][ct_span ct_sign_sha256=\'ba9d958d7c81727eeb07470d9918346049ae80da0ef97c4acb3fd28996c8b8dc\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"span-5-61\",\"classes\":{\"0\":\"oxy-stock-content-styles\"}}\'][oxygen ct_sign_sha256=\'8320ad6a0f63bf1b9d7118163c185c7870937699cbe701f695de7f525de7ec17\' data=\'content\' ][/ct_span][/ct_text_block][ct_code_block ct_sign_sha256=\'ff39ef9b74492918a354cf2bc06fd6fe62f46433b2e5ab429812a66ae177116e\' ct_options=\'{\"ct_id\":6,\"ct_parent\":1,\"selector\":\"code_block-6-61\",\"original\":{\"code-php\":\"PCEtLSAtLT4=\",\"flex-direction\":\"unset\",\"display\":\"none\",\"code-css\":\"Lmh5cGVyaW9uLXNpbXBsZS10ZXh0LTEgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZC1jb2xvcjogY29sb3IoMTQpOwogIGZvbnQtZmFtaWx5OiAnQWxlZ3JleWEnOwogIGNvbG9yOiBjb2xvcigxMik7CiAgcGFkZGluZzogMThweCAyNHB4OwogIG1hcmdpbi1sZWZ0OiAwOwogIG1hcmdpbi1yaWdodDogMDsKICBmb250LXNpemU6IDE2cHg7CiAgbGluZS1oZWlnaHQ6IDEuNWVtOwogIGZvbnQtc3R5bGU6IGl0YWxpYzsKICBmb250LXNpemU6IDIwcHg7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIGltZyB7CiAgbWF4LXdpZHRoOiAxMDAlOwogIGhlaWdodDogYXV0bzsKICBtYXJnaW4tdG9wOiAxOHB4Owp9CgouaHlwZXJpb24tc2ltcGxlLXRleHQtMSBvbCBsaSB7CiAgY291bnRlci1pbmNyZW1lbnQ6IGxpc3Q7CiAgbGlzdC1zdHlsZS10eXBlOiBub25lOwogIHBvc2l0aW9uOiByZWxhdGl2ZTsKICBsaW5lLWhlaWdodDogMjsKfQoKLyogT3V0cHV0IHRoZSBudW1iZXJzIHVzaW5nIHRoZSBjb3VudGVyKCkgZnVuY3Rpb24sIGJ1dCB1c2UgYSBjdXN0b20gY29sb3IsIGFuZCBwb3NpdGlvbiB0aGUgbnVtYmVycyBob3cgd2Ugd2FudCAqLwouaHlwZXJpb24tc2ltcGxlLXRleHQtMSBzcGFuIG9sIGxpOmJlZm9yZSB7CiAgY29sb3I6IGNvbG9yKDE2KTsKICBjb250ZW50OiBjb3VudGVyKGxpc3QpICIuIjsKICBsZWZ0OiAtMzZweDsKICBmb250LXdlaWdodDogOTAwOwogIHBvc2l0aW9uOiBhYnNvbHV0ZTsKICB0ZXh0LWFsaWduOiByaWdodDsKICB3aWR0aDogMS41ZW07Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIHVsIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAyOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIHNwYW4gdWwgbGk6YmVmb3JlIHsKICBjb2xvcjogY29sb3IoMTYpOwogIGNvbnRlbnQ6IuKAoiI7CiAgbGVmdDogLTQycHg7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKICBmb250LXdlaWdodDogOTAwOwp9CgouaHlwZXJpb24tc2ltcGxlLXRleHQtMSAud3AtY2FwdGlvbi10ZXh0IHsKICBjb2xvcjogIzk5OTk5OTsKICBmb250LXN0eWxlOiBpdGFsaWM7CiAgZm9udC1zaXplOiAxMnB4OwogIG1hcmdpbi10b3A6IDA7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIGEgewogIGNvbG9yOiBjb2xvcigxNik7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIC53cC1jYXB0aW9uLmFsaWdubm9uZSB7CiAgd2lkdGg6IDEwMCUgIWltcG9ydGFudDsKfQo=\"}}\'][/ct_code_block][/ct_section][ct_section ct_sign_sha256=\'185f981e0e9b454350a01034898dff83ee13ac99a29c2277e93ea3c2d60af219\' ct_options=\'{\"ct_id\":28,\"ct_parent\":0,\"selector\":\"section-28-61\",\"original\":{\"background-color\":\"color(11)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"48\",\"container-padding-bottom\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Footer\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"30\"}}}}\'][ct_link_2 ct_sign_sha256=\'bbfacc101b951564310acb797382027d5c16a946b9cdcd9bce9a1d1ac938cc00\' ct_options=\'{\"ct_id\":37,\"ct_parent\":28,\"selector\":\"link-37-61\",\"original\":{\"url\":\"https://prosportsfoundation.com\",\"target\":\"\",\"url_encoded\":\"true\"}}\'][ct_image ct_sign_sha256=\'723cd46633d45fd0dc19f875abb61df3284f8b7a2322e34e8b9fa77c6431440c\' ct_options=\'{\"ct_id\":35,\"ct_parent\":37,\"selector\":\"image-35-61\",\"original\":{\"height\":\"100\",\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"padding-bottom\":\"15\"},\"activeselector\":false}\'][/ct_image][/ct_link_2][oxy_social_icons ct_sign_sha256=\'3b9e1862c088411df2c63270aa200f8951b2ecc2db982b5d13b17de46f4e3388\' ct_options=\'{\"ct_id\":31,\"ct_parent\":28,\"selector\":\"_social_icons-31-61\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true,\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][oxy_nav_menu ct_sign_sha256=\'6bdf2a753ac66cf7722e323064a3b4f19394e2af86145494975216e356925fc7\' ct_options=\'{\"ct_id\":32,\"ct_parent\":28,\"selector\":\"_nav_menu-32-61\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_icon_size\":\"18\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"30\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"30\",\"menu_flex-direction\":\"row\",\"menu_color\":\"color(6)\",\"menu_font-size\":\"18\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_letter-spacing\":\".125\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"border-top-width\":\"0\",\"border-right-width\":\"0\",\"border-bottom-width\":\"2\",\"border-left-width\":\"0\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"none\",\"border-bottom-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(11)\",\"menu_responsive_dropdowns\":\"off\",\"margin-bottom\":\"24\",\"menu_responsive_background_color\":\"color(11)\",\"menu_responsive_link_color\":\"color(6)\",\"menu_responsive_hover_link_color\":\"color(3)\",\"globalConditionsResult\":true,\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"}},\"phone-landscape\":{\"original\":{\"margin-right\":\"0\"}}}}\'][/oxy_nav_menu][ct_text_block ct_sign_sha256=\'cc948463282390688c246ee629885b549262ff303d533b23112bab83b0ad7160\' ct_options=\'{\"ct_id\":33,\"ct_parent\":28,\"selector\":\"text_block-33-61\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Copyright ©&nbsp; ProSports Foundation[/ct_text_block][/ct_section]'),(750,61,'ct_builder_shortcodes_revisions_dates','1600486310'),(751,73,'_wp_attached_file','2020/09/yannis-h-uaPaEM7MiQQ-unsplash-1.jpg'),(752,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:43:\"2020/09/yannis-h-uaPaEM7MiQQ-unsplash-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"yannis-h-uaPaEM7MiQQ-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:44:\"yannis-h-uaPaEM7MiQQ-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:43:\"yannis-h-uaPaEM7MiQQ-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:43:\"yannis-h-uaPaEM7MiQQ-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:45:\"yannis-h-uaPaEM7MiQQ-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:{}}}'),(755,8,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'41919f5f89f7e9cc3bd0ce703af29641e92cac6e7e04e868b4955332f4d3073b\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"_header-1-8\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\"},\"activeselector\":false,\"nicename\":\"Header Simple One Line\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'118b4accb57642e526ba56e165107eadac3eec6973d40d925005d48b91f931ca\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"_header_row-2-8\",\"original\":{\"stack-header-vertically\":\"phone-portrait\",\"background-color\":\"color(1)\"},\"activeselector\":false}\'][oxy_header_left ct_sign_sha256=\'e14ff759eccc90af41d6cfbd7693183972c44f3f6d59f9e9f878ab14ddc03cbb\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"_header_left-3-8\"}\'][ct_link_2 ct_sign_sha256=\'3006076f1e45b75936f477753bd647dd24c5908fd5e0444253fde2dab25a2405\' ct_options=\'{\"ct_id\":27,\"ct_parent\":3,\"selector\":\"link-27-8\",\"original\":{\"url\":\"https://prosportsfoundation.com\",\"target\":\"\",\"url_encoded\":\"true\"}}\'][ct_image ct_sign_sha256=\'358aff4f126dafb1fdfaa7da50257c97ea871072474715756ed4af5004f9621e\' ct_options=\'{\"ct_id\":26,\"ct_parent\":27,\"selector\":\"image-26-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"width\":\"100\",\"margin-top\":\"10\"},\"hover\":{\"overlay-color\":\"rgba(207,113,202,0.73)\"},\"activeselector\":false}\'][/ct_image][/ct_link_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'e9d810653e9c8655fa48bfc85e5e1955a4c50b68c8441b618c38f83e51560169\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"_header_center-6-8\"}\'][oxy_nav_menu ct_sign_sha256=\'9bc0789e5d7e5c6e1f6777cdb6f26460c2bed2d4647d50e72a1c91e275ac915d\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"_nav_menu-7-8\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"on\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"24\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"24\",\"menu_hover_background-color\":\"color(1)\",\"menu_flex-direction\":\"row\",\"menu_font-size\":\"18\",\"menu_color\":\"color(6)\",\"menu_letter-spacing\":\".125\",\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_hover_color\":\"color(3)\",\"menu_active_color\":\"color(2)\",\"menu_dropdowns_padding-top\":\"18\",\"menu_dropdowns_padding-bottom\":\"18\",\"menu_hover_border-bottom-width\":\"2\",\"menu_dropdowns_background-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(6)\",\"menu_dropdowns_hover_color\":\"color(3)\",\"menu_dropdowns_hover_background-color\":\"color(1)\",\"menu_responsive_icon_color\":\"#ffffff\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"menu_justify-content\":\"center\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_background-color\":\"color(1)\",\"menu_color\":\"color(3)\",\"menu_border-bottom-width\":\"2\",\"menu_dropdowns_color\":\"color(3)\",\"menu_dropdowns_background-color\":\"color(1)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"24\"}}}}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'2e22ea65133a60f60a0ae7f997c1003b483bbd787112614eca6494abe5f24e30\' ct_options=\'{\"ct_id\":8,\"ct_parent\":2,\"selector\":\"_header_right-8-8\"}\'][ct_link_text ct_sign_sha256=\'fa466fab2d3fb3141c445d8e9c5a0b072edf3926b4284f3f3118ada49f4bfbb2\' ct_options=\'{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"link_text-9-8\",\"original\":{\"font-size\":\"18\",\"font-weight\":\"900\",\"color\":\"color(3)\",\"hover_color\":\"color(1)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"background-color\":\"color(16)\",\"letter-spacing\":\"1\",\"line-height\":\"1\",\"padding-top\":\"18\",\"padding-bottom\":\"18\",\"padding-left\":\"42\",\"padding-right\":\"42\",\"border-radius\":\"100\",\"url\":\"mailto:contact@prosportsfoundation.com\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"url_encoded\":\"true\",\"target\":\"\"},\"hover\":{\"color\":\"color(1)\",\"background-color\":\"#ffffff\"},\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"12\",\"margin-bottom\":\"12\"}}}}\']EMAIL US[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content ct_sign_sha256=\'a686ce0415c9e0aecb60979d4145733a884e058d863e18bae4d702a94d2b93fb\' ct_options=\'{\"ct_id\":11,\"ct_parent\":0,\"selector\":\"inner_content-11-8\"}\'][/ct_inner_content][ct_section ct_sign_sha256=\'0fee7849e33bb21c9d04fcae423c2a79378d3cd8ad536b67e5c70ff3133d599a\' ct_options=\'{\"ct_id\":12,\"ct_parent\":0,\"selector\":\"section-12-8\",\"original\":{\"background-color\":\"color(11)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"48\",\"container-padding-bottom\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Footer\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"30\"}}}}\'][ct_link_2 ct_sign_sha256=\'9aea56be3d36b26d5583c2d00e9653e3cc527f50d69fd13b87ade8fb84a5473d\' ct_options=\'{\"ct_id\":28,\"ct_parent\":12,\"selector\":\"link-28-8\",\"original\":{\"url\":\"https://prosportsfoundation.com\",\"target\":\"\",\"url_encoded\":\"true\"}}\'][ct_image ct_sign_sha256=\'6484f23272922591a7c3e9be70ce7fb5aca54d8a39a251cc60be593945eb4ed4\' ct_options=\'{\"ct_id\":24,\"ct_parent\":28,\"selector\":\"image-24-8\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"width\":\"100\",\"padding-bottom\":\"10\"},\"activeselector\":false}\'][/ct_image][/ct_link_2][oxy_social_icons ct_sign_sha256=\'ccf9b214d87d86823a2ae881f8331ee549b79b9e013dfb0f5e3f95176401e236\' ct_options=\'{\"ct_id\":15,\"ct_parent\":12,\"selector\":\"_social_icons-15-8\",\"original\":{\"globalConditionsResult\":true,\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][oxy_nav_menu ct_sign_sha256=\'777a14a3814ac0ba50104f8a93db76270d1fe3bfe2f91a660c39349ca6ce8ce8\' ct_options=\'{\"ct_id\":16,\"ct_parent\":12,\"selector\":\"_nav_menu-16-8\",\"activeselector\":false,\"original\":{\"globalConditionsResult\":true,\"menu_responsive\":\"page-width\",\"menu_responsive_icon_size\":\"18\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"30\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"30\",\"menu_flex-direction\":\"row\",\"menu_color\":\"color(6)\",\"menu_font-size\":\"18\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_letter-spacing\":\".125\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"border-top-width\":\"0\",\"border-right-width\":\"0\",\"border-bottom-width\":\"2\",\"border-left-width\":\"0\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"none\",\"border-bottom-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(11)\",\"menu_responsive_dropdowns\":\"off\",\"margin-bottom\":\"24\",\"menu_responsive_background_color\":\"color(11)\",\"menu_responsive_link_color\":\"color(6)\",\"menu_responsive_hover_link_color\":\"color(3)\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"}},\"phone-landscape\":{\"original\":{\"margin-right\":\"0\"}}}}\'][/oxy_nav_menu][ct_text_block ct_sign_sha256=\'772392294e606e8b243ec5d2b4cbb0a3bcaed3f58518c4ee6e3a8e3703279b81\' ct_options=\'{\"ct_id\":17,\"ct_parent\":12,\"selector\":\"text_block-17-8\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Copyright © ProSports Foundation[/ct_text_block][ct_text_block ct_sign_sha256=\'2a8a686c2c8b2b89754bed6d8be1a428c0efce2611c7a69727250e87e52e20e6\' ct_options=\'{\"ct_id\":18,\"ct_parent\":12,\"selector\":\"text_block-18-8\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\'][/ct_text_block][/ct_section]'),(756,8,'ct_builder_shortcodes_revisions_dates','1600486554'),(757,61,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'92a434cb340cb0b6ff05dc9326fa33dec9043c7c8a7b40da291e61e08f9b32ab\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"_header-16-61\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\"},\"activeselector\":false,\"nicename\":\"Header Simple One Line\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'0cb7a6c3c558b733129ed16ccdf66a8728d1816d04a9a0b415610f0e8f722f80\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"_header_row-17-61\",\"original\":{\"background-color\":\"color(1)\",\"stack-header-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][oxy_header_left ct_sign_sha256=\'a2f0c3ba95379b3bc72126d2689a3885aa14df786d11c9d0388f22fa79476c13\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"_header_left-18-61\"}\'][ct_link_2 ct_sign_sha256=\'f4d12b76c9454af0a870e30980d46b59ebabf72b4bebe454d24e510de66c8e2e\' ct_options=\'{\"ct_id\":36,\"ct_parent\":18,\"selector\":\"link-36-61\",\"original\":{\"url\":\"https://prosportsfoundation.com\",\"target\":\"\",\"url_encoded\":\"true\"}}\'][ct_image ct_sign_sha256=\'e5b08c8c2bcfcfac7b920ff216179627b3d3f3da5b7a49f381d95900e36658b1\' ct_options=\'{\"ct_id\":26,\"ct_parent\":36,\"selector\":\"image-26-61\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"height\":\"100\",\"margin-top\":\"10\",\"margin-bottom\":\"10\"},\"activeselector\":false}\'][/ct_image][/ct_link_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'1abb909940cc0ef98259f5131f535ac8b2e87594b68292835ac7fdcc2790ce57\' ct_options=\'{\"ct_id\":21,\"ct_parent\":17,\"selector\":\"_header_center-21-61\"}\'][oxy_nav_menu ct_sign_sha256=\'60934183a76734cff3a45de641035c63dbcc9fd74fbfec39f8f35f67ba473436\' ct_options=\'{\"ct_id\":22,\"ct_parent\":21,\"selector\":\"_nav_menu-22-61\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"on\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"24\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"24\",\"menu_hover_background-color\":\"color(1)\",\"menu_flex-direction\":\"row\",\"menu_font-size\":\"18\",\"menu_color\":\"color(6)\",\"menu_letter-spacing\":\".125\",\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_hover_color\":\"color(3)\",\"menu_active_color\":\"color(2)\",\"menu_dropdowns_padding-top\":\"18\",\"menu_dropdowns_padding-bottom\":\"18\",\"menu_hover_border-bottom-width\":\"2\",\"menu_dropdowns_background-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(6)\",\"menu_dropdowns_hover_color\":\"color(3)\",\"menu_dropdowns_hover_background-color\":\"color(1)\",\"menu_responsive_icon_color\":\"#ffffff\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"menu_justify-content\":\"center\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_background-color\":\"color(1)\",\"menu_color\":\"color(3)\",\"menu_border-bottom-width\":\"2\",\"menu_dropdowns_color\":\"color(3)\",\"menu_dropdowns_background-color\":\"color(1)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"24\"}}}}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'9caced03588716b222c5b993b576bfe8b58e9f6a06b41da8ab1a4a95c2b50fba\' ct_options=\'{\"ct_id\":23,\"ct_parent\":17,\"selector\":\"_header_right-23-61\"}\'][ct_link_text ct_sign_sha256=\'fc98314c84fa48133c1522f03ece6773e4a0840838d2ebf93d5f9561d36ef2df\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link_text-24-61\",\"original\":{\"font-size\":\"18\",\"font-weight\":\"900\",\"color\":\"color(3)\",\"hover_color\":\"color(1)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"background-color\":\"color(16)\",\"letter-spacing\":\"1\",\"line-height\":\"1\",\"padding-top\":\"18\",\"padding-bottom\":\"18\",\"padding-left\":\"42\",\"padding-right\":\"42\",\"border-radius\":\"100\",\"url\":\"mailto:contact@prosportsfoundation.com\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"url_encoded\":\"true\",\"target\":\"\"},\"hover\":{\"color\":\"color(1)\",\"background-color\":\"#ffffff\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"12\",\"margin-bottom\":\"12\"}}}}\']EMAIL US[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'c5f8a589603e549400d3f88dc2e2141496d56b8b898cef2a174af16c48f9c044\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"section-1-61\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"container-padding-top\":\"57\",\"container-padding-bottom\":\"62\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"640\",\"align-items\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"nicename\":\"Simple Text One Column\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'7629428e7ad5c4135040482018bf631f8904ec57f10c0d16bfed9cffb7cfcae2\' ct_options=\'{\"ct_id\":7,\"ct_parent\":1,\"selector\":\"headline-7-61\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"50\",\"color\":\"color(16)\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'f5e3beedb62b0e7d9decc24902a4356b9ae350fd6c3de0fc1c5781dc274011bb\' ct_options=\'{\"ct_id\":8,\"ct_parent\":7,\"selector\":\"span-8-61\"}\'][oxygen ct_sign_sha256=\'dbcae86f81a07a96fd0f6e7d80ef72ca19e42e3994d64fe6b9cc7769adc5f192\' data=\'title\' ][/ct_span][/ct_headline][ct_div_block_2 ct_sign_sha256=\'f38572ad7a638963f4b04439e8cdf58b1e685bd205e75be95161e6cea5f3df48\' ct_options=\'{\"ct_id\":15,\"ct_parent\":1,\"selector\":\"div_block-15-61\",\"original\":{\"display\":\"flex\",\"flex-direction\":\"row\"},\"activeselector\":false}\'][ct_text_block ct_sign_sha256=\'d719bc126df7c7d76c76ac1880c08f0fdcaa7cba9d503e9488a1fd8568f86712\' ct_options=\'{\"ct_id\":11,\"ct_parent\":15,\"selector\":\"text_block-11-61\",\"original\":{\"padding-right\":\"20\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'233fd60ee227361ae4d51facffa644b8d7df3c2bf3e9dc340f9f644cf90213a3\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"span-12-61\"}\'][oxygen ct_sign_sha256=\'5739b77cb07d1bf6c5c8fb78194fbe01f00922ca849ce41b3c5ad9dc8673fe4c\' data=\'date\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'c9fe18498f718504feeec35759fb1fdd16436e45d50674dc88b8779f87ff3382\' ct_options=\'{\"ct_id\":13,\"ct_parent\":15,\"selector\":\"text_block-13-61\"}\']By [ct_span ct_sign_sha256=\'ec52c4e5e93f36bc04be7be5b074669ebcf13bb1505dacda0124052b248d881a\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"span-14-61\"}\'][oxygen ct_sign_sha256=\'6701c6ab2aca4c9c921eb23d74215d3851ef8193c5cfce75e12cfbf6cc211417\' data=\'author\' ][/ct_span][/ct_text_block][/ct_div_block_2][ct_image ct_sign_sha256=\'09254b3fa7345a5659f143205a584783fcd136822c5376443337c0d395af8f25\' ct_options=\'{\"ct_id\":10,\"ct_parent\":1,\"selector\":\"image-10-61\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'3d82d9b6da94459e8da7f76112bfa69302250151f0ba8964a391835a4faf828b\' data=\'featured_image\' ]\",\"srcdynamic\":true},\"activeselector\":false}\'][/ct_image][ct_text_block ct_sign_sha256=\'0fc7346e15770c12f42d300b180c98357c47dcbcc7078b56c975661e8b8501e4\' ct_options=\'{\"ct_id\":4,\"ct_parent\":1,\"selector\":\"text_block-4-61\",\"classes\":{\"0\":\"hyperion-simple-text-1\"}}\'][ct_span ct_sign_sha256=\'ba9d958d7c81727eeb07470d9918346049ae80da0ef97c4acb3fd28996c8b8dc\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"span-5-61\",\"classes\":{\"0\":\"oxy-stock-content-styles\"}}\'][oxygen ct_sign_sha256=\'8320ad6a0f63bf1b9d7118163c185c7870937699cbe701f695de7f525de7ec17\' data=\'content\' ][/ct_span][/ct_text_block][ct_code_block ct_sign_sha256=\'ff39ef9b74492918a354cf2bc06fd6fe62f46433b2e5ab429812a66ae177116e\' ct_options=\'{\"ct_id\":6,\"ct_parent\":1,\"selector\":\"code_block-6-61\",\"original\":{\"code-php\":\"PCEtLSAtLT4=\",\"flex-direction\":\"unset\",\"display\":\"none\",\"code-css\":\"Lmh5cGVyaW9uLXNpbXBsZS10ZXh0LTEgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZC1jb2xvcjogY29sb3IoMTQpOwogIGZvbnQtZmFtaWx5OiAnQWxlZ3JleWEnOwogIGNvbG9yOiBjb2xvcigxMik7CiAgcGFkZGluZzogMThweCAyNHB4OwogIG1hcmdpbi1sZWZ0OiAwOwogIG1hcmdpbi1yaWdodDogMDsKICBmb250LXNpemU6IDE2cHg7CiAgbGluZS1oZWlnaHQ6IDEuNWVtOwogIGZvbnQtc3R5bGU6IGl0YWxpYzsKICBmb250LXNpemU6IDIwcHg7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIGltZyB7CiAgbWF4LXdpZHRoOiAxMDAlOwogIGhlaWdodDogYXV0bzsKICBtYXJnaW4tdG9wOiAxOHB4Owp9CgouaHlwZXJpb24tc2ltcGxlLXRleHQtMSBvbCBsaSB7CiAgY291bnRlci1pbmNyZW1lbnQ6IGxpc3Q7CiAgbGlzdC1zdHlsZS10eXBlOiBub25lOwogIHBvc2l0aW9uOiByZWxhdGl2ZTsKICBsaW5lLWhlaWdodDogMjsKfQoKLyogT3V0cHV0IHRoZSBudW1iZXJzIHVzaW5nIHRoZSBjb3VudGVyKCkgZnVuY3Rpb24sIGJ1dCB1c2UgYSBjdXN0b20gY29sb3IsIGFuZCBwb3NpdGlvbiB0aGUgbnVtYmVycyBob3cgd2Ugd2FudCAqLwouaHlwZXJpb24tc2ltcGxlLXRleHQtMSBzcGFuIG9sIGxpOmJlZm9yZSB7CiAgY29sb3I6IGNvbG9yKDE2KTsKICBjb250ZW50OiBjb3VudGVyKGxpc3QpICIuIjsKICBsZWZ0OiAtMzZweDsKICBmb250LXdlaWdodDogOTAwOwogIHBvc2l0aW9uOiBhYnNvbHV0ZTsKICB0ZXh0LWFsaWduOiByaWdodDsKICB3aWR0aDogMS41ZW07Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIHVsIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAyOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIHNwYW4gdWwgbGk6YmVmb3JlIHsKICBjb2xvcjogY29sb3IoMTYpOwogIGNvbnRlbnQ6IuKAoiI7CiAgbGVmdDogLTQycHg7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKICBmb250LXdlaWdodDogOTAwOwp9CgouaHlwZXJpb24tc2ltcGxlLXRleHQtMSAud3AtY2FwdGlvbi10ZXh0IHsKICBjb2xvcjogIzk5OTk5OTsKICBmb250LXN0eWxlOiBpdGFsaWM7CiAgZm9udC1zaXplOiAxMnB4OwogIG1hcmdpbi10b3A6IDA7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIGEgewogIGNvbG9yOiBjb2xvcigxNik7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIC53cC1jYXB0aW9uLmFsaWdubm9uZSB7CiAgd2lkdGg6IDEwMCUgIWltcG9ydGFudDsKfQo=\"}}\'][/ct_code_block][/ct_section][ct_section ct_sign_sha256=\'185f981e0e9b454350a01034898dff83ee13ac99a29c2277e93ea3c2d60af219\' ct_options=\'{\"ct_id\":28,\"ct_parent\":0,\"selector\":\"section-28-61\",\"original\":{\"background-color\":\"color(11)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"48\",\"container-padding-bottom\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Footer\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"30\"}}}}\'][ct_link_2 ct_sign_sha256=\'bbfacc101b951564310acb797382027d5c16a946b9cdcd9bce9a1d1ac938cc00\' ct_options=\'{\"ct_id\":37,\"ct_parent\":28,\"selector\":\"link-37-61\",\"original\":{\"url\":\"https://prosportsfoundation.com\",\"target\":\"\",\"url_encoded\":\"true\"}}\'][ct_image ct_sign_sha256=\'723cd46633d45fd0dc19f875abb61df3284f8b7a2322e34e8b9fa77c6431440c\' ct_options=\'{\"ct_id\":35,\"ct_parent\":37,\"selector\":\"image-35-61\",\"original\":{\"height\":\"100\",\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"padding-bottom\":\"15\"},\"activeselector\":false}\'][/ct_image][/ct_link_2][oxy_social_icons ct_sign_sha256=\'3b9e1862c088411df2c63270aa200f8951b2ecc2db982b5d13b17de46f4e3388\' ct_options=\'{\"ct_id\":31,\"ct_parent\":28,\"selector\":\"_social_icons-31-61\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true,\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][oxy_nav_menu ct_sign_sha256=\'6bdf2a753ac66cf7722e323064a3b4f19394e2af86145494975216e356925fc7\' ct_options=\'{\"ct_id\":32,\"ct_parent\":28,\"selector\":\"_nav_menu-32-61\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_icon_size\":\"18\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"30\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"30\",\"menu_flex-direction\":\"row\",\"menu_color\":\"color(6)\",\"menu_font-size\":\"18\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_letter-spacing\":\".125\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"border-top-width\":\"0\",\"border-right-width\":\"0\",\"border-bottom-width\":\"2\",\"border-left-width\":\"0\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"none\",\"border-bottom-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(11)\",\"menu_responsive_dropdowns\":\"off\",\"margin-bottom\":\"24\",\"menu_responsive_background_color\":\"color(11)\",\"menu_responsive_link_color\":\"color(6)\",\"menu_responsive_hover_link_color\":\"color(3)\",\"globalConditionsResult\":true,\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"}},\"phone-landscape\":{\"original\":{\"margin-right\":\"0\"}}}}\'][/oxy_nav_menu][ct_text_block ct_sign_sha256=\'cc948463282390688c246ee629885b549262ff303d533b23112bab83b0ad7160\' ct_options=\'{\"ct_id\":33,\"ct_parent\":28,\"selector\":\"text_block-33-61\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Copyright ©&nbsp; ProSports Foundation[/ct_text_block][/ct_section]'),(758,61,'ct_builder_shortcodes_revisions_dates','1600486657'),(759,61,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'92a434cb340cb0b6ff05dc9326fa33dec9043c7c8a7b40da291e61e08f9b32ab\' ct_options=\'{\"ct_id\":16,\"ct_parent\":0,\"selector\":\"_header-16-61\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\"},\"activeselector\":false,\"nicename\":\"Header Simple One Line\",\"ct_category\":\"Headers\"}\'][oxy_header_row ct_sign_sha256=\'0cb7a6c3c558b733129ed16ccdf66a8728d1816d04a9a0b415610f0e8f722f80\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"_header_row-17-61\",\"original\":{\"background-color\":\"color(1)\",\"stack-header-vertically\":\"phone-portrait\"},\"activeselector\":false}\'][oxy_header_left ct_sign_sha256=\'a2f0c3ba95379b3bc72126d2689a3885aa14df786d11c9d0388f22fa79476c13\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"_header_left-18-61\"}\'][ct_link_2 ct_sign_sha256=\'f4d12b76c9454af0a870e30980d46b59ebabf72b4bebe454d24e510de66c8e2e\' ct_options=\'{\"ct_id\":36,\"ct_parent\":18,\"selector\":\"link-36-61\",\"original\":{\"url\":\"https://prosportsfoundation.com\",\"target\":\"\",\"url_encoded\":\"true\"}}\'][ct_image ct_sign_sha256=\'e5b08c8c2bcfcfac7b920ff216179627b3d3f3da5b7a49f381d95900e36658b1\' ct_options=\'{\"ct_id\":26,\"ct_parent\":36,\"selector\":\"image-26-61\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"height\":\"100\",\"margin-top\":\"10\",\"margin-bottom\":\"10\"},\"activeselector\":false}\'][/ct_image][/ct_link_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'1abb909940cc0ef98259f5131f535ac8b2e87594b68292835ac7fdcc2790ce57\' ct_options=\'{\"ct_id\":21,\"ct_parent\":17,\"selector\":\"_header_center-21-61\"}\'][oxy_nav_menu ct_sign_sha256=\'60934183a76734cff3a45de641035c63dbcc9fd74fbfec39f8f35f67ba473436\' ct_options=\'{\"ct_id\":22,\"ct_parent\":21,\"selector\":\"_nav_menu-22-61\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_padding_size\":\"0\",\"menu_responsive_icon_size\":\"24\",\"dropdowns\":\"on\",\"menu_dropdown_arrow\":\"on\",\"menu_padding-top\":\"24\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"24\",\"menu_hover_background-color\":\"color(1)\",\"menu_flex-direction\":\"row\",\"menu_font-size\":\"18\",\"menu_color\":\"color(6)\",\"menu_letter-spacing\":\".125\",\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_hover_color\":\"color(3)\",\"menu_active_color\":\"color(2)\",\"menu_dropdowns_padding-top\":\"18\",\"menu_dropdowns_padding-bottom\":\"18\",\"menu_hover_border-bottom-width\":\"2\",\"menu_dropdowns_background-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(6)\",\"menu_dropdowns_hover_color\":\"color(3)\",\"menu_dropdowns_hover_background-color\":\"color(1)\",\"menu_responsive_icon_color\":\"#ffffff\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"menu_justify-content\":\"center\",\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_background-color\":\"color(1)\",\"menu_color\":\"color(3)\",\"menu_border-bottom-width\":\"2\",\"menu_dropdowns_color\":\"color(3)\",\"menu_dropdowns_background-color\":\"color(1)\"},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"24\",\"padding-left\":\"24\",\"padding-right\":\"24\",\"padding-bottom\":\"24\"}}}}\'][/oxy_nav_menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'9caced03588716b222c5b993b576bfe8b58e9f6a06b41da8ab1a4a95c2b50fba\' ct_options=\'{\"ct_id\":23,\"ct_parent\":17,\"selector\":\"_header_right-23-61\"}\'][ct_link_text ct_sign_sha256=\'fc98314c84fa48133c1522f03ece6773e4a0840838d2ebf93d5f9561d36ef2df\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"link_text-24-61\",\"original\":{\"font-size\":\"18\",\"font-weight\":\"900\",\"color\":\"color(3)\",\"hover_color\":\"color(1)\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"background-color\":\"color(16)\",\"letter-spacing\":\"1\",\"line-height\":\"1\",\"padding-top\":\"18\",\"padding-bottom\":\"18\",\"padding-left\":\"42\",\"padding-right\":\"42\",\"border-radius\":\"100\",\"url\":\"mailto:contact@prosportsfoundation.com\",\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"url_encoded\":\"true\",\"target\":\"\"},\"hover\":{\"color\":\"color(1)\",\"background-color\":\"#ffffff\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"12\",\"margin-bottom\":\"12\"}}}}\']EMAIL US[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'31547f35f110c8729377f580fe634efcc47d5ff7e548a5e505d2df59d1703720\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"section-1-61\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"container-padding-top\":\"57\",\"container-padding-bottom\":\"62\",\"section-width\":\"custom\",\"custom-width-unit\":\"px\",\"custom-width\":\"640\",\"align-items\":\"center\",\"text-align\":\"center\"},\"activeselector\":false,\"nicename\":\"Simple Text One Column\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\"}}}}\'][ct_headline ct_sign_sha256=\'7629428e7ad5c4135040482018bf631f8904ec57f10c0d16bfed9cffb7cfcae2\' ct_options=\'{\"ct_id\":7,\"ct_parent\":1,\"selector\":\"headline-7-61\",\"original\":{\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"font-size\":\"50\",\"color\":\"color(16)\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'f5e3beedb62b0e7d9decc24902a4356b9ae350fd6c3de0fc1c5781dc274011bb\' ct_options=\'{\"ct_id\":8,\"ct_parent\":7,\"selector\":\"span-8-61\"}\'][oxygen ct_sign_sha256=\'dbcae86f81a07a96fd0f6e7d80ef72ca19e42e3994d64fe6b9cc7769adc5f192\' data=\'title\' ][/ct_span][/ct_headline][ct_div_block_2 ct_sign_sha256=\'5fbf0b7762a44d80b8cc5816c5a317e0dba3ab2192c4bfe02294f4880549c32d\' ct_options=\'{\"ct_id\":15,\"ct_parent\":1,\"selector\":\"div_block-15-61\",\"original\":{\"display\":\"flex\",\"flex-direction\":\"row\",\"margin-bottom\":\"10\"},\"activeselector\":false}\'][ct_text_block ct_sign_sha256=\'d719bc126df7c7d76c76ac1880c08f0fdcaa7cba9d503e9488a1fd8568f86712\' ct_options=\'{\"ct_id\":11,\"ct_parent\":15,\"selector\":\"text_block-11-61\",\"original\":{\"padding-right\":\"20\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'233fd60ee227361ae4d51facffa644b8d7df3c2bf3e9dc340f9f644cf90213a3\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"span-12-61\"}\'][oxygen ct_sign_sha256=\'5739b77cb07d1bf6c5c8fb78194fbe01f00922ca849ce41b3c5ad9dc8673fe4c\' data=\'date\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'c9fe18498f718504feeec35759fb1fdd16436e45d50674dc88b8779f87ff3382\' ct_options=\'{\"ct_id\":13,\"ct_parent\":15,\"selector\":\"text_block-13-61\"}\']By [ct_span ct_sign_sha256=\'ec52c4e5e93f36bc04be7be5b074669ebcf13bb1505dacda0124052b248d881a\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"span-14-61\"}\'][oxygen ct_sign_sha256=\'6701c6ab2aca4c9c921eb23d74215d3851ef8193c5cfce75e12cfbf6cc211417\' data=\'author\' ][/ct_span][/ct_text_block][/ct_div_block_2][ct_image ct_sign_sha256=\'09254b3fa7345a5659f143205a584783fcd136822c5376443337c0d395af8f25\' ct_options=\'{\"ct_id\":10,\"ct_parent\":1,\"selector\":\"image-10-61\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'3d82d9b6da94459e8da7f76112bfa69302250151f0ba8964a391835a4faf828b\' data=\'featured_image\' ]\",\"srcdynamic\":true},\"activeselector\":false}\'][/ct_image][ct_text_block ct_sign_sha256=\'0fc7346e15770c12f42d300b180c98357c47dcbcc7078b56c975661e8b8501e4\' ct_options=\'{\"ct_id\":4,\"ct_parent\":1,\"selector\":\"text_block-4-61\",\"classes\":{\"0\":\"hyperion-simple-text-1\"}}\'][ct_span ct_sign_sha256=\'ba9d958d7c81727eeb07470d9918346049ae80da0ef97c4acb3fd28996c8b8dc\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"span-5-61\",\"classes\":{\"0\":\"oxy-stock-content-styles\"}}\'][oxygen ct_sign_sha256=\'8320ad6a0f63bf1b9d7118163c185c7870937699cbe701f695de7f525de7ec17\' data=\'content\' ][/ct_span][/ct_text_block][ct_code_block ct_sign_sha256=\'ff39ef9b74492918a354cf2bc06fd6fe62f46433b2e5ab429812a66ae177116e\' ct_options=\'{\"ct_id\":6,\"ct_parent\":1,\"selector\":\"code_block-6-61\",\"original\":{\"code-php\":\"PCEtLSAtLT4=\",\"flex-direction\":\"unset\",\"display\":\"none\",\"code-css\":\"Lmh5cGVyaW9uLXNpbXBsZS10ZXh0LTEgYmxvY2txdW90ZSB7CiAgYmFja2dyb3VuZC1jb2xvcjogY29sb3IoMTQpOwogIGZvbnQtZmFtaWx5OiAnQWxlZ3JleWEnOwogIGNvbG9yOiBjb2xvcigxMik7CiAgcGFkZGluZzogMThweCAyNHB4OwogIG1hcmdpbi1sZWZ0OiAwOwogIG1hcmdpbi1yaWdodDogMDsKICBmb250LXNpemU6IDE2cHg7CiAgbGluZS1oZWlnaHQ6IDEuNWVtOwogIGZvbnQtc3R5bGU6IGl0YWxpYzsKICBmb250LXNpemU6IDIwcHg7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIGltZyB7CiAgbWF4LXdpZHRoOiAxMDAlOwogIGhlaWdodDogYXV0bzsKICBtYXJnaW4tdG9wOiAxOHB4Owp9CgouaHlwZXJpb24tc2ltcGxlLXRleHQtMSBvbCBsaSB7CiAgY291bnRlci1pbmNyZW1lbnQ6IGxpc3Q7CiAgbGlzdC1zdHlsZS10eXBlOiBub25lOwogIHBvc2l0aW9uOiByZWxhdGl2ZTsKICBsaW5lLWhlaWdodDogMjsKfQoKLyogT3V0cHV0IHRoZSBudW1iZXJzIHVzaW5nIHRoZSBjb3VudGVyKCkgZnVuY3Rpb24sIGJ1dCB1c2UgYSBjdXN0b20gY29sb3IsIGFuZCBwb3NpdGlvbiB0aGUgbnVtYmVycyBob3cgd2Ugd2FudCAqLwouaHlwZXJpb24tc2ltcGxlLXRleHQtMSBzcGFuIG9sIGxpOmJlZm9yZSB7CiAgY29sb3I6IGNvbG9yKDE2KTsKICBjb250ZW50OiBjb3VudGVyKGxpc3QpICIuIjsKICBsZWZ0OiAtMzZweDsKICBmb250LXdlaWdodDogOTAwOwogIHBvc2l0aW9uOiBhYnNvbHV0ZTsKICB0ZXh0LWFsaWduOiByaWdodDsKICB3aWR0aDogMS41ZW07Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIHVsIGxpIHsKICBjb3VudGVyLWluY3JlbWVudDogbGlzdDsKICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7CiAgcG9zaXRpb246IHJlbGF0aXZlOwogIGxpbmUtaGVpZ2h0OiAyOwp9CgovKiBPdXRwdXQgdGhlIG51bWJlcnMgdXNpbmcgdGhlIGNvdW50ZXIoKSBmdW5jdGlvbiwgYnV0IHVzZSBhIGN1c3RvbSBjb2xvciwgYW5kIHBvc2l0aW9uIHRoZSBudW1iZXJzIGhvdyB3ZSB3YW50ICovCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIHNwYW4gdWwgbGk6YmVmb3JlIHsKICBjb2xvcjogY29sb3IoMTYpOwogIGNvbnRlbnQ6IuKAoiI7CiAgbGVmdDogLTQycHg7CiAgcG9zaXRpb246IGFic29sdXRlOwogIHRleHQtYWxpZ246IHJpZ2h0OwogIHdpZHRoOiAxLjVlbTsKICBmb250LXdlaWdodDogOTAwOwp9CgouaHlwZXJpb24tc2ltcGxlLXRleHQtMSAud3AtY2FwdGlvbi10ZXh0IHsKICBjb2xvcjogIzk5OTk5OTsKICBmb250LXN0eWxlOiBpdGFsaWM7CiAgZm9udC1zaXplOiAxMnB4OwogIG1hcmdpbi10b3A6IDA7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIGEgewogIGNvbG9yOiBjb2xvcigxNik7Cn0KCi5oeXBlcmlvbi1zaW1wbGUtdGV4dC0xIC53cC1jYXB0aW9uLmFsaWdubm9uZSB7CiAgd2lkdGg6IDEwMCUgIWltcG9ydGFudDsKfQo=\"}}\'][/ct_code_block][/ct_section][ct_section ct_sign_sha256=\'185f981e0e9b454350a01034898dff83ee13ac99a29c2277e93ea3c2d60af219\' ct_options=\'{\"ct_id\":28,\"ct_parent\":0,\"selector\":\"section-28-61\",\"original\":{\"background-color\":\"color(11)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"48\",\"container-padding-bottom\":\"24\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Footer\",\"ct_category\":\"Footers\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"30\"}}}}\'][ct_link_2 ct_sign_sha256=\'bbfacc101b951564310acb797382027d5c16a946b9cdcd9bce9a1d1ac938cc00\' ct_options=\'{\"ct_id\":37,\"ct_parent\":28,\"selector\":\"link-37-61\",\"original\":{\"url\":\"https://prosportsfoundation.com\",\"target\":\"\",\"url_encoded\":\"true\"}}\'][ct_image ct_sign_sha256=\'723cd46633d45fd0dc19f875abb61df3284f8b7a2322e34e8b9fa77c6431440c\' ct_options=\'{\"ct_id\":35,\"ct_parent\":37,\"selector\":\"image-35-61\",\"original\":{\"height\":\"100\",\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png\",\"padding-bottom\":\"15\"},\"activeselector\":false}\'][/ct_image][/ct_link_2][oxy_social_icons ct_sign_sha256=\'3b9e1862c088411df2c63270aa200f8951b2ecc2db982b5d13b17de46f4e3388\' ct_options=\'{\"ct_id\":31,\"ct_parent\":28,\"selector\":\"_social_icons-31-61\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true,\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][oxy_nav_menu ct_sign_sha256=\'6bdf2a753ac66cf7722e323064a3b4f19394e2af86145494975216e356925fc7\' ct_options=\'{\"ct_id\":32,\"ct_parent\":28,\"selector\":\"_nav_menu-32-61\",\"original\":{\"menu_responsive\":\"page-width\",\"menu_responsive_icon_size\":\"18\",\"dropdowns\":\"off\",\"menu_dropdown_arrow\":\"off\",\"menu_padding-top\":\"30\",\"menu_padding-left\":\"24\",\"menu_padding-right\":\"24\",\"menu_padding-bottom\":\"30\",\"menu_flex-direction\":\"row\",\"menu_color\":\"color(6)\",\"menu_font-size\":\"18\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"menu_font-weight\":\"900\",\"menu_text-transform\":\"uppercase\",\"menu_letter-spacing\":\".125\",\"menu_hover_color\":\"color(3)\",\"menu_responsive_icon_color\":\"color(3)\",\"menu_responsive_padding_top\":\"12\",\"menu_responsive_padding_bottom\":\"12\",\"border-top-width\":\"0\",\"border-right-width\":\"0\",\"border-bottom-width\":\"2\",\"border-left-width\":\"0\",\"border-top-style\":\"none\",\"border-right-style\":\"none\",\"border-bottom-style\":\"solid\",\"border-left-style\":\"none\",\"border-bottom-color\":\"color(7)\",\"menu_dropdowns_color\":\"color(11)\",\"menu_responsive_dropdowns\":\"off\",\"margin-bottom\":\"24\",\"menu_responsive_background_color\":\"color(11)\",\"menu_responsive_link_color\":\"color(6)\",\"menu_responsive_hover_link_color\":\"color(3)\",\"globalConditionsResult\":true,\"menu_letter-spacing-unit\":\"em\"},\"ct_nav_menu\":\"true\",\"hover\":{\"menu_color\":\"color(3)\",\"menu_responsive_link_color\":\"color(3)\"},\"media\":{\"page-width\":{\"original\":{\"padding-top\":\"30\",\"padding-left\":\"30\",\"padding-right\":\"30\",\"padding-bottom\":\"30\"}},\"phone-landscape\":{\"original\":{\"margin-right\":\"0\"}}}}\'][/oxy_nav_menu][ct_text_block ct_sign_sha256=\'cc948463282390688c246ee629885b549262ff303d533b23112bab83b0ad7160\' ct_options=\'{\"ct_id\":33,\"ct_parent\":28,\"selector\":\"text_block-33-61\",\"classes\":{\"0\":\"hyperion-footer-1-text\"},\"activeselector\":\"hyperion-footer-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Copyright ©&nbsp; ProSports Foundation[/ct_text_block][/ct_section]'),(760,61,'ct_builder_shortcodes_revisions_dates','1600486733'),(766,76,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:18:\"2020/09/sports.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(765,76,'_wp_attached_file','2020/09/sports.png'),(767,77,'_wp_attached_file','2020/09/active_directory.png'),(768,77,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:28:\"2020/09/active_directory.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(769,78,'_wp_attached_file','2020/09/programs.png'),(770,78,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:20:\"2020/09/programs.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(771,79,'_wp_attached_file','2020/09/portfolio.png'),(772,79,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:21:\"2020/09/portfolio.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(773,5,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'8dfa238119f0ef5586fc18d4064863f82c69594f5e2b61d3af6defce76c5a559\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"_header-14-5\",\"original\":{\"sticky-media\":\"page-width\",\"sticky_scroll_distance\":\"300\",\"background-color\":\"color(1)\",\"globalConditionsResult\":true},\"nicename\":\"Header Two Rows\",\"ct_category\":\"Headers\",\"activeselector\":false}\'][oxy_header_row ct_sign_sha256=\'77bd7064bb3adf03639972e0017cc4c851bf970de3f799c783dc84e4d7f8994f\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"_header_row-15-5\",\"original\":{\"border-bottom-color\":\"#4f5262\",\"hide-row\":\"phone-landscape\",\"padding-top\":\"12\",\"padding-bottom\":\"12\",\"background-color\":\"color(8)\",\"globalConditionsResult\":true}}\'][oxy_header_left ct_sign_sha256=\'eadaf8ad52ea2c2e997f51c18014c94e9b4a31b7aff35a35cca908c9ac0d519b\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"_header_left-16-5\"}\'][ct_fancy_icon ct_sign_sha256=\'e4bb898c9a8b142b8daed6c9982254cf41877f3427c294e3471221ec00b6aac4\' ct_options=\'{\"ct_id\":41,\"ct_parent\":16,\"selector\":\"fancy_icon-41-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-envelope\",\"icon-color\":\"color(3)\",\"icon-size\":\"14\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_link_text ct_sign_sha256=\'541d3a94a5b864830a364d6b8ac31171aeed20edbf19b503e65272ae2234efa3\' ct_options=\'{\"ct_id\":47,\"ct_parent\":16,\"selector\":\"link_text-47-5\",\"original\":{\"color\":\"color(2)\",\"font-size\":\"16\",\"url\":\"mailto:support@example.com\",\"-webkit-font-smoothing\":\"antialiased\",\"margin-right\":\"24\",\"globalConditionsResult\":true,\"url_encoded\":\"true\"},\"hover\":{\"text-decoration\":\"underline\"},\"activeselector\":false}\']contact@prosportsfoundation.com[/ct_link_text][ct_fancy_icon ct_sign_sha256=\'bcc20d4cc5fb1963613646c9398722cad75e3622857b3cc47834cc37ab97d2dc\' ct_options=\'{\"ct_id\":44,\"ct_parent\":16,\"selector\":\"fancy_icon-44-5\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-marker\",\"icon-color\":\"color(3)\",\"icon-size\":\"18\",\"margin-right\":\"6\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'25f6b69e308e7d863405291b7dcbd62614a9def1ef933d5e13bd4655c1d235c8\' ct_options=\'{\"ct_id\":37,\"ct_parent\":16,\"selector\":\"text_block-37-5\",\"original\":{\"color\":\"color(3)\",\"font-size\":\"16\",\"font-weight\":\"400\",\"font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"line-height\":\"1.5\",\"-webkit-font-smoothing\":\"antialiased\",\"globalConditionsResult\":true},\"activeselector\":false}\']Bengaluru, INDIA[/ct_text_block][/oxy_header_left][oxy_header_center ct_sign_sha256=\'23a9435bd1238e98ef39289b48871d14940b618769f366dbbd31902a15495499\' ct_options=\'{\"ct_id\":17,\"ct_parent\":15,\"selector\":\"_header_center-17-5\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'afc55c58d8515b6658fa011de7e039b20b5105bddc7a860451a64f85409beba7\' ct_options=\'{\"ct_id\":18,\"ct_parent\":15,\"selector\":\"_header_right-18-5\"}\'][oxy_social_icons ct_sign_sha256=\'fabe4701a1ad3629002e5fc159d030e8bdc506f3c23fb0a26d87b1f840f580c8\' ct_options=\'{\"ct_id\":31,\"ct_parent\":18,\"selector\":\"_social_icons-31-5\",\"original\":{\"icon-facebook\":\"https://www.facebook.com/ProSports-Foundation-102095961650936/\",\"icon-style\":\"circle\",\"icon-size\":\"24\",\"icon-space-between-icons\":\"8\",\"icon-background-color\":\"color(2)\",\"icon-background-hover-color\":\"color(3)\",\"icon-color\":\"color(1)\",\"globalConditionsResult\":true,\"transition-duration\":\"0.5\",\"transition-timing-function\":\"ease\",\"transition-property\":\"all\",\"icon-linkedin\":\"https://www.linkedin.com/company/prosports-foundation/\"},\"activeselector\":false}\'][/oxy_social_icons][/oxy_header_right][/oxy_header_row][/oxy_header][ct_section ct_sign_sha256=\'f7078fc9fea5188099b2d68ed543eae98affe073471a0faaa7ad65dd8823ef6d\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-5\",\"original\":{\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/cycling-main.jpg\",\"background-size\":\"manual\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"container-padding-top\":\"180\",\"container-padding-bottom\":\"54\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"container-padding-left\":\"40\",\"container-padding-right\":\"40\",\"globalConditionsResult\":true,\"background-size-width-unit\":\"%\",\"background-size-width\":\"100\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-size-width-unit\":\"%\",\"background-position-left-unit\":\"%\",\"container-padding-top\":\"120\",\"container-padding-bottom\":\"120\",\"background-position-left\":\"0\"}},\"page-width\":{\"original\":{\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"30\"}},\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"60\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"-30\",\"background-image\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/cycling-main.jpg\",\"background-color\":\"color(15)\"}}},\"nicename\":\"Simple Hero\",\"ct_category\":\"Heros & Titles\"}\'][ct_text_block ct_sign_sha256=\'50e562722e94964f913282372a3d971b2946d0c15ddce7ed0edc528cdbf4efc6\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"text_block-5-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":false,\"original\":{\"globalConditionsResult\":true,\"background-color\":\"color(3)\"}}\']PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'d1d0ba8b20078a67568b799355a892c790e72c7924d3c8ce3c8ef71d987849f6\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-5\",\"original\":{\"margin-left\":\"-12\",\"globalConditionsResult\":true,\"font-size\":\"100\",\"color\":\"color(3)\",\"text-shadow-color\":\"color(1)\",\"text-shadow-horizontal-offset\":\"5\",\"text-shadow-vertical-offset\":\"5\",\"text-shadow-blur\":\"5\"},\"classes\":{\"0\":\"hyperion-heading-one\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-left\":\"-6\"}},\"phone-landscape\":{\"original\":{\"margin-left\":\"-6\",\"font-size\":\"86\"}}}}\']Leverage Sports for Social Impact[/ct_headline][ct_link_text ct_sign_sha256=\'d9073bdf9e8bf97c83d2192db781bc3593738c511281a1586aae9296a47b60da\' ct_options=\'{\"ct_id\":12,\"ct_parent\":2,\"selector\":\"link_text-12-5\",\"original\":{\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/about-us/\",\"url_encoded\":\"true\",\"target\":\"\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":\"hyperion-primary-button\"}\']KNOW MORE[/ct_link_text][/ct_section][ct_section ct_sign_sha256=\'7986916453b02354421646ff251a5e155e72ce0da86656b53af350e65dd860bd\' ct_options=\'{\"ct_id\":48,\"ct_parent\":0,\"selector\":\"section-48-5\",\"original\":{\"background-color\":\"color(1)\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\",\"container-padding-top\":\"91\",\"container-padding-bottom\":\"9\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Icon Block\",\"ct_category\":\"Content\",\"media\":{\"phone-landscape\":{\"original\":{\"container-padding-top\":\"60\",\"container-padding-bottom\":\"80\"}}}}\'][ct_text_block ct_sign_sha256=\'1bde4ad392297821ae268f7e15f34c51966f09cee5b6311286ccb61f9571ebf9\' ct_options=\'{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"text_block-49-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']WHY PROSPORTS FOUNDATION[/ct_text_block][ct_headline ct_sign_sha256=\'2b74d08ea94e798115b992ecaac6e9c29cfaf1ddee0974fea0f112d6ffac444f\' ct_options=\'{\"ct_id\":57,\"ct_parent\":48,\"selector\":\"headline-57-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"31\",\"font-weight\":\"300\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"font-size\":\"29\"}}}}\']At ProSports Foundation, we believe in transforming the CSR ecosystem, by integrating corporates and its workforce, recipient institutions, individuals and the government ensuring that there is proper flow of capital and information, while also engaging stakeholders effectively.[/ct_headline][ct_image ct_sign_sha256=\'a128fa7aaa8ff21f6ee6e2641aa499a3d60f221e53b981b8c5a1b1d21fd77341\' ct_options=\'{\"ct_id\":60,\"ct_parent\":48,\"selector\":\"image-60-5\",\"original\":{\"src\":\"https://hyperion.oxy.host/wp-content/uploads/sites/48/2018/04/arrow@2x.png\",\"width\":\"220\",\"margin-top\":\"24\",\"margin-left\":\"20\",\"margin-right\":\"20\",\"margin-bottom\":\"42\",\"globalConditionsResult\":true},\"activeselector\":false}\'][/ct_image][ct_new_columns_2 ct_sign_sha256=\'aa517419339dcba697994a3ba08f1ee43758e83a996cbe9871d6c8ae779a1922\' ct_options=\'{\"ct_id\":61,\"ct_parent\":48,\"selector\":\"new_columns-61-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'7efeb661d8f688390191dd01a26455ef50943795932400256b9a0d054cd026df\' ct_options=\'{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"div_block-62-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'cb979304e567e134a90cc22b91e43de09d9c571912359bc4fdefac50ca55b61d\' ct_options=\'{\"ct_id\":73,\"ct_parent\":62,\"selector\":\"headline-73-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o1[/ct_headline][ct_image ct_sign_sha256=\'3f1c19219accba12ab3f16c86e6456acbf5c39d89cf7402c7dab5bee3fb1cee6\' ct_options=\'{\"ct_id\":64,\"ct_parent\":62,\"selector\":\"image-64-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New-Trans.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'224dab30ca6942c6a3a3b28154825367ab9d8e5887a59691b510eed0804cfe79\' ct_options=\'{\"ct_id\":65,\"ct_parent\":62,\"selector\":\"text_block-65-5\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\"}\']Leverage sports discipline, activities and events to raise awareness[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'2cccdd475aa47688c17c5a981fc739bcfb1ade889cab17ec360b7818e71429c4\' ct_options=\'{\"ct_id\":63,\"ct_parent\":61,\"selector\":\"div_block-63-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'5701ccf5b7bce2eef7da8fdec8ed81ac24156e435cfabd21b9a3c93e51b2dd8a\' ct_options=\'{\"ct_id\":78,\"ct_parent\":63,\"selector\":\"headline-78-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o2[/ct_headline][ct_image ct_sign_sha256=\'49986ebd20c1d4ecf35abd8f65da9b946a212d05048fa4dd0cf2ffb93ae19546\' ct_options=\'{\"ct_id\":68,\"ct_parent\":63,\"selector\":\"image-68-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New-Trans.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'447654c68915f392225b38afa48e00c1a697962173f4effc9a81fb381051c39a\' ct_options=\'{\"ct_id\":70,\"ct_parent\":63,\"selector\":\"text_block-70-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Co-create a social agenda that aligns with the ethos of your organisation[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'0a5d3fbca04cb4df0ee807f1c9566d1f0deb6dc2e71ef94be23b1de401aee997\' ct_options=\'{\"ct_id\":81,\"ct_parent\":48,\"selector\":\"new_columns-81-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'4fa3a11e004e4fdf225e6c9d90229f6a1e66c23a483e57c984cc3ce3cf7e6474\' ct_options=\'{\"ct_id\":82,\"ct_parent\":81,\"selector\":\"div_block-82-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'169b1c6a44fb77edfda6e00bcb4acd7ebd32eef53004973c42507d2a129d09fc\' ct_options=\'{\"ct_id\":83,\"ct_parent\":82,\"selector\":\"headline-83-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o3[/ct_headline][ct_image ct_sign_sha256=\'05bfb19ae88e2eb5ac12cf193b4bf597b0a2c97e946ceb0873f45ae82b6d95a4\' ct_options=\'{\"ct_id\":84,\"ct_parent\":82,\"selector\":\"image-84-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New-Trans.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'183db98fa8f7d1affcf27a1c8261ff0deb5ed85c2d49225d4a683e2ab1c42c5c\' ct_options=\'{\"ct_id\":85,\"ct_parent\":82,\"selector\":\"text_block-85-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Curate programmes that are aimed to address key issues in education, nutrition and health[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d2c050b45c93be39b48e60a7a67a88e4270c18ee0593304a81bdf3760b0b27fe\' ct_options=\'{\"ct_id\":86,\"ct_parent\":81,\"selector\":\"div_block-86-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'da0205fd8e338d6c7a4d00a0f0228561005fd5e5959af36404268d6e180d23e5\' ct_options=\'{\"ct_id\":87,\"ct_parent\":86,\"selector\":\"headline-87-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o4[/ct_headline][ct_image ct_sign_sha256=\'351d226b9ec8541a11028eeba3a5e551fc7ea33f17ce1593137bf2c6c520fc97\' ct_options=\'{\"ct_id\":88,\"ct_parent\":86,\"selector\":\"image-88-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New-Trans.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'46c32edec1030e92ef4e88974ff57cf0708632dbd27159f849dab06999ee01bb\' ct_options=\'{\"ct_id\":89,\"ct_parent\":86,\"selector\":\"text_block-89-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Expertise in designing a portfolio of well-audited projects and help entities involved to track and monitor the impact[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][ct_new_columns_2 ct_sign_sha256=\'47d69ff041db4b4fbfa3ec051360ecd03545753842f9f7e737569008a2507a3e\' ct_options=\'{\"ct_id\":90,\"ct_parent\":48,\"selector\":\"new_columns-90-5\",\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'e800de212186c8ab9223c6299398e54e940f48973f7157884aaed4a26fc96bca\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"div_block-91-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'3a203938c1634c87239ba5e3fe08b49ab0943022c4ddd0e68d620ed1f3c0a5c7\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"headline-92-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o5[/ct_headline][ct_image ct_sign_sha256=\'3f79e63b4aec2fda2d737f0b6040895789f3a0d920541708a24817a6b2992a53\' ct_options=\'{\"ct_id\":93,\"ct_parent\":91,\"selector\":\"image-93-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New-Trans.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'70395e05c377e24d1a304754b7f57751139db6032b30f0e6dd0a15c61a2234c6\' ct_options=\'{\"ct_id\":94,\"ct_parent\":91,\"selector\":\"text_block-94-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Identifying best-fit online and offline campaigns and outreach partners; to achieve sustained progress and execution of scale[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'578fb3ab44cc6ca30e7a1c42a7426d80ffef7061ff6a73b87a20b0826dd81315\' ct_options=\'{\"ct_id\":95,\"ct_parent\":90,\"selector\":\"div_block-95-5\",\"original\":{\"width\":50,\"width-unit\":\"%\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":\"hyperion-iconblock-1-column\",\"classes\":{\"0\":\"hyperion-iconblock-1-column\"}}\'][ct_headline ct_sign_sha256=\'696595c32e34d64be666053840f3469ecaa1f72de3614a4c20e37fa0cc79d058\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"headline-96-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-title\"},\"activeselector\":\"hyperion-iconblock-1-title\",\"original\":{\"globalConditionsResult\":true}}\']f. o6[/ct_headline][ct_image ct_sign_sha256=\'ce694f66abdfef64a7df771855d5340c46e551417e39bb316a3aa6c9814650ed\' ct_options=\'{\"ct_id\":97,\"ct_parent\":95,\"selector\":\"image-97-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New-Trans.png\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-iconblock-1-icon\"},\"activeselector\":\"hyperion-iconblock-1-icon\"}\'][/ct_image][ct_text_block ct_sign_sha256=\'7bd5f80a0aeaf130c94bb58c756cc5835b48eb74347116d81cf8528d7ed807e3\' ct_options=\'{\"ct_id\":98,\"ct_parent\":95,\"selector\":\"text_block-98-5\",\"classes\":{\"0\":\"hyperion-iconblock-1-text\"},\"activeselector\":\"hyperion-iconblock-1-text\",\"original\":{\"globalConditionsResult\":true}}\']Engaging your own workforce to further amplify the impact, as well as emphasising and enhancing the sense of giving back among the overall workforce[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'3fe3dab9ecfd952ec70b326ccd84f2b671653880e6b785529eb3ab1ad41e305b\' ct_options=\'{\"ct_id\":311,\"ct_parent\":0,\"selector\":\"section-311-5\",\"original\":{\"background-color\":\"color(1)\",\"container-padding-top\":\"0\",\"container-padding-bottom\":\"0\",\"background-size\":\"manual\",\"background-size-height-unit\":\"%\",\"background-size-height\":\"100\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"0\",\"section-width\":\"full-width\",\"overflow\":\"hidden\",\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Watch CTA\",\"ct_category\":\"Call To Action\"}\'][ct_new_columns_2 ct_sign_sha256=\'1b92f0dabfc80ceb5187ef1738ed9c1a6b0bbd891405df654ce184de156ffa1b\' ct_options=\'{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"new_columns-312-5\",\"activeselector\":false,\"original\":{\"globalConditionsResult\":true}}\'][ct_div_block_2 ct_sign_sha256=\'ab4ea1b6e12c0d0f614aa5c2c457b47f2365094ed15770f8309edd3158007a9f\' ct_options=\'{\"ct_id\":313,\"ct_parent\":312,\"selector\":\"div_block-313-5\",\"original\":{\"width\":\"40\",\"width-unit\":\"%\",\"padding-top\":\"0\",\"padding-bottom\":\"0\",\"align-items\":\"flex-end\",\"text-align\":\"right\",\"justify-content\":\"center\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"padding-bottom\":\"40\",\"padding-top\":\"40\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_image ct_sign_sha256=\'4a758fa9e6ba4ae04b100f45abccea0ee6d87dd36f4b8b58b68cb542bd92b43d\' ct_options=\'{\"ct_id\":351,\"ct_parent\":313,\"selector\":\"image-351-5\",\"original\":{\"src\":\"https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg\",\"margin-top\":\"-40\",\"margin-bottom\":\"-40\",\"max-height\":\"720\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"page-width\":{\"original\":{\"margin-top\":\"0\",\"margin-bottom\":\"0\"}}}}\'][/ct_image][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'5fb54016d0d267b78e5d059d7675ecde30ac627c0853d52de24fcc60e5c46b4f\' ct_options=\'{\"ct_id\":314,\"ct_parent\":312,\"selector\":\"div_block-314-5\",\"original\":{\"width\":\"60.00\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"flex-start\",\"justify-content\":\"center\",\"flex-wrap\":\"wrap\",\"padding-left\":\"40\",\"padding-right\":\"40\",\"padding-top\":\"60\",\"padding-bottom\":\"60\",\"globalConditionsResult\":true},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\",\"padding-top\":\"20\"}}}}\'][ct_text_block ct_sign_sha256=\'246340b6c354496c3b1e5f27ebe2f69ac074f55df3f633cf6bd674d9280a0e13\' ct_options=\'{\"ct_id\":355,\"ct_parent\":314,\"selector\":\"text_block-355-5\",\"classes\":{\"0\":\"hyperion-subheading\"},\"activeselector\":\"hyperion-subheading\",\"original\":{\"margin-left\":\"20\",\"margin-right\":\"20\",\"globalConditionsResult\":true}}\']EVENTS[/ct_text_block][ct_headline ct_sign_sha256=\'1c68a0d8cf0dcc161d595a7fa07d7059b06476c606152d47c502c5841f147fc3\' ct_options=\'{\"ct_id\":318,\"ct_parent\":314,\"selector\":\"headline-318-5\",\"original\":{\"tag\":\"h2\",\"margin-left\":\"-6\",\"globalConditionsResult\":true,\"color\":\"color(3)\",\"font-size\":\"75\"},\"classes\":{\"0\":\"hyperion-heading-two\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"12\"}}}}\']Support &amp; Donate[/ct_headline][ct_text_block ct_sign_sha256=\'43bb833ccb203f5cc019199b054c130879b9bb120f2050f87326b73108c0d968\' ct_options=\'{\"ct_id\":326,\"ct_parent\":314,\"selector\":\"text_block-326-5\",\"original\":{\"max-width\":\"640\",\"color\":\"color(3)\",\"margin-bottom\":\"18\",\"globalConditionsResult\":true},\"classes\":{\"0\":\"hyperion-big-text\"},\"activeselector\":false}\']We are cycling for 150 kms from Bengaluru to Mysuru on 3rd Oct, 2020 to raise funds for special children.[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'981374045607fc710b5405549c5bc9963f7c793a09dc7118997708f1fa9d9d9d\' ct_options=\'{\"ct_id\":342,\"ct_parent\":314,\"selector\":\"div_block-342-5\",\"original\":{\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"globalConditionsResult\":true},\"media\":{\"tablet\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}},\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\",\"text-align\":\"center\"}}}}\'][ct_link_text ct_sign_sha256=\'ccf04af8feff472b65f772cd0ba51667ef03415d5c7b1797940d26ecf9b48e63\' ct_options=\'{\"ct_id\":329,\"ct_parent\":342,\"selector\":\"link_text-329-5\",\"original\":{\"margin-right\":\"12\",\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/donate/\",\"url_encoded\":\"true\",\"target\":\"_blank\"},\"classes\":{\"0\":\"hyperion-primary-button\"},\"activeselector\":false,\"media\":{\"tablet\":{\"original\":{\"margin-right\":\"0\",\"margin-bottom\":\"18\"}}}}\']DONATE[/ct_link_text][ct_link_text ct_sign_sha256=\'9b1c0b936384d720d420b1c8904a4d2f85b90206bc5556b2184a1c8e28dcd93a\' ct_options=\'{\"ct_id\":336,\"ct_parent\":342,\"selector\":\"link_text-336-5\",\"classes\":{\"0\":\"hyperion-outline-button\"},\"activeselector\":false,\"media\":{\"phone-portrait\":{\"original\":{\"margin-top\":\"6\"}}},\"original\":{\"globalConditionsResult\":true,\"url\":\"https://prosportsfoundation.com/fundraiser-for-special-children/\",\"url_encoded\":\"true\",\"target\":\"\"}}\']KNOW MORE[/ct_link_text][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section]'),(774,5,'ct_builder_shortcodes_revisions_dates','1600487957');
/*!40000 ALTER TABLE `ayqgmg_wp1v_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ayqgmg_wp1v_posts`
--

DROP TABLE IF EXISTS `ayqgmg_wp1v_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ayqgmg_wp1v_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text 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 NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=97 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ayqgmg_wp1v_posts`
--

LOCK TABLES `ayqgmg_wp1v_posts` WRITE;
/*!40000 ALTER TABLE `ayqgmg_wp1v_posts` DISABLE KEYS */;
INSERT INTO `ayqgmg_wp1v_posts` VALUES (1,2,'2020-09-17 05:12:09','2020-09-17 05:12:09','<!-- wp:paragraph -->\n<p>With nearly 320 million students affected by COVID-19 school closures, the Indian education sector too has witnessed a transformative shift to virtual learning. However the glaring absence of the disabled community from mainstream conversations on education raises troubling questions over the sustainability of online academic practice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Online is Offline for them</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is important to begin by stating that school education for CWDs (children with disabilities) in India is already at a crossroads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Take for instance, children who are visually challenged; they are not able to access the study materials and the classes. Some are able to partially access classes because they have help from their family. With schools sending assignments as scanned images, it’s a huge concern for people with learning disabilities as well those who have difficulty reading.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For students with hearing loss or deafness, they don’t have access to the online classes itself as there is no sign language interpreter during the video calls. These students I am sure have not been provided with transcripts. Most students rely on a note which takes longer than a week to be collated and sent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another major concern is that many underprivileged students do not have laptops, smart phones assistive technologies or internet access – all essential tools for accessing online education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While the RTE act talks about the right of admittance and education but fails to mention how an enabling environment will be created by deploying adequate physical and digital infrastructure or having access to appropriate teaching tools and technologies to promote inclusivity in education. Lack of clarity on issues like these becomes more worrisome during a pandemic like COVID 19 which restricts CWDs along with other children from accessing school education physically.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An alarming shortage of data on the number of children with disability in India furthers the woes and makes it harder to determine whether children with disabilities of school- going age are in school or not.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Is NEP a silver lining for inclusive education?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The New Education Policy (2020) is a historic effort and first omnibus policy after 34 years, under Modi regime. The policy is designed to avoid segregation and isolation of ethnic and linguistic minorities, those with disabilities and also those who face learning difficulties due to language barriers and are at the risk of educational exclusion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A major victory is the recognition of Rights of Persons with Disabilities Act (RPWD) and its provisions for inclusive education, defined as a system of education where students with and without disabilities learn together. These recommendations include non-discrimination in schools, accessible infrastructure, reasonable accommodations, individualized supports, use of Braille and Indian Sign language in teaching, and monitoring among others. The policy has provisions for recruitment of special educators with cross-disability training and incorporates disability awareness within teacher education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When it comes to ground-level implementation, things behave differently. Here are staggering statistics <em>(Source: Tanushree Sarkar, Examining Disability Inclusion in India’s new NEP, August 2020)</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Disabled children rarely progress beyond primary school, and only 9% complete secondary education.</li><li>Around 45% of disabled people are illiterate and only 62.9% of disabled people between the ages of 3 and 35 have ever attended regular schools.</li><li>Children with autism and cerebral palsy and girls with disabilities are least likely to be enrolled in schools.</li><li>Less than 40% of school buildings have ramps and around 17% of schools have accessible toilets.</li><li>Only 59% of schools across the country have access to electricity.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Last but not the least, I see the availability of adequate funding to finance additional infrastructure for proposed new setups, upgrading school libraries in rural areas, new teacher appointments, digital know-how of the existing resources, etc, could only add to the cost and delay the implementation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How to support children with learning disabilities amid the COVID-19 pandemic?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Every section of society is facing its own woes when it comes to its repercussions, along with children with learning disabilities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Learning disabilities describe a wide range of learning problems including dyslexia, ADHD, dyscalculia, dysgraphia and processing deficits. It is important to understand that this is not a problem with intelligence or motivation rather, the difference lies in how they receive, process and retain information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Irrespective of being a parent or a teacher, it is important to keep things in perspective and look at the bigger picture. Remember, we are not trying to ‘cure’&nbsp;<a href=\"https://indianexpress.com/article/cities/mumbai/quantify-learning-disability-hc/\" target=\"_blank\" rel=\"noreferrer noopener\">learning disabilities</a>, instead we must look at providing social, emotional and academic skills that will help them overcome their challenge and make them more resilient.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At ProSports Foundation this month, we are organising a fund raising initiative for Deepika School and Charitable Trust - a school for children with special needs, specifically in the areas of learning disabilities, autism and related disorders. With over 140 special children with learning needs, most of the students are unable to pay their yearly school fees, get access to laptops for online sessions and speech and physiotherapy sessions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We are cycling for 150 kms from Bengaluru to Mysuru on 3rd Oct, 2020 to raise money and i invite you to support the cause by raising awareness and contribute.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You can find more details about this event here: https://jo.my/fundraiser</p>\n<!-- /wp:paragraph -->','Include the Excluded!','','publish','open','open','','include-the-excluded','','','2020-09-19 03:34:07','2020-09-19 03:34:07','',0,'https://prosportsfoundation.com/?p=1',0,'post','',1),(2,1,'2020-09-17 05:12:09','2020-09-17 05:12:09','<!-- 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://prosportsfoundation.com/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-17 05:12:09','2020-09-17 05:12:09','',0,'https://prosportsfoundation.com/?page_id=2',0,'page','',0),(3,1,'2020-09-17 05:12:09','2020-09-17 05:12:09','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: https://prosportsfoundation.com.</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-17 05:12:09','2020-09-17 05:12:09','',0,'https://prosportsfoundation.com/?page_id=3',0,'page','',0),(5,1,'2018-04-17 11:46:22','2018-04-17 11:46:22','','Home','','publish','closed','closed','','ui-kit','','','2020-09-18 05:16:28','2020-09-18 05:16:28','',0,'http://hyperion.oxy.host/?page_id=5',0,'page','',0),(6,1,'2020-09-17 05:16:34','2020-09-17 05:16:34','','Pages — UI Kit','','inherit','closed','closed','','5-revision-v1','','','2020-09-17 05:16:34','2020-09-17 05:16:34','',5,'https://prosportsfoundation.com/?p=6',0,'revision','',0),(7,1,'2020-09-17 17:08:33','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2020-09-17 17:08:33','0000-00-00 00:00:00','',0,'https://prosportsfoundation.com/?p=7',0,'post','',0),(8,1,'2020-09-17 17:12:29','2020-09-17 17:12:29','','Main','','publish','closed','closed','','main','','','2020-09-17 17:12:29','2020-09-17 17:12:29','',0,'https://prosportsfoundation.com/?post_type=ct_template&#038;p=8',0,'ct_template','',0),(10,1,'2020-09-17 17:21:37','2020-09-17 17:21:37','','ProSports Non Trans Logo','','inherit','open','closed','','prosports-non-trans-logo','','','2020-09-17 17:21:37','2020-09-17 17:21:37','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-Non-Trans-Logo.png',0,'attachment','image/png',0),(11,1,'2020-09-17 17:21:39','2020-09-17 17:21:39','','ProSportsLogo Trans','','inherit','open','closed','','prosportslogo-trans','','','2020-09-17 17:21:39','2020-09-17 17:21:39','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSportsLogo-Trans.png',0,'attachment','image/png',0),(12,1,'2020-09-17 17:43:37','2020-09-17 17:43:37','','cycling main','','inherit','open','closed','','cycling-main','','','2020-09-17 17:43:37','2020-09-17 17:43:37','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/cycling-main.jpg',0,'attachment','image/jpeg',0),(13,1,'2020-09-18 04:40:17','2020-09-18 04:40:17','','ProSports New Trans','','inherit','open','closed','','prosports-new-trans','','','2020-09-18 04:40:17','2020-09-18 04:40:17','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New-Trans.png',0,'attachment','image/png',0),(14,1,'2020-09-18 04:40:18','2020-09-18 04:40:18','','ProSports New','','inherit','open','closed','','prosports-new','','','2020-09-18 04:40:18','2020-09-18 04:40:18','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/ProSports-New.png',0,'attachment','image/png',0),(15,1,'2020-09-18 05:16:25','2020-09-18 05:16:25','','Home','','inherit','closed','closed','','5-revision-v1','','','2020-09-18 05:16:25','2020-09-18 05:16:25','',5,'https://prosportsfoundation.com/?p=15',0,'revision','',0),(16,1,'2020-09-18 05:17:29','2020-09-18 05:17:29','','Fundraiser','','publish','closed','closed','','fundraiser-for-special-children','','','2020-09-19 02:41:55','2020-09-19 02:41:55','',0,'https://prosportsfoundation.com/?page_id=16',0,'page','',0),(17,1,'2020-09-18 05:17:29','2020-09-18 05:17:29','','Cycling Deepika School','','inherit','closed','closed','','16-revision-v1','','','2020-09-18 05:17:29','2020-09-18 05:17:29','',16,'https://prosportsfoundation.com/16-revision-v1/',0,'revision','',0),(18,1,'2020-09-18 07:25:43','2020-09-18 07:25:43','','jumpstory-download20200918-052157 (1)','','inherit','open','closed','','jumpstory-download20200918-052157-1','','','2020-09-18 07:25:43','2020-09-18 07:25:43','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052157-1.jpg',0,'attachment','image/jpeg',0),(19,1,'2020-09-18 07:25:46','2020-09-18 07:25:46','','jumpstory-download20200918-052224 (1)','','inherit','open','closed','','jumpstory-download20200918-052224-1','','','2020-09-18 07:25:46','2020-09-18 07:25:46','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052224-1.jpg',0,'attachment','image/jpeg',0),(20,1,'2020-09-18 07:25:49','2020-09-18 07:25:49','','jumpstory-download20200918-052337 (1)','','inherit','open','closed','','jumpstory-download20200918-052337-1','','','2020-09-18 07:25:49','2020-09-18 07:25:49','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpstory-download20200918-052337-1.jpg',0,'attachment','image/jpeg',0),(21,1,'2020-09-18 08:09:31','2020-09-18 08:09:31','','Bharath Cycling','','inherit','open','closed','','bharath-cycling','','','2020-09-18 08:09:31','2020-09-18 08:09:31','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/Bharath-Cycling.jpg',0,'attachment','image/jpeg',0),(22,1,'2020-09-18 08:09:33','2020-09-18 08:09:33','','Pavan Cycling','','inherit','open','closed','','pavan-cycling','','','2020-09-18 08:09:33','2020-09-18 08:09:33','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/Pavan-Cycling.jpg',0,'attachment','image/jpeg',0),(23,1,'2020-09-18 08:09:34','2020-09-18 08:09:34','','shahid cycle','','inherit','open','closed','','shahid-cycle','','','2020-09-18 08:09:34','2020-09-18 08:09:34','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/shahid-cycle.jpeg',0,'attachment','image/jpeg',0),(24,1,'2020-09-18 08:09:36','2020-09-18 08:09:36','','Shahid Cycling 2','','inherit','open','closed','','shahid-cycling-2','','','2020-09-18 08:09:36','2020-09-18 08:09:36','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/Shahid-Cycling-2.jpeg',0,'attachment','image/jpeg',0),(25,1,'2020-09-18 08:17:15','2020-09-18 08:17:15','','Pavan Cycle','','inherit','open','closed','','pavan-cycle','','','2020-09-18 08:17:15','2020-09-18 08:17:15','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/Pavan-Cycle.png',0,'attachment','image/png',0),(26,1,'2020-09-18 08:17:18','2020-09-18 08:17:18','','Shahid Cycle','','inherit','open','closed','','shahid-cycle-2','','','2020-09-18 08:17:18','2020-09-18 08:17:18','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/Shahid-Cycle.png',0,'attachment','image/png',0),(27,1,'2020-09-18 08:23:28','2020-09-18 08:23:28','','Savitha Cycling','','inherit','open','closed','','savitha-cycling','','','2020-09-18 08:23:28','2020-09-18 08:23:28','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/Savitha-Cycling.png',0,'attachment','image/png',0),(28,1,'2020-09-18 08:23:32','2020-09-18 08:23:32','','Bharath Cycling','','inherit','open','closed','','bharath-cycling-2','','','2020-09-18 08:23:32','2020-09-18 08:23:32','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/Bharath-Cycling.png',0,'attachment','image/png',0),(29,1,'2020-09-18 08:29:10','2020-09-18 08:29:10','','Ranvijay Cycling','','inherit','open','closed','','ranvijay-cycling','','','2020-09-18 08:29:10','2020-09-18 08:29:10','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/Ranvijay-Cycling.png',0,'attachment','image/png',0),(30,1,'2020-09-18 08:29:13','2020-09-18 08:29:13','','Sanjeev Cycling','','inherit','open','closed','','sanjeev-cycling','','','2020-09-18 08:29:13','2020-09-18 08:29:13','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/Sanjeev-Cycling.png',0,'attachment','image/png',0),(31,1,'2020-09-18 08:32:35','2020-09-18 08:32:35','','FAST&UP_LOGO','','inherit','open','closed','','fastup_logo','','','2020-09-18 08:32:35','2020-09-18 08:32:35','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/FASTUP_LOGO.png',0,'attachment','image/png',0),(32,1,'2020-09-18 08:32:41','2020-09-18 08:32:41','','LOGO BLACK','','inherit','open','closed','','logo-black','','','2020-09-18 08:32:41','2020-09-18 08:32:41','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/LOGO-BLACK.png',0,'attachment','image/png',0),(33,1,'2020-09-18 08:32:48','2020-09-18 08:32:48','','PH LOGO','','inherit','open','closed','','ph-logo','','','2020-09-18 08:32:48','2020-09-18 08:32:48','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/PH-LOGO.png',0,'attachment','image/png',0),(34,1,'2020-09-18 08:32:53','2020-09-18 08:32:53','','ProNature-NEWLogo','','inherit','open','closed','','pronature-newlogo','','','2020-09-18 08:32:53','2020-09-18 08:32:53','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/ProNature-NEWLogo.png',0,'attachment','image/png',0),(35,1,'2020-09-18 08:32:54','2020-09-18 08:32:54','','Raw-Pressery-logo','','inherit','open','closed','','raw-pressery-logo','','','2020-09-18 08:32:54','2020-09-18 08:32:54','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/Raw-Pressery-logo.jpg',0,'attachment','image/jpeg',0),(36,1,'2020-09-18 08:33:02','2020-09-18 08:33:02','','xfast_and_up_logo.png.pagespeed.ic.ri5QNQPTDm','','inherit','open','closed','','xfast_and_up_logo-png-pagespeed-ic-ri5qnqptdm','','','2020-09-18 08:33:02','2020-09-18 08:33:02','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/xfast_and_up_logo.png.pagespeed.ic_.ri5QNQPTDm.png',0,'attachment','image/png',0),(37,1,'2020-09-18 08:33:17','2020-09-18 08:33:17','','jumpp_logo_new_400x400','','inherit','open','closed','','jumpp_logo_new_400x400','','','2020-09-18 08:33:17','2020-09-18 08:33:17','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/jumpp_logo_new_400x400.png',0,'attachment','image/png',0),(38,1,'2020-09-18 10:07:30','2020-09-18 10:07:30','','Vijay Cycling','','inherit','open','closed','','vijay-cycling','','','2020-09-18 10:07:30','2020-09-18 10:07:30','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/Vijay-Cycling.png',0,'attachment','image/png',0),(41,1,'2020-09-18 10:16:39','2020-09-18 10:16:39','','Rajiv Cycling','','inherit','open','closed','','rajiv-cycling','','','2020-09-18 10:16:39','2020-09-18 10:16:39','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/Rajiv-Cycling.png',0,'attachment','image/png',0),(42,1,'2020-09-18 10:31:56','2020-09-18 10:31:56','','Nishant Cycling','','inherit','open','closed','','nishant-cycling','','','2020-09-18 10:31:56','2020-09-18 10:31:56','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/Nishant-Cycling.png',0,'attachment','image/png',0),(43,1,'2020-09-18 13:52:12','2020-09-18 13:52:12','','About Us','','publish','closed','closed','','about-us','','','2020-09-18 13:52:13','2020-09-18 13:52:13','',0,'https://prosportsfoundation.com/?page_id=43',0,'page','',0),(44,1,'2020-09-18 13:52:12','2020-09-18 13:52:12','','About Us','','inherit','closed','closed','','43-revision-v1','','','2020-09-18 13:52:12','2020-09-18 13:52:12','',43,'https://prosportsfoundation.com/43-revision-v1/',0,'revision','',0),(45,1,'2020-09-18 17:50:36','2020-09-18 17:50:36','','Cycling for Special Children','','inherit','closed','closed','','16-revision-v1','','','2020-09-18 17:50:36','2020-09-18 17:50:36','',16,'https://prosportsfoundation.com/16-revision-v1/',0,'revision','',0),(46,1,'2020-09-18 17:50:56','2020-09-18 17:50:56','','Donate','','publish','closed','closed','','donate','','','2020-09-18 17:50:57','2020-09-18 17:50:57','',0,'https://prosportsfoundation.com/?page_id=46',0,'page','',0),(47,1,'2020-09-18 17:50:56','2020-09-18 17:50:56','','Donate','','inherit','closed','closed','','46-revision-v1','','','2020-09-18 17:50:56','2020-09-18 17:50:56','',46,'https://prosportsfoundation.com/46-revision-v1/',0,'revision','',0),(48,1,'2020-09-18 18:43:02','2020-09-18 18:43:02','{\n    \"nav_menu[-677743781376147500]\": {\n        \"value\": {\n            \"name\": \"Main\",\n            \"description\": \"\",\n            \"parent\": 0,\n            \"auto_add\": false\n        },\n        \"type\": \"nav_menu\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-09-18 18:43:02\"\n    },\n    \"nav_menu_item[-3735663672009267000]\": {\n        \"value\": {\n            \"object_id\": 0,\n            \"object\": \"\",\n            \"menu_item_parent\": 0,\n            \"position\": 1,\n            \"type\": \"custom\",\n            \"title\": \"Home\",\n            \"url\": \"https://prosportsfoundation.com\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Home\",\n            \"nav_menu_term_id\": -677743781376147500,\n            \"_invalid\": false,\n            \"type_label\": \"Custom Link\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-09-18 18:43:02\"\n    },\n    \"nav_menu_item[-1751582208866218000]\": {\n        \"value\": {\n            \"object_id\": 43,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 2,\n            \"type\": \"post_type\",\n            \"title\": \"About Us\",\n            \"url\": \"https://prosportsfoundation.com/about-us/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"About Us\",\n            \"nav_menu_term_id\": -677743781376147500,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-09-18 18:43:02\"\n    },\n    \"nav_menu_item[-2238762808841300000]\": {\n        \"value\": {\n            \"object_id\": 16,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 3,\n            \"type\": \"post_type\",\n            \"title\": \"Cycling for Special Children\",\n            \"url\": \"https://prosportsfoundation.com/cycling-for-special-children/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Cycling for Special Children\",\n            \"nav_menu_term_id\": -677743781376147500,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-09-18 18:43:02\"\n    }\n}','','','trash','closed','closed','','a358a302-7f30-472e-a7b9-15cd24b1ed2d','','','2020-09-18 18:43:02','2020-09-18 18:43:02','',0,'https://prosportsfoundation.com/a358a302-7f30-472e-a7b9-15cd24b1ed2d/',0,'customize_changeset','',0),(49,1,'2020-09-18 18:43:02','2020-09-18 18:43:02','','Home','','publish','closed','closed','','home','','','2020-09-18 18:43:02','2020-09-18 18:43:02','',0,'https://prosportsfoundation.com/home/',1,'nav_menu_item','',0),(50,1,'2020-09-18 18:43:02','2020-09-18 18:43:02',' ','','','publish','closed','closed','','50','','','2020-09-18 18:43:02','2020-09-18 18:43:02','',0,'https://prosportsfoundation.com/50/',2,'nav_menu_item','',0),(51,1,'2020-09-18 18:43:02','2020-09-18 18:43:02',' ','','','publish','closed','closed','','51','','','2020-09-18 18:43:02','2020-09-18 18:43:02','',0,'https://prosportsfoundation.com/51/',3,'nav_menu_item','',0),(52,1,'2020-09-18 18:44:39','2020-09-18 18:44:39','{\n    \"blogname\": {\n        \"value\": \"ProSports Foundation\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-09-18 18:43:37\"\n    },\n    \"blogdescription\": {\n        \"value\": \"Leveraging Sports for Social Impact\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-09-18 18:43:37\"\n    },\n    \"site_icon\": {\n        \"value\": 53,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-09-18 18:44:37\"\n    },\n    \"show_on_front\": {\n        \"value\": \"page\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-09-18 18:44:37\"\n    },\n    \"page_on_front\": {\n        \"value\": \"5\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-09-18 18:44:37\"\n    }\n}','','','trash','closed','closed','','25a546b2-06a6-4c85-b08f-9daba76064a9','','','2020-09-18 18:44:39','2020-09-18 18:44:39','',0,'https://prosportsfoundation.com/?p=52',0,'customize_changeset','',0),(53,1,'2020-09-18 18:44:21','2020-09-18 18:44:21','https://prosportsfoundation.com/wp-content/uploads/2020/09/cropped-ProSports-New-Trans.png','cropped-ProSports-New-Trans.png','','inherit','open','closed','','cropped-prosports-new-trans-png','','','2020-09-18 18:44:21','2020-09-18 18:44:21','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/cropped-ProSports-New-Trans.png',0,'attachment','image/png',0),(66,1,'2020-09-18 20:07:44','2020-09-18 20:07:44','','Fundraiser','','inherit','closed','closed','','16-revision-v1','','','2020-09-18 20:07:44','2020-09-18 20:07:44','',16,'https://prosportsfoundation.com/16-revision-v1/',0,'revision','',0),(54,1,'2020-09-18 19:15:04','2020-09-18 19:15:04','','Fundraiser for Special Children','','inherit','closed','closed','','16-revision-v1','','','2020-09-18 19:15:04','2020-09-18 19:15:04','',16,'https://prosportsfoundation.com/16-revision-v1/',0,'revision','',0),(55,1,'2020-09-18 19:38:01','2020-09-18 19:38:01','','Contact Us','','publish','closed','closed','','contact-us','','','2020-09-18 19:38:02','2020-09-18 19:38:02','',0,'https://prosportsfoundation.com/?page_id=55',0,'page','',0),(56,1,'2020-09-18 19:38:01','2020-09-18 19:38:01','','Contact Us','','inherit','closed','closed','','55-revision-v1','','','2020-09-18 19:38:01','2020-09-18 19:38:01','',55,'https://prosportsfoundation.com/55-revision-v1/',0,'revision','',0),(57,1,'2020-09-18 19:46:00','2020-09-18 19:46:00','{\n    \"nav_menu_item[-6568910400527843000]\": {\n        \"value\": {\n            \"object_id\": 55,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 4,\n            \"type\": \"post_type\",\n            \"title\": \"Contact Us\",\n            \"url\": \"https://prosportsfoundation.com/contact-us/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Contact Us\",\n            \"nav_menu_term_id\": 2,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-09-18 19:46:00\"\n    }\n}','','','trash','closed','closed','','ff3d138a-f6e9-4079-8e9a-683a54d90d51','','','2020-09-18 19:46:00','2020-09-18 19:46:00','',0,'https://prosportsfoundation.com/ff3d138a-f6e9-4079-8e9a-683a54d90d51/',0,'customize_changeset','',0),(58,1,'2020-09-18 19:46:00','2020-09-18 19:46:00',' ','','','publish','closed','closed','','58','','','2020-09-18 20:02:05','2020-09-18 20:02:05','',0,'https://prosportsfoundation.com/58/',5,'nav_menu_item','',0),(59,1,'2020-09-18 19:47:12','2020-09-18 19:47:12','<!-- wp:paragraph -->\n<p>With nearly 320 million students affected by COVID-19 school closures, the Indian education sector too has witnessed a transformative shift to virtual learning. However the glaring absence of the disabled community from mainstream conversations on education raises troubling questions over the sustainability of online academic practice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Online is Offline for them</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is important to begin by stating that school education for CWDs (children with disabilities) in India is already at a crossroads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Take for instance, children who are visually challenged; they are not able to access the study materials and the classes. Some are able to partially access classes because they have help from their family. With schools sending assignments as scanned images, it’s a huge concern for people with learning disabilities as well those who have difficulty reading.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For students with hearing loss or deafness, they don’t have access to the online classes itself as there is no sign language interpreter during the video calls. These students I am sure have not been provided with transcripts. Most students rely on a note which takes longer than a week to be collated and sent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another major concern is that many underprivileged students do not have laptops, smart phones assistive technologies or internet access – all essential tools for accessing online education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While the RTE act talks about the right of admittance and education but fails to mention how an enabling environment will be created by deploying adequate physical and digital infrastructure or having access to appropriate teaching tools and technologies to promote inclusivity in education. Lack of clarity on issues like these becomes more worrisome during a pandemic like COVID 19 which restricts CWDs along with other children from accessing school education physically.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An alarming shortage of data on the number of children with disability in India furthers the woes and makes it harder to determine whether children with disabilities of school- going age are in school or not.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Is NEP a silver lining for inclusive education?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The New Education Policy (2020) is a historic effort and first omnibus policy after 34 years, under Modi regime. The policy is designed to avoid segregation and isolation of ethnic and linguistic minorities, those with disabilities and also those who face learning difficulties due to language barriers and are at the risk of educational exclusion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A major victory is the recognition of Rights of Persons with Disabilities Act (RPWD) and its provisions for inclusive education, defined as a system of education where students with and without disabilities learn together. These recommendations include non-discrimination in schools, accessible infrastructure, reasonable accommodations, individualized supports, use of Braille and Indian Sign language in teaching, and monitoring among others. The policy has provisions for recruitment of special educators with cross-disability training and incorporates disability awareness within teacher education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When it comes to ground-level implementation, things behave differently. Here are staggering statistics <em>(Source: Tanushree Sarkar, Examining Disability Inclusion in India’s new NEP, August 2020)</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Disabled children rarely progress beyond primary school, and only 9% complete secondary education.</li><li>Around 45% of disabled people are illiterate and only 62.9% of disabled people between the ages of 3 and 35 have ever attended regular schools.</li><li>Children with autism and cerebral palsy and girls with disabilities are least likely to be enrolled in schools.</li><li>Less than 40% of school buildings have ramps and around 17% of schools have accessible toilets.</li><li>Only 59% of schools across the country have access to electricity.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Last but not the least, I see the availability of adequate funding to finance additional infrastructure for proposed new setups, upgrading school libraries in rural areas, new teacher appointments, digital know-how of the existing resources, etc, could only add to the cost and delay the implementation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How to support children with learning disabilities amid the COVID-19 pandemic?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Every section of society is facing its own woes when it comes to its repercussions, along with children with learning disabilities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Learning disabilities describe a wide range of learning problems including dyslexia, ADHD, dyscalculia, dysgraphia and processing deficits. It is important to understand that this is not a problem with intelligence or motivation rather, the difference lies in how they receive, process and retain information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Irrespective of being a parent or a teacher, it is important to keep things in perspective and look at the bigger picture. Remember, we are not trying to ‘cure’&nbsp;<a href=\"https://indianexpress.com/article/cities/mumbai/quantify-learning-disability-hc/\" target=\"_blank\" rel=\"noreferrer noopener\">learning disabilities</a>, instead we must look at providing social, emotional and academic skills that will help them overcome their challenge and make them more resilient.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At ProSports Foundation this month, we are organising a fund raising initiative for Deepika School and Charitable Trust - a school for children with special needs, specifically in the areas of learning disabilities, autism and related disorders. With over 140 special children with learning needs, most of the students are unable to pay their yearly school fees, get access to laptops for online sessions and speech and physiotherapy sessions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We are cycling for 150 kms from Bengaluru to Mysuru on 3rd Oct, 2020 to raise money and i invite you to support the cause by raising awareness and contribute.</p>\n<!-- /wp:paragraph -->','Include the Excluded!','','inherit','closed','closed','','1-revision-v1','','','2020-09-18 19:47:12','2020-09-18 19:47:12','',1,'https://prosportsfoundation.com/1-revision-v1/',0,'revision','',0),(60,1,'2020-09-18 19:49:16','2020-09-18 19:49:16','','Blog Posts','','publish','closed','closed','','blog-posts','','','2020-09-18 19:49:16','2020-09-18 19:49:16','',0,'https://prosportsfoundation.com/?post_type=ct_template&#038;p=60',0,'ct_template','',0),(61,1,'2020-09-18 19:51:28','2020-09-18 19:51:28','','Single Post','','publish','closed','closed','','single-post','','','2020-09-18 19:51:28','2020-09-18 19:51:28','',0,'https://prosportsfoundation.com/?post_type=ct_template&#038;p=61',0,'ct_template','',0),(62,1,'2020-09-18 19:59:33','2020-09-18 19:59:33','','Resources','','publish','closed','closed','','resources','','','2020-09-18 19:59:34','2020-09-18 19:59:34','',0,'https://prosportsfoundation.com/?page_id=62',0,'page','',0),(63,1,'2020-09-18 19:59:33','2020-09-18 19:59:33','','Resources','','inherit','closed','closed','','62-revision-v1','','','2020-09-18 19:59:33','2020-09-18 19:59:33','',62,'https://prosportsfoundation.com/62-revision-v1/',0,'revision','',0),(64,1,'2020-09-18 20:02:05','2020-09-18 20:02:05','{\n    \"nav_menu_item[58]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 55,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://prosportsfoundation.com/contact-us/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 5,\n            \"status\": \"publish\",\n            \"original_title\": \"Contact Us\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-09-18 20:02:05\"\n    },\n    \"nav_menu_item[-4310181774780303400]\": {\n        \"value\": {\n            \"object_id\": 62,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 4,\n            \"type\": \"post_type\",\n            \"title\": \"Resources\",\n            \"url\": \"https://prosportsfoundation.com/resources/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Resources\",\n            \"nav_menu_term_id\": 2,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2020-09-18 20:02:05\"\n    }\n}','','','trash','closed','closed','','07308c7b-06fe-4d4e-872a-223c6dfa584d','','','2020-09-18 20:02:05','2020-09-18 20:02:05','',0,'https://prosportsfoundation.com/07308c7b-06fe-4d4e-872a-223c6dfa584d/',0,'customize_changeset','',0),(65,1,'2020-09-18 20:02:05','2020-09-18 20:02:05',' ','','','publish','closed','closed','','65','','','2020-09-18 20:02:05','2020-09-18 20:02:05','',0,'https://prosportsfoundation.com/65/',4,'nav_menu_item','',0),(67,1,'2020-09-18 20:25:37','2020-09-18 20:25:37','','Shahid Profile','','inherit','open','closed','','shahid-profile','','','2020-09-18 20:25:37','2020-09-18 20:25:37','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/Shahid-Profile.jpeg',0,'attachment','image/jpeg',0),(68,1,'2020-09-18 20:27:01','2020-09-18 20:27:01','','Pavan Linkedin','','inherit','open','closed','','pavan-linkedin','','','2020-09-18 20:27:01','2020-09-18 20:27:01','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/Pavan-Linkedin.jpeg',0,'attachment','image/jpeg',0),(69,1,'2020-09-18 20:38:33','2020-09-18 20:38:33','','Events','','inherit','closed','closed','','16-revision-v1','','','2020-09-18 20:38:33','2020-09-18 20:38:33','',16,'https://prosportsfoundation.com/16-revision-v1/',0,'revision','',0),(70,1,'2020-09-19 02:41:53','2020-09-19 02:41:53','','Fundraiser','','inherit','closed','closed','','16-revision-v1','','','2020-09-19 02:41:53','2020-09-19 02:41:53','',16,'https://prosportsfoundation.com/16-revision-v1/',0,'revision','',0),(71,1,'2020-09-19 02:52:50','2020-09-19 02:52:50','<!-- wp:paragraph -->\n<p>With nearly 320 million students affected by COVID-19 school closures, the Indian education sector too has witnessed a transformative shift to virtual learning. However the glaring absence of the disabled community from mainstream conversations on education raises troubling questions over the sustainability of online academic practice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Online is Offline for them</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is important to begin by stating that school education for CWDs (children with disabilities) in India is already at a crossroads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Take for instance, children who are visually challenged; they are not able to access the study materials and the classes. Some are able to partially access classes because they have help from their family. With schools sending assignments as scanned images, it’s a huge concern for people with learning disabilities as well those who have difficulty reading.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For students with hearing loss or deafness, they don’t have access to the online classes itself as there is no sign language interpreter during the video calls. These students I am sure have not been provided with transcripts. Most students rely on a note which takes longer than a week to be collated and sent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another major concern is that many underprivileged students do not have laptops, smart phones assistive technologies or internet access – all essential tools for accessing online education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While the RTE act talks about the right of admittance and education but fails to mention how an enabling environment will be created by deploying adequate physical and digital infrastructure or having access to appropriate teaching tools and technologies to promote inclusivity in education. Lack of clarity on issues like these becomes more worrisome during a pandemic like COVID 19 which restricts CWDs along with other children from accessing school education physically.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An alarming shortage of data on the number of children with disability in India furthers the woes and makes it harder to determine whether children with disabilities of school- going age are in school or not.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Is NEP a silver lining for inclusive education?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The New Education Policy (2020) is a historic effort and first omnibus policy after 34 years, under Modi regime. The policy is designed to avoid segregation and isolation of ethnic and linguistic minorities, those with disabilities and also those who face learning difficulties due to language barriers and are at the risk of educational exclusion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A major victory is the recognition of Rights of Persons with Disabilities Act (RPWD) and its provisions for inclusive education, defined as a system of education where students with and without disabilities learn together. These recommendations include non-discrimination in schools, accessible infrastructure, reasonable accommodations, individualized supports, use of Braille and Indian Sign language in teaching, and monitoring among others. The policy has provisions for recruitment of special educators with cross-disability training and incorporates disability awareness within teacher education.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When it comes to ground-level implementation, things behave differently. Here are staggering statistics <em>(Source: Tanushree Sarkar, Examining Disability Inclusion in India’s new NEP, August 2020)</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Disabled children rarely progress beyond primary school, and only 9% complete secondary education.</li><li>Around 45% of disabled people are illiterate and only 62.9% of disabled people between the ages of 3 and 35 have ever attended regular schools.</li><li>Children with autism and cerebral palsy and girls with disabilities are least likely to be enrolled in schools.</li><li>Less than 40% of school buildings have ramps and around 17% of schools have accessible toilets.</li><li>Only 59% of schools across the country have access to electricity.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Last but not the least, I see the availability of adequate funding to finance additional infrastructure for proposed new setups, upgrading school libraries in rural areas, new teacher appointments, digital know-how of the existing resources, etc, could only add to the cost and delay the implementation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How to support children with learning disabilities amid the COVID-19 pandemic?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Every section of society is facing its own woes when it comes to its repercussions, along with children with learning disabilities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Learning disabilities describe a wide range of learning problems including dyslexia, ADHD, dyscalculia, dysgraphia and processing deficits. It is important to understand that this is not a problem with intelligence or motivation rather, the difference lies in how they receive, process and retain information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Irrespective of being a parent or a teacher, it is important to keep things in perspective and look at the bigger picture. Remember, we are not trying to ‘cure’&nbsp;<a href=\"https://indianexpress.com/article/cities/mumbai/quantify-learning-disability-hc/\" target=\"_blank\" rel=\"noreferrer noopener\">learning disabilities</a>, instead we must look at providing social, emotional and academic skills that will help them overcome their challenge and make them more resilient.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At ProSports Foundation this month, we are organising a fund raising initiative for Deepika School and Charitable Trust - a school for children with special needs, specifically in the areas of learning disabilities, autism and related disorders. With over 140 special children with learning needs, most of the students are unable to pay their yearly school fees, get access to laptops for online sessions and speech and physiotherapy sessions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We are cycling for 150 kms from Bengaluru to Mysuru on 3rd Oct, 2020 to raise money and i invite you to support the cause by raising awareness and contribute.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You can find more details about this event here: https://jo.my/fundraiser</p>\n<!-- /wp:paragraph -->','Include the Excluded!','','inherit','closed','closed','','1-revision-v1','','','2020-09-19 02:52:50','2020-09-19 02:52:50','',1,'https://prosportsfoundation.com/1-revision-v1/',0,'revision','',0),(72,1,'2020-09-19 03:18:34','2020-09-19 03:18:34','','Savitha Cycle','','inherit','open','closed','','savitha-cycle','','','2020-09-19 03:18:34','2020-09-19 03:18:34','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/Savitha-Cycle.png',0,'attachment','image/png',0),(73,1,'2020-09-19 03:33:58','2020-09-19 03:33:58','','yannis-h-uaPaEM7MiQQ-unsplash (1)','','inherit','open','closed','','yannis-h-uapaem7miqq-unsplash-1','','','2020-09-19 03:33:58','2020-09-19 03:33:58','',1,'https://prosportsfoundation.com/wp-content/uploads/2020/09/yannis-h-uaPaEM7MiQQ-unsplash-1.jpg',0,'attachment','image/jpeg',0),(76,1,'2020-09-19 03:47:15','2020-09-19 03:47:15','','sports','','inherit','open','closed','','sports','','','2020-09-19 03:47:15','2020-09-19 03:47:15','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/sports.png',0,'attachment','image/png',0),(77,1,'2020-09-19 03:56:31','2020-09-19 03:56:31','','active_directory','','inherit','open','closed','','active_directory','','','2020-09-19 03:56:31','2020-09-19 03:56:31','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/active_directory.png',0,'attachment','image/png',0),(78,1,'2020-09-19 03:58:04','2020-09-19 03:58:04','','programs','','inherit','open','closed','','programs','','','2020-09-19 03:58:04','2020-09-19 03:58:04','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/programs.png',0,'attachment','image/png',0),(79,1,'2020-09-19 03:59:09','2020-09-19 03:59:09','','portfolio','','inherit','open','closed','','portfolio','','','2020-09-19 03:59:09','2020-09-19 03:59:09','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/portfolio.png',0,'attachment','image/png',0),(80,1,'2020-09-19 04:00:18','2020-09-19 04:00:18','','campaign','','inherit','open','closed','','campaign','','','2020-09-19 04:00:18','2020-09-19 04:00:18','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/campaign.png',0,'attachment','image/png',0),(81,1,'2020-09-19 04:01:58','2020-09-19 04:01:58','','employee','','inherit','open','closed','','employee','','','2020-09-19 04:01:58','2020-09-19 04:01:58','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/employee.png',0,'attachment','image/png',0),(82,1,'2020-09-19 04:05:23','2020-09-19 04:05:23','','employees','','inherit','open','closed','','employees','','','2020-09-19 04:05:23','2020-09-19 04:05:23','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/employees.png',0,'attachment','image/png',0),(83,1,'2020-09-19 06:32:02','2020-09-19 06:32:02','','Koushalyam - Movement','','inherit','open','closed','','koushalyam-movement','','','2020-09-19 06:32:02','2020-09-19 06:32:02','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/Koushalyam-Movement.jpg',0,'attachment','image/jpeg',0),(84,1,'2020-09-19 06:32:04','2020-09-19 06:32:04','','Koushalyam - Music and Rhythm','','inherit','open','closed','','koushalyam-music-and-rhythm','','','2020-09-19 06:32:04','2020-09-19 06:32:04','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/Koushalyam-Music-and-Rhythm.jpg',0,'attachment','image/jpeg',0),(85,1,'2020-09-19 06:32:06','2020-09-19 06:32:06','','Koushalyam - Visual art','','inherit','open','closed','','koushalyam-visual-art','','','2020-09-19 06:32:06','2020-09-19 06:32:06','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/Koushalyam-Visual-art.jpg',0,'attachment','image/jpeg',0),(86,1,'2020-09-19 06:32:08','2020-09-19 06:32:08','','Samashraya -Online','','inherit','open','closed','','samashraya-online','','','2020-09-19 06:32:08','2020-09-19 06:32:08','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/Samashraya-Online.png',0,'attachment','image/png',0),(87,1,'2020-09-19 06:32:14','2020-09-19 06:32:14','','Samashraya On the stage','','inherit','open','closed','','samashraya-on-the-stage','','','2020-09-19 06:32:14','2020-09-19 06:32:14','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/Samashraya-On-the-stage.jpeg',0,'attachment','image/jpeg',0),(88,1,'2020-09-19 06:32:17','2020-09-19 06:32:17','','Samshraya -Trekking','','inherit','open','closed','','samshraya-trekking','','','2020-09-19 06:32:17','2020-09-19 06:32:17','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/Samshraya-Trekking.jpeg',0,'attachment','image/jpeg',0),(89,1,'2020-09-22 08:54:38','2020-09-22 08:54:38','','Anoop','','inherit','open','closed','','anoop','','','2020-09-22 08:54:38','2020-09-22 08:54:38','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/Anoop.png',0,'attachment','image/png',0),(90,1,'2020-09-22 08:54:41','2020-09-22 08:54:41','','Harikrupa','','inherit','open','closed','','harikrupa','','','2020-09-22 08:54:41','2020-09-22 08:54:41','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/Harikrupa.png',0,'attachment','image/png',0),(91,1,'2020-09-22 08:54:44','2020-09-22 08:54:44','','Mona Gul','','inherit','open','closed','','mona-gul','','','2020-09-22 08:54:44','2020-09-22 08:54:44','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/Mona-Gul.png',0,'attachment','image/png',0),(92,1,'2020-09-22 08:54:50','2020-09-22 08:54:50','','Prajwal','','inherit','open','closed','','prajwal','','','2020-09-22 08:54:50','2020-09-22 08:54:50','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/Prajwal.png',0,'attachment','image/png',0),(93,1,'2020-09-22 14:37:42','2020-09-22 14:37:42','','Ankur','','inherit','open','closed','','ankur','','','2020-09-22 14:37:42','2020-09-22 14:37:42','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/Ankur.png',0,'attachment','image/png',0),(94,1,'2020-09-22 14:37:46','2020-09-22 14:37:46','','Karni','','inherit','open','closed','','karni','','','2020-09-22 14:37:46','2020-09-22 14:37:46','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/Karni.png',0,'attachment','image/png',0),(95,1,'2020-09-22 14:37:51','2020-09-22 14:37:51','','Manjula','','inherit','open','closed','','manjula','','','2020-09-22 14:37:51','2020-09-22 14:37:51','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/Manjula.png',0,'attachment','image/png',0),(96,1,'2020-09-22 14:37:55','2020-09-22 14:37:55','','Subhradeep','','inherit','open','closed','','subhradeep','','','2020-09-22 14:37:55','2020-09-22 14:37:55','',0,'https://prosportsfoundation.com/wp-content/uploads/2020/09/Subhradeep.png',0,'attachment','image/png',0);
/*!40000 ALTER TABLE `ayqgmg_wp1v_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ayqgmg_wp1v_term_relationships`
--

DROP TABLE IF EXISTS `ayqgmg_wp1v_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ayqgmg_wp1v_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ayqgmg_wp1v_term_relationships`
--

LOCK TABLES `ayqgmg_wp1v_term_relationships` WRITE;
/*!40000 ALTER TABLE `ayqgmg_wp1v_term_relationships` DISABLE KEYS */;
INSERT INTO `ayqgmg_wp1v_term_relationships` VALUES (1,1,0),(49,2,0),(50,2,0),(51,2,0),(58,2,0),(65,2,0);
/*!40000 ALTER TABLE `ayqgmg_wp1v_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ayqgmg_wp1v_term_taxonomy`
--

DROP TABLE IF EXISTS `ayqgmg_wp1v_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ayqgmg_wp1v_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ayqgmg_wp1v_term_taxonomy`
--

LOCK TABLES `ayqgmg_wp1v_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `ayqgmg_wp1v_term_taxonomy` DISABLE KEYS */;
INSERT INTO `ayqgmg_wp1v_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'nav_menu','',0,5);
/*!40000 ALTER TABLE `ayqgmg_wp1v_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ayqgmg_wp1v_termmeta`
--

DROP TABLE IF EXISTS `ayqgmg_wp1v_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ayqgmg_wp1v_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ayqgmg_wp1v_termmeta`
--

LOCK TABLES `ayqgmg_wp1v_termmeta` WRITE;
/*!40000 ALTER TABLE `ayqgmg_wp1v_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `ayqgmg_wp1v_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ayqgmg_wp1v_terms`
--

DROP TABLE IF EXISTS `ayqgmg_wp1v_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ayqgmg_wp1v_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ayqgmg_wp1v_terms`
--

LOCK TABLES `ayqgmg_wp1v_terms` WRITE;
/*!40000 ALTER TABLE `ayqgmg_wp1v_terms` DISABLE KEYS */;
INSERT INTO `ayqgmg_wp1v_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Main','main',0);
/*!40000 ALTER TABLE `ayqgmg_wp1v_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ayqgmg_wp1v_usermeta`
--

DROP TABLE IF EXISTS `ayqgmg_wp1v_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ayqgmg_wp1v_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=35 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ayqgmg_wp1v_usermeta`
--

LOCK TABLES `ayqgmg_wp1v_usermeta` WRITE;
/*!40000 ALTER TABLE `ayqgmg_wp1v_usermeta` DISABLE KEYS */;
INSERT INTO `ayqgmg_wp1v_usermeta` VALUES (1,1,'nickname','ProSportsFoundation'),(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,'wp1v_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp1v_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:1:{s:64:\"19976669f1c783563596e0cc91d6a72d259a4b3d27e0b3c453b7e9255b9d27ad\";a:4:{s:10:\"expiration\";i:1601042728;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:1600869928;}}'),(17,1,'wp1v_dashboard_quick_press_last_post_id','7'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"106.51.241.0\";}'),(19,1,'wp1v_user-settings','libraryContent=browse'),(20,1,'wp1v_user-settings-time','1600363791'),(21,2,'nickname','Pavan'),(22,2,'first_name','Pavan'),(23,2,'last_name','Sriram'),(24,2,'description',''),(25,2,'rich_editing','true'),(26,2,'syntax_highlighting','true'),(27,2,'comment_shortcuts','false'),(28,2,'admin_color','fresh'),(29,2,'use_ssl','0'),(30,2,'show_admin_bar_front','true'),(31,2,'locale',''),(32,2,'wp1v_capabilities','a:1:{s:6:\"author\";b:1;}'),(33,2,'wp1v_user_level','2'),(34,2,'dismissed_wp_pointers','');
/*!40000 ALTER TABLE `ayqgmg_wp1v_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ayqgmg_wp1v_users`
--

DROP TABLE IF EXISTS `ayqgmg_wp1v_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ayqgmg_wp1v_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ayqgmg_wp1v_users`
--

LOCK TABLES `ayqgmg_wp1v_users` WRITE;
/*!40000 ALTER TABLE `ayqgmg_wp1v_users` DISABLE KEYS */;
INSERT INTO `ayqgmg_wp1v_users` VALUES (1,'ProSportsFoundation','$P$B9b456EMQ2raZzCy33pEqrXQoLSMYo0','prosportsfoundation','shahid@prosportsfoundation.com','https://prosportsfoundation.com','2020-09-17 05:12:09','',0,'ProSportsFoundation'),(2,'Pavan','$P$B3Lo4GfU0Px90tEBwdc2tC8Y0Ukksw0','pavan','pavan@prosportsfoundation.com','','2020-09-18 20:03:29','',0,'Pavan Sriram');
/*!40000 ALTER TABLE `ayqgmg_wp1v_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ayqgmg_wp1v_wpvivid_scan_result`
--

DROP TABLE IF EXISTS `ayqgmg_wp1v_wpvivid_scan_result`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ayqgmg_wp1v_wpvivid_scan_result` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `path` text NOT NULL,
  `from_post` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ayqgmg_wp1v_wpvivid_scan_result`
--

LOCK TABLES `ayqgmg_wp1v_wpvivid_scan_result` WRITE;
/*!40000 ALTER TABLE `ayqgmg_wp1v_wpvivid_scan_result` DISABLE KEYS */;
/*!40000 ALTER TABLE `ayqgmg_wp1v_wpvivid_scan_result` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ayqgmg_wp1v_wpvivid_unused_uploads_files`
--

DROP TABLE IF EXISTS `ayqgmg_wp1v_wpvivid_unused_uploads_files`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ayqgmg_wp1v_wpvivid_unused_uploads_files` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `path` text NOT NULL,
  `folder` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ayqgmg_wp1v_wpvivid_unused_uploads_files`
--

LOCK TABLES `ayqgmg_wp1v_wpvivid_unused_uploads_files` WRITE;
/*!40000 ALTER TABLE `ayqgmg_wp1v_wpvivid_unused_uploads_files` DISABLE KEYS */;
/*!40000 ALTER TABLE `ayqgmg_wp1v_wpvivid_unused_uploads_files` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `gofzkr_wp1v_commentmeta`
--

DROP TABLE IF EXISTS `gofzkr_wp1v_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `gofzkr_wp1v_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `gofzkr_wp1v_commentmeta`
--

LOCK TABLES `gofzkr_wp1v_commentmeta` WRITE;
/*!40000 ALTER TABLE `gofzkr_wp1v_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `gofzkr_wp1v_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `gofzkr_wp1v_comments`
--

DROP TABLE IF EXISTS `gofzkr_wp1v_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `gofzkr_wp1v_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `gofzkr_wp1v_comments`
--

LOCK TABLES `gofzkr_wp1v_comments` WRITE;
/*!40000 ALTER TABLE `gofzkr_wp1v_comments` DISABLE KEYS */;
INSERT INTO `gofzkr_wp1v_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2020-09-12 05:34:16','2020-09-12 05:34:16','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.',0,'1','','comment',0,0);
/*!40000 ALTER TABLE `gofzkr_wp1v_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `gofzkr_wp1v_links`
--

DROP TABLE IF EXISTS `gofzkr_wp1v_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `gofzkr_wp1v_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `gofzkr_wp1v_links`
--

LOCK TABLES `gofzkr_wp1v_links` WRITE;
/*!40000 ALTER TABLE `gofzkr_wp1v_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `gofzkr_wp1v_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `gofzkr_wp1v_options`
--

DROP TABLE IF EXISTS `gofzkr_wp1v_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `gofzkr_wp1v_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=MyISAM AUTO_INCREMENT=549 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `gofzkr_wp1v_options`
--

LOCK TABLES `gofzkr_wp1v_options` WRITE;
/*!40000 ALTER TABLE `gofzkr_wp1v_options` DISABLE KEYS */;
INSERT INTO `gofzkr_wp1v_options` VALUES (1,'siteurl','https://prosportsfoundation.com','yes'),(2,'home','https://prosportsfoundation.com','yes'),(3,'blogname','Pro Sports Foundation','yes'),(4,'blogdescription','Pro Sports Foundation','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','shahid@prosportsfoundation.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%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:1:{i:2;s:21:\"wp-reset/wp-reset.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','','yes'),(41,'stylesheet','','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','1615440856','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,'wp1v_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:1600320856;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:1600320857;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:1600320878;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:1600394910;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:1600398604;a:1:{s:35:\"wpvivid_clean_remote_schedule_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:1600580056;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:1600308539;s:15:\"version_checked\";s:5:\"5.5.1\";s:12:\"translations\";a:0:{}}','no'),(250,'wf_licensing_wpr','a:6:{s:11:\"license_key\";s:26:\"6834D603-3A759F87-F7F6F8F1\";s:5:\"error\";s:0:\"\";s:4:\"name\";s:16:\"WP Reset PRO LTD\";s:10:\"last_check\";i:1600309171;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'),(542,'_site_transient_timeout_theme_roots','1600321255','no'),(543,'_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'),(548,'current_theme','','yes'),(187,'recently_activated','a:0:{}','yes'),(124,'_site_transient_timeout_browser_804438ddd49dcafd3732ea520f453cae','1600493678','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_75e04be8322671c786117633c455e7a7','1600493678','no'),(127,'_site_transient_php_check_75e04be8322671c786117633c455e7a7','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'),(144,'finished_updating_comment_type','1','yes'),(452,'_transient_timeout_oxygen_post_edit_lock_27','1600282283','no'),(453,'_transient_oxygen_post_edit_lock_27','1','no'),(544,'_transient_timeout_wp_reset_collections','1600405856','no'),(545,'_transient_wp_reset_collections','a:0:{}','no'),(546,'_transient_timeout_wp_reset_wordpress_versions','1600405856','no'),(547,'_transient_wp_reset_wordpress_versions','a:391:{s:15:\"5.6-alpha-48982\";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'),(471,'_site_transient_timeout_community-events-4d0806f1bc5ddb293fdee377cd30f0b7','1600325480','no'),(472,'_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:37:\"WordCamp Virginia Beach, Virginia, US\";s:3:\"url\";s:40:\"https://2020.virginiabeach.wordcamp.org/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2020-09-19 11:00:00\";s:8:\"end_date\";s:19:\"2020-09-19 11:00:00\";s:20:\"start_unix_timestamp\";i:1600527600;s:18:\"end_unix_timestamp\";i:1600527600;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:36.85292630000000002610249794088304042816162109375;s:9:\"longitude\";d:-75.9779850000000038789949030615389347076416015625;}}i:1;a:8:{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: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:8:{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: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:8:{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: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:8:{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: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:8:{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: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'),(473,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1600325480','no'),(474,'_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-48981\";s:7:\"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, 16 Sep 2020 18:51:20 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'),(475,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1600325480','no'),(476,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1600282280','no'),(477,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1600325481','no'),(478,'_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: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: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: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:5302:\"<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 release 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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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:\"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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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:\"\";}}}}}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:67:\"WPTavern: New Plugin Displays WordPress Environment Type for Admins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=103676\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/new-plugin-displays-wordpress-environment-type-for-admins?utm_source=rss&utm_medium=rss&utm_campaign=new-plugin-displays-wordpress-environment-type-for-admins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3118:\"<p>One of the minor but useful additions to WordPress 5.5 is the new <code><a href=\"https://make.wordpress.org/core/2020/07/24/new-wp_get_environment_type-function-in-wordpress-5-5/\">wp_get_environment_type()</a></code>&nbsp;function. It makes it possible for plugin and theme authors to do some interesting things based on whether a site is identified as staging, development, production, or some other custom environment type. In discussion on the original trac ticket, Marius Jensen suggested a few ways this function could be useful: </p>\n\n\n\n<ul><li>It&rsquo;s a function used for grabbing the current environment, this is to ensure everyone fetches the values the same way (to avoid using different terms and such).</li><li>Outbound emails could be filtered, and if&nbsp;<code>get_environment()</code>&nbsp;isn&rsquo;t set to&nbsp;<code>production</code>&nbsp;then send them to the developer, allowing for legitimate email tests in stage setups without worrying about emails reaching end users.</li><li>API endpoints where you want to use a test endpoint when not in production to prevent data pollution.</li><li>Providing a wp-admin notice for non-production sites so it&rsquo;s much clearer that what you are doing now will/won&rsquo;t affect the site your business relies on.</li></ul>\n\n\n\n<p>The new function is already getting put to use in WordPress developer Roy Tanck&rsquo;s new plugin called <a href=\"https://wordpress.org/plugins/display-environment-type/\">Display Environment Type</a>. It adds a prominent red notice to the top of the admin for Production. Custom environment types will be set to blue with a lightbulb icon. (The colors used in the plugin are fixed and not configurable to help avoid confusion across servers.)</p>\n\n\n\n<img />\n\n\n\n<p>The environment type only displays for admin users. Tankck&rsquo;s plugin also adds the current environment type to WordPress&rsquo; At-a-glance widget:</p>\n\n\n\n<img />\n\n\n\n<p>This is the first plugin on WordPress.org to make use of the new function, but developers are planning to use in other unique ways.</p>\n\n\n\n<p>&ldquo;We are adding our own custom environment vars here at Pantheon so plugin authors have the option of doing this but it would be so nice to have this in core so plugin authors don&rsquo;t need to write host specific code,&rdquo; Pantehon developer advocate John Richards commented on the original ticket for the new function.</p>\n\n\n\n<p>WordPress plugin developer Rene Hermenau said he will be implementing this new concept in his <a href=\"https://wordpress.org/plugins/wp-staging/\">WP Staging</a> plugin in the next update. WP Staging, which is currently active on more than 50,000 installs, allows users to quickly create an exact copy of their sites for staging or development purposes. </p>\n\n\n\n<p>WordPress.com has also <a href=\"https://lobby.vip.wordpress.com/2020/08/20/environment-type-support/\">added support for environment types</a> in VIP Go, allowing developers to run different code for their sites depending on if it&rsquo;s in production, development, or any other custom environment type configuration.</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:\"Fri, 21 Aug 2020 21:16: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: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:76:\"WPTavern: WordPress: A Year in Review, New Project to Fill the WordCamp Void\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=103672\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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-a-year-in-review-new-project-to-fill-the-wordcamp-void?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-a-year-in-review-new-project-to-fill-the-wordcamp-void\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6439:\"<p class=\"has-drop-cap\">Joe Casabona, a freelance web developer and educator, launched <a href=\"https://wpyearinreview.com/\">WordPress: A Year in Review</a> last week. The project was born out of his passion for helping others and a longing for attending WordCamp US, which <a href=\"https://wptavern.com/wordcamp-us-2020-canceled-due-to-pandemic-stress-and-online-event-fatigue\">has been canceled</a> because of the stress of the pandemic and online event fatigue. He wanted to do something to fill in the void.</p>\n\n\n\n<p>His goal is to offer online content that members of the WordPress community may have missed out on in the year. The project will provide learning resources in e-book, print book, video, and audio form. The content will be free, but he is asking community members to chip in and sponsor the project, covering the hard costs of putting it together.</p>\n\n\n\n<p>&ldquo;After WordCamp US got canceled, I started thinking about all of the work that went into it and the amazing amount of content that now wouldn&rsquo;t be created,&rdquo; said Casabona of why he decided to begin this project. &ldquo;I am a big WordCamper and go to between 7-10 per year depending on my schedule, so I&rsquo;ve definitely missed that experience. My main hope is that this can fill in some of the missing content from those canceled WordCamps. I know there are other efforts too, like the workshops the WordPress Foundation is hosting.&rdquo;</p>\n\n\n\n<h2>What the Project Offers</h2>\n\n\n\n<p class=\"has-drop-cap\">The plan for the project is to offer three types of content to the WordPress community for free:</p>\n\n\n\n<ul><li>An e-book that reviews how WordPress changed in 2020, including a print edition.</li><li>An interview series with WordCamp speakers.</li><li>A video tutorial series that focuses on new things added to WordPress in 2020.</li></ul>\n\n\n\n<p>Casabona plans to run between 15 and 20 interviews with people on a special series via his How I Built It podcast. Instead of a formal talk, he wants to provide interviewees an opportunity to explore their own topics. The <a href=\"https://howibuilt.it/wcus-2020-interviews/\">interview application</a> process is open to those who were scheduled to speak at the canceled WordCamp US through August 31.</p>\n\n\n\n<p>&ldquo;The interview series was the first aspect of this project that I thought of,&rdquo; he said. &ldquo;Basically, I will interview people who applied to speak at WCUS 2020 about their talks &mdash; each episode will have 3 interviewees who have the opportunity to talk for about 10 minutes each about their topic. I&rsquo;ll ask them who they are, what their talk was going to be about, and highlight the main points. I&rsquo;m definitely open to ideas depending on who applies and how many people apply.&rdquo;</p>\n\n\n\n<p>Currently, Casabona has booked only a few podcast interviews. He said he plans on reaching out to more contributors, depending on how funding goes and the finalized outline for the e-book and videos.</p>\n\n\n\n<p>He got the idea for the e-book from <a href=\"https://www.macstories.net/\">MacStories</a>. &ldquo;Every year, Federico Viticci puts out an iOS review in conjunction with the iPhone release, exclusively for his members,&rdquo; he said. &ldquo;I think that&rsquo;s such a great resource and feel something like it would really benefit the WordPress community. Since this is the first one I might have some backstory, but it will mainly be a practical reference for people wondering how the popular CMS changed from January to December &mdash; things they might have missed or overlooked.&rdquo;</p>\n\n\n\n<p>If the e-book goes well this year, he will seek to publish it in the following years. The same would hold true for the printed book, which would essentially be the same as the e-book. A print edition would be a nice keepsake for members of the WordPress community. It is something physical, a tangible item that is not made up of bytes stored on a computer, destined for an eventual digital waste bin.</p>\n\n\n\n<p>Casabona plans to run 10 video tutorials. He will release one video each week, starting in mid-October, through the end of the year. At the moment, he is planning to run all of the videos himself but may reach out to others who are better-suited for particular topics.</p>\n\n\n\n<p>&ldquo;The video series isn&rsquo;t a huge departure from the content I put on my YouTube channel right now,&rdquo; he said. &ldquo;I&rsquo;m targeting mostly users and implementors, but there were some cool developer additions in 5.5.&rdquo;</p>\n\n\n\n<h2>Funding and the Future</h2>\n\n\n\n<p class=\"has-drop-cap\">The biggest holdup for the project is funding. Casabona has a goal of $3,000 to cover the hard costs, such as transcripts, editing, and out-of-pocket expenses. Those willing to donate can give a custom amount or make a pledge for one of three tiers  with each tier building upon the other:</p>\n\n\n\n<ul><li><strong>Support &ndash; $5:</strong> Gets your name in the e-book, progress updates, and behind-the-scenes content.</li><li><strong>Early Access &ndash; $5:</strong> Early draft of the e-book, early access to interviews and videos, and e-book of podcast transcripts.</li><li><strong>IRL! &ndash; $19:</strong> A printed copy of the e-book.</li></ul>\n\n\n\n<p>&ldquo;I basically wanted to give the community a chance to pledge and support the project, as well as get a print book if they want it,&rdquo; said Casabona.</p>\n\n\n\n<p>He is also asking for <a href=\"https://wpyearinreview.com/sponsor/\">sponsors</a> to help fund the project on top of the initial goal of $3,000, which would only cover the minimum to produce content on his own. &ldquo;Sponsorship will allow me to put more of my time and resources into the project,&rdquo; he said. &ldquo;All of this money is going into production &mdash; the more funding I&rsquo;m able to secure, the more time and resources I can put behind it. For example, this could enable me to hire contributors, editors for each medium, etc.&rdquo;</p>\n\n\n\n<p>While it may be a bit early, Casabona is already thinking about the future of the project and has plans if he exceeds his funding goals.</p>\n\n\n\n<p>&ldquo;Excess funding will allow me to find and pay more contributors and better position the project for 2021,&rdquo; he said. &ldquo;I&rsquo;d also like to set up a fund to send someone who can&rsquo;t afford it to a WordCamp&hellip;once we start having in-person events again!&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, 21 Aug 2020 20:09: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: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:134:\"WPTavern: WordPress Documentation Team Discusses Modifying External Linking Policy Following Opposition to the Ban on Commercial Links\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=103625\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:313:\"https://wptavern.com/wordpress-documentation-team-discusses-modifying-external-linking-policy-following-opposition-to-the-ban-on-commercial-links?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-documentation-team-discusses-modifying-external-linking-policy-following-opposition-to-the-ban-on-commercial-links\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4311:\"<p>Last month the WordPress Documentation Team <a href=\"https://wptavern.com/wordpress-documentation-team-bans-links-to-commercial-websites\">announced a ban</a> on links to commercial websites within the official docs. These include the&nbsp;<a href=\"https://wordpress.org/support/\">HelpHub</a>,&nbsp;<a href=\"https://developer.wordpress.org/reference/\">Code Reference</a>,&nbsp;<a href=\"https://developer.wordpress.org/plugins/\">Plugin</a>&nbsp;and&nbsp;<a href=\"https://developer.wordpress.org/themes/\">Theme</a>&nbsp;Developer Handbooks,&nbsp;<a href=\"https://developer.wordpress.org/block-editor/\">Block Editor Handbook</a>, and&nbsp;the <a href=\"https://developer.wordpress.org/apis/\">Common APIs Handbook</a>. The reason behind the ban was that heavily policing commercial links placed too much responsibility on the documentation team, when they are already working with limited time and resources.</p>\n\n\n\n<p>The decision was instantly controversial, igniting a heated discussion in the comments. A blanket ban on links to commercial sites, without a clear outline of what that includes, was confusing. </p>\n\n\n\n<p>&ldquo;There isn&rsquo;t clarity what will/won&rsquo;t be allowed, you state that the rules are expected to change in the future (more lax after some trial and error), and end users lose in the end as a result of excluding&nbsp;<em>actually helpful information</em>&nbsp;because it&rsquo;s&nbsp;free but at a domain that has non-free content,&rdquo; Core contributor Clifford Paulick commented on the ban announcement.</p>\n\n\n\n<p>The level of opposition seemed to indicate that there may not have been enough discussion up front and that other branches of the WordPress contributor community, including commercial entities who are also contributors, were not considered.</p>\n\n\n\n<p>&ldquo;Discussion on [the] external linking policy is going in the way we wanted to avoid,&rdquo; Milana Cap said during the July 13th docs team meeting. &ldquo;I was thinking to explore a different approach.&rdquo; She gave more background on why the team is reconsidering the ban:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The reason we didn&rsquo;t want to allow &lsquo;commercial&rsquo; links is to avoid abuse and make it &lsquo;fair&rsquo; for everyone and not promote any product. We also wanted to save time for our members in a matter of maintenance and sort of automate the process. The further and deeper discussion goes I&rsquo;m realizing this will not be possible. It won&rsquo;t be fair, we won&rsquo;t save time because we&rsquo;ll have to do through discussion every time someone suggest &lsquo;commercial&rsquo; link and I&rsquo;m pretty sure we&rsquo;ll never come to agreement on what&rsquo;s &lsquo;commercial.&rsquo; Personal blogs, services, products.. all of it is mixed now. So my suggestion is to allow them all, make process transparent and set strict rules about the actual &lsquo;content.&rsquo;</p></blockquote>\n\n\n\n<p>A Google <a href=\"https://docs.google.com/document/d/1i0ipOTmKPShSIMoFuEXnI3gkOOUrPJb9t4HMf30JWC0/edit?usp=sharing\">document</a> is now home to a collaborative effort on a new policy that Cap says is &ldquo;fundamentally different from&nbsp;previous discussions.&rdquo; The new approach proposes a set of criteria for allowing external links, banning things such as product promotion within the tutorial, affiliate links, paywalls, and tracking. The specific criteria and wording of the new policy are still under active discussion.</p>\n\n\n\n<p>Sometimes it pays to speak up, if you have a strong opinion about a decision. Reconsideration of this external linking policy is the direct result of feedback on the initial controversial decision, even after it seemed to be final. This may result in a better solution for all stakeholders involved in this discussion. </p>\n\n\n\n<p>Next week the Documentation Team will be hosting a Zoom call to discuss the <a href=\"https://docs.google.com/document/d/1i0ipOTmKPShSIMoFuEXnI3gkOOUrPJb9t4HMf30JWC0/edit?usp=sharing\">proposal</a> they have been collaborating on in Google docs. This meeting is for anyone who is interested, not just Documentation team members. If you want to get in on the discussion, check out the <a href=\"https://doodle.com/poll/v8yy7auidw3mm6q2\">Doodle poll</a> for the proposed dates and times.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 20 Aug 2020 23:37: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: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:96:\"WPTavern: No Minimum PHP Version Bump This Year, WordPress to Support PHP 5.6 for a While Longer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=103611\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/no-minimum-php-version-bump-this-year-wordpress-to-support-php-5-6-for-a-while-longer?utm_source=rss&utm_medium=rss&utm_campaign=no-minimum-php-version-bump-this-year-wordpress-to-support-php-5-6-for-a-while-longer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6967:\"<blockquote class=\"wp-block-quote\"><p>We should be leading the users, not following them.<br />We should be guiding the users, not coddling them.<br />We should carve out the road to the future, not continue to fix a broken road to the past.<br />We should say what we do and do what we say.</p></blockquote>\n\n\n\n<p>Juliette Reinders Folmer wrapped up her final thoughts on a <a href=\"https://core.trac.wordpress.org/ticket/51043\">ticket she had opened</a> a mere three days ago. She had opened the ticket in anticipation of movement on WordPress&rsquo;s minimum supported version of PHP. She had opened it after seeing the plan to no longer support PHP 5.6 in the <a href=\"https://make.wordpress.org/core/2020/08/13/wordpress-5-6-release-planning/\">WordPress 5.6 release plans</a> (note that initial release plans are not necessarily set in stone).</p>\n\n\n\n<p>There is no denying the symmetry of dropping support for PHP 5.6 with the release of WordPress 5.6. Fate seemed to be calling down, saying that it was time to move past the platform&rsquo;s support of a version that reached End of Life in December 2018. It would be a nice sendoff, a farewell that could usher in a new era of maintaining some semblance of staying up to date with the latest and greatest the programming language has to offer.</p>\n\n\n\n<p>But the excitement was cut short. WordPress developers, especially those who have longed for WordPress to be more proactive in updating its PHP requirements, will have to continue pushing for modernization into 2021. It does not look like it will happen this year.</p>\n\n\n\n<p>Matt Mullenweg, WordPress co-founder and project lead, <a href=\"https://core.trac.wordpress.org/ticket/51043#comment:7\">closed the ticket</a> a few short hours after its opening. &ldquo;Just so we don&rsquo;t cherry-pick stats to make a point, it&rsquo;s worth noting that the PHP distribution across all WP sites we track is the same as when that post was made in 2018: 85% are 5.6 or above,&rdquo; he wrote. &ldquo;Only about 66% are 7.1 and above.&rdquo;</p>\n\n\n\n<p>WordPress has required a minimum of PHP 5.6 since its version 5.2 release. Of the WordPress installs on versions 5.2 through the current 5.5 only 10.69% of those are running PHP 5.6, according to Sergey Biryukov, a core committer for WordPress. This percentage is even lower than when the team flipped the switch to PHP 5.6+.</p>\n\n\n\n<p>&ldquo;Given that we&rsquo;re still releasing security updates for WP 3.7 (released almost 7 years ago), it&rsquo;s not like we&rsquo;re leaving PHP 5.6 or 7.0 users without security updates, they just won&rsquo;t have some latest and greatest features of WP 5.6+, which seems fair,&rdquo; <a href=\"https://make.wordpress.org/core/2020/08/13/wordpress-5-6-release-planning/#comment-39483\">he said in the comments</a> on the WordPress 5.6 announcement.</p>\n\n\n\n<p>&ldquo;This is <em>obviously</em> a key philosophical decision that should be made by the project lead,&rdquo; <a href=\"https://twitter.com/nacin/status/1296323839379402752\">tweeted</a> lead developer Andrew Nacin. &ldquo;And for what it&rsquo;s worth, our philosophies and standards on this have been consistent for more than a decade. The numbers strongly suggest it&rsquo;s too early to drop PHP 5.6.&rdquo;</p>\n\n\n\n<p>While there are certainly arguments to looking at the data in different ways, one of WordPress&rsquo;s guiding philosophies has been making the platform accessible to as many users as possible over the years. This has meant taking a slow, deliberate approach while also reaching out to web hosts and users alike. Dropping support for old versions of PHP has not been nearly as fast as some &mdash; including me &mdash; would like.</p>\n\n\n\n<p>The need for updating the minimum version of PHP is not simply about developers wanting to use the newest and shiniest tools. There are practical concerns. PHP 8.0 is slated for release on November 26, 2020. Regardless of WordPress&rsquo;s minimum required version, it must also work with the most up-to-date version of PHP. The wider the range of versions that the platform supports, the harder it is to test.</p>\n\n\n\n<p>Such is the case with PHPUnit, a testing framework for PHP applications like WordPress. PHPUnit 8 supports a minimum of PHP 7.2.  Technically, it has syntax that requires PHP 7.1 &mdash; hence, the need for the WordPress version bump.  PHPUnit 9 requires a minimum of 7.3 and is necessary for testing PHP 8.0 compatibility. There is an <a href=\"https://core.trac.wordpress.org/ticket/46149\">open ticket</a> for solving issues with PHPUnit testing where the team is exploring options to support the range of PHP versions.</p>\n\n\n\n<p>&ldquo;We also need to work on our messaging around these PHP and core upgrades, so we don&rsquo;t cry wolf and cause these notices to be ignored,&rdquo; continued Mullenweg in his explanation for closing the ticket, pointing to the current site health messaging in WordPress. &ldquo;They do not say what version it is currently on. They do not provide a good way to contact the host. They do not give accurate information about security, as most hosts run backports that patch security on older versions separate from what is officially supported by the core PHP project. These are not free upgrades, and I think the cost vs what we are able to deliver to users, vs the hard caused by leaving so many people behind, needs to be seriously weighed. Right now it feels like we&rsquo;re a bit trigger happy on these requirements, and I&rsquo;d even be open to rolling some back.&rdquo;</p>\n\n\n\n<p>WordPress may be joked about in &ldquo;real&rdquo; programming circles. Its reliance on outdated tools may be the punchline from developers who are building sites with the <em>Next Big Thing</em>. However, maybe in spite of or maybe because of the platform&rsquo;s reluctance to quickly drop support for older versions of PHP, it has swallowed up 38% of the web. Any project lead would question meddling too much with its leave-no-users-behind formula that was part of the journey getting here.</p>\n\n\n\n<p>It is a tough call for a project lead to make. It is also tough because developers like Folmer have put a ton of work into PHP coding standards tools and do the often thankless job of advocating for pushing WordPress into modern-day coding practices.</p>\n\n\n\n<p>WordPress is in a position where it has some leverage. If the software demands an upgraded PHP experience, it can put its massive user base to work by forcing web hosting companies to cater to their needs. Money talks, and if enough users begin looking for greener pastures, perhaps those web hosts will make some adjustments. That is at least the theory that some in the community share. &ldquo;If there are no consequences to user/host (in-)action, why would they ever bother to take action?&rdquo; asked Folmer.</p>\n\n\n\n<p>It is also a gamble that the WordPress project does not look to be taking, at least for the version 5.6 release.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 20 Aug 2020 20:13: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: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:74:\"WPTavern: WooCommerce 4.4 Updates Blocks and Centralizes Coupon Management\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=103580\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/woocommerce-4-4-updates-blocks-and-centralizes-coupon-management?utm_source=rss&utm_medium=rss&utm_campaign=woocommerce-4-4-updates-blocks-and-centralizes-coupon-management\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3507:\"<p class=\"has-drop-cap\">Yesterday, Automattic <a href=\"https://woocommerce.wordpress.com/2020/08/18/woocommerce-4-4-is-now-available/\">dropped version 4.4</a> of its popular WooCommerce plugin. The new release is a minor update with the biggest changes around the plugin&rsquo;s blocks and coupon management in the admin. Two dozen people made 450 contributions to the release.</p>\n\n\n\n<p>The WooCommerce team brought several updates to the plugin&rsquo;s blocks. The biggest user-facing change is that the blocks will now use the WooCommerce thumbnail size instead of loading the full-sized image. This change means that images will respect the product image size settings that users can set via the WooCommerce &gt; Product Images section in the customizer. This change will make sites using blocks more performant.</p>\n\n\n\n<p>The block editor should be slightly speedier with this update. The team removed front end scripts that were not needed from the post-editing screen.</p>\n\n\n\n<p>WooCommerce also updated its flagship theme, Storefront, yesterday. There is nothing in the <a href=\"https://woocommerce.wordpress.com/2020/08/18/storefront-2-6-0-release-notes/\">release notes</a> to suggest that the update corresponds with changes in WooCommerce 4.4, but it is a good idea for users to stay updated regardless.</p>\n\n\n\n<h2>Coupon Management Moved to the Marketing Hub in the Admin</h2>\n\n\n\n<img />WooCommerce Coupons admin screen.\n\n\n\n<p class=\"has-drop-cap\">In WooCommerce 4.1, the team added a new Marketing section in the WordPress admin. When it was initially launched, some users felt like WooCommerce had added a top-level menu item for little more than the purposes of upselling its extensions. The single admin screen also offered links backed to the WooCommerce knowledge base. Many comments on the <a href=\"https://woocommerce.wordpress.com/2020/03/31/coming-soon-woocommerce-marketing-hub/\">launch of the marketing hub</a> asked the team to reconsider making it a top-level menu item, at least until it offered something more than upsells and links back to the WooCommerce website.</p>\n\n\n\n<p>Having a centralized marketing location in the WordPress admin makes sense for eCommerce websites though. Creating an online shop is only one part of the process. Successful stores need to have a marketing focus, and WooCommerce is seeking to create an experience that helps more store owners become successful.</p>\n\n\n\n<p>While it is a minor change, <a href=\"https://woocommerce.wordpress.com/2020/07/09/centralized-coupon-management-available-for-testing/\">moving the coupons screen</a> to the marketing hub makes sense. For those end-users who make use of coupons, it should very much be a part of their marketing plan.</p>\n\n\n\n<p>WooCommerce 4.4 still has the legacy coupons screen beneath the standard WooCommerce menu. However, clicking on the old link will generate an admin notice that migrates users to the new location. The notice provides a button to remove the legacy admin menu item.</p>\n\n\n\n<p>Gary Murray, the Product Focus and Lead for WooCommerce, said the team had larger plans beyond the initial marketing hub in the announcement post. Coupons are merely a second stage in the longer-term roadmap. &ldquo;Think automations, campaigns, customer segmentation, coupon management, marketing focused analytics, and reporting,&rdquo; he wrote. While the roadmap for the marketing hub is not public, it will be interesting to see what tools the team adds 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:\"Wed, 19 Aug 2020 21:13: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: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:72:\"WPTavern: Enable jQuery Migrate Helper Plugin Passes 10K Active Installs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=103537\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/enable-jquery-migrate-helper-plugin-passes-10k-active-installs?utm_source=rss&utm_medium=rss&utm_campaign=enable-jquery-migrate-helper-plugin-passes-10k-active-installs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4207:\"<p>In just one week since WordPress 5.5 was released, the <a href=\"https://wordpress.org/plugins/enable-jquery-migrate-helper/\">Enable jQuery Migrate Helper</a> plugin has passed 10,000 active installs, as users look for a fix for broken sites. The plugin was developed by the WordPress Core team to mitigate jQuery-related problems users may face after updating to 5.5. WordPress has removed jQuery Migrate 1.4.1, but many themes and plugins are now broken because they use outdated/deprecated jQuery functions that relied on the script. </p>\n\n\n\n<p>The official support forums are inundated with <a href=\"https://wordpress.org/search/5.5?in=support_forums\">reports of broken sites</a> after updating to 5.5, as most users who don&rsquo;t follow core development are not aware that jQuery Migrate has been deprecated. Because it&rsquo;s related to jQuery, many of the sites have very visible problems or broken functionality that prevents users from doing things like viewing and editing content. Those who are still using the Classic Editor have been particularly <a href=\"https://wordpress.org/support/topic/5-5-classic-editor-text-view-add-media-not-working/\">hardest hit by the 5.5 update</a>, since older plugins that hook into the old editor are more likely to be using deprecated jQuery functions. </p>\n\n\n\n<p>The Enable jQuery Migrate Helper plugin has racked up 34 five-star reviews, as it instantly fixes most users&rsquo; problems:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>&ldquo;After updating to 5.5 my hero slider images disappeared and this plugin fixed the problem immediately.&rdquo;</p><p>&ldquo;After updating to WordPress 5.5 my edit a post page and several other things ended up breaking despite having all plugins and my theme updated. This plugin fixed my issue!&rdquo;</p><p>&ldquo;As a newspaper, not being able to see the content of our posts is a pretty big deal. This fixed it. Thank you.&rdquo;</p></blockquote>\n\n\n\n<p>The plugin gives users time to figure out which themes or plugins are causing the problems and request the authors of those extensions to update them for compatibility with the latest version of WordPress.</p>\n\n\n\n<p>One user, David Halchester, reported a problem with a <a href=\"https://wordpress.org/support/topic/navigation-menu-vanishes/\">vanishing navigation menu</a> to the support forums before discovering the Enable jQuery Migrate Helper plugin. </p>\n\n\n\n<p>&ldquo;Voila,&rdquo; Halchester said in his <a href=\"https://wordpress.org/support/topic/enable-jquery-migrate-helper/\">review</a>. &ldquo;It worked like magic. My beautiful custom page is working again. That said &mdash; if WP does not want to lose customers, it needs to make sure its updates are compatible with older sites.</p>\n\n\n\n<p>&ldquo;Thank you to the people who created this plug-in. I just saved myself about $300 or more in fees to have someone &lsquo;fix&rsquo; it.&rdquo;</p>\n\n\n\n<p>He makes a solid point about the plugin saving users&rsquo; money that might otherwise have gone to developers to fix the problem. For those who discover the plugin as a fix, it only costs them the time and frustration of seeking help from their hosting company or volunteers on the support forums. Others who may not be as persistent will likely have to pay for professional troubleshooting.</p>\n\n\n\n<p>Justin Tadlock published a <a href=\"https://wptavern.com/major-jquery-changes-on-the-way-for-wordpress-5-5-and-beyond\">post</a> last week that outlines WordPress&rsquo; three-stage plan for updating jQuery to the latest version.  The plan outlines how a new version of jQuery Migrate will be added in WordPress 5.6 to help users update from jQuery 1.12.4 to 3.5.1 (or later). The tentative plan is to remove the script once more in WordPress 5.7, which is expected in 2021.</p>\n\n\n\n<p>In the meantime, the Enable jQuery Migrate Helper plugin functions as a temporary bandaid. Looking ahead towards the prospect of opt-in automatic updates for major Core releases, which is expected to land in WordPress 5.6, it will be important to consider how wide-reaching these breaking changes can be along to path to updating jQuery, especially for those hanging back with the Classic Editor 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:\"Wed, 19 Aug 2020 05:11: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: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:26:\"Matt: Second-Order Effects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=52013\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://ma.tt/2020/08/second-order-effects/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1234:\"<p><a href=\"https://www.theatlantic.com/author/derek-thompson/\">Derek Thompson&#8217;s writing for the Atlantic</a> has been some of the most interesting this year. His latest, <a href=\"https://www.theatlantic.com/ideas/archive/2020/08/just-small-shift-remote-work-could-change-everything/614980/\">The Workforce Is About to Change Dramatically</a>, is worth a close read. He gives good arguments for and against how remote working will change real estate, entrepreneurship, and something I&#8217;ve been meaning to write about but he did a much better job, how the <a href=\"https://www.theatlantic.com/ideas/archive/2019/09/american-migration-patterns-should-terrify-gop/598153/\">great migration happening away from superstar cities could reshape politics</a>. </p>\n\n\n\n<p>I sincerely hope that all the people <a href=\"https://www.usa.gov/change-voter-registration\">moving to new places are registering to vote in their new home</a>, as I did when I moved from San Francisco back to Houston in 2011. The following year was 2012 and in Harris County (Houston) with 4.263 million people, Obama <a href=\"https://www.politico.com/2012-election/results/president/texas/\">won</a> by <strong>585 votes</strong>. I was one of those votes.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 18 Aug 2020 21:15: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: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: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:66:\"WPTavern: WP Rig Starter Theme Project Looking for New Maintainers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=103406\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wp-rig-starter-theme-project-looking-for-new-maintainers?utm_source=rss&utm_medium=rss&utm_campaign=wp-rig-starter-theme-project-looking-for-new-maintainers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9640:\"<img />\n\n\n\n<p class=\"has-drop-cap\">A couple of years ago, Morten Rand-Hendriksen launched <a href=\"https://wptavern.com/wp-rig-a-wordpress-starter-theme-and-build-process-in-one\">WP Rig for WordPress</a>. The goal was to bring a modern <a href=\"https://wprig.io/\">starter theme and build process</a> to the theme development community. Now, he and the current team are hoping to find someone new to keep the project moving. Whoever is chosen will gain outright ownership of the project.</p>\n\n\n\n<p>Rand-Hendriksen will be hosting a <a href=\"https://linkedin.zoom.us/meeting/register/tJ0rc-mhqj4rGtbwM7UB7NL7_bOY50qkMIJ9\">Zoom meeting</a> on Friday, August 21 at 8 am PST. The meeting is planned to last 30 minutes with a possible additional 30 minutes for a Q&amp;A session. He will update the <a href=\"https://wprig.io/news/\">WP Rig blog</a> with the format and agenda for the meeting this week. Anyone interested in WP Rig&rsquo;s future is free to attend.</p>\n\n\n\n<p>&ldquo;The ideal candidate is someone who has the interest, time, and drive to keep the project going,&rdquo; said Rand-Hendriksen. &ldquo;Future owners, maintainers, peers, etc. will be expected to adhere to the established <a href=\"https://github.com/wprig/docs/blob/master/GOVERNANCE.md\">governance model</a>, which outlines roles, responsibilities, powers, and how to &lsquo;climb the ladder&rsquo; if you will.&rdquo;</p>\n\n\n\n<p>Before taking the reins, candidates will meet with Rand-Hendriksen and other legacy maintainers of the project. The goal is to sort out the logistics of the handover.</p>\n\n\n\n<p>&ldquo;Once the project is handed over to new owners and maintainers, the project becomes their project,&rdquo; said Rand-Hendriksen. &ldquo;That means they can take it in whatever direction they feel is meaningful and valuable for the community. This is a true handover: we, the legacy maintainers, are not imposing our view of what WP Rig should be in the future onto the new owners and maintainers. We will impart our knowledge and vision, and let the next generation of the WP Rig team lay down their own path into the future.&rdquo;</p>\n\n\n\n<p>Ideally, the official WordPress Themes Team would take on the WP Rig project or at least its own version of a starter theme. However, the team lacks the resources to make it happen. Some members are interested but no one has the time to contribute to it at the moment, according to Themes Team representative William Patton.</p>\n\n\n\n<p>&ldquo;If the TRT wants to adopt the project, they take precedence over all other interested parties,&rdquo; said Rand-Hendriksen. &ldquo;The intent of WP Rig was always to donate the project to the larger WordPress Open Source project, and the TRT would be the ideal group to hand the keys to.&rdquo;</p>\n\n\n\n<h2>The Unexplored Future of Full-Site Editing</h2>\n\n\n\n<p class=\"has-drop-cap\">Whoever takes on the WP Rig project will be in a position to explore the great unknown of full-site editing. An early version of the feature is expected to land in WordPress 5.6 later this year. This could mean overhauling the project and taking it in an entirely new direction than originally envisioned. It is a tall order and will require someone with the time and ability to keep up with drastic changes in the coming months.</p>\n\n\n\n<p>Rand-Hendriksen and the team did some experimental work with <a href=\"https://github.com/wprig/block-areas\">Block Areas</a> and <a href=\"https://github.com/wprig/wprig-blockade\">WP Rig Blockade</a>, a variant of the original WP Rig theme that explored blocks outside of the content area. However, the repositories have seen little work in the last year and a half. Rand-Hendriksen said they got too caught up in releasing version 2.0 of WP Rig to see either of those projects come to fruition.</p>\n\n\n\n<p>&ldquo;As the WordPress community starts exploring what <em>blocks everywhere</em> means, it is more important than ever to have this unifying base to start from so everyone is talking the same language and using the same tools,&rdquo; he said. &ldquo;When I had to step away, this was my deepest regret: that I wouldn&rsquo;t be part of shaping this next evolution of the platform and wouldn&rsquo;t be able to help the community develop this unifying baseline.&rdquo;</p>\n\n\n\n<p>Rand-Hendriksen believes that full-site editing will only be successful with buy-in from the existing theme development community. Without active participation from these developers, full-site editing could split the community into traditional vs. modern theming.</p>\n\n\n\n<p>&ldquo;There is a lot of money at stake, and a lot of developers deeply invested in and financially dependent on the status quo of themes,&rdquo; he said. &ldquo;To bring them on board and explore the future of themes, there needs to be a unified baseline to start from, and this is the opportune time to introduce modern code, tools, and standards. WP Rig can be a catalyst for this project and can also be the foundation on which such a project is built. What is it open source evangelists always say? &lsquo;Decisions are made by those who show up.&rsquo; This is a chance to not just show up but actively guide the community into a collaborative future.&rdquo;</p>\n\n\n\n<p>He feels like WP Rig&rsquo;s new owners will be in a position to answer one of the questions looming over the WordPress project: <em>What should full-site editing look like?</em></p>\n\n\n\n<h2>Modern Tooling</h2>\n\n\n\n<p class=\"has-drop-cap\">WP Rig is far more advanced than the starter themes of yesteryear. However, it is not alone. Of the many starter themes available throughout the WordPress development community, many of them have moved on to include modern build systems and tooling that were not a part of earlier projects such as <a href=\"https://underscores.me/\">Underscores</a> (_s), which is the closest thing to an &ldquo;official&rdquo; starter theme project WordPress has ever seen.</p>\n\n\n\n<p>&ldquo;When I first came up with the idea of WP Rig, it was because I&rsquo;d been maintaining a very popular LinkedIn Learning (formerly Lynda.com) course on building themes from scratch using _s for years, and I noticed _s and WP themes, in general, were lagging further and further behind the general trends of web development,&rdquo; said Rand-Hendriksen. &ldquo;WordPress themes are by and large still built as if it&rsquo;s 2012, not 2020, and many of the most important advances of the web dev space are not generally in use in theme development. As the project evolved from my personal experiment to a team, we made a decision to start from scratch and say &lsquo;if someone were to build a theme today, in 2018, with today&rsquo;s tools and best practices, what would that look like?&rsquo; The result is a theme building tool using modern build processes and tooling to make theme development easier. Yes, it looks nothing like the standard starter themes, but like I said, the standard starter themes look like the web in 2012.&rdquo;</p>\n\n\n\n<p>There is still some sentiment within the WordPress community that web development is shifting too far from its roots of understanding the basics of HTML, CSS, and entry-level PHP. Have we moved past the point where those simple foundations were enough to build WordPress themes in the modern world?</p>\n\n\n\n<p>&ldquo;Is this harder to understand for beginners?&rdquo; asked Rand-Hendriksen. &ldquo;If you start from the assumption that anything other than the good old way of building themes is &lsquo;harder,&rsquo; then yes, absolutely. If you start from the perspective of WordPress themes being many people&rsquo;s first hands-on experience with web development, and WordPress having a responsibility to introduce people to current and forward-thinking web tooling, then I think the answer is no.&rdquo;</p>\n\n\n\n<p>Rand-Hendriksen says that WP Rig makes many parts of modern theme development much easier and that the more complex pieces are extensively documented. From performance improvements to modern JavaScript to object-oriented PHP, the theme covers a wide range of practices that old-hat theme developers may need to start coming to grips with, sooner rather than later. &ldquo;For most standard theme development, WP Rig is as easy as with any other dev tool,&rdquo; he said. &ldquo;It is just different from how WordPress themes normally do things. Which from my perspective is not only good but necessary if WordPress themes want to stay current with the rest of the web.&rdquo;</p>\n\n\n\n<p>WP Rig also gives theme authors a leg up with accessibility out of the box. Rand-Hendriksen has long been a vocal supporter of pushing for accessibility standards in themes, so it makes sense that the starter that he spearheaded approaches development with accessibility at the forefront.</p>\n\n\n\n<p>&ldquo;I&rsquo;ve developed themes for 15+ years and taught theme development for over a decade,&rdquo; said Rand-Hendriksen. &ldquo;One of the major roadblocks for theme development is the lack of an official unified tool to start from. _s served that role for a while, but it is now poorly maintained, sluggish in development, and lagging significantly behind where standards and modern tooling is concerned. WordPress needs something similar to <a href=\"https://reactjs.org/docs/create-a-new-react-app.html\">&lsquo;create react app&rsquo;</a>  has had for a long time. WP Rig was created to serve as a base, or as inspiration, for such a project: provide an official starting theme and build process to give people a unified place to work from and a unified base to contribute back to and improve so the community can lift itself up together.&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, 18 Aug 2020 19:43: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: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:128:\"WPTavern: Apple to Enforce 1-Year Limit on SSL/TLS Certificate Lifetimes on September 1, 2020, Mozilla and Google to Follow Suit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=103455\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/apple-to-enforce-1-year-limit-on-ssl-tls-certificate-lifetimes-on-september-1-2020-mozilla-and-google-to-follow-suit?utm_source=rss&utm_medium=rss&utm_campaign=apple-to-enforce-1-year-limit-on-ssl-tls-certificate-lifetimes-on-september-1-2020-mozilla-and-google-to-follow-suit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4866:\"<img />image credit: &nbsp;<a href=\"https://stocksnap.io/author/134\">Sylwia Bartyzel</a>\n\n\n\n<p>Beginning September 1, 2020, Apple&rsquo;s Safari browser will no longer trust SSL/TLS certificates issued for longer than 398 days, which is the equivalent of one year plus the renewal grace period. Apple cited its &ldquo;ongoing efforts to improve web security&rdquo; in the <a href=\"https://support.apple.com/en-us/HT211025\">announcement</a> earlier this year. The change affects the full lineup of Apple platforms: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>This change will affect only TLS server certificates issued from the Root CAs preinstalled with iOS, iPadOS, macOS, watchOS, and tvOS. Additionally, this change will affect only TLS server certificates issued on or after September 1, 2020; any certificates issued prior to that date will not be affected by this change.</p></blockquote>\n\n\n\n<p>Apple will begin enforcing the change immediately, which means it will deny connections to TLS servers that don&rsquo;t meet the new requirements. After Apple&rsquo;s announcement, both <a href=\"https://chromium.googlesource.com/chromium/src/+/ae4d6809912f8171b23f6aa43c6a4e8e627de784\">Google</a> and <a href=\"https://github.com/mozilla/pkipolicy/issues/204\">Mozilla</a> contributors moved to propose their own implementations that cap certificate validity at 398 days. </p>\n\n\n\n<p>All of the major certificate authorities are falling in line, changing their offerings to conform with the new one year limit. This includes CA market leader <a href=\"https://www.identrust.com/sites/default/files/resources/IdenTrust_TLS_%20One_%20Year_%20Max_Validity_June_2020_Communication_0_0.pdf\">IdenTrust</a>, which accounts for roughly <a href=\"https://w3techs.com/technologies/history_overview/ssl_certificate\">52%</a> of SSL certificates. DigiCert, a CA that captures 20% of the market, <a href=\"https://www.digicert.com/blog/position-on-1-year-certificates/\">published</a> a dry note of compliance, emphasizing the burden it places on certificate users:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Why did Apple unilaterally decide to enforce a shorter certificate lifetime? Their spokesperson said it was to &ldquo;protect users.&rdquo; We know from prior CA/B Forum discussions that longer certificate lifetimes proved to be challenging in replacing certificates, in the case of a major security incident. Apple clearly wants to avoid an ecosystem that cannot quickly respond to major certificate-related threats. Short-lived certificates improve security because they reduce the window of exposure if a TLS certificate is compromised. They also help remediate normal operational churn within organizations by ensuring yearly updates to identity such as company names, addresses and active domains. As with any improvement, shortening of lifetimes should be balanced against the hardship required of certificate users to implement these changes.</p></blockquote>\n\n\n\n<p>The idea behind the change is that certificates with shorter life cycles are more secure, as compromised keys would expire on shorter timeframes. The new one-year expiration forces hosts and certificate providers to make automation a high priority. In fact, this is one of the reasons Let&rsquo;s Encrypt&rsquo;s free certificates already have a short <a href=\"https://letsencrypt.org/2015/11/09/why-90-days.html\">90-day life cycle</a>. It was put in place years ago to encourage automation so that shorter lifetimes are no less convenient than longer ones.</p>\n\n\n\n<p>Let&rsquo;s Encrypt recommends subscribers renew every sixty days and may even consider recommending shorter lifetimes once automated renewal tools are more widely adopted. This may be happening sooner than anticipated now that Apple&rsquo;s policy is forcing change across the industry.</p>\n\n\n\n<p>Many WordPress users make use of Let&rsquo;s Encrypt certificates using a plugin like <a href=\"https://wordpress.org/plugins/wp-force-ssl/\">WP Force SSL &amp; HTTPS Redirect</a> (100k+ active installs), <a href=\"https://wordpress.org/plugins/ssl-zen/\">SSL Zen</a> (20k+ installs) or <a href=\"https://wordpress.org/plugins/wp-letsencrypt-ssl/\">WP Encryption</a> (20k+ installs). Some plugins have automatic renewal built in, but some offer it as part of a commercial upgrade. Others rely on hosts to perform renewals.</p>\n\n\n\n<p>Although most website owners will not need to take action, the shorter certificate life cycle may can become a hassle without automated certificate management in place. It may also affect client billing with different options available from hosts and certificate authorities. If you manage websites for clients whose sites previously relied on certificates with longer life cycles, you will want to make sure to have some form of automated certificate management set up when the change goes into effect.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 17 Aug 2020 23:08: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: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:85:\"WPTavern: Exploring the First Block Patterns to Land in the WordPress Theme 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=103449\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/exploring-the-first-block-patterns-to-land-in-the-wordpress-theme-directory?utm_source=rss&utm_medium=rss&utm_campaign=exploring-the-first-block-patterns-to-land-in-the-wordpress-theme-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:7623:\"<p class=\"has-drop-cap\">For months, I have eagerly awaited the official release of <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>, an update that promised to put the long-awaited block patterns system into the hands of theme designers. I may sound like a broken record at this point, but patterns have the potential to <a href=\"https://wptavern.com/block-patterns-will-change-everything\">revolutionize WordPress theme development</a>, even more so than the upcoming full-site editing.</p>\n\n\n\n<p>The feature should drastically change how developers create WordPress themes. If used to its full potential, theme authors can rid themselves of dozens of theme options and drop most of their page templates. They can focus less on programming and more on designing, which is what themes are really all about.</p>\n\n\n\n<p>To understand why patterns are so revolutionary, you must understand the underlying issue that it solves for theme authors and, ultimately, end-users. Throughout all of WordPress&rsquo;s theming history, there has been a single overarching issue that has caused untold numbers of issues. This is an issue that has been the root cause of multiple guidelines added to the WordPress.org theme review system.</p>\n\n\n\n<p>This single issue can almost exclusively trace its roots back to the big question: how can theme authors build custom homepages and easily allow end-users to recreate them?</p>\n\n\n\n<p>Whether it is a slider or columns of info boxes or a call-to-action section, WordPress has never truly provided a solution that theme authors could rely on. To be fair, many developers have built creative and unique systems around the limitations of the platform. However, those systems were specific to a single theme or a set of themes from a single company. There was no standard. There was nothing that would guide theme designers to simply design whatever interesting thing they had in their minds and allow users to simply fill in the content.</p>\n\n\n\n<p>While I say that the homepage of the site is the underlying issue here, the problem is really extended to any page on the site. The homepage design is a bit like the theme author&rsquo;s signature. It allows designers to showcase their talents and draw users in. And for over a decade, theme authors have tried a thousand different methods just to get this one page right.</p>\n\n\n\n<p>Patterns are so much more. The system does not require that theme authors become PHP ninjas to piece together beautiful designs. It does not limit users to a theme options panel for building their homepage &mdash; they can build out any page on their site with the patterns their themes offer.</p>\n\n\n\n<p>The big thing is that it renders the &ldquo;how do I build a custom homepage&rdquo; question moot. Theme authors never need to think about that question again, at least not in the way that they have in previous years. Theming is moving away from building designs on a page level and toward designing individual blocks and sections (patterns). The focus is much more <em>atomic</em>, which provides users with more flexibility and freedom.</p>\n\n\n\n<p>Because I could not wait for weeks or months longer to see what theme authors built within this system, I wanted to take a peek at what the current themes in the official theme directory were doing. There was not a lot to look at, but at least some theme authors are willing to be the pioneers in this new era of theming.</p>\n\n\n\n<p>Currently, the <a href=\"https://wordpress.org/themes/tags/block-patterns/\">Block Editor Patterns</a> feature filter for the directory is not working. Technically, theme authors are not allowed to add the <code>block-patterns</code> tag to their themes, but there is a <a href=\"https://github.com/WordPress/theme-check/pull/272\">patch available</a> which should fix the issue soon.</p>\n\n\n\n<h2>Patterns So Far</h2>\n\n\n\n<p class=\"has-drop-cap\">Right now, the theme directory only has three themes with block patterns. It is not much to go on, but it is interesting to see what theme authors are building so far.</p>\n\n\n\n<p>UXL Themes recently updated its <a href=\"https://wordpress.org/themes/cordero/\">Cordero</a> theme with several blocks. One of the things I like about how Cordero added its patterns is that it created a custom &ldquo;Cordero&rdquo; block pattern category. Patterns can exist in multiple categories, but having all of the theme&rsquo;s custom patterns consolidated to a single group made discovering them much easier. This is a practice that I would like to see more of going forward.</p>\n\n\n\n<p>Cordero&rsquo;s patterns are primarily geared toward the typical business layout. It includes a couple of hero-type patterns, some features/services boxes, and pricing tables.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>Cordero theme block patterns.\n\n\n\n<p>The <a href=\"https://wordpress.org/themes/inclusive/\">Inclusive</a> theme by Themes Team representative Carolina Nymark has several patterns (it is also a solid theme if you&rsquo;re in the market for a good accessibility-ready option). The most interesting patterns of this theme are its two-column patterns with <em>sidebars</em>. Nymark has essentially created the &ldquo;body&rdquo; of a page with patterns. One adds a sidebar on the left and the other pattern adds it to the right. Both patterns have a main column for adding custom content. The sidebar column is decorated with widget-type blocks by default.</p>\n\n\n\n<img />Inclusive theme pattern with sidebar and content columns.\n\n\n\n<p>What makes these patterns unique is that they are almost like a stepping stone toward full-site editing &mdash; all that they are missing is a header and footer. Admittedly, I was unprepared for this sort of pattern and expected patterns to be used for smaller sections, but I am a fan of the experimentation in the Inclusive theme.</p>\n\n\n\n<p>Nymark has two of the current three themes with block patterns in the directory. Her <a href=\"https://wordpress.org/themes/deejay/\">Deejay</a> theme adds a single pattern, which allows the user to create a DJ profile section on their site. It combines columns, social icons, the latest posts list, a video embed, and more.</p>\n\n\n\n<img />Deejay theme profile pattern.\n\n\n\n<p>Overall, I like the early exploration of this new feature. It is never easy being the first to try things out, so I applaud the theme authors for paving the way. We&rsquo;re only a week into the WordPress 5.5 release, but I am excited to see more.</p>\n\n\n\n<h2>How Well Do Patterns Transfer Between Themes?</h2>\n\n\n\n<p class=\"has-drop-cap\">One of the promises of the block system is that it allows users to switch between themes and maintain their content. The idea is that each theme will style all the blocks in such a way that the front end output does not look broken.</p>\n\n\n\n<p>While there is merely a small sample size of three themes, I did hit some content styling issues when switching between them.</p>\n\n\n\n<p>Generally, the more complex a pattern and whether the pattern employs custom classes decides how well it would transfer from theme to theme. Images could present an interesting problem too if the user decides to not replace a pattern&rsquo;s image with its own. Because the image would exist in the theme folder, if the theme is deactivated and uninstalled, it would no longer exist.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 17 Aug 2020 21:24: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:\"\";}}}}}}}}}}}}}}}}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, 16 Sep 2020 18:51:20 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Wed, 16 Sep 2020 18:30: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'),(141,'can_compress_scripts','0','no'),(161,'category_children','a:0:{}','yes'),(165,'_transient_health-check-site-status-result','{\"good\":\"10\",\"recommended\":\"10\",\"critical\":\"0\"}','yes'),(249,'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.63\";s:13:\"first_install\";i:1600019999;s:11:\"reset_count\";i:0;}s:17:\"dismissed_notices\";a:1:{s:7:\"welcome\";b:1;}s:12:\"autouploader\";a:4:{s:9:\"snapshots\";a:0:{}s:16:\"current_snapshot\";b:0;s:6:\"status\";s:7:\"waiting\";s:7:\"message\";s:29:\"Waiting for new autosnapshots\";}}','yes'),(238,'oxygen-vsb-activated','1','yes'),(195,'oxygen_rewrite_rules_updated','1','yes'),(196,'oxygen_vsb_disable_emojis','true','yes'),(197,'oxygen_vsb_disable_jquery_migrate','true','yes'),(198,'oxygen_vsb_disable_embeds','false','yes'),(199,'oxygen_vsb_use_css_for_google_fonts','true','yes'),(200,'oxygen_vsb_universal_css_cache','true','yes'),(201,'oxygen_aos_classes','','yes'),(202,'oxygen_vsb_universal_css_cache_success','1','yes'),(203,'oxygen_vsb_universal_css_url','//prosportsfoundation.com/wp-content/uploads/oxygen/css/universal.css','yes'),(204,'oxygen_vsb_last_save_time','1600310380','yes'),(205,'oxygen_vsb_universal_css_latest_version','2.1','yes'),(206,'oxygen_vsb_presets_updated_3_3','1','yes'),(207,'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'),(272,'oxygen_vsb_presets_updated_3_4','1','yes'),(208,'oxygen_license_key','711b98a2c1875d1f9baa0e78294cdb4f','yes'),(209,'oxygen_license_updated','1','yes'),(210,'oxygen_vsb_css_cache_generated_2_2','true','yes'),(211,'oxygen_vsb_global_colors','a:4:{s:15:\"colorsIncrement\";i:17;s:13:\"setsIncrement\";i:1;s:6:\"colors\";a:17:{i:0;a:5:{s:2:\"id\";i:13;s:4:\"name\";s:9:\"Primary B\";s:5:\"value\";s:7:\"#cf71ca\";s:9:\"sourceVal\";s:7:\"#cf71ca\";s:3:\"set\";i:1;}i:1;a:5:{s:2:\"id\";i:16;s:4:\"name\";s:9:\"Primary C\";s:5:\"value\";s:7:\"#e96199\";s:9:\"sourceVal\";s:7:\"#e96199\";s:3:\"set\";i:1;}i:2;a:5:{s:2:\"id\";i:15;s:4:\"name\";s:19:\"Primary Translucent\";s:5:\"value\";s:20:\"rgba(233,97,153,0.9)\";s:9:\"sourceVal\";s:20:\"rgba(233,97,153,0.9)\";s:3:\"set\";i:1;}i:3;a:5:{s:2:\"id\";i:12;s:4:\"name\";s:13:\"Black Russian\";s:5:\"value\";s:7:\"#23232d\";s:9:\"sourceVal\";s:7:\"#23232d\";s:3:\"set\";i:1;}i:4;a:5:{s:2:\"id\";i:17;s:4:\"name\";s:11:\"Bright Grey\";s:5:\"value\";s:7:\"#52565a\";s:9:\"sourceVal\";s:7:\"#52565a\";s:3:\"set\";i:1;}i:5;a:5:{s:2:\"id\";i:14;s:4:\"name\";s:13:\"Outline Light\";s:5:\"value\";s:7:\"#e8e6f2\";s:9:\"sourceVal\";s:7:\"#e8e6f2\";s:3:\"set\";i:1;}i:6;a:4:{s:2:\"id\";i:1;s:4:\"name\";s:7:\"Charade\";s:5:\"value\";s:7:\"#23232d\";s:3:\"set\";i:1;}i:7;a:4:{s:2:\"id\";i:2;s:4:\"name\";s:10:\"Deep Blush\";s:5:\"value\";s:7:\"#e96199\";s:3:\"set\";i:1;}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:1;}i:9;a:4:{s:2:\"id\";i:4;s:4:\"name\";s:5:\"Abbey\";s:5:\"value\";s:7:\"#52565a\";s:3:\"set\";i:1;}i:10;a:4:{s:2:\"id\";i:5;s:4:\"name\";s:8:\"Amaranth\";s:5:\"value\";s:7:\"#e9435a\";s:3:\"set\";i:1;}i:11;a:4:{s:2:\"id\";i:6;s:4:\"name\";s:13:\"Mountain Mist\";s:5:\"value\";s:7:\"#a09fa2\";s:3:\"set\";i:1;}i:12;a:4:{s:2:\"id\";i:7;s:4:\"name\";s:4:\"Tuna\";s:5:\"value\";s:7:\"#3e3e4b\";s:3:\"set\";i:1;}i:13;a:4:{s:2:\"id\";i:8;s:4:\"name\";s:17:\"Black Translucent\";s:5:\"value\";s:15:\"rgba(0,0,0,0.3)\";s:3:\"set\";i:1;}i:14;a:4:{s:2:\"id\";i:9;s:4:\"name\";s:9:\"Gray Suit\";s:5:\"value\";s:7:\"#c2bfd3\";s:3:\"set\";i:1;}i:15;a:4:{s:2:\"id\";i:10;s:4:\"name\";s:7:\"Whisper\";s:5:\"value\";s:7:\"#e8e6f2\";s:3:\"set\";i:1;}i:16;a:4:{s:2:\"id\";i:11;s:4:\"name\";s:5:\"Black\";s:5:\"value\";s:7:\"#000000\";s:3:\"set\";i:1;}}s:4:\"sets\";a:1:{i:0;a:2:{s:2:\"id\";i:1;s:4:\"name\";s:8:\"hyperion\";}}}','yes');
INSERT INTO `gofzkr_wp1v_options` VALUES (212,'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