/*!999999\- enable the sandbox mode */ 
-- MariaDB dump 10.19  Distrib 10.6.18-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: wwwgoril_wp255
-- ------------------------------------------------------
-- Server version	10.6.18-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 `wpn7_actionscheduler_actions`
--

DROP TABLE IF EXISTS `wpn7_actionscheduler_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpn7_actionscheduler_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `hook` varchar(191) NOT NULL,
  `status` varchar(20) NOT NULL,
  `scheduled_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `args` varchar(191) DEFAULT NULL,
  `schedule` longtext DEFAULT NULL,
  `group_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `attempts` int(11) NOT NULL DEFAULT 0,
  `last_attempt_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `extended_args` varchar(8000) DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `hook` (`hook`),
  KEY `status` (`status`),
  KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  KEY `args` (`args`),
  KEY `group_id` (`group_id`),
  KEY `last_attempt_gmt` (`last_attempt_gmt`),
  KEY `claim_id` (`claim_id`),
  KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=336 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpn7_actionscheduler_actions`
--

LOCK TABLES `wpn7_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `wpn7_actionscheduler_actions` DISABLE KEYS */;
INSERT INTO `wpn7_actionscheduler_actions` VALUES (331,'rank_math/analytics/data_fetch','complete','2023-10-13 22:59:47','2023-10-13 22:59:47','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1697237987;s:18:\"\0*\0first_timestamp\";i:1623895980;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1697237987;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',3,1,'2023-10-13 23:03:40','2023-10-14 02:03:40',0,NULL),(332,'rank_math/analytics/data_fetch','complete','2023-10-20 23:03:40','2023-10-20 23:03:40','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1697843020;s:18:\"\0*\0first_timestamp\";i:1623895980;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1697843020;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',3,1,'2023-10-20 23:24:28','2023-10-21 02:24:28',0,NULL),(333,'rank_math/analytics/data_fetch','complete','2023-10-27 23:24:28','2023-10-27 23:24:28','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1698449068;s:18:\"\0*\0first_timestamp\";i:1623895980;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1698449068;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',3,1,'2023-10-27 23:30:12','2023-10-28 02:30:12',0,NULL),(334,'rank_math/analytics/data_fetch','complete','2023-11-03 23:30:12','2023-11-03 23:30:12','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1699054212;s:18:\"\0*\0first_timestamp\";i:1623895980;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1699054212;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',3,1,'2023-11-03 23:37:56','2023-11-04 02:37:56',0,NULL),(335,'rank_math/analytics/data_fetch','pending','2023-11-10 23:37:56','2023-11-10 23:37:56','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1699659476;s:18:\"\0*\0first_timestamp\";i:1623895980;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1699659476;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL);
/*!40000 ALTER TABLE `wpn7_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpn7_actionscheduler_claims`
--

DROP TABLE IF EXISTS `wpn7_actionscheduler_claims`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpn7_actionscheduler_claims` (
  `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`claim_id`),
  KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=265898 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpn7_actionscheduler_claims`
--

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

--
-- Table structure for table `wpn7_actionscheduler_groups`
--

DROP TABLE IF EXISTS `wpn7_actionscheduler_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpn7_actionscheduler_groups` (
  `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(255) NOT NULL,
  PRIMARY KEY (`group_id`),
  KEY `slug` (`slug`(191))
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpn7_actionscheduler_groups`
--

LOCK TABLES `wpn7_actionscheduler_groups` WRITE;
/*!40000 ALTER TABLE `wpn7_actionscheduler_groups` DISABLE KEYS */;
INSERT INTO `wpn7_actionscheduler_groups` VALUES (1,'action-scheduler-migration'),(2,'workflow'),(3,'rank-math');
/*!40000 ALTER TABLE `wpn7_actionscheduler_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpn7_actionscheduler_logs`
--

DROP TABLE IF EXISTS `wpn7_actionscheduler_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpn7_actionscheduler_logs` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `action_id` bigint(20) unsigned NOT NULL,
  `message` text NOT NULL,
  `log_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`log_id`),
  KEY `action_id` (`action_id`),
  KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=398 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpn7_actionscheduler_logs`
--

LOCK TABLES `wpn7_actionscheduler_logs` WRITE;
/*!40000 ALTER TABLE `wpn7_actionscheduler_logs` DISABLE KEYS */;
INSERT INTO `wpn7_actionscheduler_logs` VALUES (385,331,'action created','2023-10-06 22:59:47','2023-10-06 22:59:47'),(386,331,'action started via WP Cron','2023-10-13 23:03:40','2023-10-13 23:03:40'),(387,331,'action complete via WP Cron','2023-10-13 23:03:40','2023-10-13 23:03:40'),(388,332,'action created','2023-10-13 23:03:40','2023-10-13 23:03:40'),(389,332,'action started via WP Cron','2023-10-20 23:24:28','2023-10-20 23:24:28'),(390,332,'action complete via WP Cron','2023-10-20 23:24:28','2023-10-20 23:24:28'),(391,333,'action created','2023-10-20 23:24:28','2023-10-20 23:24:28'),(392,333,'action started via WP Cron','2023-10-27 23:30:12','2023-10-27 23:30:12'),(393,333,'action complete via WP Cron','2023-10-27 23:30:12','2023-10-27 23:30:12'),(394,334,'action created','2023-10-27 23:30:12','2023-10-27 23:30:12'),(395,334,'action started via WP Cron','2023-11-03 23:37:56','2023-11-03 23:37:56'),(396,334,'action complete via WP Cron','2023-11-03 23:37:56','2023-11-03 23:37:56'),(397,335,'action created','2023-11-03 23:37:56','2023-11-03 23:37:56');
/*!40000 ALTER TABLE `wpn7_actionscheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpn7_commentmeta`
--

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

--
-- Dumping data for table `wpn7_commentmeta`
--

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

--
-- Table structure for table `wpn7_comments`
--

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

--
-- Dumping data for table `wpn7_comments`
--

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

--
-- Table structure for table `wpn7_ff_scheduled_actions`
--

DROP TABLE IF EXISTS `wpn7_ff_scheduled_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpn7_ff_scheduled_actions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `action` varchar(255) DEFAULT NULL,
  `form_id` bigint(20) unsigned DEFAULT NULL,
  `origin_id` bigint(20) unsigned DEFAULT NULL,
  `feed_id` bigint(20) unsigned DEFAULT NULL,
  `type` varchar(255) DEFAULT 'submission_action',
  `status` varchar(255) DEFAULT NULL,
  `data` longtext DEFAULT NULL,
  `note` tinytext DEFAULT NULL,
  `retry_count` int(10) unsigned DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpn7_ff_scheduled_actions`
--

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

--
-- Table structure for table `wpn7_fluentform_entry_details`
--

DROP TABLE IF EXISTS `wpn7_fluentform_entry_details`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpn7_fluentform_entry_details` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` bigint(20) unsigned DEFAULT NULL,
  `submission_id` bigint(20) unsigned DEFAULT NULL,
  `field_name` varchar(255) DEFAULT NULL,
  `sub_field_name` varchar(255) DEFAULT NULL,
  `field_value` longtext DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=136 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpn7_fluentform_entry_details`
--

LOCK TABLES `wpn7_fluentform_entry_details` WRITE;
/*!40000 ALTER TABLE `wpn7_fluentform_entry_details` DISABLE KEYS */;
INSERT INTO `wpn7_fluentform_entry_details` VALUES (1,1,1,'input_text','','David'),(2,1,1,'email','','pangono@gmail.com'),(3,1,1,'description','','Test of fluent enquiry form.'),(4,3,2,'names','first_name','David'),(5,3,2,'names','last_name','Brown'),(6,3,2,'email','','pangono@gmail.com'),(7,3,2,'message','','Contact form test'),(8,2,3,'reservation_name','','David'),(9,2,3,'reservation_email','','pangono@gmail.com'),(10,2,3,'reservation_flight','','Flights'),(11,2,3,'reservation_safari','','Classic'),(12,2,3,'reservation_food','','No mushrooms'),(13,2,3,'reservation_health','','None'),(14,2,3,'reservation_requirements','','No requirements'),(15,2,3,'reservation_supplement','0','Yes'),(16,2,3,'reservation_tarrif','0','Classic'),(17,2,3,'reservation_language','0','Yes'),(18,2,3,'reservation_insurance','0','Yes'),(19,1,4,'input_text','','David'),(20,1,4,'email','','pangono@gmail.com'),(21,1,4,'description','','5 Day Gorillas & Akagera Wildlife enquiry'),(22,2,5,'reservation_name','','David'),(23,2,5,'reservation_email','','pangono@gmail.com'),(24,2,5,'reservation_requirements','','Test 2'),(25,3,6,'contact_names','first_name','David'),(26,3,6,'contact_names','last_name','Brown'),(27,3,6,'contact_email','','pangono@gmail.com'),(28,3,6,'contact_message','','Test 2'),(29,1,7,'enquirer_name','','David'),(30,1,7,'enquirer_email','','pangono@gmail.com'),(31,1,7,'enquirer_message','','test 2'),(32,3,8,'contact_names','first_name','David'),(33,3,8,'contact_names','last_name','Brown'),(34,3,8,'contact_email','','david@intergise.com'),(35,3,8,'contact_message','','Contact form test.'),(36,2,9,'reservation_name','','David'),(37,2,9,'reservation_email','','david@intergise.com'),(38,2,9,'reservation_flight','','Flights'),(39,2,9,'reservation_safari','','Safari type'),(40,2,9,'reservation_food','','Food'),(41,2,9,'reservation_health','','Health'),(42,2,9,'reservation_requirements','','Reuirements'),(43,2,9,'reservation_supplement','0','Yes'),(44,2,9,'reservation_tarrif','0','Classic'),(45,2,9,'reservation_language','0','Yes'),(46,2,9,'reservation_insurance','0','Yes'),(47,1,10,'enquirer_name','','David'),(48,1,10,'enquirer_email','','david@intergise.com'),(49,1,10,'enquirer_message','','Enquiry form test'),(50,3,11,'contact_names','first_name','David'),(51,3,11,'contact_names','last_name','Brown'),(52,3,11,'contact_email','','david@intergise.com'),(53,3,11,'contact_message','','Contact form test 2'),(54,3,12,'contact_names','first_name','Randy'),(55,3,12,'contact_names','last_name','Shields'),(56,3,12,'contact_email','','RShields@aol.com'),(57,3,12,'contact_message','','I think this link is broken on your website: http://gorillaafricasafaris.com/contact-us/\r\n\r\nIf you want to keep errors like this off of your site we\'ve successfully used a tool like DeadURLReport.com in the past for our websites.  A nice customer pointed out our mistakes so I\'m just paying it forward :).'),(58,1,13,'enquirer_name','','moises'),(59,1,13,'enquirer_email','','moisesphysics@gmail.com'),(60,1,13,'enquirer_message','','Hello, I am interested in knowing prices for the 3 Day Uganda Gorilla Tour for June 2022.\r\n\r\nThanks,\r\n Moises'),(61,3,14,'contact_names','first_name','Brenda'),(62,3,14,'contact_names','last_name','Reynolds'),(63,3,14,'contact_email','','BRogers12@gmail.com'),(64,3,14,'contact_message','','Hello,\r\n\r\nYou following link is broken on your website: http://gorillaafricasafaris.com/contact-us/\r\n\r\nSometimes errors like can hurt your web traffic.  Maybe check out a service that alerts you to issues like DeadLinkCheck.com\r\n\r\n-Brenda'),(65,3,15,'contact_names','first_name','~🎁~ SUPER PRIZE 👉 www.psp-today.ru/6QR2DCM'),(66,3,15,'contact_names','last_name','~🎁~ SUPER PRIZE 👉 www.psp-today.ru/6QR2DCM'),(67,3,15,'contact_email','','biodoctpassdec@mail.ru'),(68,3,15,'contact_message','','~🎁~ SUPER PRIZE 👉 www.psp-today.ru/6QR2DCM'),(69,3,16,'contact_names','first_name','hello www.google.com'),(70,3,16,'contact_names','last_name','hello www.google.com'),(71,3,16,'contact_email','','raytuforso@mail.ru'),(72,3,16,'contact_message','','hello www.google.com'),(73,2,17,'reservation_name','','Moises'),(74,2,17,'reservation_email','','moisesphysics@gmail.com'),(75,2,17,'reservation_flight','','Flying with Turkish Airlines. I will land in Entebbe at 03:20 am on Sunday the 29th of May 2022'),(76,2,17,'reservation_safari','','I am interested in spending one night (from 03:20 to check out time) until I go meet the rest of our group of volunteers to head to Masaka'),(77,2,17,'reservation_requirements','','I am looking for a place to spend the night after I land late from my flight Turkish Airlines on Sunday the 29th at 03:20 in the morning.\r\n\r\nMy colleagues at \"The Uganda Marathon\" recommended me this place for a stay.\r\n\r\nCould I stay the night?\r\n\r\nI have seen you have single rooms, I am travelling alone :)\r\n\r\nDo you have airport pick up options too?\r\n\r\nThanks in advance :)\r\nMoises'),(78,2,17,'reservation_supplement','0','Yes'),(79,3,18,'contact_names','first_name','MXV929AQWF www.yandex.ru'),(80,3,18,'contact_names','last_name','MXV929AQWF www.yandex.ru'),(81,3,18,'contact_email','','brachunditiabe@tioblenitun.bizml.ru'),(82,3,18,'contact_message','','MXV929AQWF www.yandex.ru'),(83,3,19,'contact_names','first_name','Austin'),(84,3,19,'contact_names','last_name','Shaw'),(85,3,19,'contact_email','','austinhshaw14@gmail.com'),(86,3,19,'contact_message','','Hi,\r\nI am reaching Entebbe on this Friday the 10th of June and I was wondering if you have availability for 1 person for 1 night.\r\nThank you,\r\nAustin Shaw'),(87,3,20,'contact_names','first_name','Q2FE7LWO www.yandex.ru'),(88,3,20,'contact_names','last_name','Q2FE7LWO www.yandex.ru'),(89,3,20,'contact_email','','inomabad@mail.ru'),(90,3,20,'contact_message','','Q2FE7LWO www.yandex.ru'),(91,1,21,'enquirer_name','','Andrew Cooper'),(92,1,21,'enquirer_email','','acooper@pobox.com'),(93,1,21,'enquirer_message','','Would this 5 day tour be available on about Oct 5th?'),(94,3,22,'contact_names','first_name','Isabelle'),(95,3,22,'contact_names','last_name','Michel'),(96,3,22,'contact_email','','isabelle48@hotmail.de'),(97,3,22,'contact_message','','Dear Sir or Madame, we\'re looking for two rooms. One with a double bed and a child of two years and another single room. Do you have any space from today evening, 10/14/2022 till 10/20/22 ? Kind regards'),(98,1,23,'enquirer_name','','ivan langan'),(99,1,23,'enquirer_email','','yvan.langan@gmail.com'),(100,1,23,'enquirer_message','','i will be interested in the safari and a stay in the hoyel arriving uganda on the 15TH NOV FOR A WEEK.'),(101,3,24,'contact_names','first_name','Noreen'),(102,3,24,'contact_names','last_name','Okeeffe'),(103,3,24,'contact_email','','noreenokeeffe@aol.com'),(104,3,24,'contact_message','','Solo traveler \r\nJuly 2023\r\nWould like the following \r\nRhino tracking \r\nChimpanzee tracking \r\n2 Gorilla treks\r\n1 Bwindi 1 Mgahinga \r\nRafting in Jinja\r\nMany Thanks'),(105,3,25,'contact_names','first_name','Christina'),(106,3,25,'contact_names','last_name','Russel'),(107,3,25,'contact_email','','avlsoftwaresolution2015@gmail.com'),(108,3,25,'contact_message','','Hello ,\r\n\r\nWishing you a good day… I am Christina Digital Marketing Expect\r\nWe would love to explain to you the big offers and the bombshell to market your brand. We got your details from Uganda tourism association (UTA).\r\n \r\nWe did the research regarding the business opportunities in Uganda and we found 70% of local Ugandain companies are not doing business because foreigners are entered to safari business in Uganda, Rwanda, Kenya, Tanzania and they are doing pretty well as they have their own marketing strategies and they are doing online branding and promotions that\'s why they are taking advantage over local businesses.\r\n \r\nSo we recently launched our new approach and it’s taken our regular clients from less than a year to over $1 million per year 80% of the time.\r\nI want to get it into a small number of hands who are still our potential clients, to see how it works on someone brand new. Would you like to give it a try that will lead to becoming regular to us with a great return on your investment?\r\n \r\nHope to hear from you soon:\r\n\r\nhttp://www.avlsoftwaresolution.net/\r\nEmail –  avlsoftwaresolution2015@gmail.com\r\n Whatsapp - +919040056554\r\nChristina Russel'),(109,1,26,'enquirer_name','','Devit'),(110,1,26,'enquirer_email','','cp.devit@gmail.com'),(111,1,26,'enquirer_message','','Whats the best month to visit'),(112,3,27,'contact_names','first_name','Rubahamya'),(113,3,27,'contact_names','last_name','Ian'),(114,3,27,'contact_email','','rubahamyaian23@gmail.com'),(115,3,27,'contact_message','','Hello, I am inquiring if I can do my internship with your company.\r\nI\'m doing tourism at kabale university, thanks'),(116,3,28,'contact_names','first_name','Christina'),(117,3,28,'contact_names','last_name','Russell'),(118,3,28,'contact_email','','info@avlsoftwaresolution.net'),(119,3,28,'contact_message','','Hello, gorillaafricasafaris.com\r\nHope you all are doing well.\r\nEvery business houses are suffering because of lack in marketing and also getting reliable agencies who can do the website, maintenance of the website and branding and promotion of the website to get clients. \r\nWe knew that because of pandemic you had less clients in past two years. So we have come up with installment plans where we can split the whole amount of 399 USD into 4 installments so you need to pay 100 USD per month to do the website designing.And also we will do branding and promotion of your business for free for  15 days , after checking our quality of work you can sign up with us.\r\nAlso we will provide few more things.\r\n1. Will provide 1 Year hosting for free.\r\n2. Will Provide one .com domain for free.\r\n3. Will add Live Chat to your website that is tawkto.com( where you can check from which country visitors are coming and how much time they are spending in your website)\r\n4. Will write the content for your website.\r\n5. Will optimize the performance score of your website.\r\nFor more information get in touch with us on +919040056554\r\ninfo@avlsoftwaresolution.net\r\nBest  Regards \r\nChristina  Russell'),(120,2,29,'reservation_name','','Donna Robinson'),(121,2,29,'reservation_email','','eosesd@yahoo.com'),(122,2,29,'reservation_flight','','July 2023 - no flights yet'),(123,2,29,'reservation_safari','','want at least two gorilla treks into Bwindi and possibly one other location'),(124,2,29,'reservation_food','','western diet - looking for tours into jungle - not looking for any special meals'),(125,2,29,'reservation_health','','none. No problem treking into any jungle'),(126,2,29,'reservation_requirements','','what is the price in July for a gorilla trek with max 1 hour spent with gorillas? Is there any way to spend more than 1 hour?'),(127,2,29,'reservation_tarrif','0','Budget'),(128,3,30,'contact_names','first_name','Andrea'),(129,3,30,'contact_names','last_name','Corsino'),(130,3,30,'contact_email','','corsino.andrea@icloud.com'),(131,3,30,'contact_message','','Hi\r\nI’ve sent a request to both your email addresses, please check them and let me know .\r\nOtherwise contact me directly to my email \r\n\r\ncorsino.andrea@icloud.com\r\n\r\nMany thanks'),(132,3,31,'contact_names','first_name','9CO2J0R96V8Q www.ya.ru 9CO2J0R96V8Q'),(133,3,31,'contact_names','last_name','9CO2J0R96V8Q www.ya.ru 9CO2J0R96V8Q'),(134,3,31,'contact_email','','posmivawea1846@mail.ru'),(135,3,31,'contact_message','','9CO2J0R96V8Q www.ya.ru 9CO2J0R96V8Q');
/*!40000 ALTER TABLE `wpn7_fluentform_entry_details` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpn7_fluentform_form_analytics`
--

DROP TABLE IF EXISTS `wpn7_fluentform_form_analytics`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpn7_fluentform_form_analytics` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` int(10) unsigned DEFAULT NULL,
  `user_id` int(10) unsigned DEFAULT NULL,
  `source_url` varchar(255) NOT NULL,
  `platform` char(30) DEFAULT NULL,
  `browser` char(30) DEFAULT NULL,
  `city` varchar(100) DEFAULT NULL,
  `country` varchar(100) DEFAULT NULL,
  `ip` char(15) DEFAULT NULL,
  `count` int(11) DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10639 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpn7_fluentform_form_analytics`
--

LOCK TABLES `wpn7_fluentform_form_analytics` WRITE;
/*!40000 ALTER TABLE `wpn7_fluentform_form_analytics` DISABLE KEYS */;
INSERT INTO `wpn7_fluentform_form_analytics` VALUES (9803,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'8.222.197.216',2,'2023-09-08 20:43:26'),(9804,1,0,'','Android','Chrome',NULL,NULL,'66.249.79.192',3,'2023-09-08 22:08:08'),(9805,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'79.139.154.8',8,'2023-09-09 00:10:51'),(9806,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'196.244.192.13',1,'2023-09-09 01:10:15'),(9807,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'196.244.192.14',1,'2023-09-09 01:10:17'),(9808,1,0,'','Apple','Safari',NULL,NULL,'51.15.132.215',6,'2023-09-09 04:50:19'),(9809,1,0,'','Android','Chrome',NULL,NULL,'51.158.126.144',1,'2023-09-09 04:57:57'),(9810,1,0,'','Android','Chrome',NULL,NULL,'51.158.123.201',1,'2023-09-09 05:33:26'),(9811,3,0,'','Apple','Firefox',NULL,NULL,'51.15.225.190',1,'2023-09-09 05:54:10'),(9812,2,0,'','Windows','Chrome',NULL,NULL,'51.15.225.190',1,'2023-09-09 05:54:12'),(9813,3,0,'','Linux','Chrome',NULL,NULL,'154.16.20.54',1,'2023-09-09 05:56:43'),(9814,3,0,'http://gorillaafricasafaris.com/contact/','Linux','Chrome',NULL,NULL,'154.16.20.54',1,'2023-09-09 05:57:04'),(9815,3,0,'','Linux','Chrome',NULL,NULL,'162.212.170.121',1,'2023-09-09 06:41:06'),(9816,3,0,'http://gorillaafricasafaris.com/contact/','Linux','Chrome',NULL,NULL,'162.212.170.121',1,'2023-09-09 06:41:09'),(9817,3,0,'','iPhone','iPhone',NULL,NULL,'51.158.69.160',1,'2023-09-09 06:45:21'),(9818,1,0,'','Windows','Chrome',NULL,NULL,'51.15.242.217',1,'2023-09-09 06:47:12'),(9819,1,0,'','Android','Chrome',NULL,NULL,'51.158.118.53',1,'2023-09-09 06:58:38'),(9820,2,0,'','Apple','Chrome',NULL,NULL,'51.158.119.195',1,'2023-09-09 07:36:44'),(9821,2,0,'','unknown','Mozilla',NULL,NULL,'51.222.253.4',1,'2023-09-09 07:46:30'),(9822,1,0,'','unknown','unknown',NULL,NULL,'34.138.187.63',6,'2023-09-09 10:14:25'),(9823,2,0,'','unknown','unknown',NULL,NULL,'34.138.187.63',1,'2023-09-09 10:17:15'),(9824,3,0,'','unknown','unknown',NULL,NULL,'34.138.187.63',1,'2023-09-09 10:19:59'),(9825,1,0,'','unknown','unknown',NULL,NULL,'34.138.211.112',40,'2023-09-09 11:32:18'),(9826,3,0,'','unknown','unknown',NULL,NULL,'34.138.211.112',1,'2023-09-09 11:32:47'),(9827,2,0,'','unknown','unknown',NULL,NULL,'34.138.211.112',1,'2023-09-09 11:38:04'),(9828,1,0,'','unknown','unknown',NULL,NULL,'34.75.41.223',40,'2023-09-09 12:56:07'),(9829,1,0,'','unknown','unknown',NULL,NULL,'34.139.219.96',6,'2023-09-09 14:31:03'),(9830,1,0,'','unknown','unknown',NULL,NULL,'136.243.176.156',46,'2023-09-09 16:51:33'),(9831,3,0,'','unknown','unknown',NULL,NULL,'136.243.176.156',1,'2023-09-09 16:53:26'),(9832,2,0,'','unknown','unknown',NULL,NULL,'136.243.176.156',1,'2023-09-09 17:03:53'),(9833,1,0,'','Windows','Chrome',NULL,NULL,'181.177.116.241',28,'2023-09-09 17:40:44'),(9834,3,0,'','Windows','Chrome',NULL,NULL,'181.177.116.241',1,'2023-09-09 17:40:48'),(9835,2,0,'','Windows','Chrome',NULL,NULL,'181.177.116.241',1,'2023-09-09 17:41:25'),(9836,1,0,'','unknown','Mozilla',NULL,NULL,'5.102.173.71',8,'2023-09-09 18:31:21'),(9837,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'109.70.100.2',4,'2023-09-10 02:07:28'),(9838,3,0,'','Linux','Opera',NULL,NULL,'38.153.88.50',1,'2023-09-10 06:01:07'),(9839,3,0,'http://gorillaafricasafaris.com/contact/','Linux','Opera',NULL,NULL,'38.153.88.50',1,'2023-09-10 06:01:18'),(9840,1,0,'','unknown','Mozilla',NULL,NULL,'217.113.194.83',1,'2023-09-10 07:53:05'),(9841,1,0,'','unknown','Mozilla',NULL,NULL,'217.113.194.72',1,'2023-09-10 07:53:22'),(9842,1,0,'','unknown','Mozilla',NULL,NULL,'217.113.194.69',1,'2023-09-10 07:53:38'),(9843,1,0,'','unknown','Mozilla',NULL,NULL,'217.113.194.70',1,'2023-09-10 07:53:56'),(9844,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'156.146.41.75',2,'2023-09-10 11:56:28'),(9845,3,0,'','Linux','Opera',NULL,NULL,'107.150.65.67',1,'2023-09-10 13:01:57'),(9846,3,0,'http://gorillaafricasafaris.com/contact/','Linux','Opera',NULL,NULL,'107.150.65.67',1,'2023-09-10 13:02:00'),(9847,1,0,'','Android','Chrome',NULL,NULL,'66.249.79.193',2,'2023-09-10 14:25:29'),(9848,3,0,'','Linux','Opera',NULL,NULL,'85.203.32.42',1,'2023-09-10 15:15:02'),(9849,3,0,'http://gorillaafricasafaris.com/contact/','Linux','Opera',NULL,NULL,'85.203.32.42',1,'2023-09-10 15:15:03'),(9850,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'1.169.77.142',2,'2023-09-10 20:36:36'),(9851,1,0,'','Windows','Chrome',NULL,NULL,'163.172.139.253',4,'2023-09-10 21:31:42'),(9852,1,0,'','iPhone','Chrome',NULL,NULL,'51.158.107.17',1,'2023-09-10 21:43:26'),(9853,1,0,'','Apple','Chrome',NULL,NULL,'163.172.183.49',1,'2023-09-10 21:48:21'),(9854,1,0,'','Apple','Chrome',NULL,NULL,'51.158.103.96',1,'2023-09-10 21:59:19'),(9855,1,0,'','Linux','Chrome',NULL,NULL,'51.15.217.203',1,'2023-09-10 22:13:03'),(9856,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'194.32.122.6',2,'2023-09-11 00:03:59'),(9857,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'148.76.97.250',8,'2023-09-11 01:18:26'),(9858,3,0,'','Windows','Chrome',NULL,NULL,'191.101.61.168',1,'2023-09-11 08:54:25'),(9859,3,0,'','Windows','Chrome',NULL,NULL,'37.120.221.216',1,'2023-09-11 08:54:27'),(9860,2,0,'','Windows','Chrome',NULL,NULL,'102.129.145.120',1,'2023-09-11 08:54:36'),(9861,1,0,'','unknown','Mozilla',NULL,NULL,'85.208.96.198',4,'2023-09-11 14:28:49'),(9862,1,0,'','unknown','Mozilla',NULL,NULL,'85.208.96.194',7,'2023-09-11 15:35:15'),(9863,3,0,'','unknown','Mozilla',NULL,NULL,'51.222.253.10',2,'2023-09-11 16:44:59'),(9864,1,0,'','unknown','Mozilla',NULL,NULL,'51.222.253.16',10,'2023-09-11 17:26:46'),(9865,1,0,'','unknown','Mozilla',NULL,NULL,'185.191.171.3',3,'2023-09-11 20:09:32'),(9866,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'185.220.102.246',4,'2023-09-11 20:19:14'),(9867,1,0,'http://gorillaafricasafaris.com/8-days-chimpanzee-gorilla-trekking-cultural-safari-to-rwanda','Android','Android',NULL,NULL,'114.119.140.214',1,'2023-09-11 22:01:01'),(9868,3,0,'','Linux','Firefox',NULL,NULL,'103.112.0.85',1,'2023-09-11 23:34:01'),(9869,3,0,'http://gorillaafricasafaris.com/contact/','Linux','Firefox',NULL,NULL,'103.112.0.85',1,'2023-09-11 23:34:20'),(9870,3,0,'','Linux','Firefox',NULL,NULL,'149.34.245.68',1,'2023-09-12 01:23:57'),(9871,3,0,'http://gorillaafricasafaris.com/contact/','Linux','Firefox',NULL,NULL,'149.34.245.68',1,'2023-09-12 01:23:58'),(9872,2,0,'','unknown','GoogleBot',NULL,NULL,'66.249.79.192',1,'2023-09-12 02:03:49'),(9873,2,0,'','Android','Chrome',NULL,NULL,'66.249.79.206',1,'2023-09-12 02:07:30'),(9874,3,0,'','Linux','Firefox',NULL,NULL,'104.245.145.5',1,'2023-09-12 04:52:52'),(9875,3,0,'','Windows','Chrome',NULL,NULL,'35.209.79.175',1,'2023-09-12 05:33:20'),(9876,1,0,'','Windows','Chrome',NULL,NULL,'35.209.79.175',1,'2023-09-12 05:33:20'),(9877,3,0,'','Linux','Firefox',NULL,NULL,'144.126.131.216',12,'2023-09-12 08:04:30'),(9878,3,0,'http://gorillaafricasafaris.com/contact/','Linux','Firefox',NULL,NULL,'144.126.131.216',13,'2023-09-12 08:04:31'),(9879,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'149.34.242.231',2,'2023-09-12 10:52:39'),(9880,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'178.175.129.41',2,'2023-09-12 16:10:31'),(9881,1,0,'','unknown','Chrome',NULL,NULL,'40.77.167.65',1,'2023-09-13 02:58:20'),(9882,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'193.93.229.251',2,'2023-09-13 03:02:10'),(9883,3,0,'','Linux','Firefox',NULL,NULL,'196.242.84.15',1,'2023-09-13 03:30:07'),(9884,3,0,'http://gorillaafricasafaris.com/contact/','Linux','Firefox',NULL,NULL,'196.242.84.15',1,'2023-09-13 03:30:13'),(9885,3,0,'','Linux','Firefox',NULL,NULL,'23.19.248.17',2,'2023-09-13 05:17:04'),(9886,3,0,'http://gorillaafricasafaris.com/contact/','Linux','Firefox',NULL,NULL,'23.19.248.17',2,'2023-09-13 05:17:07'),(9887,3,0,'','Windows','Chrome',NULL,NULL,'47.104.135.10',1,'2023-09-13 08:28:06'),(9888,1,0,'','unknown','Chrome',NULL,NULL,'52.167.144.156',1,'2023-09-13 08:31:52'),(9889,1,0,'','unknown','Chrome',NULL,NULL,'52.167.144.225',1,'2023-09-13 08:34:40'),(9890,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'178.168.193.115',4,'2023-09-13 10:18:04'),(9891,3,0,'','Linux','Firefox',NULL,NULL,'38.153.116.31',1,'2023-09-13 13:45:47'),(9892,3,0,'http://gorillaafricasafaris.com/contact/','Linux','Firefox',NULL,NULL,'38.153.116.31',1,'2023-09-13 13:45:48'),(9893,1,0,'','unknown','Chrome',NULL,NULL,'40.77.167.26',1,'2023-09-13 14:31:46'),(9894,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'123.215.113.4',4,'2023-09-13 18:36:00'),(9895,3,0,'','Linux','Firefox',NULL,NULL,'181.177.112.159',1,'2023-09-13 19:46:50'),(9896,3,0,'http://gorillaafricasafaris.com/contact/','Linux','Firefox',NULL,NULL,'181.177.112.159',1,'2023-09-13 19:46:52'),(9897,1,0,'','unknown','Mozilla',NULL,NULL,'51.222.253.18',10,'2023-09-13 21:30:04'),(9898,1,0,'','unknown','unknown',NULL,NULL,'50.21.188.72',2,'2023-09-13 21:44:54'),(9899,3,0,'','unknown','unknown',NULL,NULL,'50.21.188.62',1,'2023-09-13 21:45:01'),(9900,2,0,'','unknown','unknown',NULL,NULL,'50.21.188.102',1,'2023-09-13 21:45:01'),(9901,1,0,'','unknown','unknown',NULL,NULL,'50.21.188.62',5,'2023-09-13 21:45:02'),(9902,1,0,'','unknown','unknown',NULL,NULL,'50.21.188.102',3,'2023-09-13 21:45:06'),(9903,3,0,'','unknown','unknown',NULL,NULL,'50.21.188.102',1,'2023-09-13 21:45:08'),(9904,1,0,'','unknown','unknown',NULL,NULL,'50.21.188.92',1,'2023-09-13 21:45:16'),(9905,3,0,'','Windows','Chrome',NULL,NULL,'15.235.50.228',1,'2023-09-14 00:05:21'),(9906,1,0,'','Apple','Chrome',NULL,NULL,'137.184.39.236',1,'2023-09-14 02:26:39'),(9907,1,0,'','unknown','Mozilla',NULL,NULL,'51.222.253.8',14,'2023-09-14 03:24:33'),(9908,1,0,'','unknown','Mozilla',NULL,NULL,'51.222.253.14',14,'2023-09-14 05:41:41'),(9909,1,0,'','unknown','Mozilla',NULL,NULL,'51.222.253.19',19,'2023-09-14 06:21:18'),(9910,3,0,'http://gorillaafricasafaris.com','Apple','Firefox',NULL,NULL,'104.28.214.148',1,'2023-09-14 16:17:07'),(9911,1,0,'','Apple','Chrome',NULL,NULL,'146.190.134.166',1,'2023-09-14 16:43:56'),(9912,3,0,'','Apple','Firefox',NULL,NULL,'208.100.18.59',1,'2023-09-14 19:14:31'),(9913,3,0,'http://gorillaafricasafaris.com/contact/','Apple','Firefox',NULL,NULL,'208.100.18.59',1,'2023-09-14 19:14:33'),(9914,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'185.207.107.216',3,'2023-09-14 21:03:57'),(9915,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'45.92.1.74',1,'2023-09-14 21:04:03'),(9916,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'77.35.101.137',2,'2023-09-15 01:46:05'),(9917,3,0,'','Apple','Firefox',NULL,NULL,'173.213.93.177',1,'2023-09-15 02:24:09'),(9918,3,0,'http://gorillaafricasafaris.com/contact/','Apple','Firefox',NULL,NULL,'173.213.93.177',1,'2023-09-15 02:24:11'),(9919,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'46.246.122.67',2,'2023-09-15 04:09:23'),(9920,1,0,'','Apple','Chrome',NULL,NULL,'146.190.134.130',1,'2023-09-15 10:52:22'),(9921,1,0,'','unknown','unknown',NULL,NULL,'34.23.79.4',46,'2023-09-15 16:56:05'),(9922,2,0,'','unknown','unknown',NULL,NULL,'34.23.79.4',2,'2023-09-15 16:56:30'),(9923,3,0,'','unknown','unknown',NULL,NULL,'34.23.79.4',2,'2023-09-15 16:57:21'),(9924,3,0,'','unknown','Mozilla',NULL,NULL,'85.208.96.202',1,'2023-09-15 17:08:51'),(9925,1,0,'','unknown','unknown',NULL,NULL,'34.23.170.169',46,'2023-09-15 19:02:50'),(9926,1,0,'','unknown','Mozilla',NULL,NULL,'85.208.96.205',6,'2023-09-15 20:10:23'),(9927,3,0,'http://gorillaafricasafaris.com/','unknown','Mozilla',NULL,NULL,'51.79.25.241',1,'2023-09-15 20:11:07'),(9928,2,0,'http://gorillaafricasafaris.com/','unknown','Mozilla',NULL,NULL,'51.79.25.241',1,'2023-09-15 20:11:10'),(9929,1,0,'http://gorillaafricasafaris.com/','unknown','Mozilla',NULL,NULL,'51.79.25.241',6,'2023-09-15 20:11:12'),(9930,1,0,'http://gorillaafricasafaris.com/safaris/','unknown','Mozilla',NULL,NULL,'51.79.25.241',40,'2023-09-15 20:11:25'),(9931,2,0,'','unknown','Mozilla',NULL,NULL,'51.222.253.12',1,'2023-09-15 22:22:53'),(9932,1,0,'','unknown','Mozilla',NULL,NULL,'185.191.171.13',2,'2023-09-15 22:55:22'),(9933,3,0,'http://gorillaafricasafaris.com','Linux','Firefox',NULL,NULL,'23.105.3.108',1,'2023-09-16 03:04:07'),(9934,3,0,'http://gorillaafricasafaris.com/contact/','Linux','Firefox',NULL,NULL,'23.105.3.108',1,'2023-09-16 03:04:14'),(9935,1,0,'http://gorillaafricasafaris.com/safaris/','Android','Android',NULL,NULL,'114.119.149.23',1,'2023-09-16 04:23:32'),(9936,2,0,'','unknown','Mozilla',NULL,NULL,'185.191.171.2',1,'2023-09-16 04:34:18'),(9937,1,0,'','unknown','Mozilla',NULL,NULL,'85.208.96.209',2,'2023-09-16 06:51:01'),(9938,1,0,'','unknown','Chrome',NULL,NULL,'52.167.144.177',1,'2023-09-16 10:13:57'),(9939,1,0,'','unknown','Chrome',NULL,NULL,'52.167.144.183',1,'2023-09-16 12:40:15'),(9940,1,0,'','unknown','Mozilla',NULL,NULL,'185.191.171.19',6,'2023-09-16 13:05:11'),(9941,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'182.106.220.252',2,'2023-09-16 15:00:37'),(9942,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'93.177.75.66',2,'2023-09-16 17:59:46'),(9943,2,0,'','unknown','Chrome',NULL,NULL,'52.167.144.158',1,'2023-09-16 21:18:39'),(9944,1,0,'','unknown','Mozilla',NULL,NULL,'185.191.171.14',3,'2023-09-16 22:58:44'),(9945,1,0,'','unknown','Mozilla',NULL,NULL,'85.208.96.202',9,'2023-09-16 23:30:31'),(9946,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'152.58.116.2',2,'2023-09-17 00:01:46'),(9947,3,0,'http://gorillaafricasafaris.com','Apple','Chrome',NULL,NULL,'146.70.133.209',1,'2023-09-17 02:00:29'),(9948,3,0,'http://gorillaafricasafaris.com/contact/','Apple','Chrome',NULL,NULL,'146.70.133.209',1,'2023-09-17 02:00:30'),(9949,1,0,'','Apple','Chrome',NULL,NULL,'128.199.70.146',1,'2023-09-17 04:51:38'),(9950,3,0,'http://www.gorillaafricasafaris.com/','Apple','Firefox',NULL,NULL,'82.80.249.137',1,'2023-09-17 06:40:47'),(9951,2,0,'http://www.gorillaafricasafaris.com/','Windows','Chrome',NULL,NULL,'82.80.249.137',1,'2023-09-17 06:40:49'),(9952,1,0,'http://www.gorillaafricasafaris.com/','Apple','Safari',NULL,NULL,'82.80.249.137',6,'2023-09-17 06:40:54'),(9953,1,0,'http://gorillaafricasafaris.com/safaris/','Windows','Firefox',NULL,NULL,'82.80.249.137',40,'2023-09-17 06:41:42'),(9954,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'85.215.107.146',6,'2023-09-17 09:23:48'),(9955,3,0,'','Apple','Chrome',NULL,NULL,'186.179.37.61',1,'2023-09-17 09:48:24'),(9956,3,0,'http://gorillaafricasafaris.com/contact/','Apple','Chrome',NULL,NULL,'186.179.37.61',1,'2023-09-17 09:48:26'),(9957,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'107.189.14.106',4,'2023-09-17 11:47:38'),(9958,1,0,'','Android','Chrome',NULL,NULL,'66.249.70.128',4,'2023-09-17 15:55:40'),(9959,1,0,'','unknown','GoogleBot',NULL,NULL,'66.249.70.142',2,'2023-09-17 16:05:28'),(9960,3,0,'','Apple','Opera',NULL,NULL,'146.70.202.163',1,'2023-09-17 17:21:54'),(9961,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'46.8.34.46',4,'2023-09-17 18:45:07'),(9962,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'188.116.23.170',2,'2023-09-17 20:01:40'),(9963,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'193.178.169.153',13,'2023-09-17 22:45:29'),(9964,1,0,'','unknown','Mozilla',NULL,NULL,'51.222.253.1',9,'2023-09-18 00:25:16'),(9965,3,0,'','Apple','Opera',NULL,NULL,'185.209.176.194',2,'2023-09-18 01:37:27'),(9966,3,0,'http://gorillaafricasafaris.com/contact/','Apple','Opera',NULL,NULL,'185.209.176.194',2,'2023-09-18 01:37:28'),(9967,3,0,'','unknown','Mozilla',NULL,NULL,'149.56.160.203',1,'2023-09-18 07:22:04'),(9968,2,0,'','unknown','Mozilla',NULL,NULL,'149.56.160.203',1,'2023-09-18 07:22:14'),(9969,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'178.176.77.249',6,'2023-09-18 11:19:18'),(9970,3,0,'','Apple','Opera',NULL,NULL,'172.245.193.253',1,'2023-09-18 13:38:58'),(9971,3,0,'http://gorillaafricasafaris.com/contact/','Apple','Opera',NULL,NULL,'172.245.193.253',1,'2023-09-18 13:39:00'),(9972,3,0,'','Apple','Vivalidi',NULL,NULL,'103.112.0.82',1,'2023-09-19 02:30:09'),(9973,3,0,'http://gorillaafricasafaris.com/contact/','Apple','Vivalidi',NULL,NULL,'103.112.0.82',1,'2023-09-19 02:30:19'),(9974,1,0,'','unknown','Mozilla',NULL,NULL,'51.222.253.7',13,'2023-09-19 05:06:09'),(9975,3,0,'','Apple','Chrome',NULL,NULL,'159.89.24.63',1,'2023-09-19 10:24:14'),(9976,3,0,'','Apple','Vivalidi',NULL,NULL,'196.18.229.14',1,'2023-09-19 11:02:04'),(9977,3,0,'http://gorillaafricasafaris.com/contact/','Apple','Vivalidi',NULL,NULL,'196.18.229.14',1,'2023-09-19 11:03:15'),(9978,3,0,'','Apple','Vivalidi',NULL,NULL,'196.18.229.40',1,'2023-09-19 11:07:57'),(9979,3,0,'http://gorillaafricasafaris.com/contact/','Apple','Vivalidi',NULL,NULL,'196.18.229.40',1,'2023-09-19 11:09:20'),(9980,1,0,'','Windows','Firefox',NULL,NULL,'166.0.218.41',11,'2023-09-19 11:55:15'),(9981,2,0,'','Windows','Firefox',NULL,NULL,'166.0.218.41',1,'2023-09-19 11:55:51'),(9982,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'45.154.138.28',1,'2023-09-19 14:19:35'),(9983,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'45.154.138.46',1,'2023-09-19 14:19:36'),(9984,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'5.42.65.19',17,'2023-09-19 15:10:21'),(9985,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'77.222.113.241',1,'2023-09-19 17:31:32'),(9986,1,0,'','unknown','unknown',NULL,NULL,'100.26.176.36',3,'2023-09-19 22:58:45'),(9987,3,0,'','Apple','Yandex',NULL,NULL,'195.181.171.49',1,'2023-09-20 02:43:09'),(9988,3,0,'http://gorillaafricasafaris.com/contact/','Apple','Yandex',NULL,NULL,'195.181.171.49',1,'2023-09-20 02:43:10'),(9989,3,0,'','Apple','Yandex',NULL,NULL,'185.158.106.66',1,'2023-09-20 04:05:40'),(9990,3,0,'http://gorillaafricasafaris.com/contact/','Apple','Yandex',NULL,NULL,'185.158.106.66',1,'2023-09-20 04:06:15'),(9991,2,0,'','unknown','unknown',NULL,NULL,'34.228.52.31',1,'2023-09-20 04:57:59'),(9992,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'193.188.20.238',24,'2023-09-20 06:27:08'),(9993,1,0,'','unknown','Mozilla',NULL,NULL,'185.191.171.15',5,'2023-09-20 11:00:54'),(9994,3,0,'','Apple','Yandex',NULL,NULL,'191.96.181.219',1,'2023-09-20 12:29:27'),(9995,3,0,'http://gorillaafricasafaris.com/contact/','Apple','Yandex',NULL,NULL,'191.96.181.219',1,'2023-09-20 12:29:54'),(9996,1,0,'','unknown','Mozilla',NULL,NULL,'185.191.171.9',2,'2023-09-20 16:25:26'),(9997,1,0,'','unknown','Mozilla',NULL,NULL,'185.191.171.7',5,'2023-09-20 16:48:40'),(9998,1,0,'','unknown','Mozilla',NULL,NULL,'77.75.78.161',3,'2023-09-20 20:46:37'),(9999,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'1.169.65.245',2,'2023-09-20 21:23:19'),(10000,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'178.20.42.231',14,'2023-09-21 02:23:45'),(10001,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'181.214.218.111',2,'2023-09-21 03:43:50'),(10002,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'46.148.206.226',40,'2023-09-21 12:21:37'),(10003,3,0,'','unknown','Mozilla',NULL,NULL,'77.75.78.161',1,'2023-09-21 14:09:08'),(10004,3,0,'','unknown','Mozilla',NULL,NULL,'51.222.253.17',2,'2023-09-21 16:46:43'),(10005,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'37.20.145.128',2,'2023-09-21 17:52:28'),(10006,1,0,'','unknown','Chrome',NULL,NULL,'40.77.167.47',1,'2023-09-21 19:01:47'),(10007,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'45.8.17.65',1,'2023-09-21 22:56:09'),(10008,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'45.8.17.114',1,'2023-09-21 22:56:11'),(10009,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'45.8.17.64',1,'2023-09-21 22:56:13'),(10010,3,0,'','Apple','Chrome',NULL,NULL,'138.197.18.31',1,'2023-09-22 00:47:14'),(10011,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Opera',NULL,NULL,'84.17.60.122',2,'2023-09-22 05:44:35'),(10012,1,0,'','unknown','unknown',NULL,NULL,'34.23.224.188',6,'2023-09-22 06:09:08'),(10013,2,0,'','unknown','unknown',NULL,NULL,'34.23.224.188',1,'2023-09-22 08:47:34'),(10014,1,0,'http://gorillaafricasafaris.com/tour/5-day-uganda-gorillas-wildlife-safari','unknown','Mozilla',NULL,NULL,'35.240.27.124',1,'2023-09-22 10:58:30'),(10015,3,0,'','unknown','unknown',NULL,NULL,'34.23.224.188',1,'2023-09-22 11:20:10'),(10016,1,0,'http://gorillaafricasafaris.com/tour/12-day-uganda-rwanda-gorillas-chimps-wildlife','unknown','Mozilla',NULL,NULL,'34.76.100.239',1,'2023-09-22 12:02:38'),(10017,3,0,'','Windows','Chrome',NULL,NULL,'52.63.45.57',1,'2023-09-22 13:24:32'),(10018,1,0,'http://gorillaafricasafaris.com/tour/9-day-rafting-wildlife-safari','unknown','Mozilla',NULL,NULL,'34.76.100.239',1,'2023-09-22 15:05:45'),(10019,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'194.32.122.63',2,'2023-09-22 15:51:45'),(10020,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'93.177.75.114',2,'2023-09-22 18:06:21'),(10021,3,0,'','Windows','Chrome',NULL,NULL,'154.16.20.19',1,'2023-09-22 18:33:48'),(10022,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'154.16.20.19',1,'2023-09-22 18:34:02'),(10023,1,0,'http://gorillaafricasafaris.com/tour/10-day-rwanda-gorilla-tour-chimps-monkeys-safari','unknown','Mozilla',NULL,NULL,'35.241.173.37',1,'2023-09-22 20:54:38'),(10024,3,0,'http://gorillaafricasafaris.com','Windows','Chrome',NULL,NULL,'85.65.147.180',1,'2023-09-22 21:36:06'),(10025,2,0,'','Apple','Chrome',NULL,NULL,'24.199.109.135',1,'2023-09-23 00:31:08'),(10026,1,0,'','unknown','Chrome',NULL,NULL,'52.167.144.186',1,'2023-09-23 04:21:14'),(10027,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'87.249.132.46',2,'2023-09-23 05:02:41'),(10028,2,0,'','Apple','Chrome',NULL,NULL,'65.109.145.233',1,'2023-09-23 06:17:13'),(10029,3,0,'','Apple','Chrome',NULL,NULL,'65.109.145.233',1,'2023-09-23 06:17:14'),(10030,1,0,'','Apple','Chrome',NULL,NULL,'65.109.145.233',6,'2023-09-23 06:17:16'),(10031,3,0,'','Windows','Chrome',NULL,NULL,'54.39.219.113',1,'2023-09-23 06:50:20'),(10032,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'194.88.152.40',32,'2023-09-23 06:50:26'),(10033,1,0,'','unknown','Chrome',NULL,NULL,'40.77.167.40',1,'2023-09-23 06:50:51'),(10034,1,0,'','Apple','Chrome',NULL,NULL,'178.63.44.119',22,'2023-09-23 07:01:10'),(10035,3,0,'','Apple','Chrome',NULL,NULL,'178.63.44.119',1,'2023-09-23 07:01:15'),(10036,2,0,'','Apple','Chrome',NULL,NULL,'178.63.44.119',1,'2023-09-23 07:01:34'),(10037,1,0,'','Apple','Chrome',NULL,NULL,'78.46.95.169',24,'2023-09-23 07:11:05'),(10038,3,0,'','Windows','Chrome',NULL,NULL,'196.242.131.154',1,'2023-09-23 07:15:55'),(10039,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'196.242.131.154',1,'2023-09-23 07:16:58'),(10040,1,0,'','Apple','Chrome',NULL,NULL,'65.109.146.165',8,'2023-09-23 07:35:30'),(10041,2,0,'','Apple','Chrome',NULL,NULL,'65.109.146.165',1,'2023-09-23 07:35:31'),(10042,1,0,'','Apple','Chrome',NULL,NULL,'65.109.158.42',21,'2023-09-23 07:55:05'),(10043,1,0,'http://gorillaafricasafaris.com/safaris/','Android','Android',NULL,NULL,'114.119.144.116',1,'2023-09-23 08:48:00'),(10044,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'103.67.198.231',6,'2023-09-23 10:48:41'),(10045,1,0,'','Android','Chrome',NULL,NULL,'66.249.73.101',1,'2023-09-23 11:14:35'),(10046,1,0,'','Android','Chrome',NULL,NULL,'66.249.73.104',3,'2023-09-23 12:32:38'),(10047,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'89.23.98.87',12,'2023-09-23 14:41:20'),(10048,1,0,'','Android','Chrome',NULL,NULL,'66.249.73.102',4,'2023-09-23 15:02:48'),(10049,3,0,'http://gorillaafricasafaris.com','Windows','Chrome',NULL,NULL,'104.28.246.147',1,'2023-09-23 15:57:07'),(10050,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'181.214.218.123',2,'2023-09-23 22:42:16'),(10051,3,0,'http://gorillaafricasafaris.com/','iPhone','iPhone',NULL,NULL,'37.130.154.133',1,'2023-09-24 01:41:32'),(10052,3,0,'','iPhone','iPhone',NULL,NULL,'37.161.198.81',2,'2023-09-24 01:41:41'),(10053,3,0,'','Windows','Chrome',NULL,NULL,'37.46.122.100',1,'2023-09-24 02:00:59'),(10054,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'37.46.122.100',1,'2023-09-24 02:01:01'),(10055,3,0,'','Apple','Chrome',NULL,NULL,'3.133.155.163',2,'2023-09-24 05:14:27'),(10056,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'152.89.198.45',6,'2023-09-24 06:44:35'),(10057,1,0,'','Android','Chrome',NULL,NULL,'66.249.73.103',1,'2023-09-24 17:23:45'),(10058,3,0,'','Windows','Opera',NULL,NULL,'198.240.116.192',1,'2023-09-24 17:47:14'),(10059,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Opera',NULL,NULL,'198.240.116.192',1,'2023-09-24 17:47:15'),(10060,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'37.228.129.128',4,'2023-09-24 19:18:41'),(10061,3,0,'','Windows','Opera',NULL,NULL,'196.199.104.109',1,'2023-09-25 01:44:08'),(10062,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Opera',NULL,NULL,'196.199.104.109',1,'2023-09-25 01:44:10'),(10063,3,0,'','Windows','Chrome',NULL,NULL,'112.115.191.43',4,'2023-09-25 03:53:22'),(10064,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'93.100.33.173',1,'2023-09-25 08:00:00'),(10065,1,0,'','unknown','Mozilla',NULL,NULL,'85.208.96.199',4,'2023-09-25 09:15:27'),(10066,3,0,'','Windows','Opera',NULL,NULL,'194.5.213.52',2,'2023-09-25 15:50:39'),(10067,1,0,'','unknown','Mozilla',NULL,NULL,'85.208.96.200',4,'2023-09-25 17:06:40'),(10068,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'8.222.169.255',4,'2023-09-25 17:18:08'),(10069,1,0,'http://gorillaafricasafaris.com/safaris/','Android','Android',NULL,NULL,'114.119.128.57',1,'2023-09-25 17:18:30'),(10070,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'37.26.142.81',2,'2023-09-25 17:39:53'),(10071,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Vivalidi',NULL,NULL,'194.5.213.52',1,'2023-09-25 18:17:30'),(10072,2,0,'','unknown','Mozilla',NULL,NULL,'85.208.96.198',2,'2023-09-25 20:28:23'),(10073,3,0,'','Windows','Vivalidi',NULL,NULL,'146.70.147.100',1,'2023-09-25 23:55:40'),(10074,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Vivalidi',NULL,NULL,'146.70.147.100',1,'2023-09-25 23:55:49'),(10075,3,0,'','Windows','Vivalidi',NULL,NULL,'191.96.181.95',1,'2023-09-26 04:28:05'),(10076,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Vivalidi',NULL,NULL,'191.96.181.95',1,'2023-09-26 04:28:48'),(10077,1,0,'','Windows','Chrome',NULL,NULL,'69.160.160.53',17,'2023-09-26 04:58:53'),(10078,3,0,'','Windows','Chrome',NULL,NULL,'69.160.160.53',1,'2023-09-26 04:58:54'),(10079,2,0,'','Windows','Chrome',NULL,NULL,'69.160.160.53',1,'2023-09-26 04:59:07'),(10080,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'119.92.8.143',2,'2023-09-26 07:02:29'),(10081,3,0,'','unknown','unknown',NULL,NULL,'50.21.188.110',1,'2023-09-26 21:14:49'),(10082,1,0,'','unknown','unknown',NULL,NULL,'50.21.188.100',2,'2023-09-26 21:14:52'),(10083,1,0,'','unknown','unknown',NULL,NULL,'50.21.188.90',2,'2023-09-26 21:15:05'),(10084,1,0,'','unknown','unknown',NULL,NULL,'50.21.188.110',4,'2023-09-26 21:15:25'),(10085,1,0,'','unknown','unknown',NULL,NULL,'50.21.188.80',2,'2023-09-26 21:16:10'),(10086,2,0,'','unknown','unknown',NULL,NULL,'50.21.188.70',1,'2023-09-26 21:17:00'),(10087,3,0,'','unknown','unknown',NULL,NULL,'50.21.188.70',1,'2023-09-26 21:17:08'),(10088,3,0,'','Windows','Yandex',NULL,NULL,'69.162.162.163',1,'2023-09-26 21:24:21'),(10089,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Yandex',NULL,NULL,'69.162.162.163',1,'2023-09-26 21:24:23'),(10090,1,0,'','unknown','unknown',NULL,NULL,'50.21.188.70',1,'2023-09-26 21:28:36'),(10091,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'178.34.150.221',2,'2023-09-26 21:33:32'),(10092,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'176.31.115.13',48,'2023-09-26 22:42:05'),(10093,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'185.243.218.202',4,'2023-09-26 23:56:33'),(10094,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'123.215.113.77',2,'2023-09-27 08:42:03'),(10095,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'31.173.86.86',3,'2023-09-27 09:14:15'),(10096,3,0,'','Windows','Yandex',NULL,NULL,'23.81.227.56',1,'2023-09-27 15:00:47'),(10097,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Yandex',NULL,NULL,'23.81.227.56',1,'2023-09-27 15:00:49'),(10098,3,0,'','Windows','Chrome',NULL,NULL,'170.130.183.136',1,'2023-09-28 01:29:24'),(10099,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'170.130.183.136',1,'2023-09-28 01:29:25'),(10100,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'194.5.83.99',1,'2023-09-28 01:54:00'),(10101,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'194.5.83.70',1,'2023-09-28 01:54:02'),(10102,2,0,'','unknown','Mozilla',NULL,NULL,'51.222.253.6',1,'2023-09-28 07:13:53'),(10103,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'194.146.240.144',4,'2023-09-28 09:31:45'),(10104,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'84.17.60.110',2,'2023-09-28 12:21:32'),(10105,3,0,'','unknown','Mozilla',NULL,NULL,'217.182.175.222',2,'2023-09-28 12:45:10'),(10106,1,0,'','unknown','Mozilla',NULL,NULL,'217.182.175.222',2,'2023-09-28 12:52:51'),(10107,3,0,'','Windows','Firefox',NULL,NULL,'103.225.200.184',1,'2023-09-28 14:30:13'),(10108,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Firefox',NULL,NULL,'103.225.200.184',1,'2023-09-28 14:30:17'),(10109,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'217.12.215.167',1,'2023-09-28 17:06:29'),(10110,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'5.42.64.62',2,'2023-09-28 18:45:32'),(10111,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'37.145.152.7',2,'2023-09-28 22:26:56'),(10112,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'172.94.73.38',2,'2023-09-28 22:37:23'),(10113,3,0,'','Windows','Firefox',NULL,NULL,'23.80.149.8',1,'2023-09-29 05:40:59'),(10114,3,0,'','Windows','Firefox',NULL,NULL,'194.36.99.59',1,'2023-09-29 09:40:17'),(10115,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Firefox',NULL,NULL,'194.36.99.59',1,'2023-09-29 09:41:32'),(10116,3,0,'http://gorillaafricasafaris.com/contact','unknown','Mozilla',NULL,NULL,'34.38.65.21',1,'2023-09-29 10:02:21'),(10117,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'46.246.3.211',2,'2023-09-29 11:00:09'),(10118,2,0,'','unknown','Mozilla',NULL,NULL,'94.23.7.187',1,'2023-09-29 16:40:59'),(10119,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'184.22.10.0',2,'2023-09-29 20:00:56'),(10120,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'93.73.179.112',6,'2023-09-29 23:23:08'),(10121,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'104.244.79.40',1,'2023-09-29 23:49:33'),(10122,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'109.70.100.69',3,'2023-09-29 23:49:35'),(10123,1,0,'','unknown','Mozilla',NULL,NULL,'185.191.171.17',4,'2023-09-30 03:52:17'),(10124,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'123.215.113.84',14,'2023-09-30 07:22:40'),(10125,1,0,'','unknown','Mozilla',NULL,NULL,'77.75.79.54',51,'2023-09-30 22:03:17'),(10126,1,0,'','unknown','unknown',NULL,NULL,'35.190.182.61',6,'2023-10-01 18:03:03'),(10127,2,0,'','unknown','unknown',NULL,NULL,'35.190.182.61',1,'2023-10-01 21:09:38'),(10128,3,0,'','unknown','unknown',NULL,NULL,'35.190.182.61',1,'2023-10-02 00:00:59'),(10129,3,0,'','Linux','Chrome',NULL,NULL,'199.250.188.38',1,'2023-10-02 02:40:44'),(10130,3,0,'','Windows','Internet Explorer',NULL,NULL,'37.139.53.62',282,'2023-10-02 02:51:23'),(10131,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Internet Explorer',NULL,NULL,'37.139.53.62',255,'2023-10-02 02:51:24'),(10132,2,0,'','Windows','Internet Explorer',NULL,NULL,'37.139.53.62',18,'2023-10-02 02:52:19'),(10133,1,0,'','Android','Chrome',NULL,NULL,'66.249.68.2',2,'2023-10-02 03:20:27'),(10134,1,0,'','unknown','unknown',NULL,NULL,'35.237.36.171',4,'2023-10-02 03:36:41'),(10135,2,0,'','unknown','unknown',NULL,NULL,'35.237.36.171',1,'2023-10-02 06:36:03'),(10136,3,0,'','Windows','Internet Explorer',NULL,NULL,'37.139.53.64',301,'2023-10-02 07:03:27'),(10137,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Internet Explorer',NULL,NULL,'37.139.53.64',268,'2023-10-02 07:03:29'),(10138,2,0,'','Windows','Internet Explorer',NULL,NULL,'37.139.53.64',26,'2023-10-02 07:03:48'),(10139,3,0,'','Windows','Vivalidi',NULL,NULL,'163.172.52.50',1,'2023-10-02 07:13:02'),(10140,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Vivalidi',NULL,NULL,'163.172.52.50',1,'2023-10-02 07:13:08'),(10141,3,0,'','Windows','Internet Explorer',NULL,NULL,'37.139.53.61',326,'2023-10-02 07:37:59'),(10142,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Internet Explorer',NULL,NULL,'37.139.53.61',295,'2023-10-02 07:38:02'),(10143,2,0,'','Windows','Internet Explorer',NULL,NULL,'37.139.53.61',21,'2023-10-02 07:38:24'),(10144,1,0,'','unknown','unknown',NULL,NULL,'34.138.199.45',2,'2023-10-02 09:17:51'),(10145,1,0,'','unknown','unknown',NULL,NULL,'35.231.236.237',6,'2023-10-02 11:34:35'),(10146,2,0,'','unknown','unknown',NULL,NULL,'35.231.236.237',1,'2023-10-02 14:32:43'),(10147,3,0,'','Windows','Internet Explorer',NULL,NULL,'37.139.53.63',16,'2023-10-02 15:52:39'),(10148,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Internet Explorer',NULL,NULL,'37.139.53.63',6,'2023-10-02 15:52:41'),(10149,2,0,'','Windows','Internet Explorer',NULL,NULL,'37.139.53.63',5,'2023-10-02 15:53:39'),(10150,3,0,'','Windows','Yandex',NULL,NULL,'107.150.65.45',1,'2023-10-02 16:34:31'),(10151,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Yandex',NULL,NULL,'107.150.65.45',1,'2023-10-02 16:34:35'),(10152,3,0,'','unknown','unknown',NULL,NULL,'35.231.236.237',1,'2023-10-02 17:30:28'),(10153,2,0,'http://gorillaafricasafaris.com/reservations/','Windows','Internet Explorer',NULL,NULL,'37.139.53.64',11,'2023-10-02 21:45:17'),(10154,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'2.57.149.115',2,'2023-10-03 03:13:30'),(10155,3,0,'','Windows','Opera',NULL,NULL,'172.187.153.115',1,'2023-10-03 04:43:30'),(10156,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Opera',NULL,NULL,'172.187.153.115',1,'2023-10-03 04:43:32'),(10157,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'185.179.214.49',6,'2023-10-03 05:10:31'),(10158,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'46.151.28.176',3,'2023-10-03 09:48:23'),(10159,1,0,'','unknown','unknown',NULL,NULL,'34.139.208.69',6,'2023-10-03 12:29:28'),(10160,1,0,'','unknown','unknown',NULL,NULL,'3.235.188.113',32,'2023-10-03 12:49:33'),(10161,2,0,'','unknown','unknown',NULL,NULL,'3.235.188.113',1,'2023-10-03 14:36:06'),(10162,3,0,'','unknown','unknown',NULL,NULL,'3.235.188.113',1,'2023-10-03 15:04:35'),(10163,2,0,'','unknown','unknown',NULL,NULL,'34.139.208.69',1,'2023-10-03 15:39:16'),(10164,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'109.248.55.205',1,'2023-10-03 16:14:30'),(10165,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'109.248.143.63',1,'2023-10-03 17:32:43'),(10166,1,0,'','unknown','Mozilla',NULL,NULL,'77.75.78.160',1,'2023-10-03 18:21:53'),(10167,3,0,'','unknown','unknown',NULL,NULL,'34.139.208.69',1,'2023-10-03 18:25:45'),(10168,1,0,'','Android','Chrome',NULL,NULL,'66.249.68.4',14,'2023-10-03 19:24:18'),(10169,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'77.83.173.7',2,'2023-10-03 19:47:30'),(10170,1,0,'','Windows','Chrome',NULL,NULL,'104.171.153.167',29,'2023-10-03 20:45:57'),(10171,3,0,'','Windows','Chrome',NULL,NULL,'104.171.153.167',1,'2023-10-03 20:47:04'),(10172,2,0,'','Windows','Chrome',NULL,NULL,'104.171.153.167',1,'2023-10-03 20:47:08'),(10173,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'156.146.62.194',2,'2023-10-03 23:56:53'),(10174,3,0,'','unknown','Mozilla',NULL,NULL,'185.191.171.2',1,'2023-10-04 00:14:15'),(10175,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'185.253.42.7',2,'2023-10-04 03:43:10'),(10176,1,0,'','unknown','Mozilla',NULL,NULL,'85.208.96.203',5,'2023-10-04 09:12:35'),(10177,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'188.126.94.111',2,'2023-10-04 09:36:26'),(10178,3,0,'','Windows','Opera',NULL,NULL,'45.12.223.44',1,'2023-10-04 10:22:25'),(10179,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Opera',NULL,NULL,'45.12.223.44',1,'2023-10-04 10:22:27'),(10180,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'82.115.223.76',4,'2023-10-04 10:43:02'),(10181,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'94.103.80.181',6,'2023-10-04 11:58:42'),(10182,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'5.35.33.26',6,'2023-10-04 20:41:05'),(10183,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'37.228.129.104',4,'2023-10-04 21:28:52'),(10184,3,0,'','Linux','Firefox',NULL,NULL,'196.240.254.38',2,'2023-10-04 22:37:23'),(10185,3,0,'http://gorillaafricasafaris.com/contact/','Linux','Firefox',NULL,NULL,'196.240.254.38',2,'2023-10-04 22:37:24'),(10186,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'5.255.127.222',2,'2023-10-05 03:12:43'),(10187,2,0,'','unknown','Mozilla',NULL,NULL,'51.222.253.5',2,'2023-10-05 03:45:55'),(10188,1,0,'http://gorillaafricasafaris.com/safaris/','Android','Android',NULL,NULL,'114.119.152.221',1,'2023-10-05 05:30:00'),(10189,3,0,'','Linux','Firefox',NULL,NULL,'196.242.57.164',1,'2023-10-05 11:20:30'),(10190,3,0,'http://gorillaafricasafaris.com/contact/','Linux','Firefox',NULL,NULL,'196.242.57.164',1,'2023-10-05 11:21:37'),(10191,3,0,'','Android','Chrome',NULL,NULL,'66.249.77.192',1,'2023-10-05 14:37:38'),(10192,1,0,'','Android','Chrome',NULL,NULL,'66.249.77.192',3,'2023-10-05 15:16:16'),(10193,3,0,'','Linux','Vivalidi',NULL,NULL,'212.102.40.152',1,'2023-10-05 17:04:00'),(10194,3,0,'http://gorillaafricasafaris.com/contact/','Linux','Vivalidi',NULL,NULL,'212.102.40.152',1,'2023-10-05 17:04:04'),(10195,3,0,'','Linux','Vivalidi',NULL,NULL,'172.111.185.34',1,'2023-10-05 18:55:33'),(10196,3,0,'http://gorillaafricasafaris.com/contact/','Linux','Vivalidi',NULL,NULL,'172.111.185.34',1,'2023-10-05 18:55:35'),(10197,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Opera',NULL,NULL,'191.101.209.138',2,'2023-10-05 19:57:24'),(10198,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'95.79.216.180',8,'2023-10-05 20:30:51'),(10199,1,0,'http://gorillaafricasafaris.com/8-days-chimpanzee-gorilla-trekking-cultural-safari-to-rwanda','Android','Android',NULL,NULL,'114.119.134.161',1,'2023-10-06 03:43:04'),(10200,3,0,'','Linux','Vivalidi',NULL,NULL,'146.70.72.131',1,'2023-10-06 08:48:27'),(10201,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'5.42.66.5',8,'2023-10-06 12:41:38'),(10202,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'37.58.35.242',4,'2023-10-06 18:14:30'),(10203,3,0,'','Linux','Firefox',NULL,NULL,'85.203.32.18',1,'2023-10-07 06:16:25'),(10204,3,0,'http://gorillaafricasafaris.com/contact/','Linux','Firefox',NULL,NULL,'85.203.32.18',1,'2023-10-07 06:16:27'),(10205,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'46.8.155.252',1,'2023-10-07 23:32:38'),(10206,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'136.169.150.46',2,'2023-10-08 12:20:52'),(10207,3,0,'','Windows','Chrome',NULL,NULL,'18.195.180.42',1,'2023-10-08 14:58:14'),(10208,1,0,'','Windows','Chrome',NULL,NULL,'18.195.180.42',1,'2023-10-08 14:58:14'),(10209,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'37.115.153.32',2,'2023-10-08 15:30:00'),(10210,3,0,'','Linux','Opera',NULL,NULL,'104.129.36.68',1,'2023-10-08 17:26:03'),(10211,3,0,'http://gorillaafricasafaris.com/contact/','Linux','Opera',NULL,NULL,'104.129.36.68',1,'2023-10-08 17:26:05'),(10212,3,0,'','Windows','Firefox',NULL,NULL,'178.32.57.31',1,'2023-10-08 20:35:22'),(10213,1,0,'','unknown','Mozilla',NULL,NULL,'85.208.96.204',4,'2023-10-08 22:39:55'),(10214,1,0,'','unknown','Mozilla',NULL,NULL,'51.222.253.17',6,'2023-10-08 22:54:36'),(10215,3,0,'','Linux','Opera',NULL,NULL,'23.105.142.105',1,'2023-10-09 02:54:54'),(10216,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'82.147.85.78',14,'2023-10-09 06:25:50'),(10217,1,0,'','Apple','Safari',NULL,NULL,'17.241.75.23',1,'2023-10-09 11:14:29'),(10218,1,0,'','unknown','Mozilla',NULL,NULL,'85.208.96.208',7,'2023-10-09 13:20:36'),(10219,2,0,'http://gorillaafricasafaris.com/reservations/','Windows','Internet Explorer',NULL,NULL,'37.139.53.62',7,'2023-10-09 14:46:11'),(10220,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'46.35.252.130',2,'2023-10-09 14:57:59'),(10221,3,0,'','Linux','Opera',NULL,NULL,'193.56.254.93',1,'2023-10-09 15:45:10'),(10222,3,0,'http://gorillaafricasafaris.com/contact/','Linux','Opera',NULL,NULL,'193.56.254.93',1,'2023-10-09 15:45:11'),(10223,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'37.19.223.24',2,'2023-10-09 19:08:37'),(10224,3,0,'http://gorillaafricasafaris.com/contact//','Apple','Chrome',NULL,NULL,'15.204.182.106',2,'2023-10-09 19:41:26'),(10225,3,0,'','unknown','Mozilla',NULL,NULL,'72.13.62.26',1,'2023-10-10 07:26:49'),(10226,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'185.142.239.49',4,'2023-10-10 08:42:09'),(10227,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'1.169.89.138',2,'2023-10-10 11:02:22'),(10228,1,0,'','unknown','unknown',NULL,NULL,'35.231.27.246',6,'2023-10-10 15:36:45'),(10229,2,0,'http://gorillaafricasafaris.com/reservations/','Windows','Internet Explorer',NULL,NULL,'37.139.53.61',9,'2023-10-10 16:29:26'),(10230,2,0,'','unknown','unknown',NULL,NULL,'35.231.27.246',1,'2023-10-10 17:52:41'),(10231,3,0,'','unknown','unknown',NULL,NULL,'35.231.27.246',1,'2023-10-10 19:57:29'),(10232,3,0,'','Linux','Firefox',NULL,NULL,'103.126.169.130',1,'2023-10-10 20:38:31'),(10233,3,0,'http://gorillaafricasafaris.com/contact/','Linux','Firefox',NULL,NULL,'103.126.169.130',1,'2023-10-10 20:38:43'),(10234,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'84.17.43.34',2,'2023-10-11 05:22:15'),(10235,1,0,'http://gorillaafricasafaris.com/safaris/','Android','Android',NULL,NULL,'114.119.129.198',1,'2023-10-11 06:06:45'),(10236,1,0,'','Android','Chrome',NULL,NULL,'66.249.65.15',1,'2023-10-11 08:32:42'),(10237,3,0,'','unknown','Mozilla',NULL,NULL,'51.222.253.20',1,'2023-10-11 09:41:04'),(10238,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'45.81.136.220',2,'2023-10-11 11:36:50'),(10239,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'134.249.214.118',12,'2023-10-11 12:22:56'),(10240,3,0,'','Windows','Chrome',NULL,NULL,'107.174.66.73',4,'2023-10-11 15:33:02'),(10241,3,0,'','Linux','Firefox',NULL,NULL,'194.36.97.164',1,'2023-10-11 16:56:09'),(10242,3,0,'http://gorillaafricasafaris.com/contact/','Linux','Firefox',NULL,NULL,'194.36.97.164',1,'2023-10-11 16:56:22'),(10243,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'93.81.174.169',1,'2023-10-11 23:32:44'),(10244,2,0,'','unknown','Mozilla',NULL,NULL,'51.222.253.7',2,'2023-10-12 02:06:19'),(10245,1,0,'http://gorillaafricasafaris.com/safaris/','Android','Android',NULL,NULL,'114.119.137.31',1,'2023-10-12 04:29:55'),(10246,1,0,'','unknown','Mozilla',NULL,NULL,'85.208.96.211',3,'2023-10-12 12:27:33'),(10247,1,0,'','unknown','Mozilla',NULL,NULL,'85.208.96.196',2,'2023-10-12 13:13:00'),(10248,1,0,'','unknown','Mozilla',NULL,NULL,'185.191.171.10',4,'2023-10-12 14:26:13'),(10249,3,0,'','Linux','Firefox',NULL,NULL,'51.15.135.81',1,'2023-10-12 14:48:22'),(10250,3,0,'http://gorillaafricasafaris.com/contact/','Linux','Firefox',NULL,NULL,'51.15.135.81',1,'2023-10-12 14:48:25'),(10251,3,0,'','Linux','Firefox',NULL,NULL,'196.242.195.32',1,'2023-10-12 23:03:54'),(10252,3,0,'http://gorillaafricasafaris.com/contact/','Linux','Firefox',NULL,NULL,'196.242.195.32',1,'2023-10-12 23:04:03'),(10253,3,0,'','unknown','Mozilla',NULL,NULL,'185.191.171.13',1,'2023-10-13 03:31:44'),(10254,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'31.23.241.66',1,'2023-10-13 10:24:12'),(10255,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'77.246.99.27',4,'2023-10-13 15:38:06'),(10256,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'185.195.25.84',10,'2023-10-13 15:58:25'),(10257,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'178.184.228.244',2,'2023-10-14 00:00:56'),(10258,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'95.181.233.24',2,'2023-10-14 02:04:09'),(10259,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'185.253.42.14',2,'2023-10-14 10:35:19'),(10260,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'176.31.253.157',2,'2023-10-14 14:47:37'),(10261,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'65.21.88.40',2,'2023-10-14 17:17:36'),(10262,1,0,'','unknown','Mozilla',NULL,NULL,'51.222.253.6',3,'2023-10-14 20:35:09'),(10263,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'37.213.234.208',2,'2023-10-14 22:42:01'),(10264,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'196.196.53.30',2,'2023-10-15 08:42:33'),(10265,2,0,'','Apple','Chrome',NULL,NULL,'65.109.155.159',1,'2023-10-15 18:56:41'),(10266,3,0,'','Apple','Chrome',NULL,NULL,'65.109.155.159',1,'2023-10-15 18:56:42'),(10267,1,0,'','Apple','Chrome',NULL,NULL,'65.109.155.159',6,'2023-10-15 18:56:44'),(10268,1,0,'','Apple','Chrome',NULL,NULL,'78.46.94.172',29,'2023-10-15 21:38:57'),(10269,2,0,'','Apple','Chrome',NULL,NULL,'78.46.94.172',1,'2023-10-15 21:39:17'),(10270,1,0,'','Apple','Chrome',NULL,NULL,'65.109.155.169',11,'2023-10-15 21:48:12'),(10271,1,0,'','unknown','Chrome',NULL,NULL,'52.167.144.22',1,'2023-10-15 22:49:38'),(10272,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'37.115.198.125',6,'2023-10-15 23:53:13'),(10273,3,0,'http://gorillaafricasafaris.com/','Windows','Chrome',NULL,NULL,'38.170.230.26',1,'2023-10-16 05:20:59'),(10274,1,0,'http://gorillaafricasafaris.com/','Windows','Chrome',NULL,NULL,'38.170.230.26',1,'2023-10-16 05:21:04'),(10275,1,0,'https://gorillaafricasafaris.com/','Windows','Chrome',NULL,NULL,'38.170.230.26',1,'2023-10-16 05:21:26'),(10276,3,0,'','Apple','Chrome',NULL,NULL,'173.239.211.243',1,'2023-10-16 09:29:50'),(10277,3,0,'http://gorillaafricasafaris.com/contact/','Apple','Chrome',NULL,NULL,'216.73.161.115',1,'2023-10-16 09:29:51'),(10278,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'82.147.85.79',8,'2023-10-16 10:09:37'),(10279,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'45.154.138.225',1,'2023-10-16 13:55:34'),(10280,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'45.154.138.216',1,'2023-10-16 13:55:35'),(10281,1,0,'','unknown','Mozilla',NULL,NULL,'77.75.79.72',1,'2023-10-16 15:45:08'),(10282,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'77.232.43.193',3,'2023-10-17 00:52:50'),(10283,1,0,'','unknown','Mozilla',NULL,NULL,'51.222.253.4',10,'2023-10-17 04:16:33'),(10284,1,0,'','unknown','Mozilla',NULL,NULL,'85.208.96.201',3,'2023-10-17 05:46:23'),(10285,1,0,'','unknown','Mozilla',NULL,NULL,'85.208.96.207',2,'2023-10-17 09:23:36'),(10286,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'185.190.42.200',8,'2023-10-17 09:57:35'),(10287,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'20.55.81.224',1,'2023-10-17 11:48:46'),(10288,2,0,'','unknown','Mozilla',NULL,NULL,'77.75.79.54',2,'2023-10-18 01:04:33'),(10289,1,0,'','unknown','Mozilla',NULL,NULL,'51.222.253.9',6,'2023-10-18 03:01:39'),(10290,2,0,'','Apple','Safari',NULL,NULL,'3.224.220.101',1,'2023-10-18 04:05:23'),(10291,1,0,'','Apple','Safari',NULL,NULL,'23.22.35.162',26,'2023-10-18 04:05:24'),(10292,3,0,'','Apple','Safari',NULL,NULL,'23.22.35.162',2,'2023-10-18 04:05:28'),(10293,1,0,'','Apple','Safari',NULL,NULL,'52.70.240.171',26,'2023-10-18 04:05:32'),(10294,1,0,'','Apple','Safari',NULL,NULL,'3.224.220.101',21,'2023-10-18 04:05:34'),(10295,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'37.19.223.101',2,'2023-10-18 08:40:47'),(10296,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'51.15.242.202',1,'2023-10-18 11:49:30'),(10297,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'111.240.204.169',2,'2023-10-18 15:46:03'),(10298,1,0,'','Apple','Safari',NULL,NULL,'17.241.219.166',1,'2023-10-18 21:03:24'),(10299,3,0,'','Apple','Yandex',NULL,NULL,'194.36.97.139',1,'2023-10-18 21:14:46'),(10300,3,0,'http://gorillaafricasafaris.com/contact/','Apple','Yandex',NULL,NULL,'194.36.97.139',1,'2023-10-18 21:14:49'),(10301,3,0,'http://www.pricedrone.com/','unknown','Mozilla',NULL,NULL,'35.167.3.35',2,'2023-10-19 02:47:43'),(10302,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'188.212.135.179',1,'2023-10-19 02:49:53'),(10303,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'188.212.135.166',1,'2023-10-19 02:49:54'),(10304,3,0,'','Linux','Chrome',NULL,NULL,'165.231.182.29',1,'2023-10-19 02:54:35'),(10305,2,0,'','Windows','Chrome',NULL,NULL,'102.129.145.179',1,'2023-10-19 02:54:38'),(10306,3,0,'','Windows','Chrome',NULL,NULL,'191.96.106.245',1,'2023-10-19 02:54:52'),(10307,3,0,'','Apple','Chrome',NULL,NULL,'115.197.245.167',1,'2023-10-19 09:30:16'),(10308,3,0,'','Apple','Safari',NULL,NULL,'38.154.99.145',1,'2023-10-19 13:38:41'),(10309,3,0,'http://gorillaafricasafaris.com/contact/','Apple','Safari',NULL,NULL,'38.154.99.145',1,'2023-10-19 13:38:43'),(10310,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'178.70.89.191',2,'2023-10-19 13:46:03'),(10311,1,0,'','unknown','unknown',NULL,NULL,'52.5.70.31',2,'2023-10-19 14:00:35'),(10312,3,0,'','unknown','Mozilla',NULL,NULL,'51.222.253.14',1,'2023-10-19 14:09:46'),(10313,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'77.246.98.28',2,'2023-10-19 14:59:07'),(10314,1,0,'','unknown','Mozilla',NULL,NULL,'77.75.77.72',1,'2023-10-19 19:07:48'),(10315,1,0,'http://gorillaafricasafaris.com/safaris/','Android','Android',NULL,NULL,'114.119.131.245',1,'2023-10-19 20:58:00'),(10316,1,0,'','unknown','unknown',NULL,NULL,'35.237.235.184',6,'2023-10-19 23:20:40'),(10317,2,0,'','unknown','unknown',NULL,NULL,'35.237.235.184',1,'2023-10-20 02:01:06'),(10318,1,0,'','unknown','Chrome',NULL,NULL,'47.128.47.105',1,'2023-10-20 03:22:31'),(10319,1,0,'','unknown','unknown',NULL,NULL,'104.196.169.196',2,'2023-10-20 05:40:16'),(10320,1,0,'','Android','Android',NULL,NULL,'47.128.50.20',1,'2023-10-20 06:52:10'),(10321,1,0,'','unknown','unknown',NULL,NULL,'34.139.56.181',2,'2023-10-20 08:44:57'),(10322,3,0,'http://gorillaafricasafaris.com/contact','Windows','Edge',NULL,NULL,'185.220.101.35',1,'2023-10-20 10:33:41'),(10323,3,0,'http://gorillaafricasafaris.com/contact/?__fluent_form_embded_post_id=34&_fluentform_3_fluentformnonce=721d95a12d&_wp_http_referer=%2Fcontact%2F&contact_names%5Bfirst_name%5D=%F0%9F%8E%81+Get+free+iPhone+14+Pro+Max%3A+http%3A%2F%2Fjimantley.app%2FAncDNA2G','Windows','Edge',NULL,NULL,'185.220.101.35',1,'2023-10-20 10:33:44'),(10324,2,0,'http://gorillaafricasafaris.com/reservations','Windows','Edge',NULL,NULL,'185.220.101.35',1,'2023-10-20 10:33:46'),(10325,2,0,'http://gorillaafricasafaris.com/reservations/?__fluent_form_embded_post_id=142&_fluentform_2_fluentformnonce=721d95a12d&_wp_http_referer=%2Freservations%2F&reservation_name=%F0%9F%8E%81+Get+free+iPhone+14+Pro+Max%3A+https%3A%2F%2Fmontaar.com%2Fupload%2Fgo','Windows','Edge',NULL,NULL,'185.220.101.35',1,'2023-10-20 10:33:48'),(10326,1,0,'http://gorillaafricasafaris.com/tour/10-day-uganda-wildlife-tour-tree-climbing-lion-spotting','Windows','Edge',NULL,NULL,'185.220.103.119',1,'2023-10-20 10:34:01'),(10327,1,0,'http://gorillaafricasafaris.com/tour/10-day-uganda-wildlife-tour-tree-climbing-lion-spotting/?__fluent_form_embded_post_id=51&_fluentform_1_fluentformnonce=721d95a12d&_wp_http_referer=%2Ftour%2F10-day-uganda-wildlife-tour-tree-climbing-lion-spotting%2F&en','Windows','Edge',NULL,NULL,'185.220.103.119',1,'2023-10-20 10:34:03'),(10328,1,0,'http://gorillaafricasafaris.com/tour/2-day-gorilla-safari-in-rwanda-volcanoes-gorilla-park','Windows','Edge',NULL,NULL,'185.220.103.119',1,'2023-10-20 10:34:05'),(10329,1,0,'http://gorillaafricasafaris.com/tour/2-day-gorilla-safari-in-rwanda-volcanoes-gorilla-park/?__fluent_form_embded_post_id=64&_fluentform_1_fluentformnonce=721d95a12d&_wp_http_referer=%2Ftour%2F2-day-gorilla-safari-in-rwanda-volcanoes-gorilla-park%2F&enquir','Windows','Edge',NULL,NULL,'193.189.100.200',1,'2023-10-20 10:34:07'),(10330,1,0,'http://gorillaafricasafaris.com/tour/3-day-gorilla-trekking-bwindi','Windows','Edge',NULL,NULL,'193.189.100.200',1,'2023-10-20 10:34:11'),(10331,1,0,'http://gorillaafricasafaris.com/tour/3-day-gorilla-trekking-bwindi/?__fluent_form_embded_post_id=56&_fluentform_1_fluentformnonce=721d95a12d&_wp_http_referer=%2Ftour%2F3-day-gorilla-trekking-bwindi%2F&enquirer_name=%F0%9F%8E%81+Get+free+iPhone+14+Pro+Max%','Windows','Edge',NULL,NULL,'193.189.100.200',1,'2023-10-20 10:34:13'),(10332,1,0,'http://gorillaafricasafaris.com/tour/3-day-rwanda-safari-gorilla-golden-monkey-trek','Windows','Edge',NULL,NULL,'193.189.100.200',1,'2023-10-20 10:34:18'),(10333,1,0,'http://gorillaafricasafaris.com/tour/3-day-rwanda-safari-gorilla-golden-monkey-trek/?__fluent_form_embded_post_id=61&_fluentform_1_fluentformnonce=721d95a12d&_wp_http_referer=%2Ftour%2F3-day-rwanda-safari-gorilla-golden-monkey-trek%2F&enquirer_name=%F0%9F','Windows','Edge',NULL,NULL,'193.35.18.96',1,'2023-10-20 10:34:21'),(10334,1,0,'http://gorillaafricasafaris.com/tour/5-day-bwindi-gorilla-wildlife-safari','Windows','Edge',NULL,NULL,'193.35.18.96',1,'2023-10-20 10:34:25'),(10335,1,0,'http://gorillaafricasafaris.com/tour/5-day-bwindi-gorilla-wildlife-safari/?__fluent_form_embded_post_id=54&_fluentform_1_fluentformnonce=721d95a12d&_wp_http_referer=%2Ftour%2F5-day-bwindi-gorilla-wildlife-safari%2F&enquirer_name=%F0%9F%8E%81+Get+free+iPho','Windows','Edge',NULL,NULL,'193.35.18.96',1,'2023-10-20 10:34:28'),(10336,1,0,'http://gorillaafricasafaris.com/tour/9-day-rafting-wildlife-safari','Windows','Edge',NULL,NULL,'185.220.101.39',1,'2023-10-20 10:34:36'),(10337,1,0,'http://gorillaafricasafaris.com/tour/9-day-rafting-wildlife-safari/?__fluent_form_embded_post_id=52&_fluentform_1_fluentformnonce=721d95a12d&_wp_http_referer=%2Ftour%2F9-day-rafting-wildlife-safari%2F&enquirer_name=%F0%9F%8E%81+Get+free+iPhone+14+Pro+Max%','Windows','Edge',NULL,NULL,'45.141.215.63',1,'2023-10-20 10:34:39'),(10338,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'77.232.39.226',4,'2023-10-20 10:43:41'),(10339,1,0,'','unknown','unknown',NULL,NULL,'34.139.33.209',6,'2023-10-20 12:25:57'),(10340,1,0,'','unknown','Mozilla',NULL,NULL,'185.191.171.2',2,'2023-10-20 14:24:04'),(10341,2,0,'','unknown','unknown',NULL,NULL,'34.139.33.209',1,'2023-10-20 14:54:15'),(10342,1,0,'','unknown','Mozilla',NULL,NULL,'85.208.96.197',3,'2023-10-20 15:33:51'),(10343,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'185.253.42.11',2,'2023-10-20 16:04:17'),(10344,3,0,'','unknown','unknown',NULL,NULL,'34.139.33.209',1,'2023-10-20 17:10:41'),(10345,1,0,'','unknown','Mozilla',NULL,NULL,'85.208.96.212',6,'2023-10-20 17:22:47'),(10346,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'95.181.233.10',2,'2023-10-20 18:12:28'),(10347,1,0,'','unknown','Chrome',NULL,NULL,'47.128.36.128',1,'2023-10-20 21:37:56'),(10348,1,0,'','unknown','Mozilla',NULL,NULL,'185.191.171.16',2,'2023-10-20 22:16:37'),(10349,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'185.139.69.165',8,'2023-10-21 00:30:01'),(10350,3,0,'','Windows','Chrome',NULL,NULL,'35.217.106.247',1,'2023-10-21 04:07:29'),(10351,1,0,'','Windows','Chrome',NULL,NULL,'35.217.106.247',1,'2023-10-21 04:07:29'),(10352,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'117.40.176.42',1,'2023-10-21 04:20:14'),(10353,3,0,'','Windows','Chrome',NULL,NULL,'46.116.196.219',1,'2023-10-21 07:15:06'),(10354,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'46.116.196.219',1,'2023-10-21 07:15:08'),(10355,3,0,'','Windows','Chrome',NULL,NULL,'46.151.28.176',1,'2023-10-21 07:45:29'),(10356,1,0,'','unknown','Mozilla',NULL,NULL,'185.191.171.11',2,'2023-10-21 08:03:07'),(10357,3,0,'http://gorillaafricasafaris.com/about-us/','Windows','Chrome',NULL,NULL,'119.28.136.65',1,'2023-10-21 11:34:28'),(10358,1,0,'','unknown','Chrome',NULL,NULL,'52.167.144.170',1,'2023-10-21 14:02:42'),(10359,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'84.247.116.203',2,'2023-10-21 17:18:28'),(10360,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'185.220.100.254',4,'2023-10-21 22:42:06'),(10361,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'62.210.111.16',4,'2023-10-22 01:34:34'),(10362,3,0,'','Windows','Chrome',NULL,NULL,'20.3.251.13',1,'2023-10-22 02:42:42'),(10363,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'20.3.251.13',1,'2023-10-22 02:42:43'),(10364,1,0,'','Android','Android',NULL,NULL,'47.128.59.113',1,'2023-10-22 02:59:54'),(10365,1,0,'','unknown','Chrome',NULL,NULL,'47.128.31.180',1,'2023-10-22 03:00:53'),(10366,3,0,'','Windows','Chrome',NULL,NULL,'173.234.244.77',1,'2023-10-22 04:10:08'),(10367,3,0,'','Windows','Chrome',NULL,NULL,'159.89.226.210',2,'2023-10-22 05:11:00'),(10368,2,0,'','Windows','Chrome',NULL,NULL,'159.89.226.210',1,'2023-10-22 05:11:11'),(10369,1,0,'','unknown','Chrome',NULL,NULL,'47.128.44.141',1,'2023-10-22 05:29:15'),(10370,1,0,'','unknown','Mozilla',NULL,NULL,'51.222.253.10',3,'2023-10-22 05:45:42'),(10371,1,0,'','Android','Android',NULL,NULL,'47.128.44.62',1,'2023-10-22 08:07:46'),(10372,1,0,'','Android','Android',NULL,NULL,'47.128.22.156',1,'2023-10-22 10:49:42'),(10373,1,0,'','Android','Android',NULL,NULL,'47.128.37.30',1,'2023-10-22 12:25:49'),(10374,3,0,'','Apple','Chrome',NULL,NULL,'8.217.55.110',1,'2023-10-22 12:57:03'),(10375,1,0,'','unknown','Chrome',NULL,NULL,'157.55.39.54',1,'2023-10-22 14:39:49'),(10376,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'149.34.242.241',2,'2023-10-22 15:46:41'),(10377,1,0,'','unknown','unknown',NULL,NULL,'50.21.188.91',2,'2023-10-22 16:15:38'),(10378,1,0,'','unknown','unknown',NULL,NULL,'50.21.188.111',2,'2023-10-22 16:15:46'),(10379,3,0,'','unknown','unknown',NULL,NULL,'50.21.188.101',1,'2023-10-22 16:15:48'),(10380,2,0,'','unknown','unknown',NULL,NULL,'50.21.188.81',1,'2023-10-22 16:15:48'),(10381,1,0,'','unknown','unknown',NULL,NULL,'50.21.188.101',2,'2023-10-22 16:15:52'),(10382,1,0,'','unknown','unknown',NULL,NULL,'50.21.188.81',5,'2023-10-22 16:15:58'),(10383,3,0,'','unknown','unknown',NULL,NULL,'50.21.188.81',1,'2023-10-22 16:16:00'),(10384,1,0,'','Windows','Chrome',NULL,NULL,'207.90.60.114',30,'2023-10-22 16:34:49'),(10385,3,0,'','Windows','Chrome',NULL,NULL,'207.90.60.114',1,'2023-10-22 16:34:58'),(10386,2,0,'','Windows','Chrome',NULL,NULL,'207.90.60.114',1,'2023-10-22 16:36:40'),(10387,1,0,'','Android','Android',NULL,NULL,'47.128.48.237',1,'2023-10-22 16:59:43'),(10388,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'37.19.217.138',2,'2023-10-22 20:33:26'),(10389,1,0,'','unknown','Chrome',NULL,NULL,'47.128.22.212',1,'2023-10-22 22:08:45'),(10390,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'79.137.202.7',2,'2023-10-23 00:08:09'),(10391,1,0,'','unknown','Chrome',NULL,NULL,'47.128.51.250',1,'2023-10-23 00:08:53'),(10392,1,0,'http://gorillaafricasafaris.com/','Android','Android',NULL,NULL,'114.119.137.7',1,'2023-10-23 00:13:33'),(10393,1,0,'','Android','Android',NULL,NULL,'47.128.54.240',1,'2023-10-23 04:25:08'),(10394,3,0,'','Windows','Chrome',NULL,NULL,'149.34.245.209',1,'2023-10-23 05:02:43'),(10395,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'149.34.245.209',1,'2023-10-23 05:02:49'),(10396,1,0,'','Android','Android',NULL,NULL,'47.128.56.65',1,'2023-10-23 07:34:34'),(10397,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'79.139.154.150',4,'2023-10-23 09:20:28'),(10398,3,0,'http://gorillaafricasafaris.com','Windows','Chrome',NULL,NULL,'144.126.131.216',1,'2023-10-23 11:01:51'),(10399,1,0,'','Android','Android',NULL,NULL,'47.128.19.106',1,'2023-10-23 11:26:33'),(10400,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'85.26.232.106',2,'2023-10-23 15:14:58'),(10401,1,0,'','Android','Android',NULL,NULL,'47.128.29.86',1,'2023-10-23 18:09:32'),(10402,1,0,'','Android','Android',NULL,NULL,'47.128.47.141',1,'2023-10-23 21:20:06'),(10403,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'212.71.253.189',4,'2023-10-23 21:47:49'),(10404,1,0,'','Android','Chrome',NULL,NULL,'66.249.66.22',1,'2023-10-23 22:03:50'),(10405,1,0,'','unknown','GoogleBot',NULL,NULL,'66.249.66.21',1,'2023-10-24 02:56:03'),(10406,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'185.255.133.199',4,'2023-10-24 04:15:14'),(10407,3,0,'','unknown','Mozilla',NULL,NULL,'144.217.135.231',1,'2023-10-24 04:21:54'),(10408,2,0,'','unknown','Mozilla',NULL,NULL,'144.217.135.231',1,'2023-10-24 04:22:03'),(10409,1,0,'','Android','Chrome',NULL,NULL,'66.249.66.5',2,'2023-10-24 05:02:41'),(10410,1,0,'','Android','Android',NULL,NULL,'47.128.27.193',1,'2023-10-24 05:14:54'),(10411,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'185.255.134.105',4,'2023-10-24 06:44:39'),(10412,1,0,'http://gorillaafricasafaris.com/safaris/','Android','Android',NULL,NULL,'114.119.162.251',1,'2023-10-24 07:35:20'),(10413,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'176.124.220.43',4,'2023-10-24 09:40:36'),(10414,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'151.106.10.135',2,'2023-10-24 11:06:26'),(10415,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'176.48.36.183',4,'2023-10-24 12:36:03'),(10416,3,0,'http://gorillaafricasafaris.com','Windows','Chrome',NULL,NULL,'45.146.54.87',2,'2023-10-24 13:32:52'),(10417,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'84.17.48.84',2,'2023-10-24 19:51:45'),(10418,2,0,'','Android','Android',NULL,NULL,'47.128.27.5',1,'2023-10-25 00:06:17'),(10419,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'8.219.76.117',2,'2023-10-25 01:56:40'),(10420,1,0,'','unknown','Mozilla',NULL,NULL,'85.208.96.195',2,'2023-10-25 03:07:38'),(10421,3,0,'','Windows','Vivalidi',NULL,NULL,'102.165.55.121',2,'2023-10-25 05:18:28'),(10422,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Vivalidi',NULL,NULL,'102.165.55.121',2,'2023-10-25 05:19:11'),(10423,2,0,'','unknown','Mozilla',NULL,NULL,'85.208.96.206',1,'2023-10-25 07:42:26'),(10424,3,0,'http://gorillaafricasafaris.com','Windows','Vivalidi',NULL,NULL,'136.144.43.248',1,'2023-10-25 10:47:29'),(10425,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Vivalidi',NULL,NULL,'136.144.43.252',1,'2023-10-25 10:47:31'),(10426,1,0,'','unknown','Mozilla',NULL,NULL,'85.208.96.210',1,'2023-10-25 12:21:23'),(10427,1,0,'','unknown','Mozilla',NULL,NULL,'85.208.96.206',1,'2023-10-25 15:31:43'),(10428,3,0,'','Windows','Yandex',NULL,NULL,'191.96.252.94',1,'2023-10-25 17:07:06'),(10429,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Yandex',NULL,NULL,'191.96.252.94',1,'2023-10-25 17:07:20'),(10430,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'91.199.118.51',2,'2023-10-25 17:35:21'),(10431,1,0,'','unknown','Mozilla',NULL,NULL,'51.222.253.3',3,'2023-10-25 19:35:37'),(10432,1,0,'','unknown','unknown',NULL,NULL,'3.84.127.112',1,'2023-10-25 20:04:51'),(10433,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'85.209.11.117',2,'2023-10-25 20:24:19'),(10434,2,0,'','unknown','Mozilla',NULL,NULL,'51.222.253.10',1,'2023-10-25 21:36:10'),(10435,1,0,'','Android','Chrome',NULL,NULL,'66.249.65.1',1,'2023-10-26 06:27:30'),(10436,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'31.135.54.137',2,'2023-10-26 10:52:02'),(10437,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'185.253.42.5',2,'2023-10-26 11:20:43'),(10438,1,0,'','unknown','unknown',NULL,NULL,'44.197.201.90',1,'2023-10-26 19:12:20'),(10439,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'212.192.193.46',1,'2023-10-27 12:25:22'),(10440,1,0,'','Android','Android',NULL,NULL,'47.128.30.39',1,'2023-10-27 12:33:55'),(10441,3,0,'','unknown','Mozilla',NULL,NULL,'51.222.253.15',1,'2023-10-27 14:07:22'),(10442,3,0,'','Windows','Firefox',NULL,NULL,'196.245.220.37',1,'2023-10-27 14:51:41'),(10443,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Firefox',NULL,NULL,'196.245.220.37',1,'2023-10-27 14:51:51'),(10444,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'5.42.65.61',10,'2023-10-27 19:50:39'),(10445,1,0,'http://gorillaafricasafaris.com','Windows','Internet Explorer',NULL,NULL,'207.200.8.180',1,'2023-10-27 21:32:33'),(10446,1,0,'http://gorillaafricasafaris.com/safaris/','Android','Android',NULL,NULL,'114.119.146.215',1,'2023-10-27 22:49:34'),(10447,1,0,'http://gorillaafricasafaris.com/5-6-days-rwanda-gorilla-wildlife-safari-adventure/','Android','Android',NULL,NULL,'114.119.137.174',1,'2023-10-27 22:51:20'),(10448,3,0,'','Windows','Firefox',NULL,NULL,'162.253.68.188',1,'2023-10-28 01:52:04'),(10449,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Firefox',NULL,NULL,'162.253.68.188',1,'2023-10-28 01:52:08'),(10450,3,0,'','Windows','Firefox',NULL,NULL,'154.21.223.157',1,'2023-10-28 04:00:31'),(10451,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Firefox',NULL,NULL,'154.21.223.157',1,'2023-10-28 04:00:33'),(10452,1,0,'','Android','Chrome',NULL,NULL,'66.249.68.3',3,'2023-10-28 12:27:14'),(10453,3,0,'https://hd-rezka.cc','Windows','Chrome',NULL,NULL,'185.253.42.36',1,'2023-10-28 13:00:48'),(10454,3,0,'','Apple','Chrome',NULL,NULL,'3.138.61.82',2,'2023-10-28 13:34:31'),(10455,3,0,'','Windows','Chrome',NULL,NULL,'94.103.80.181',1,'2023-10-28 20:29:34'),(10456,3,0,'http://gorillaafricasafaris.com/contact/','Apple','Chrome',NULL,NULL,'192.42.116.177',1,'2023-10-29 10:30:34'),(10457,3,0,'','Windows','Edge',NULL,NULL,'196.240.254.131',1,'2023-10-29 10:38:26'),(10458,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Edge',NULL,NULL,'196.240.254.131',1,'2023-10-29 10:38:28'),(10459,3,0,'','Windows','Chrome',NULL,NULL,'94.103.95.141',4,'2023-10-29 18:22:39'),(10460,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'37.19.223.23',2,'2023-10-29 19:43:36'),(10461,3,0,'','Windows','Internet Explorer',NULL,NULL,'40.127.111.29',1,'2023-10-29 20:12:14'),(10462,2,0,'','Windows','Internet Explorer',NULL,NULL,'40.113.85.123',1,'2023-10-29 20:12:20'),(10463,3,0,'','Android','Android',NULL,NULL,'47.128.46.127',1,'2023-10-30 00:07:54'),(10464,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'65.21.95.243',1,'2023-10-30 00:39:43'),(10465,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'65.21.192.62',1,'2023-10-30 00:39:44'),(10466,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'95.217.38.189',1,'2023-10-30 00:39:44'),(10467,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'123.215.113.232',2,'2023-10-30 01:24:57'),(10468,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'212.162.153.89',4,'2023-10-30 02:10:31'),(10469,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'86.203.127.56',4,'2023-10-30 04:55:11'),(10470,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'95.217.84.35',1,'2023-10-30 06:56:29'),(10471,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'135.181.136.96',1,'2023-10-30 06:56:31'),(10472,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'212.12.20.202',2,'2023-10-30 12:39:20'),(10473,3,0,'','Windows','Chrome',NULL,NULL,'107.172.49.118',1,'2023-10-30 13:43:27'),(10474,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'107.172.49.118',1,'2023-10-30 13:43:28'),(10475,1,0,'','unknown','Mozilla',NULL,NULL,'51.222.253.20',4,'2023-10-30 16:29:09'),(10476,1,0,'','unknown','unknown',NULL,NULL,'35.185.112.10',6,'2023-10-30 16:56:48'),(10477,1,0,'','unknown','unknown',NULL,NULL,'100.21.24.205',72,'2023-10-30 17:01:27'),(10478,2,0,'','unknown','unknown',NULL,NULL,'52.25.208.208',2,'2023-10-30 17:07:28'),(10479,3,0,'','unknown','unknown',NULL,NULL,'52.25.208.208',2,'2023-10-30 17:07:56'),(10480,1,0,'','unknown','unknown',NULL,NULL,'44.230.252.91',86,'2023-10-30 17:09:55'),(10481,1,0,'','unknown','unknown',NULL,NULL,'52.25.208.208',76,'2023-10-30 17:11:26'),(10482,1,0,'','unknown','Mozilla',NULL,NULL,'51.222.253.13',1,'2023-10-30 18:09:16'),(10483,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'46.246.8.93',2,'2023-10-30 18:40:54'),(10484,2,0,'','unknown','unknown',NULL,NULL,'35.185.112.10',1,'2023-10-30 20:20:33'),(10485,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Opera',NULL,NULL,'191.96.168.18',2,'2023-10-30 21:29:41'),(10486,3,0,'','unknown','unknown',NULL,NULL,'35.185.112.10',1,'2023-10-30 23:13:03'),(10487,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'1.169.82.83',2,'2023-10-31 00:10:04'),(10488,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'123.215.113.102',4,'2023-10-31 01:22:53'),(10489,3,0,'','unknown','unknown',NULL,NULL,'100.21.24.205',3,'2023-10-31 01:35:23'),(10490,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'95.181.233.25',2,'2023-10-31 03:21:40'),(10491,2,0,'','unknown','unknown',NULL,NULL,'44.230.252.91',1,'2023-10-31 03:29:21'),(10492,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'46.246.3.212',2,'2023-10-31 16:54:27'),(10493,3,0,'','Apple','Chrome',NULL,NULL,'47.254.43.7',1,'2023-10-31 17:45:37'),(10494,2,0,'','Apple','Chrome',NULL,NULL,'47.254.22.192',1,'2023-10-31 17:45:38'),(10495,1,0,'','Apple','Chrome',NULL,NULL,'47.254.47.223',2,'2023-10-31 17:45:39'),(10496,1,0,'','Apple','Chrome',NULL,NULL,'47.88.51.0',1,'2023-10-31 17:45:39'),(10497,1,0,'','Apple','Chrome',NULL,NULL,'47.254.41.44',1,'2023-10-31 17:45:40'),(10498,1,0,'','Apple','Chrome',NULL,NULL,'47.89.251.140',1,'2023-10-31 17:45:40'),(10499,2,0,'','Apple','Chrome',NULL,NULL,'8.218.163.14',1,'2023-10-31 17:49:43'),(10500,3,0,'','Apple','Chrome',NULL,NULL,'8.218.163.14',1,'2023-10-31 17:49:44'),(10501,1,0,'','Apple','Chrome',NULL,NULL,'8.218.163.14',5,'2023-10-31 17:49:45'),(10502,1,0,'','unknown','Mozilla',NULL,NULL,'136.243.220.214',46,'2023-10-31 23:21:19'),(10503,2,0,'','unknown','Mozilla',NULL,NULL,'136.243.220.214',1,'2023-10-31 23:21:22'),(10504,3,0,'','unknown','Mozilla',NULL,NULL,'136.243.220.214',1,'2023-10-31 23:21:52'),(10505,3,0,'','Windows','Chrome',NULL,NULL,'5.42.65.61',5,'2023-11-01 03:07:15'),(10506,3,0,'','unknown','Mozilla',NULL,NULL,'51.222.253.19',1,'2023-11-01 04:10:55'),(10507,1,0,'','unknown','Mozilla',NULL,NULL,'51.222.253.5',3,'2023-11-01 04:45:41'),(10508,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'138.199.19.193',2,'2023-11-01 05:29:32'),(10509,1,0,'http://gorillaafricasafaris.com/safaris/','Android','Android',NULL,NULL,'114.119.137.146',1,'2023-11-01 09:17:21'),(10510,1,0,'','unknown','unknown',NULL,NULL,'44.231.202.44',31,'2023-11-01 11:10:34'),(10511,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'188.213.34.141',2,'2023-11-01 11:22:28'),(10512,2,0,'','unknown','unknown',NULL,NULL,'50.112.160.3',2,'2023-11-01 11:26:05'),(10513,3,0,'','unknown','unknown',NULL,NULL,'44.231.202.44',2,'2023-11-01 11:30:17'),(10514,1,0,'','unknown','unknown',NULL,NULL,'50.112.160.3',34,'2023-11-01 11:54:41'),(10515,3,0,'','Windows','Yandex',NULL,NULL,'45.87.214.199',1,'2023-11-01 11:55:45'),(10516,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Yandex',NULL,NULL,'45.87.214.199',1,'2023-11-01 11:55:50'),(10517,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'185.103.109.246',4,'2023-11-01 14:19:05'),(10518,1,0,'','unknown','unknown',NULL,NULL,'54.184.159.16',37,'2023-11-01 15:29:16'),(10519,1,0,'','unknown','unknown',NULL,NULL,'54.221.86.186',1,'2023-11-01 16:32:39'),(10520,2,0,'','Apple','Chrome',NULL,NULL,'147.182.225.119',1,'2023-11-01 21:48:57'),(10521,1,0,'','Apple','Chrome',NULL,NULL,'161.35.174.197',1,'2023-11-01 21:52:11'),(10522,2,0,'','Apple','Chrome',NULL,NULL,'161.35.185.141',1,'2023-11-01 22:01:43'),(10523,1,0,'','Apple','Chrome',NULL,NULL,'161.35.166.193',2,'2023-11-01 22:06:08'),(10524,1,0,'','Apple','Chrome',NULL,NULL,'161.35.174.183',1,'2023-11-01 22:15:50'),(10525,1,0,'','Apple','Chrome',NULL,NULL,'104.131.162.55',1,'2023-11-01 22:18:56'),(10526,1,0,'','Apple','Chrome',NULL,NULL,'143.110.213.55',4,'2023-11-01 22:20:05'),(10527,1,0,'','Apple','Chrome',NULL,NULL,'161.35.174.220',3,'2023-11-01 22:21:26'),(10528,3,0,'','Apple','Chrome',NULL,NULL,'146.190.166.121',1,'2023-11-01 22:25:43'),(10529,1,0,'','Apple','Chrome',NULL,NULL,'161.35.166.30',2,'2023-11-01 22:28:00'),(10530,1,0,'','Apple','Chrome',NULL,NULL,'24.144.94.43',1,'2023-11-01 22:30:40'),(10531,1,0,'','Apple','Chrome',NULL,NULL,'206.189.3.246',1,'2023-11-01 22:32:07'),(10532,1,0,'','Apple','Chrome',NULL,NULL,'24.144.94.163',1,'2023-11-01 22:36:39'),(10533,3,0,'','Apple','Chrome',NULL,NULL,'161.35.174.203',1,'2023-11-01 23:01:01'),(10534,1,0,'','Apple','Chrome',NULL,NULL,'24.144.82.213',1,'2023-11-01 23:01:28'),(10535,1,0,'','Apple','Chrome',NULL,NULL,'143.110.209.218',1,'2023-11-01 23:07:06'),(10536,3,0,'','Apple','Chrome',NULL,NULL,'164.92.193.197',1,'2023-11-01 23:11:42'),(10537,1,0,'','Apple','Chrome',NULL,NULL,'206.189.11.30',1,'2023-11-01 23:16:25'),(10538,1,0,'','Apple','Chrome',NULL,NULL,'147.182.225.119',1,'2023-11-01 23:23:00'),(10539,1,0,'','Apple','Chrome',NULL,NULL,'188.166.150.46',3,'2023-11-01 23:30:42'),(10540,1,0,'','Apple','Chrome',NULL,NULL,'164.92.193.122',1,'2023-11-01 23:31:08'),(10541,1,0,'','Apple','Chrome',NULL,NULL,'143.110.213.46',2,'2023-11-01 23:32:49'),(10542,1,0,'','Apple','Chrome',NULL,NULL,'24.199.108.69',2,'2023-11-01 23:34:01'),(10543,1,0,'','Apple','Chrome',NULL,NULL,'147.182.233.140',1,'2023-11-01 23:35:29'),(10544,1,0,'','Apple','Chrome',NULL,NULL,'165.22.97.152',2,'2023-11-01 23:45:46'),(10545,1,0,'','Apple','Chrome',NULL,NULL,'161.35.174.203',1,'2023-11-01 23:58:07'),(10546,1,0,'','Apple','Chrome',NULL,NULL,'207.154.228.39',1,'2023-11-02 00:06:41'),(10547,1,0,'','Apple','Chrome',NULL,NULL,'143.110.213.51',2,'2023-11-02 00:06:55'),(10548,1,0,'','Apple','Chrome',NULL,NULL,'167.71.185.199',1,'2023-11-02 00:06:59'),(10549,1,0,'','Apple','Chrome',NULL,NULL,'164.92.98.45',1,'2023-11-02 00:11:41'),(10550,1,0,'','Apple','Chrome',NULL,NULL,'143.110.213.48',2,'2023-11-02 00:27:59'),(10551,1,0,'','Apple','Chrome',NULL,NULL,'161.35.170.238',1,'2023-11-02 00:33:50'),(10552,1,0,'','Apple','Chrome',NULL,NULL,'161.35.174.154',2,'2023-11-02 00:37:52'),(10553,1,0,'','Apple','Chrome',NULL,NULL,'206.189.15.209',1,'2023-11-02 00:39:43'),(10554,1,0,'','unknown','Mozilla',NULL,NULL,'77.75.78.172',5,'2023-11-02 00:58:35'),(10555,1,0,'','Apple','Chrome',NULL,NULL,'188.166.145.195',1,'2023-11-02 01:06:44'),(10556,1,0,'','Apple','Chrome',NULL,NULL,'161.35.185.225',1,'2023-11-02 01:11:17'),(10557,1,0,'','Apple','Chrome',NULL,NULL,'161.35.161.94',1,'2023-11-02 01:14:50'),(10558,1,0,'','Apple','Chrome',NULL,NULL,'206.189.11.235',1,'2023-11-02 01:38:56'),(10559,1,0,'','Apple','Chrome',NULL,NULL,'143.110.213.52',1,'2023-11-02 01:47:51'),(10560,1,0,'','Apple','Chrome',NULL,NULL,'165.227.114.85',1,'2023-11-02 02:07:00'),(10561,1,0,'','Apple','Chrome',NULL,NULL,'161.35.166.100',2,'2023-11-02 02:07:06'),(10562,1,0,'','Apple','Chrome',NULL,NULL,'146.190.152.167',2,'2023-11-02 02:10:26'),(10563,1,0,'','Apple','Chrome',NULL,NULL,'159.223.86.131',1,'2023-11-02 02:38:46'),(10564,1,0,'','Apple','Chrome',NULL,NULL,'167.71.64.39',2,'2023-11-02 03:01:01'),(10565,1,0,'','Apple','Chrome',NULL,NULL,'161.35.185.213',1,'2023-11-02 03:06:22'),(10566,1,0,'','Apple','Chrome',NULL,NULL,'24.199.118.115',1,'2023-11-02 03:13:16'),(10567,1,0,'','Apple','Chrome',NULL,NULL,'24.144.82.180',1,'2023-11-02 03:28:02'),(10568,1,0,'','Apple','Chrome',NULL,NULL,'167.71.185.200',1,'2023-11-02 03:33:36'),(10569,1,0,'','Apple','Chrome',NULL,NULL,'164.92.193.197',1,'2023-11-02 03:58:51'),(10570,1,0,'','Apple','Chrome',NULL,NULL,'147.182.224.75',1,'2023-11-02 04:01:43'),(10571,1,0,'','Apple','Chrome',NULL,NULL,'206.189.11.221',2,'2023-11-02 04:35:58'),(10572,1,0,'','Apple','Chrome',NULL,NULL,'159.223.206.37',1,'2023-11-02 04:51:26'),(10573,1,0,'','Apple','Chrome',NULL,NULL,'161.35.185.238',1,'2023-11-02 05:30:13'),(10574,1,0,'','Apple','Chrome',NULL,NULL,'207.154.232.106',1,'2023-11-02 05:30:30'),(10575,1,0,'','Apple','Chrome',NULL,NULL,'161.35.185.141',1,'2023-11-02 05:39:19'),(10576,1,0,'','unknown','unknown',NULL,NULL,'54.167.45.125',2,'2023-11-02 17:45:23'),(10577,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'46.246.3.210',2,'2023-11-02 18:56:17'),(10578,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'188.163.124.88',8,'2023-11-02 19:23:56'),(10579,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'181.214.218.173',2,'2023-11-02 19:43:12'),(10580,3,0,'','Linux','Firefox',NULL,NULL,'196.240.51.123',1,'2023-11-02 21:56:14'),(10581,3,0,'http://gorillaafricasafaris.com/contact/','Linux','Firefox',NULL,NULL,'196.240.51.123',1,'2023-11-02 21:56:26'),(10582,1,0,'','unknown','unknown',NULL,NULL,'18.206.92.117',1,'2023-11-03 05:58:44'),(10583,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'123.215.113.206',4,'2023-11-03 13:27:01'),(10584,3,0,'','Linux','Firefox',NULL,NULL,'146.70.212.84',1,'2023-11-03 14:10:51'),(10585,3,0,'http://gorillaafricasafaris.com/contact/','Linux','Firefox',NULL,NULL,'146.70.212.84',1,'2023-11-03 14:10:53'),(10586,1,0,'','unknown','Mozilla',NULL,NULL,'185.191.171.12',1,'2023-11-03 14:37:52'),(10587,3,0,'','unknown','Mozilla',NULL,NULL,'185.191.171.12',1,'2023-11-03 17:24:51'),(10588,3,0,'','Linux','Vivalidi',NULL,NULL,'104.129.36.251',1,'2023-11-03 18:45:49'),(10589,3,0,'http://gorillaafricasafaris.com/contact/','Linux','Vivalidi',NULL,NULL,'104.129.36.251',1,'2023-11-03 18:45:50'),(10590,3,0,'','Windows','Chrome',NULL,NULL,'77.232.43.193',1,'2023-11-03 20:29:39'),(10591,1,0,'','unknown','Mozilla',NULL,NULL,'77.75.76.172',3,'2023-11-03 22:16:20'),(10592,3,0,'','unknown','Mozilla',NULL,NULL,'51.222.253.6',1,'2023-11-04 08:05:57'),(10593,2,0,'','unknown','unknown',NULL,NULL,'100.21.24.205',2,'2023-11-04 11:19:55'),(10594,1,0,'http://gorillaafricasafaris.com/safaris/','Android','Android',NULL,NULL,'114.119.128.218',1,'2023-11-04 14:47:13'),(10595,1,0,'http://gorillaafricasafaris.com/safaris/','Android','Android',NULL,NULL,'114.119.154.11',1,'2023-11-05 10:11:09'),(10596,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'123.215.113.193',4,'2023-11-05 19:26:53'),(10597,3,0,'http://gorillaafricasafaris.com/','unknown','Mozilla',NULL,NULL,'207.246.109.253',1,'2023-11-06 00:26:13'),(10598,2,0,'http://gorillaafricasafaris.com/','unknown','Mozilla',NULL,NULL,'207.246.109.253',1,'2023-11-06 00:26:15'),(10599,1,0,'http://gorillaafricasafaris.com/','unknown','Mozilla',NULL,NULL,'207.246.109.253',6,'2023-11-06 00:26:17'),(10600,1,0,'http://gorillaafricasafaris.com/safaris/','unknown','Mozilla',NULL,NULL,'207.246.109.253',40,'2023-11-06 00:26:36'),(10601,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'95.31.145.101',3,'2023-11-06 02:58:26'),(10602,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'46.185.6.203',2,'2023-11-06 10:55:41'),(10603,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Opera',NULL,NULL,'37.19.223.109',2,'2023-11-06 11:27:39'),(10604,1,0,'http://gorillaafricasafaris.com/tour/2-day-gorilla-safari-in-rwanda-volcanoes-gorilla-park/','Windows','Chrome',NULL,NULL,'37.139.53.17',2,'2023-11-06 12:15:57'),(10605,3,0,'','Linux','Chrome',NULL,NULL,'196.244.4.100',1,'2023-11-06 15:12:25'),(10606,3,0,'http://gorillaafricasafaris.com/contact/','Linux','Chrome',NULL,NULL,'196.244.4.100',1,'2023-11-06 15:12:34'),(10607,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'51.68.196.224',2,'2023-11-06 16:03:56'),(10608,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'46.246.8.91',2,'2023-11-06 17:23:12'),(10609,2,0,'','unknown','unknown',NULL,NULL,'54.184.159.16',1,'2023-11-06 17:51:16'),(10610,2,0,'','unknown','unknown',NULL,NULL,'44.231.202.44',1,'2023-11-06 18:00:42'),(10611,3,0,'','unknown','unknown',NULL,NULL,'50.112.160.3',1,'2023-11-06 18:01:24'),(10612,2,0,'','Android','Chrome',NULL,NULL,'66.249.65.2',1,'2023-11-06 19:13:40'),(10613,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'123.215.113.149',2,'2023-11-06 20:47:44'),(10614,3,0,'','Linux','Opera',NULL,NULL,'196.240.237.113',1,'2023-11-06 21:29:35'),(10615,3,0,'http://gorillaafricasafaris.com/contact/','Linux','Opera',NULL,NULL,'196.240.237.113',1,'2023-11-06 21:29:52'),(10616,3,0,'','unknown','unknown',NULL,NULL,'146.59.52.85',1,'2023-11-06 22:13:16'),(10617,2,0,'','unknown','unknown',NULL,NULL,'146.59.52.85',1,'2023-11-06 22:15:42'),(10618,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'192.42.116.184',2,'2023-11-07 04:24:12'),(10619,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'38.97.116.244',2,'2023-11-07 04:24:17'),(10620,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'146.70.170.46',2,'2023-11-07 11:03:54'),(10621,1,0,'','unknown','Mozilla',NULL,NULL,'51.222.253.2',1,'2023-11-07 13:20:03'),(10622,1,0,'','Apple','Safari',NULL,NULL,'17.241.75.147',1,'2023-11-07 14:42:32'),(10623,2,0,'','unknown','Chrome',NULL,NULL,'157.55.39.61',1,'2023-11-08 03:15:27'),(10624,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'198.98.48.128',2,'2023-11-08 03:30:10'),(10625,1,0,'','Android','Chrome',NULL,NULL,'66.249.68.5',1,'2023-11-08 04:15:17'),(10626,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'185.241.208.232',2,'2023-11-08 04:24:14'),(10627,1,0,'','unknown','Mozilla',NULL,NULL,'185.191.171.18',2,'2023-11-08 07:17:48'),(10628,3,0,'http://gorillaafricasafaris.com/contact/','Windows','Chrome',NULL,NULL,'107.164.52.12',2,'2023-11-08 07:50:06'),(10629,3,0,'','Linux','Vivalidi',NULL,NULL,'146.70.181.246',1,'2023-11-08 09:24:07'),(10630,2,0,'','unknown','Mozilla',NULL,NULL,'51.222.253.17',1,'2023-11-08 11:11:36'),(10631,3,0,'','Linux','Vivalidi',NULL,NULL,'196.240.237.64',1,'2023-11-08 12:15:38'),(10632,3,0,'http://gorillaafricasafaris.com/contact/','Linux','Vivalidi',NULL,NULL,'196.240.237.64',1,'2023-11-08 12:15:56'),(10633,3,0,'http://gorillaafricasafaris.com/travel-information/','Linux','Vivalidi',NULL,NULL,'217.148.140.145',1,'2023-11-08 14:07:37'),(10634,3,0,'http://gorillaafricasafaris.com/contact/','Linux','Vivalidi',NULL,NULL,'217.148.140.145',1,'2023-11-08 14:07:41'),(10635,3,0,'','Linux','Vivalidi',NULL,NULL,'191.96.252.135',1,'2023-11-08 14:52:01'),(10636,3,0,'http://gorillaafricasafaris.com/contact/','Linux','Vivalidi',NULL,NULL,'191.96.252.135',1,'2023-11-08 14:52:05'),(10637,3,0,'','unknown','Mozilla',NULL,NULL,'185.191.171.5',1,'2023-11-08 15:16:44'),(10638,1,0,'','unknown','unknown',NULL,NULL,'35.243.160.23',2,'2023-11-08 15:46:43');
/*!40000 ALTER TABLE `wpn7_fluentform_form_analytics` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpn7_fluentform_form_meta`
--

DROP TABLE IF EXISTS `wpn7_fluentform_form_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpn7_fluentform_form_meta` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` int(10) unsigned DEFAULT NULL,
  `meta_key` varchar(255) NOT NULL,
  `value` longtext DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpn7_fluentform_form_meta`
--

LOCK TABLES `wpn7_fluentform_form_meta` WRITE;
/*!40000 ALTER TABLE `wpn7_fluentform_form_meta` DISABLE KEYS */;
INSERT INTO `wpn7_fluentform_form_meta` VALUES (1,1,'formSettings','{\"confirmation\":{\"redirectTo\":\"samePage\",\"messageToShow\":\"<p>Thank you for your enquiry We will get in touch with you shortly.<\\/p>\",\"customPage\":null,\"samePageFormBehavior\":\"hide_form\",\"customUrl\":null},\"restrictions\":{\"limitNumberOfEntries\":{\"enabled\":false,\"numberOfEntries\":null,\"period\":\"total\",\"limitReachedMsg\":\"Maximum number of entries exceeded.\"},\"scheduleForm\":{\"enabled\":false,\"start\":null,\"end\":null,\"pendingMsg\":\"Form submission is not started yet.\",\"expiredMsg\":\"Form submission is now closed.\",\"selectedDays\":[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\",\"Sunday\"]},\"requireLogin\":{\"enabled\":false,\"requireLoginMsg\":\"You must be logged in to submit the form.\"},\"denyEmptySubmission\":{\"enabled\":false,\"message\":\"Sorry, you cannot submit an empty form. Let\'s hear what you wanna say.\"}},\"layout\":{\"labelPlacement\":\"top\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"asteriskPlacement\":\"asterisk-right\"},\"delete_entry_on_submission\":\"no\",\"appendSurveyResult\":{\"enabled\":false,\"showLabel\":false,\"showCount\":false}}'),(2,1,'notifications','{\"name\":\"Admin Notification Email\",\"sendTo\":{\"type\":\"email\",\"email\":\"info@gorillaafricasafaris.com\",\"field\":\"email\",\"routing\":[{\"email\":null,\"field\":null,\"operator\":\"=\",\"value\":null}]},\"fromName\":\"{inputs.enquirer_name}\",\"fromEmail\":\"{inputs.enquirer_email}\",\"replyTo\":\"{inputs.enquirer_email}\",\"bcc\":\"\",\"subject\":\"{embed_post.post_title} Enquiry\",\"message\":\"<h1>{embed_post.post_title} Enquiry</h1>\\n<p>{all_data}</p>\\n<p>&nbsp;</p>\",\"conditionals\":{\"status\":false,\"type\":\"all\",\"conditions\":[{\"field\":null,\"operator\":\"=\",\"value\":null}]},\"enabled\":true,\"email_template\":\"\",\"attachments\":[],\"pdf_attachments\":[]}'),(3,1,'_primary_email_field','enquirer_email'),(4,1,'advancedValidationSettings','{\"status\":false,\"type\":\"all\",\"conditions\":[{\"field\":\"\",\"operator\":\"=\",\"value\":\"\"}],\"error_message\":\"\",\"validation_type\":\"fail_on_condition_met\"}'),(5,2,'formSettings','{\"confirmation\":{\"redirectTo\":\"samePage\",\"messageToShow\":\"<p>Thank you for your reservations enquiry. We will get in touch with you shortly<\\/p>\",\"customPage\":null,\"samePageFormBehavior\":\"hide_form\",\"customUrl\":null},\"restrictions\":{\"limitNumberOfEntries\":{\"enabled\":false,\"numberOfEntries\":null,\"period\":\"total\",\"limitReachedMsg\":\"Maximum number of entries exceeded.\"},\"scheduleForm\":{\"enabled\":false,\"start\":null,\"end\":null,\"pendingMsg\":\"Form submission is not started yet.\",\"expiredMsg\":\"Form submission is now closed.\",\"selectedDays\":[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\",\"Sunday\"]},\"requireLogin\":{\"enabled\":false,\"requireLoginMsg\":\"You must be logged in to submit the form.\"},\"denyEmptySubmission\":{\"enabled\":false,\"message\":\"Sorry, you cannot submit an empty form. Let\'s hear what you wanna say.\"}},\"layout\":{\"labelPlacement\":\"top\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"asteriskPlacement\":\"asterisk-right\"},\"delete_entry_on_submission\":\"no\",\"appendSurveyResult\":{\"enabled\":false,\"showLabel\":false,\"showCount\":false}}'),(6,2,'notifications','{\"name\":\"Reservations Enquiry Notification\",\"sendTo\":{\"type\":\"email\",\"email\":\"info@gorillaafricasafaris.com\",\"field\":\"email\",\"routing\":[{\"email\":null,\"field\":null,\"operator\":\"=\",\"value\":null}]},\"fromName\":\"{inputs.reservation_name}\",\"fromEmail\":\"{inputs.reservation_email}\",\"replyTo\":\"{inputs.reservation_email}\",\"bcc\":\"\",\"subject\":\"Reservations Enquiry - {inputs.reservation_name}\",\"message\":\"<h1>Reservations Enquiry</h1>\\n<p>{all_data}</p>\",\"conditionals\":{\"status\":false,\"type\":\"all\",\"conditions\":[{\"field\":null,\"operator\":\"=\",\"value\":null}]},\"enabled\":true,\"email_template\":\"\",\"attachments\":[],\"pdf_attachments\":[]}'),(7,2,'_primary_email_field','reservation_email'),(8,2,'advancedValidationSettings','{\"status\":false,\"type\":\"all\",\"conditions\":[{\"field\":\"\",\"operator\":\"=\",\"value\":\"\"}],\"error_message\":\"\",\"validation_type\":\"fail_on_condition_met\"}'),(9,3,'formSettings','{\"confirmation\":{\"redirectTo\":\"samePage\",\"messageToShow\":\"Thank you for your message. We will get in touch with you shortly\",\"customPage\":null,\"samePageFormBehavior\":\"hide_form\",\"customUrl\":null},\"restrictions\":{\"limitNumberOfEntries\":{\"enabled\":false,\"numberOfEntries\":null,\"period\":\"total\",\"limitReachedMsg\":\"Maximum number of entries exceeded.\"},\"scheduleForm\":{\"enabled\":false,\"start\":null,\"end\":null,\"pendingMsg\":\"Form submission is not started yet.\",\"expiredMsg\":\"Form submission is now closed.\"},\"requireLogin\":{\"enabled\":false,\"requireLoginMsg\":\"You must be logged in to submit the form.\"},\"denyEmptySubmission\":{\"enabled\":false,\"message\":\"Sorry, you cannot submit an empty form. Let\'s hear what you wanna say.\"}},\"layout\":{\"labelPlacement\":\"top\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"asteriskPlacement\":\"asterisk-right\"},\"id\":\"39\"}'),(10,3,'notifications','{\"name\":\"Enquiry Notification\",\"sendTo\":{\"type\":\"email\",\"email\":\"info@gorillaafricasafaris.com\",\"field\":\"email\",\"routing\":[{\"email\":null,\"field\":null,\"operator\":\"=\",\"value\":null}]},\"fromName\":\"{inputs.contact_names}\",\"fromEmail\":\"{inputs.contact_email}\",\"replyTo\":\"{inputs.contact_email}\",\"bcc\":\"\",\"subject\":\"Website Enquiry\",\"message\":\"<h1>Website Enquiry</h1>\\n<p>{all_data}</p>\",\"conditionals\":{\"status\":false,\"type\":\"all\",\"conditions\":[{\"field\":null,\"operator\":\"=\",\"value\":null}]},\"enabled\":true,\"email_template\":\"\",\"attachments\":[],\"pdf_attachments\":[]}'),(11,3,'_primary_email_field','contact_email'),(12,1,'_total_views','3262'),(13,3,'_total_views','6614'),(14,2,'_total_views','762');
/*!40000 ALTER TABLE `wpn7_fluentform_form_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpn7_fluentform_forms`
--

DROP TABLE IF EXISTS `wpn7_fluentform_forms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpn7_fluentform_forms` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `status` varchar(45) DEFAULT 'Draft',
  `appearance_settings` text DEFAULT NULL,
  `form_fields` longtext DEFAULT NULL,
  `has_payment` tinyint(1) NOT NULL DEFAULT 0,
  `type` varchar(45) DEFAULT NULL,
  `conditions` text DEFAULT NULL,
  `created_by` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpn7_fluentform_forms`
--

LOCK TABLES `wpn7_fluentform_forms` WRITE;
/*!40000 ALTER TABLE `wpn7_fluentform_forms` DISABLE KEYS */;
INSERT INTO `wpn7_fluentform_forms` VALUES (1,'Enquiry Form','published',NULL,'{\"fields\":[{\"index\":2,\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"enquirer_name\",\"value\":\"\",\"class\":\"\",\"placeholder\":\"\",\"maxlength\":\"\"},\"settings\":{\"container_class\":\"\",\"label\":\"Name\",\"label_placement\":\"\",\"admin_field_label\":\"Enquirer Name\",\"help_message\":\"\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"This field is required\"}},\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]},\"is_unique\":\"no\",\"unique_validation_message\":\"This value need to be unique.\"},\"editor_options\":{\"title\":\"Simple Text\",\"icon_class\":\"ff-edit-text\",\"template\":\"inputText\"},\"uniqElKey\":\"el_16234062731350.15378960252558938\"},{\"index\":1,\"element\":\"input_email\",\"attributes\":{\"type\":\"email\",\"name\":\"enquirer_email\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"\"},\"settings\":{\"container_class\":\"\",\"label\":\"Email\",\"label_placement\":\"\",\"help_message\":\"\",\"admin_field_label\":\"Enquirer Email\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"This field is required\"},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\"}},\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]},\"is_unique\":\"no\",\"unique_validation_message\":\"Email address need to be unique.\"},\"editor_options\":{\"title\":\"Email Address\",\"icon_class\":\"ff-edit-email\",\"template\":\"inputText\"},\"uniqElKey\":\"el_16234063003740.6699463453294097\"},{\"index\":3,\"element\":\"textarea\",\"attributes\":{\"name\":\"enquirer_message\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"\",\"rows\":3,\"cols\":2,\"maxlength\":\"\"},\"settings\":{\"container_class\":\"\",\"label\":\"Message\",\"admin_field_label\":\"Message\",\"label_placement\":\"\",\"help_message\":\"\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"This field is required\"}},\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]}},\"editor_options\":{\"title\":\"Text Area\",\"icon_class\":\"ff-edit-textarea\",\"template\":\"inputTextarea\"},\"uniqElKey\":\"el_16234065661680.4953201218492612\"}],\"submitButton\":{\"uniqElKey\":\"el_1524065200616\",\"element\":\"button\",\"attributes\":{\"type\":\"submit\",\"class\":\"\"},\"settings\":{\"align\":\"center\",\"button_style\":\"default\",\"container_class\":\"\",\"help_message\":\"\",\"background_color\":\"#409EFF\",\"button_size\":\"md\",\"color\":\"#ffffff\",\"button_ui\":{\"type\":\"default\",\"text\":\"Enquire Now\",\"img_url\":\"\"},\"normal_styles\":{\"backgroundColor\":\"#409EFF\",\"borderColor\":\"#409EFF\",\"color\":\"#ffffff\",\"borderRadius\":\"\",\"minWidth\":\"\"},\"hover_styles\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#409EFF\",\"color\":\"#409EFF\",\"borderRadius\":\"\",\"minWidth\":\"\"},\"current_state\":\"normal_styles\"},\"editor_options\":{\"title\":\"Submit Button\"}}}',0,'form',NULL,1,'2021-06-11 20:10:38','2021-06-14 15:50:15'),(2,'Reservations Form','published',NULL,'{\"fields\":[{\"index\":1,\"element\":\"container\",\"attributes\":[],\"settings\":{\"container_class\":\"\",\"conditional_logics\":[]},\"columns\":[{\"fields\":[{\"index\":2,\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"reservation_name\",\"value\":\"\",\"class\":\"\",\"placeholder\":\"\",\"maxlength\":\"\"},\"settings\":{\"container_class\":\"\",\"label\":\"Name\",\"label_placement\":\"\",\"admin_field_label\":\"Name\",\"help_message\":\"\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"This field is required\"}},\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]},\"is_unique\":\"no\",\"unique_validation_message\":\"This value need to be unique.\"},\"editor_options\":{\"title\":\"Simple Text\",\"icon_class\":\"ff-edit-text\",\"template\":\"inputText\"},\"uniqElKey\":\"el_16235743706680.10856253187758313\"}]},{\"fields\":[{\"index\":1,\"element\":\"input_email\",\"attributes\":{\"type\":\"email\",\"name\":\"reservation_email\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"\"},\"settings\":{\"container_class\":\"\",\"label\":\"Email\",\"label_placement\":\"\",\"help_message\":\"\",\"admin_field_label\":\"Email\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"This field is required\"},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\"}},\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]},\"is_unique\":\"no\",\"unique_validation_message\":\"Email address need to be unique.\"},\"editor_options\":{\"title\":\"Email Address\",\"icon_class\":\"ff-edit-email\",\"template\":\"inputText\"},\"uniqElKey\":\"el_16235743896470.6671867227598086\"}]}],\"editor_options\":{\"title\":\"Two Column Container\",\"icon_class\":\"ff-edit-column-2\"},\"uniqElKey\":\"el_16235743650770.8592453120009197\"},{\"index\":2,\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"reservation_flight\",\"value\":\"\",\"class\":\"\",\"placeholder\":\"\",\"maxlength\":\"\"},\"settings\":{\"container_class\":\"\",\"label\":\"Please advise your schedule flights (time, air company):\",\"label_placement\":\"\",\"admin_field_label\":\"Flight Schedule\",\"help_message\":\"\",\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]},\"is_unique\":\"no\",\"unique_validation_message\":\"This value need to be unique.\"},\"editor_options\":{\"title\":\"Simple Text\",\"icon_class\":\"ff-edit-text\",\"template\":\"inputText\"},\"uniqElKey\":\"el_16235744249050.40266039872465575\"},{\"index\":2,\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"reservation_safari\",\"value\":\"\",\"class\":\"\",\"placeholder\":\"\",\"maxlength\":\"\"},\"settings\":{\"container_class\":\"\",\"label\":\"Type of safari requested and dates:\",\"label_placement\":\"\",\"admin_field_label\":\"\",\"help_message\":\"\",\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]},\"is_unique\":\"no\",\"unique_validation_message\":\"This value need to be unique.\"},\"editor_options\":{\"title\":\"Simple Text\",\"icon_class\":\"ff-edit-text\",\"template\":\"inputText\"},\"uniqElKey\":\"el_16235744648780.7221368827284907\"},{\"index\":2,\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"reservation_food\",\"value\":\"\",\"class\":\"\",\"placeholder\":\"\",\"maxlength\":\"\"},\"settings\":{\"container_class\":\"\",\"label\":\"Food requirements (if any specific diet is required):\",\"label_placement\":\"\",\"admin_field_label\":\"Food Requirements\",\"help_message\":\"\",\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]},\"is_unique\":\"no\",\"unique_validation_message\":\"This value need to be unique.\"},\"editor_options\":{\"title\":\"Simple Text\",\"icon_class\":\"ff-edit-text\",\"template\":\"inputText\"},\"uniqElKey\":\"el_16235750759750.7501694900791895\"},{\"index\":2,\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"reservation_health\",\"value\":\"\",\"class\":\"\",\"placeholder\":\"\",\"maxlength\":\"\"},\"settings\":{\"container_class\":\"\",\"label\":\"Health conditions (if anything to be acknowledged):\",\"label_placement\":\"\",\"admin_field_label\":\"Health Conditions\",\"help_message\":\"\",\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]},\"is_unique\":\"no\",\"unique_validation_message\":\"This value need to be unique.\"},\"editor_options\":{\"title\":\"Simple Text\",\"icon_class\":\"ff-edit-text\",\"template\":\"inputText\"},\"uniqElKey\":\"el_16235751161580.2358823585996832\"},{\"index\":3,\"element\":\"textarea\",\"attributes\":{\"name\":\"reservation_requirements\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"\",\"rows\":3,\"cols\":2,\"maxlength\":\"\"},\"settings\":{\"container_class\":\"\",\"label\":\"Special requirements (if any)\",\"admin_field_label\":\"\",\"label_placement\":\"\",\"help_message\":\"\",\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]}},\"editor_options\":{\"title\":\"Text Area\",\"icon_class\":\"ff-edit-textarea\",\"template\":\"inputTextarea\"},\"uniqElKey\":\"el_16235751349680.1047131940531787\"},{\"index\":9,\"element\":\"input_checkbox\",\"attributes\":{\"type\":\"checkbox\",\"name\":\"reservation_supplement\",\"value\":[]},\"settings\":{\"dynamic_default_value\":\"\",\"container_class\":\"\",\"label\":\"Do you require a single room supplement?\",\"admin_field_label\":\"\",\"label_placement\":\"\",\"display_type\":\"\",\"help_message\":\"\",\"advanced_options\":[{\"label\":\"Yes\",\"value\":\"Yes\",\"calc_value\":\"\",\"image\":\"\",\"id\":0}],\"calc_value_status\":false,\"enable_image_input\":false,\"randomize_options\":\"no\",\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]},\"layout_class\":\"\",\"enable_select_2\":\"no\"},\"editor_options\":{\"title\":\"Check Box\",\"icon_class\":\"ff-edit-checkbox-1\",\"template\":\"inputCheckable\"},\"uniqElKey\":\"el_1623643863981\"},{\"index\":9,\"element\":\"input_checkbox\",\"attributes\":{\"type\":\"checkbox\",\"name\":\"reservation_tarrif\",\"value\":[]},\"settings\":{\"dynamic_default_value\":\"\",\"container_class\":\"ff_list_2col\",\"label\":\"Are you interested in classic or budget safari tarrifs?\",\"admin_field_label\":\"\",\"label_placement\":\"\",\"display_type\":\"\",\"help_message\":\"\",\"advanced_options\":[{\"label\":\"Classic\",\"value\":\"Classic\",\"calc_value\":\"\",\"image\":\"\",\"id\":0},{\"label\":\"Budget\",\"value\":\"Budget\",\"calc_value\":\"\",\"image\":\"\",\"id\":1}],\"calc_value_status\":false,\"enable_image_input\":false,\"randomize_options\":\"no\",\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]},\"layout_class\":\"\",\"enable_select_2\":\"no\"},\"editor_options\":{\"title\":\"Check Box\",\"icon_class\":\"ff-edit-checkbox-1\",\"template\":\"inputCheckable\"},\"uniqElKey\":\"el_1623643868100\"},{\"index\":9,\"element\":\"input_checkbox\",\"attributes\":{\"type\":\"checkbox\",\"name\":\"reservation_language\",\"value\":[]},\"settings\":{\"dynamic_default_value\":\"\",\"container_class\":\"\",\"label\":\"Do you require any guide to speak a language other than English?\",\"admin_field_label\":\"Languages\",\"label_placement\":\"\",\"display_type\":\"\",\"help_message\":\"\",\"advanced_options\":[{\"label\":\"Yes\",\"value\":\"Yes\",\"calc_value\":\"\",\"image\":\"\",\"id\":0}],\"calc_value_status\":false,\"enable_image_input\":false,\"randomize_options\":\"no\",\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]},\"layout_class\":\"\",\"enable_select_2\":\"no\"},\"editor_options\":{\"title\":\"Check Box\",\"icon_class\":\"ff-edit-checkbox-1\",\"template\":\"inputCheckable\"},\"uniqElKey\":\"el_1623643871874\"},{\"index\":9,\"element\":\"input_checkbox\",\"attributes\":{\"type\":\"checkbox\",\"name\":\"reservation_insurance\",\"value\":[]},\"settings\":{\"dynamic_default_value\":\"\",\"container_class\":\"\",\"label\":\"Do you require local tourist insurance?\",\"admin_field_label\":\"\",\"label_placement\":\"\",\"display_type\":\"\",\"help_message\":\"\",\"advanced_options\":[{\"label\":\"Yes\",\"value\":\"Yes\",\"calc_value\":\"\",\"image\":\"\",\"id\":0}],\"calc_value_status\":false,\"enable_image_input\":false,\"randomize_options\":\"no\",\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]},\"layout_class\":\"\",\"enable_select_2\":\"no\"},\"editor_options\":{\"title\":\"Check Box\",\"icon_class\":\"ff-edit-checkbox-1\",\"template\":\"inputCheckable\"},\"uniqElKey\":\"el_1623643875476\"}],\"submitButton\":{\"uniqElKey\":\"el_1524065200616\",\"element\":\"button\",\"attributes\":{\"type\":\"submit\",\"class\":\"\"},\"settings\":{\"align\":\"left\",\"button_style\":\"default\",\"container_class\":\"\",\"help_message\":\"\",\"background_color\":\"#409EFF\",\"button_size\":\"md\",\"color\":\"#ffffff\",\"button_ui\":{\"type\":\"default\",\"text\":\"Enquire Now\",\"img_url\":\"\"},\"normal_styles\":{\"backgroundColor\":\"#409EFF\",\"borderColor\":\"#409EFF\",\"color\":\"#ffffff\",\"borderRadius\":\"\",\"minWidth\":\"\"},\"hover_styles\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#409EFF\",\"color\":\"#409EFF\",\"borderRadius\":\"\",\"minWidth\":\"\"},\"current_state\":\"normal_styles\"},\"editor_options\":{\"title\":\"Submit Button\"}}}',0,'form',NULL,1,'2021-06-13 18:52:24','2021-06-14 14:45:31'),(3,'Contact Form','published',NULL,'{\"fields\":[{\"index\":0,\"element\":\"input_name\",\"attributes\":{\"name\":\"contact_names\",\"data-type\":\"name-element\"},\"settings\":{\"container_class\":\"\",\"admin_field_label\":\"Name\",\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]},\"label_placement\":\"\"},\"fields\":{\"first_name\":{\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"first_name\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"\"},\"settings\":{\"container_class\":\"\",\"label\":\"First Name\",\"help_message\":\"\",\"visible\":true,\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"This field is required\"}},\"conditional_logics\":[]},\"editor_options\":{\"template\":\"inputText\"}},\"middle_name\":{\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"middle_name\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"\",\"required\":false},\"settings\":{\"container_class\":\"\",\"label\":\"Middle Name\",\"help_message\":\"\",\"error_message\":\"\",\"visible\":false,\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"conditional_logics\":[]},\"editor_options\":{\"template\":\"inputText\"}},\"last_name\":{\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"last_name\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"\",\"required\":false},\"settings\":{\"container_class\":\"\",\"label\":\"Last Name\",\"help_message\":\"\",\"error_message\":\"\",\"visible\":true,\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"conditional_logics\":[]},\"editor_options\":{\"template\":\"inputText\"}}},\"editor_options\":{\"title\":\"Name Fields\",\"element\":\"name-fields\",\"icon_class\":\"ff-edit-name\",\"template\":\"nameFields\"},\"uniqElKey\":\"el_1570866006692\"},{\"index\":1,\"element\":\"input_email\",\"attributes\":{\"type\":\"email\",\"name\":\"contact_email\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"\"},\"settings\":{\"container_class\":\"\",\"label\":\"Email\",\"label_placement\":\"\",\"help_message\":\"\",\"admin_field_label\":\"\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"This field is required\"},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\"}},\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]},\"is_unique\":\"no\",\"unique_validation_message\":\"Email address need to be unique.\",\"prefix_label\":\"\",\"suffix_label\":\"\"},\"editor_options\":{\"title\":\"Email Address\",\"icon_class\":\"ff-edit-email\",\"template\":\"inputText\"},\"uniqElKey\":\"el_1570866012914\"},{\"index\":3,\"element\":\"textarea\",\"attributes\":{\"name\":\"contact_message\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"\",\"rows\":4,\"cols\":2,\"maxlength\":\"\"},\"settings\":{\"container_class\":\"\",\"label\":\"Message\",\"admin_field_label\":\"Message\",\"label_placement\":\"\",\"help_message\":\"\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"This field is required\"}},\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]},\"maxlength\":\"\"},\"editor_options\":{\"title\":\"Text Area\",\"icon_class\":\"ff-edit-textarea\",\"template\":\"inputTextarea\"},\"uniqElKey\":\"el_1570879001207\"}],\"submitButton\":{\"uniqElKey\":\"el_1524065200616\",\"element\":\"button\",\"attributes\":{\"type\":\"submit\",\"class\":\"\"},\"settings\":{\"align\":\"left\",\"button_style\":\"default\",\"container_class\":\"\",\"help_message\":\"\",\"background_color\":\"#409EFF\",\"button_size\":\"md\",\"color\":\"#ffffff\",\"button_ui\":{\"type\":\"default\",\"text\":\"Send Enquiry\",\"img_url\":\"\"},\"normal_styles\":{\"backgroundColor\":\"#409EFF\",\"borderColor\":\"#409EFF\",\"color\":\"#ffffff\",\"borderRadius\":\"\",\"minWidth\":\"\"},\"hover_styles\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#409EFF\",\"color\":\"#409EFF\",\"borderRadius\":\"\",\"minWidth\":\"\"},\"current_state\":\"normal_styles\"},\"editor_options\":{\"title\":\"Submit Button\"}}}',0,'form',NULL,1,'2021-06-14 14:58:09','2021-08-09 19:15:39');
/*!40000 ALTER TABLE `wpn7_fluentform_forms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpn7_fluentform_logs`
--

DROP TABLE IF EXISTS `wpn7_fluentform_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpn7_fluentform_logs` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `parent_source_id` int(10) unsigned DEFAULT NULL,
  `source_type` varchar(255) DEFAULT NULL,
  `source_id` int(10) unsigned DEFAULT NULL,
  `component` varchar(255) DEFAULT NULL,
  `status` char(30) DEFAULT NULL,
  `title` varchar(255) NOT NULL,
  `description` longtext DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpn7_fluentform_logs`
--

LOCK TABLES `wpn7_fluentform_logs` WRITE;
/*!40000 ALTER TABLE `wpn7_fluentform_logs` DISABLE KEYS */;
INSERT INTO `wpn7_fluentform_logs` VALUES (1,1,'submission_item',1,'EmailNotification','info','Email sending initiated','Email Notification broadcasted to info@intergise.com.<br />Subject: 5 Day Gorillas & Akagera Wildlife Enquiry','2021-06-11 20:20:37'),(2,3,'submission_item',2,'EmailNotification','info','Email sending initiated','Email Notification broadcasted to info@intergise.com.<br />Subject: Website Enquiry','2021-06-14 15:21:15'),(3,2,'submission_item',3,'EmailNotification','info','Email sending initiated','Email Notification broadcasted to info@intergise.com.<br />Subject: Reservations Enquiry - David','2021-06-14 15:23:14'),(4,1,'submission_item',4,'EmailNotification','info','Email sending initiated','Email Notification broadcasted to info@intergise.com.<br />Subject: 5 Day Gorillas & Akagera Wildlife Enquiry','2021-06-14 15:23:52'),(5,2,'submission_item',5,'EmailNotification','info','Email sending initiated','Email Notification broadcasted to info@intergise.com.<br />Subject: Reservations Enquiry - David','2021-06-14 15:53:22'),(6,3,'submission_item',6,'EmailNotification','info','Email sending initiated','Email Notification broadcasted to info@intergise.com.<br />Subject: Website Enquiry','2021-06-14 15:53:49'),(7,1,'submission_item',7,'EmailNotification','info','Email sending initiated','Email Notification broadcasted to info@intergise.com.<br />Subject: 10 Day Gorillas & Big Game Safari Enquiry','2021-06-14 15:54:20'),(8,3,'submission_item',8,'EmailNotification','info','Email sending initiated','Email Notification broadcasted to info@intergise.com.<br />Subject: Website Enquiry','2021-08-09 19:07:39'),(9,2,'submission_item',9,'EmailNotification','info','Email sending initiated','Email Notification broadcasted to info@intergise.com.<br />Subject: Reservations Enquiry - David','2021-08-09 19:08:52'),(10,1,'submission_item',10,'EmailNotification','info','Email sending initiated','Email Notification broadcasted to info@intergise.com.<br />Subject: 1 Day Rwanda Gorilla Trek Enquiry','2021-08-09 19:10:17'),(11,3,'submission_item',11,'EmailNotification','info','Email sending initiated','Email Notification broadcasted to info@intergise.com.<br />Subject: Website Enquiry','2021-08-09 19:18:29'),(12,3,'submission_item',12,'EmailNotification','info','Email sending initiated','Email Notification broadcasted to info@gorillaafricasafaris.com.<br />Subject: Website Enquiry','2021-11-21 00:43:06'),(13,1,'submission_item',13,'EmailNotification','info','Email sending initiated','Email Notification broadcasted to info@gorillaafricasafaris.com.<br />Subject: 3 Day Uganda Gorilla Tour Enquiry','2022-02-04 23:37:38'),(14,3,'submission_item',14,'EmailNotification','info','Email sending initiated','Email Notification broadcasted to info@gorillaafricasafaris.com.<br />Subject: Website Enquiry','2022-02-08 01:11:02'),(15,3,'submission_item',15,'EmailNotification','info','Email sending initiated','Email Notification broadcasted to info@gorillaafricasafaris.com.<br />Subject: Website Enquiry','2022-03-24 22:36:27'),(16,3,'submission_item',16,'EmailNotification','info','Email sending initiated','Email Notification broadcasted to info@gorillaafricasafaris.com.<br />Subject: Website Enquiry','2022-04-02 01:13:36'),(17,2,'submission_item',17,'EmailNotification','info','Email sending initiated','Email Notification broadcasted to info@gorillaafricasafaris.com.<br />Subject: Reservations Enquiry - Moises','2022-04-27 02:27:02'),(18,3,'submission_item',18,'EmailNotification','info','Email sending initiated','Email Notification broadcasted to info@gorillaafricasafaris.com.<br />Subject: Website Enquiry','2022-05-24 10:43:56'),(19,3,'submission_item',19,'EmailNotification','info','Email sending initiated','Email Notification broadcasted to info@gorillaafricasafaris.com.<br />Subject: Website Enquiry','2022-06-09 17:38:15'),(20,3,'submission_item',20,'EmailNotification','info','Email sending initiated','Email Notification broadcasted to info@gorillaafricasafaris.com.<br />Subject: Website Enquiry','2022-09-13 21:17:02'),(21,1,'submission_item',21,'EmailNotification','info','Email sending initiated','Email Notification broadcasted to info@gorillaafricasafaris.com.<br />Subject: 5 Day Bwindi Gorillas, Chimps & Wildlife Safari Enquiry','2022-09-14 09:51:41'),(22,3,'submission_item',22,'EmailNotification','info','Email sending initiated','Email Notification broadcasted to info@gorillaafricasafaris.com.<br />Subject: Website Enquiry','2022-10-14 12:42:40'),(23,1,'submission_item',23,'EmailNotification','info','Email sending initiated','Email Notification broadcasted to info@gorillaafricasafaris.com.<br />Subject: 1 Day Mgahinga Gorilla Trek Enquiry','2022-11-03 23:38:23'),(24,3,'submission_item',24,'EmailNotification','info','Email sending initiated','Email Notification broadcasted to info@gorillaafricasafaris.com.<br />Subject: Website Enquiry','2022-11-15 00:56:53'),(25,3,'submission_item',24,'EmailNotification','failed','Email sending failed','Email Notification failed to sent.<br />Subject: Website Enquiry. <br/>Reason: Could not instantiate mail function.','2022-11-15 00:56:53'),(26,3,'submission_item',25,'EmailNotification','info','Email sending initiated','Email Notification broadcasted to info@gorillaafricasafaris.com.<br />Subject: Website Enquiry','2022-12-02 23:15:05'),(27,3,'submission_item',25,'EmailNotification','failed','Email sending failed','Email Notification failed to sent.<br />Subject: Website Enquiry. <br/>Reason: Could not instantiate mail function.','2022-12-02 23:15:06'),(28,1,'submission_item',26,'EmailNotification','info','Email sending initiated','Email Notification broadcasted to info@gorillaafricasafaris.com.<br />Subject: 15 Day Best of Uganda Safari Enquiry','2022-12-10 18:54:26'),(29,1,'submission_item',26,'EmailNotification','failed','Email sending failed','Email Notification failed to sent.<br />Subject: 15 Day Best of Uganda Safari Enquiry. <br/>Reason: Could not instantiate mail function.','2022-12-10 18:54:27'),(30,3,'submission_item',27,'EmailNotification','info','Email sending initiated','Email Notification broadcasted to info@gorillaafricasafaris.com.<br />Subject: Website Enquiry','2022-12-15 12:32:30'),(31,3,'submission_item',27,'EmailNotification','failed','Email sending failed','Email Notification failed to sent.<br />Subject: Website Enquiry. <br/>Reason: Could not instantiate mail function.','2022-12-15 12:32:31'),(32,3,'submission_item',28,'EmailNotification','info','Email sending initiated','Email Notification broadcasted to info@gorillaafricasafaris.com.<br />Subject: Website Enquiry','2023-01-14 19:04:02'),(33,3,'submission_item',28,'EmailNotification','failed','Email sending failed','Email Notification failed to sent.<br />Subject: Website Enquiry. <br/>Reason: Could not instantiate mail function.','2023-01-14 19:04:03'),(34,2,'submission_item',29,'EmailNotification','info','Email sending initiated','Email Notification broadcasted to info@gorillaafricasafaris.com.<br />Subject: Reservations Enquiry - Donna Robinson','2023-04-18 01:49:39'),(35,2,'submission_item',29,'EmailNotification','failed','Email sending failed','Email Notification failed to sent.<br />Subject: Reservations Enquiry - Donna Robinson. <br/>Reason: Could not instantiate mail function.','2023-04-18 01:49:39'),(36,3,'submission_item',30,'EmailNotification','info','Email sending initiated','Email Notification broadcasted to info@gorillaafricasafaris.com.<br />Subject: Website Enquiry','2023-09-24 02:02:27'),(37,3,'submission_item',30,'EmailNotification','failed','Email sending failed','Email Notification failed to sent.<br />Subject: Website Enquiry. <br/>Reason: Could not instantiate mail function.','2023-09-24 02:02:28'),(38,3,'submission_item',31,'EmailNotification','info','Email sending initiated','Email Notification broadcasted to info@gorillaafricasafaris.com.<br />Subject: Website Enquiry','2023-10-08 20:35:47'),(39,3,'submission_item',31,'EmailNotification','failed','Email sending failed','Email Notification failed to sent.<br />Subject: Website Enquiry. <br/>Reason: Could not instantiate mail function.','2023-10-08 20:35:48');
/*!40000 ALTER TABLE `wpn7_fluentform_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpn7_fluentform_submission_meta`
--

DROP TABLE IF EXISTS `wpn7_fluentform_submission_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpn7_fluentform_submission_meta` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `response_id` bigint(20) unsigned DEFAULT NULL,
  `form_id` int(10) unsigned DEFAULT NULL,
  `meta_key` varchar(45) DEFAULT NULL,
  `value` longtext DEFAULT NULL,
  `status` varchar(45) DEFAULT NULL,
  `user_id` int(10) unsigned DEFAULT NULL,
  `name` varchar(45) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=63 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpn7_fluentform_submission_meta`
--

LOCK TABLES `wpn7_fluentform_submission_meta` WRITE;
/*!40000 ALTER TABLE `wpn7_fluentform_submission_meta` DISABLE KEYS */;
INSERT INTO `wpn7_fluentform_submission_meta` VALUES (1,1,1,'_entry_uid_hash','f116a088bc63dfed3009e1ba25a08bdc',NULL,NULL,NULL,'2021-06-11 20:20:37','2021-06-11 20:20:37'),(2,1,1,'is_form_action_fired','yes',NULL,NULL,NULL,'2021-06-11 20:20:37','2021-06-11 20:20:37'),(3,2,3,'_entry_uid_hash','7edcc1b0ef457bd04b3a25731d8dac01',NULL,NULL,NULL,'2021-06-14 15:21:15','2021-06-14 15:21:15'),(4,2,3,'is_form_action_fired','yes',NULL,NULL,NULL,'2021-06-14 15:21:15','2021-06-14 15:21:15'),(5,3,2,'_entry_uid_hash','d38387bf0558482e51d681ec0fe21ee4',NULL,NULL,NULL,'2021-06-14 15:23:14','2021-06-14 15:23:14'),(6,3,2,'is_form_action_fired','yes',NULL,NULL,NULL,'2021-06-14 15:23:14','2021-06-14 15:23:14'),(7,4,1,'_entry_uid_hash','2f2a3f73bf2218755eea09c4eef68bb4',NULL,NULL,NULL,'2021-06-14 15:23:52','2021-06-14 15:23:52'),(8,4,1,'is_form_action_fired','yes',NULL,NULL,NULL,'2021-06-14 15:23:52','2021-06-14 15:23:52'),(9,5,2,'_entry_uid_hash','8d53a06a604a0d2cb998d71ae809091e',NULL,NULL,NULL,'2021-06-14 15:53:22','2021-06-14 15:53:22'),(10,5,2,'is_form_action_fired','yes',NULL,NULL,NULL,'2021-06-14 15:53:22','2021-06-14 15:53:22'),(11,6,3,'_entry_uid_hash','00e818ad20daba7a48fbceb865c14a90',NULL,NULL,NULL,'2021-06-14 15:53:49','2021-06-14 15:53:49'),(12,6,3,'is_form_action_fired','yes',NULL,NULL,NULL,'2021-06-14 15:53:49','2021-06-14 15:53:49'),(13,7,1,'_entry_uid_hash','bbb5be498ea820f2bb91d4842e1ea6ea',NULL,NULL,NULL,'2021-06-14 15:54:20','2021-06-14 15:54:20'),(14,7,1,'is_form_action_fired','yes',NULL,NULL,NULL,'2021-06-14 15:54:20','2021-06-14 15:54:20'),(15,8,3,'_entry_uid_hash','d6e8eb9a5002e5d7cc03ee8fadd74280',NULL,NULL,NULL,'2021-08-09 19:07:39','2021-08-09 19:07:39'),(16,8,3,'is_form_action_fired','yes',NULL,NULL,NULL,'2021-08-09 19:07:40','2021-08-09 19:07:40'),(17,9,2,'_entry_uid_hash','4b88ae75cdce6aa18de86924ac639085',NULL,NULL,NULL,'2021-08-09 19:08:52','2021-08-09 19:08:52'),(18,9,2,'is_form_action_fired','yes',NULL,NULL,NULL,'2021-08-09 19:08:52','2021-08-09 19:08:52'),(19,10,1,'_entry_uid_hash','5345b2d6be4e87850a2695e0deda46de',NULL,NULL,NULL,'2021-08-09 19:10:17','2021-08-09 19:10:17'),(20,10,1,'is_form_action_fired','yes',NULL,NULL,NULL,'2021-08-09 19:10:17','2021-08-09 19:10:17'),(21,11,3,'_entry_uid_hash','1022ba448e98011156edb02a1ee0e58b',NULL,NULL,NULL,'2021-08-09 19:18:29','2021-08-09 19:18:29'),(22,11,3,'is_form_action_fired','yes',NULL,NULL,NULL,'2021-08-09 19:18:29','2021-08-09 19:18:29'),(23,12,3,'_entry_uid_hash','132f38aabfd1e3ea84cbebfe4d5b671c',NULL,NULL,NULL,'2021-11-21 00:43:06','2021-11-21 00:43:06'),(24,12,3,'is_form_action_fired','yes',NULL,NULL,NULL,'2021-11-21 00:43:08','2021-11-21 00:43:08'),(25,13,1,'_entry_uid_hash','3e74d8972c7c8ae4ba4020f115ceeb24',NULL,NULL,NULL,'2022-02-04 23:37:37','2022-02-04 23:37:37'),(26,13,1,'is_form_action_fired','yes',NULL,NULL,NULL,'2022-02-04 23:37:38','2022-02-04 23:37:38'),(27,14,3,'_entry_uid_hash','f944c35e349a39f2f93a48bcd020839f',NULL,NULL,NULL,'2022-02-08 01:11:01','2022-02-08 01:11:01'),(28,14,3,'is_form_action_fired','yes',NULL,NULL,NULL,'2022-02-08 01:11:02','2022-02-08 01:11:02'),(29,15,3,'_entry_uid_hash','4e14bbe1f2687dcadce2ac4448d1a5a8',NULL,NULL,NULL,'2022-03-24 22:36:26','2022-03-24 22:36:26'),(30,15,3,'is_form_action_fired','yes',NULL,NULL,NULL,'2022-03-24 22:36:27','2022-03-24 22:36:27'),(31,16,3,'_entry_uid_hash','448e246d0de0e79f720702b7eea00d7d',NULL,NULL,NULL,'2022-04-02 01:13:36','2022-04-02 01:13:36'),(32,16,3,'is_form_action_fired','yes',NULL,NULL,NULL,'2022-04-02 01:13:38','2022-04-02 01:13:38'),(33,17,2,'_entry_uid_hash','4108d29452b83ce73ddf2ca5bdb8988e',NULL,NULL,NULL,'2022-04-27 02:27:02','2022-04-27 02:27:02'),(34,17,2,'is_form_action_fired','yes',NULL,NULL,NULL,'2022-04-27 02:27:03','2022-04-27 02:27:03'),(35,18,3,'_entry_uid_hash','4061273674090cfafe12a1d6bc60cb9e',NULL,NULL,NULL,'2022-05-24 10:43:55','2022-05-24 10:43:55'),(36,18,3,'is_form_action_fired','yes',NULL,NULL,NULL,'2022-05-24 10:43:56','2022-05-24 10:43:56'),(37,19,3,'_entry_uid_hash','c4b504d4efe905f396d32eb8b6db8e6f',NULL,NULL,NULL,'2022-06-09 17:38:15','2022-06-09 17:38:15'),(38,19,3,'is_form_action_fired','yes',NULL,NULL,NULL,'2022-06-09 17:38:15','2022-06-09 17:38:15'),(39,20,3,'_entry_uid_hash','8e26f54f0bc0021a94dd979d43605cdb',NULL,NULL,NULL,'2022-09-13 21:17:02','2022-09-13 21:17:02'),(40,20,3,'is_form_action_fired','yes',NULL,NULL,NULL,'2022-09-13 21:17:03','2022-09-13 21:17:03'),(41,21,1,'_entry_uid_hash','905e2e3f0a11651fb5bb423ba60df6c8',NULL,NULL,NULL,'2022-09-14 09:51:41','2022-09-14 09:51:41'),(42,21,1,'is_form_action_fired','yes',NULL,NULL,NULL,'2022-09-14 09:51:42','2022-09-14 09:51:42'),(43,22,3,'_entry_uid_hash','a4bf829f0b6ec653c7a96cf9b7c2ac97',NULL,NULL,NULL,'2022-10-14 12:42:40','2022-10-14 12:42:40'),(44,22,3,'is_form_action_fired','yes',NULL,NULL,NULL,'2022-10-14 12:42:41','2022-10-14 12:42:41'),(45,23,1,'_entry_uid_hash','d780862838eed8f72322914e67248718',NULL,NULL,NULL,'2022-11-03 23:38:23','2022-11-03 23:38:23'),(46,23,1,'is_form_action_fired','yes',NULL,NULL,NULL,'2022-11-03 23:38:23','2022-11-03 23:38:23'),(47,24,3,'_entry_uid_hash','8fe50563801c215c576822a43de6db8a',NULL,NULL,NULL,'2022-11-15 00:56:52','2022-11-15 00:56:52'),(48,24,3,'is_form_action_fired','yes',NULL,NULL,NULL,'2022-11-15 00:56:53','2022-11-15 00:56:53'),(49,25,3,'_entry_uid_hash','31e0fe46fd2c4f5144e1beb524cdc29d',NULL,NULL,NULL,'2022-12-02 23:15:05','2022-12-02 23:15:05'),(50,25,3,'is_form_action_fired','yes',NULL,NULL,NULL,'2022-12-02 23:15:06','2022-12-02 23:15:06'),(51,26,1,'_entry_uid_hash','dc5bddfa29f755cfa6f1a22405ee96e2',NULL,NULL,NULL,'2022-12-10 18:54:26','2022-12-10 18:54:26'),(52,26,1,'is_form_action_fired','yes',NULL,NULL,NULL,'2022-12-10 18:54:27','2022-12-10 18:54:27'),(53,27,3,'_entry_uid_hash','be859a04344deca2d961136c2fe933fb',NULL,NULL,NULL,'2022-12-15 12:32:30','2022-12-15 12:32:30'),(54,27,3,'is_form_action_fired','yes',NULL,NULL,NULL,'2022-12-15 12:32:31','2022-12-15 12:32:31'),(55,28,3,'_entry_uid_hash','c7d1194e40587799ce163acf98cd49cf',NULL,NULL,NULL,'2023-01-14 19:04:02','2023-01-14 19:04:02'),(56,28,3,'is_form_action_fired','yes',NULL,NULL,NULL,'2023-01-14 19:04:03','2023-01-14 19:04:03'),(57,29,2,'_entry_uid_hash','193929b93efa650a88c4c87443e3841a',NULL,NULL,NULL,'2023-04-18 01:49:39','2023-04-18 01:49:39'),(58,29,2,'is_form_action_fired','yes',NULL,NULL,NULL,'2023-04-18 01:49:39','2023-04-18 01:49:39'),(59,30,3,'_entry_uid_hash','17b61a52632001fe21bad7378a23fd3e',NULL,NULL,NULL,'2023-09-24 02:02:27','2023-09-24 02:02:27'),(60,30,3,'is_form_action_fired','yes',NULL,NULL,NULL,'2023-09-24 02:02:28','2023-09-24 02:02:28'),(61,31,3,'_entry_uid_hash','fd3e6e78c53b96cd97492486035e79d8',NULL,NULL,NULL,'2023-10-08 20:35:47','2023-10-08 20:35:47'),(62,31,3,'is_form_action_fired','yes',NULL,NULL,NULL,'2023-10-08 20:35:48','2023-10-08 20:35:48');
/*!40000 ALTER TABLE `wpn7_fluentform_submission_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpn7_fluentform_submissions`
--

DROP TABLE IF EXISTS `wpn7_fluentform_submissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpn7_fluentform_submissions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` int(10) unsigned DEFAULT NULL,
  `serial_number` int(10) unsigned DEFAULT NULL,
  `response` longtext DEFAULT NULL,
  `source_url` varchar(255) DEFAULT NULL,
  `user_id` int(10) unsigned DEFAULT NULL,
  `status` varchar(45) DEFAULT 'unread' COMMENT 'possible values: read, unread, trashed',
  `is_favourite` tinyint(1) NOT NULL DEFAULT 0,
  `browser` varchar(45) DEFAULT NULL,
  `device` varchar(45) DEFAULT NULL,
  `ip` varchar(45) DEFAULT NULL,
  `city` varchar(45) DEFAULT NULL,
  `country` varchar(45) DEFAULT NULL,
  `payment_status` varchar(45) DEFAULT NULL,
  `payment_method` varchar(45) DEFAULT NULL,
  `payment_type` varchar(45) DEFAULT NULL,
  `currency` varchar(45) DEFAULT NULL,
  `payment_total` float DEFAULT NULL,
  `total_paid` float DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpn7_fluentform_submissions`
--

LOCK TABLES `wpn7_fluentform_submissions` WRITE;
/*!40000 ALTER TABLE `wpn7_fluentform_submissions` DISABLE KEYS */;
INSERT INTO `wpn7_fluentform_submissions` VALUES (1,1,1,'{\"__fluent_form_embded_post_id\":\"107\",\"_fluentform_1_fluentformnonce\":\"627c9c28c0\",\"_wp_http_referer\":\"\\/tour\\/5-day-gorillas-akagera-wildlife\\/\",\"input_text\":\"David\",\"email\":\"pangono@gmail.com\",\"description\":\"Test of fluent enquiry form.\"}','http://gorillaafricasafaris.com/tour/5-day-gorillas-akagera-wildlife/',1,'trashed',0,'Firefox','Apple','102.114.102.255',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-06-11 20:20:37','2021-06-11 20:20:37'),(2,3,1,'{\"__fluent_form_embded_post_id\":\"34\",\"_fluentform_3_fluentformnonce\":\"3cb792939b\",\"_wp_http_referer\":\"\\/contact\\/\",\"names\":{\"first_name\":\"David\",\"last_name\":\"Brown\"},\"email\":\"pangono@gmail.com\",\"message\":\"Contact form test\"}','http://gorillaafricasafaris.com/contact/',1,'trashed',0,'Firefox','Apple','102.114.81.243',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-06-14 15:21:15','2021-06-14 15:21:15'),(3,2,1,'{\"__fluent_form_embded_post_id\":\"142\",\"_fluentform_2_fluentformnonce\":\"3cb792939b\",\"_wp_http_referer\":\"\\/reservations\\/\",\"reservation_name\":\"David\",\"reservation_email\":\"pangono@gmail.com\",\"reservation_flight\":\"Flights\",\"reservation_safari\":\"Classic\",\"reservation_food\":\"No mushrooms\",\"reservation_health\":\"None\",\"reservation_requirements\":\"No requirements\",\"reservation_supplement\":[\"Yes\"],\"reservation_tarrif\":[\"Classic\"],\"reservation_language\":[\"Yes\"],\"reservation_insurance\":[\"Yes\"]}','http://gorillaafricasafaris.com/reservations/',1,'trashed',0,'Firefox','Apple','102.114.81.243',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-06-14 15:23:14','2021-06-14 15:23:14'),(4,1,2,'{\"__fluent_form_embded_post_id\":\"107\",\"_fluentform_1_fluentformnonce\":\"3cb792939b\",\"_wp_http_referer\":\"\\/tour\\/5-day-gorillas-akagera-wildlife\\/\",\"input_text\":\"David\",\"email\":\"pangono@gmail.com\",\"description\":\"5 Day Gorillas & Akagera Wildlife enquiry\"}','http://gorillaafricasafaris.com/tour/5-day-gorillas-akagera-wildlife/',1,'trashed',0,'Firefox','Apple','102.114.81.243',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-06-14 15:23:52','2021-06-14 15:23:52'),(5,2,2,'{\"__fluent_form_embded_post_id\":\"142\",\"_fluentform_2_fluentformnonce\":\"3cb792939b\",\"_wp_http_referer\":\"\\/reservations\\/\",\"reservation_name\":\"David\",\"reservation_email\":\"pangono@gmail.com\",\"reservation_flight\":\"\",\"reservation_safari\":\"\",\"reservation_food\":\"\",\"reservation_health\":\"\",\"reservation_requirements\":\"Test 2\"}','http://gorillaafricasafaris.com/reservations/',1,'trashed',0,'Firefox','Apple','102.114.81.243',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-06-14 15:53:22','2021-06-14 15:53:22'),(6,3,2,'{\"__fluent_form_embded_post_id\":\"34\",\"_fluentform_3_fluentformnonce\":\"3cb792939b\",\"_wp_http_referer\":\"\\/contact\\/\",\"contact_names\":{\"first_name\":\"David\",\"last_name\":\"Brown\"},\"contact_email\":\"pangono@gmail.com\",\"contact_message\":\"Test 2\"}','http://gorillaafricasafaris.com/contact/',1,'trashed',0,'Firefox','Apple','102.114.81.243',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-06-14 15:53:49','2021-06-14 15:53:49'),(7,1,3,'{\"__fluent_form_embded_post_id\":\"103\",\"_fluentform_1_fluentformnonce\":\"3cb792939b\",\"_wp_http_referer\":\"\\/tour\\/10-day-gorillas-big-game-safari\\/\",\"enquirer_name\":\"David\",\"enquirer_email\":\"pangono@gmail.com\",\"enquirer_message\":\"test 2\"}','http://gorillaafricasafaris.com/tour/10-day-gorillas-big-game-safari/',1,'trashed',0,'Firefox','Apple','102.114.81.243',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-06-14 15:54:20','2021-06-14 15:54:20'),(8,3,3,'{\"__fluent_form_embded_post_id\":\"34\",\"_fluentform_3_fluentformnonce\":\"bb33627d2f\",\"_wp_http_referer\":\"\\/contact\\/\",\"contact_names\":{\"first_name\":\"David\",\"last_name\":\"Brown\"},\"contact_email\":\"david@intergise.com\",\"contact_message\":\"Contact form test.\"}','http://gorillaafricasafaris.com/contact/',1,'trashed',0,'Firefox','Apple','102.114.211.70',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-09 19:07:39','2021-08-09 19:07:39'),(9,2,3,'{\"__fluent_form_embded_post_id\":\"142\",\"_fluentform_2_fluentformnonce\":\"bb33627d2f\",\"_wp_http_referer\":\"\\/reservations\\/\",\"reservation_name\":\"David\",\"reservation_email\":\"david@intergise.com\",\"reservation_flight\":\"Flights\",\"reservation_safari\":\"Safari type\",\"reservation_food\":\"Food\",\"reservation_health\":\"Health\",\"reservation_requirements\":\"Reuirements\",\"reservation_supplement\":[\"Yes\"],\"reservation_tarrif\":[\"Classic\"],\"reservation_language\":[\"Yes\"],\"reservation_insurance\":[\"Yes\"]}','http://gorillaafricasafaris.com/reservations/',1,'unread',0,'Firefox','Apple','102.114.211.70',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-09 19:08:52','2021-08-09 19:08:52'),(10,1,4,'{\"__fluent_form_embded_post_id\":\"104\",\"_fluentform_1_fluentformnonce\":\"bb33627d2f\",\"_wp_http_referer\":\"\\/tour\\/1-day-rwanda-gorilla-trek\\/\",\"enquirer_name\":\"David\",\"enquirer_email\":\"david@intergise.com\",\"enquirer_message\":\"Enquiry form test\"}','http://gorillaafricasafaris.com/tour/1-day-rwanda-gorilla-trek/',1,'unread',0,'Firefox','Apple','102.114.211.70',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-09 19:10:17','2021-08-09 19:10:17'),(11,3,4,'{\"__fluent_form_embded_post_id\":\"34\",\"_fluentform_3_fluentformnonce\":\"bb33627d2f\",\"_wp_http_referer\":\"\\/contact\\/\",\"contact_names\":{\"first_name\":\"David\",\"last_name\":\"Brown\"},\"contact_email\":\"david@intergise.com\",\"contact_message\":\"Contact form test 2\"}','http://gorillaafricasafaris.com/contact/',1,'trashed',0,'Firefox','Apple','102.114.211.70',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-08-09 19:18:29','2021-08-09 19:18:29'),(12,3,5,'{\"__fluent_form_embded_post_id\":\"34\",\"_fluentform_3_fluentformnonce\":\"d793736dfc\",\"_wp_http_referer\":\"\\/contact\\/\",\"contact_names\":{\"first_name\":\"Randy\",\"last_name\":\"Shields\"},\"contact_email\":\"RShields@aol.com\",\"contact_message\":\"I think this link is broken on your website: http:\\/\\/gorillaafricasafaris.com\\/contact-us\\/\\r\\n\\r\\nIf you want to keep errors like this off of your site we\'ve successfully used a tool like DeadURLReport.com in the past for our websites.  A nice customer pointed out our mistakes so I\'m just paying it forward :).\"}','http://gorillaafricasafaris.com/contact/',0,'unread',0,'Chrome','Linux','167.114.156.15',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-11-21 00:43:06','2021-11-21 00:43:06'),(13,1,5,'{\"__fluent_form_embded_post_id\":\"79\",\"_fluentform_1_fluentformnonce\":\"6646e12a7e\",\"_wp_http_referer\":\"\\/tour\\/3-day-uganda-gorilla-tour\\/\",\"enquirer_name\":\"moises\",\"enquirer_email\":\"moisesphysics@gmail.com\",\"enquirer_message\":\"Hello, I am interested in knowing prices for the 3 Day Uganda Gorilla Tour for June 2022.\\r\\n\\r\\nThanks,\\r\\n Moises\"}','http://gorillaafricasafaris.com/tour/3-day-uganda-gorilla-tour/',0,'unread',0,'Chrome','Windows','147.156.162.161',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-04 23:37:37','2022-02-04 23:37:37'),(14,3,6,'{\"__fluent_form_embded_post_id\":\"34\",\"_fluentform_3_fluentformnonce\":\"4456ee9fc0\",\"_wp_http_referer\":\"\\/contact\\/\",\"contact_names\":{\"first_name\":\"Brenda\",\"last_name\":\"Reynolds\"},\"contact_email\":\"BRogers12@gmail.com\",\"contact_message\":\"Hello,\\r\\n\\r\\nYou following link is broken on your website: http:\\/\\/gorillaafricasafaris.com\\/contact-us\\/\\r\\n\\r\\nSometimes errors like can hurt your web traffic.  Maybe check out a service that alerts you to issues like DeadLinkCheck.com\\r\\n\\r\\n-Brenda\"}','http://gorillaafricasafaris.com/contact/',0,'unread',0,'Chrome','Linux','167.114.64.113',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-08 01:11:01','2022-02-08 01:11:01'),(15,3,7,'{\"__fluent_form_embded_post_id\":\"34\",\"_fluentform_3_fluentformnonce\":\"087875a07e\",\"_wp_http_referer\":\"\\/contact\\/\",\"contact_names\":{\"first_name\":\"~\\ud83c\\udf81~ SUPER PRIZE \\ud83d\\udc49 www.psp-today.ru\\/6QR2DCM\",\"last_name\":\"~\\ud83c\\udf81~ SUPER PRIZE \\ud83d\\udc49 www.psp-today.ru\\/6QR2DCM\"},\"contact_email\":\"biodoctpassdec@mail.ru\",\"contact_message\":\"~\\ud83c\\udf81~ SUPER PRIZE \\ud83d\\udc49 www.psp-today.ru\\/6QR2DCM\"}','http://gorillaafricasafaris.com/contact/',0,'unread',0,'Firefox','Windows','31.184.197.181',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-24 22:36:26','2022-03-24 22:36:26'),(16,3,8,'{\"__fluent_form_embded_post_id\":\"34\",\"_fluentform_3_fluentformnonce\":\"9c2237b6db\",\"_wp_http_referer\":\"\\/contact\\/\",\"contact_names\":{\"first_name\":\"hello www.google.com\",\"last_name\":\"hello www.google.com\"},\"contact_email\":\"raytuforso@mail.ru\",\"contact_message\":\"hello www.google.com\"}','http://gorillaafricasafaris.com/contact/',0,'unread',0,'Firefox','Windows','91.243.49.50',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-04-02 01:13:36','2022-04-02 01:13:36'),(17,2,4,'{\"__fluent_form_embded_post_id\":\"142\",\"_fluentform_2_fluentformnonce\":\"1a5a022e85\",\"_wp_http_referer\":\"\\/reservations\\/\",\"reservation_name\":\"Moises\",\"reservation_email\":\"moisesphysics@gmail.com\",\"reservation_flight\":\"Flying with Turkish Airlines. I will land in Entebbe at 03:20 am on Sunday the 29th of May 2022\",\"reservation_safari\":\"I am interested in spending one night (from 03:20 to check out time) until I go meet the rest of our group of volunteers to head to Masaka\",\"reservation_food\":\"\",\"reservation_health\":\"\",\"reservation_requirements\":\"I am looking for a place to spend the night after I land late from my flight Turkish Airlines on Sunday the 29th at 03:20 in the morning.\\r\\n\\r\\nMy colleagues at \\\"The Uganda Marathon\\\" recommended me this place for a stay.\\r\\n\\r\\nCould I stay the night?\\r\\n\\r\\nI have seen you have single rooms, I am travelling alone :)\\r\\n\\r\\nDo you have airport pick up options too?\\r\\n\\r\\nThanks in advance :)\\r\\nMoises\",\"reservation_supplement\":[\"Yes\"]}','http://gorillaafricasafaris.com/reservations/',0,'unread',0,'Chrome','Windows','147.156.162.161',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-04-27 02:27:02','2022-04-27 02:27:02'),(18,3,9,'{\"__fluent_form_embded_post_id\":\"34\",\"_fluentform_3_fluentformnonce\":\"273f3dc2a1\",\"_wp_http_referer\":\"\\/contact\\/\",\"contact_names\":{\"first_name\":\"MXV929AQWF www.yandex.ru\",\"last_name\":\"MXV929AQWF www.yandex.ru\"},\"contact_email\":\"brachunditiabe@tioblenitun.bizml.ru\",\"contact_message\":\"MXV929AQWF www.yandex.ru\"}','http://gorillaafricasafaris.com/contact/',0,'unread',0,'Firefox','Windows','5.8.50.197',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-05-24 10:43:55','2022-05-24 10:43:55'),(19,3,10,'{\"__fluent_form_embded_post_id\":\"34\",\"_fluentform_3_fluentformnonce\":\"25c03c60c5\",\"_wp_http_referer\":\"\\/contact\\/\",\"contact_names\":{\"first_name\":\"Austin\",\"last_name\":\"Shaw\"},\"contact_email\":\"austinhshaw14@gmail.com\",\"contact_message\":\"Hi,\\r\\nI am reaching Entebbe on this Friday the 10th of June and I was wondering if you have availability for 1 person for 1 night.\\r\\nThank you,\\r\\nAustin Shaw\"}','http://gorillaafricasafaris.com/contact/',0,'unread',0,'iPhone','iPhone','108.172.154.62',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-06-09 17:38:15','2022-06-09 17:38:15'),(20,3,11,'{\"__fluent_form_embded_post_id\":\"34\",\"_fluentform_3_fluentformnonce\":\"3e95ce7966\",\"_wp_http_referer\":\"\\/contact\\/\",\"contact_names\":{\"first_name\":\"Q2FE7LWO www.yandex.ru\",\"last_name\":\"Q2FE7LWO www.yandex.ru\"},\"contact_email\":\"inomabad@mail.ru\",\"contact_message\":\"Q2FE7LWO www.yandex.ru\"}','http://gorillaafricasafaris.com/contact/',0,'unread',0,'Firefox','Windows','5.101.65.221',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-13 21:17:02','2022-09-13 21:17:02'),(21,1,6,'{\"__fluent_form_embded_post_id\":\"101\",\"_fluentform_1_fluentformnonce\":\"d3d6e00d06\",\"_wp_http_referer\":\"\\/tour\\/5-day-bwindi-gorillas-chimps-wildlife-safari\\/\",\"enquirer_name\":\"Andrew Cooper\",\"enquirer_email\":\"acooper@pobox.com\",\"enquirer_message\":\"Would this 5 day tour be available on about Oct 5th?\"}','https://gorillaafricasafaris.com/tour/5-day-bwindi-gorillas-chimps-wildlife-safari/',0,'unread',0,'iPhone','iPhone','72.234.118.28',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-09-14 09:51:41','2022-09-14 09:51:41'),(22,3,12,'{\"__fluent_form_embded_post_id\":\"34\",\"_fluentform_3_fluentformnonce\":\"be7de89284\",\"_wp_http_referer\":\"\\/contact\\/\",\"contact_names\":{\"first_name\":\"Isabelle\",\"last_name\":\"Michel\"},\"contact_email\":\"isabelle48@hotmail.de\",\"contact_message\":\"Dear Sir or Madame, we\'re looking for two rooms. One with a double bed and a child of two years and another single room. Do you have any space from today evening, 10\\/14\\/2022 till 10\\/20\\/22 ? Kind regards\"}','http://gorillaafricasafaris.com/contact/',0,'unread',0,'Chrome','Android','41.210.154.71',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-10-14 12:42:40','2022-10-14 12:42:40'),(23,1,7,'{\"__fluent_form_embded_post_id\":\"106\",\"_fluentform_1_fluentformnonce\":\"af49b722e2\",\"_wp_http_referer\":\"\\/tour\\/1-day-mgahinga-gorilla-trek\\/\",\"enquirer_name\":\"ivan langan\",\"enquirer_email\":\"yvan.langan@gmail.com\",\"enquirer_message\":\"i will be interested in the safari and a stay in the hoyel arriving uganda on the 15TH NOV FOR A WEEK.\"}','http://gorillaafricasafaris.com/tour/1-day-mgahinga-gorilla-trek/',0,'unread',0,'Chrome','Windows','91.175.209.64',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-11-03 23:38:23','2022-11-03 23:38:23'),(24,3,13,'{\"__fluent_form_embded_post_id\":\"34\",\"_fluentform_3_fluentformnonce\":\"4ae2562f60\",\"_wp_http_referer\":\"\\/contact\\/\",\"contact_names\":{\"first_name\":\"Noreen\",\"last_name\":\"Okeeffe\"},\"contact_email\":\"noreenokeeffe@aol.com\",\"contact_message\":\"Solo traveler \\r\\nJuly 2023\\r\\nWould like the following \\r\\nRhino tracking \\r\\nChimpanzee tracking \\r\\n2 Gorilla treks\\r\\n1 Bwindi 1 Mgahinga \\r\\nRafting in Jinja\\r\\nMany Thanks\"}','http://gorillaafricasafaris.com/contact/',0,'unread',0,'iPhone','iPhone','2.26.37.147',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-11-15 00:56:52','2022-11-15 00:56:52'),(25,3,14,'{\"__fluent_form_embded_post_id\":\"34\",\"_fluentform_3_fluentformnonce\":\"de62c2ec98\",\"_wp_http_referer\":\"\\/contact\\/\",\"contact_names\":{\"first_name\":\"Christina\",\"last_name\":\"Russel\"},\"contact_email\":\"avlsoftwaresolution2015@gmail.com\",\"contact_message\":\"Hello ,\\r\\n\\r\\nWishing you a good day\\u2026 I am Christina Digital Marketing Expect\\r\\nWe would love to explain to you the big offers and the bombshell to market your brand. We got your details from Uganda tourism association (UTA).\\r\\n \\r\\nWe did the research regarding the business opportunities in Uganda and we found 70% of local Ugandain companies are not doing business because foreigners are entered to safari business in Uganda, Rwanda, Kenya, Tanzania and they are doing pretty well as they have their own marketing strategies and they are doing online branding and promotions that\'s why they are taking advantage over local businesses.\\r\\n \\r\\nSo we recently launched our new approach and it\\u2019s taken our regular clients from less than a year to over $1 million per year 80% of the time.\\r\\nI want to get it into a small number of hands who are still our potential clients, to see how it works on someone brand new. Would you like to give it a try that will lead to becoming regular to us with a great return on your investment?\\r\\n \\r\\nHope to hear from you soon:\\r\\n\\r\\nhttp:\\/\\/www.avlsoftwaresolution.net\\/\\r\\nEmail \\u2013  avlsoftwaresolution2015@gmail.com\\r\\n Whatsapp - +919040056554\\r\\nChristina Russel\"}','http://gorillaafricasafaris.com/contact/',0,'unread',0,'Chrome','Windows','223.182.89.243',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-02 23:15:05','2022-12-02 23:15:05'),(26,1,8,'{\"__fluent_form_embded_post_id\":\"94\",\"_fluentform_1_fluentformnonce\":\"2ff7651f49\",\"_wp_http_referer\":\"\\/tour\\/15-day-best-of-uganda-safari\\/\",\"enquirer_name\":\"Devit\",\"enquirer_email\":\"cp.devit@gmail.com\",\"enquirer_message\":\"Whats the best month to visit\"}','http://gorillaafricasafaris.com/tour/15-day-best-of-uganda-safari/',0,'unread',0,'iPhone','iPhone','2.9.184.246',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-10 18:54:26','2022-12-10 18:54:26'),(27,3,15,'{\"__fluent_form_embded_post_id\":\"34\",\"_fluentform_3_fluentformnonce\":\"66781f63be\",\"_wp_http_referer\":\"\\/contact\\/\",\"contact_names\":{\"first_name\":\"Rubahamya\",\"last_name\":\"Ian\"},\"contact_email\":\"rubahamyaian23@gmail.com\",\"contact_message\":\"Hello, I am inquiring if I can do my internship with your company.\\r\\nI\'m doing tourism at kabale university, thanks\"}','http://gorillaafricasafaris.com/contact/',0,'unread',0,'Chrome','Android','38.132.96.110',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-12-15 12:32:30','2022-12-15 12:32:30'),(28,3,16,'{\"__fluent_form_embded_post_id\":\"34\",\"_fluentform_3_fluentformnonce\":\"2262da4891\",\"_wp_http_referer\":\"\\/contact\\/\",\"contact_names\":{\"first_name\":\"Christina\",\"last_name\":\"Russell\"},\"contact_email\":\"info@avlsoftwaresolution.net\",\"contact_message\":\"Hello, gorillaafricasafaris.com\\r\\nHope you all are doing well.\\r\\nEvery business houses are suffering because of lack in marketing and also getting reliable agencies who can do the website, maintenance of the website and branding and promotion of the website to get clients. \\r\\nWe knew that because of pandemic you had less clients in past two years. So we have come up with installment plans where we can split the whole amount of 399 USD into 4 installments so you need to pay 100 USD per month to do the website designing.And also we will do branding and promotion of your business for free for  15 days , after checking our quality of work you can sign up with us.\\r\\nAlso we will provide few more things.\\r\\n1. Will provide 1 Year hosting for free.\\r\\n2. Will Provide one .com domain for free.\\r\\n3. Will add Live Chat to your website that is tawkto.com( where you can check from which country visitors are coming and how much time they are spending in your website)\\r\\n4. Will write the content for your website.\\r\\n5. Will optimize the performance score of your website.\\r\\nFor more information get in touch with us on +919040056554\\r\\ninfo@avlsoftwaresolution.net\\r\\nBest  Regards \\r\\nChristina  Russell\"}','https://gorillaafricasafaris.com/contact/',0,'unread',0,'Chrome','Windows','49.37.112.69',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-01-14 19:04:02','2023-01-14 19:04:02'),(29,2,5,'{\"__fluent_form_embded_post_id\":\"142\",\"_fluentform_2_fluentformnonce\":\"a632b11ac3\",\"_wp_http_referer\":\"\\/reservations\\/\",\"reservation_name\":\"Donna Robinson\",\"reservation_email\":\"eosesd@yahoo.com\",\"reservation_flight\":\"July 2023 - no flights yet\",\"reservation_safari\":\"want at least two gorilla treks into Bwindi and possibly one other location\",\"reservation_food\":\"western diet - looking for tours into jungle - not looking for any special meals\",\"reservation_health\":\"none. No problem treking into any jungle\",\"reservation_requirements\":\"what is the price in July for a gorilla trek with max 1 hour spent with gorillas? Is there any way to spend more than 1 hour?\",\"reservation_tarrif\":[\"Budget\"]}','http://gorillaafricasafaris.com/reservations/',0,'unread',0,'Chrome','Windows','68.202.77.44',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-04-18 01:49:39','2023-04-18 01:49:39'),(30,3,17,'{\"__fluent_form_embded_post_id\":\"34\",\"_fluentform_3_fluentformnonce\":\"6f39957513\",\"_wp_http_referer\":\"\\/contact\\/\",\"contact_names\":{\"first_name\":\"Andrea\",\"last_name\":\"Corsino\"},\"contact_email\":\"corsino.andrea@icloud.com\",\"contact_message\":\"Hi\\r\\nI\\u2019ve sent a request to both your email addresses, please check them and let me know .\\r\\nOtherwise contact me directly to my email \\r\\n\\r\\ncorsino.andrea@icloud.com\\r\\n\\r\\nMany thanks\"}','http://gorillaafricasafaris.com/contact/',0,'unread',0,'iPhone','iPhone','37.161.198.81',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-09-24 02:02:27','2023-09-24 02:02:27'),(31,3,18,'{\"__fluent_form_embded_post_id\":\"34\",\"_fluentform_3_fluentformnonce\":\"5a4766219b\",\"_wp_http_referer\":\"\\/contact\\/\",\"contact_names\":{\"first_name\":\"9CO2J0R96V8Q www.ya.ru 9CO2J0R96V8Q\",\"last_name\":\"9CO2J0R96V8Q www.ya.ru 9CO2J0R96V8Q\"},\"contact_email\":\"posmivawea1846@mail.ru\",\"contact_message\":\"9CO2J0R96V8Q www.ya.ru 9CO2J0R96V8Q\"}','http://gorillaafricasafaris.com/contact/',0,'unread',0,'Firefox','Windows','178.32.57.31',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-10-08 20:35:47','2023-10-08 20:35:47');
/*!40000 ALTER TABLE `wpn7_fluentform_submissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpn7_links`
--

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

--
-- Dumping data for table `wpn7_links`
--

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

--
-- Table structure for table `wpn7_options`
--

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

--
-- Dumping data for table `wpn7_options`
--

LOCK TABLES `wpn7_options` WRITE;
/*!40000 ALTER TABLE `wpn7_options` DISABLE KEYS */;
INSERT INTO `wpn7_options` VALUES (1,'siteurl','http://gorillaafricasafaris.com','yes'),(2,'home','http://gorillaafricasafaris.com','yes'),(3,'blogname','Gorilla Tours &amp; Travel Africa Ltd','yes'),(4,'blogdescription','Cheap and Memorable East Africa Adventures','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','info@gorillaafricasafaris.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','','yes'),(12,'posts_per_rss','12','yes'),(13,'rss_use_excerpt','1','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','','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','12','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','','yes'),(27,'moderation_notify','','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:119:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:25:\"index.php?xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s: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:52:\"destination/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?destination=$matches[1]&feed=$matches[2]\";s:47:\"destination/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?destination=$matches[1]&feed=$matches[2]\";s:28:\"destination/([^/]+)/embed/?$\";s:44:\"index.php?destination=$matches[1]&embed=true\";s:40:\"destination/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?destination=$matches[1]&paged=$matches[2]\";s:22:\"destination/([^/]+)/?$\";s:33:\"index.php?destination=$matches[1]\";s:32:\"tour/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"tour/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"tour/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"tour/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"tour/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"tour/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"tour/([^/]+)/embed/?$\";s:37:\"index.php?tour=$matches[1]&embed=true\";s:25:\"tour/([^/]+)/trackback/?$\";s:31:\"index.php?tour=$matches[1]&tb=1\";s:33:\"tour/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?tour=$matches[1]&paged=$matches[2]\";s:40:\"tour/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?tour=$matches[1]&cpage=$matches[2]\";s:29:\"tour/([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?tour=$matches[1]&page=$matches[2]\";s:21:\"tour/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"tour/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"tour/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"tour/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"tour/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"tour/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s: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=2&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'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','3','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(42,'comment_registration','','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','56657','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','800','yes'),(57,'thumbnail_size_h','600','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','gravatar_default','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:2:{i: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:0:{}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','32','yes'),(82,'page_on_front','2','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','48','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wpn7_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1664679262','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'initial_db_version','49752','yes'),(99,'wpn7_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:82:{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:22:\"fluentform_full_access\";b:1;s:27:\"fluentform_settings_manager\";b:1;s:27:\"fluentform_dashboard_access\";b:1;s:24:\"fluentform_forms_manager\";b:1;s:25:\"fluentform_entries_viewer\";b:1;s:23:\"rank_math_edit_htaccess\";b:1;s:16:\"rank_math_titles\";b:1;s:17:\"rank_math_general\";b:1;s:17:\"rank_math_sitemap\";b:1;s:21:\"rank_math_404_monitor\";b:1;s:22:\"rank_math_link_builder\";b:1;s:22:\"rank_math_redirections\";b:1;s:22:\"rank_math_role_manager\";b:1;s:19:\"rank_math_analytics\";b:1;s:23:\"rank_math_site_analysis\";b:1;s:25:\"rank_math_onpage_analysis\";b:1;s:24:\"rank_math_onpage_general\";b:1;s:25:\"rank_math_onpage_advanced\";b:1;s:24:\"rank_math_onpage_snippet\";b:1;s:23:\"rank_math_onpage_social\";b:1;s:19:\"rank_math_admin_bar\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:39:{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:23:\"rank_math_site_analysis\";b:1;s:25:\"rank_math_onpage_analysis\";b:1;s:24:\"rank_math_onpage_general\";b:1;s:24:\"rank_math_onpage_snippet\";b:1;s:23:\"rank_math_onpage_social\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:14:{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:25:\"rank_math_onpage_analysis\";b:1;s:24:\"rank_math_onpage_general\";b:1;s:24:\"rank_math_onpage_snippet\";b:1;s:23:\"rank_math_onpage_social\";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'),(100,'fresh_site','0','yes'),(101,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'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'),(103,'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'),(104,'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'),(105,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(106,'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'),(107,'cron','a:13:{i:1699425342;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1699425368;a:1:{s:29:\"fluentform_do_scheduled_tasks\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"ff_every_five_minutes\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1699425562;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:1699425567;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:1699427559;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:1699438209;a:1:{s:42:\"fluentform_do_email_report_scheduled_tasks\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1699442747;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1699464828;a:1:{s:37:\"fs_data_sync_erropix-advanced-scripts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1699468272;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:1699488000;a:2:{s:35:\"rank_math/redirection/clean_trashed\";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:\"rank_math/links/internal_links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1699511472;a:2:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1699987721;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(108,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'nonce_key',',0,<;VRd{}np,NU+a$s$Iv%5!J6rT7Q<&@-o.(,g-FIp3l_I0k>?pc1|9j!D^4pf','no'),(115,'nonce_salt','1-~g[T1BYAAb!OrzBhz6ki1F>19(g%4{O>#7wrgDR}N5Hof)kzW~LKH5dAB,2kyv','no'),(116,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(117,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(120,'recovery_keys','a:199:{s:22:\"qUVSE1qvaVjwL8TRIYLx22\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BdhBMXCAxJfloPuRaJBbIrh1aAuEr7.\";s:10:\"created_at\";i:1699426968;}s:22:\"mrQ2KTOagDBaGSaMvcwNRM\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B/bz6QBccp5yhufl3ldX1138KPblf7/\";s:10:\"created_at\";i:1699513858;}s:22:\"tu8hTda90sHLvhXTYxJOg7\";a:2:{s:10:\"hashed_key\";s:34:\"$P$Bn8yHrICxrl1jWw5HR7UNkqCbS8ox7/\";s:10:\"created_at\";i:1699600425;}s:22:\"Rcesw47zYnPMmQW3y3yKD7\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BvJBtC2OqX5SmlDlGuzdjybxSyAa8f0\";s:10:\"created_at\";i:1699703520;}s:22:\"TwKoabletUpnGImQ48M9Vx\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B84vBrENDyhng9aqzwde.m3X5ICeRE1\";s:10:\"created_at\";i:1699793295;}s:22:\"fzIbJ7sNGdHdmtHvKihEn7\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B3LNYuT5ehaw88lrY3xqjjQ0Bz9Wdd/\";s:10:\"created_at\";i:1699882176;}s:22:\"pPzKZaFCKtXfNMGzeQDpS3\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BKHU71TMeYbDSHbQ.nfHvnPQDBNPFO1\";s:10:\"created_at\";i:1699984144;}s:22:\"sMoViHBsRqiR6lsUcJcXsL\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B4noLe6vl7AFrnUNcmOvNhyNnoeodv/\";s:10:\"created_at\";i:1700091503;}s:22:\"R9mFEHqRYG841SdJXTtzuY\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B20vfvO/bCqIyQOKTzVxgswdZnKf3j.\";s:10:\"created_at\";i:1700193400;}s:22:\"fznxzD8lcqYCR0TNqnQDyY\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BHrWKTlfZsZ5l2KfMYIaDkrldjCTii.\";s:10:\"created_at\";i:1700280181;}s:22:\"2bkSFaW0q9aKgtyLpQlg2W\";a:2:{s:10:\"hashed_key\";s:34:\"$P$Bg6DYNM9r5mp90puSMFlPYmng9EG8W1\";s:10:\"created_at\";i:1700369443;}s:22:\"60Z2cpsSShJTSkCcpv9yFf\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B4DV78.X.QhbU9rt8Dmc19QkpvQdVn0\";s:10:\"created_at\";i:1700456240;}s:22:\"g731vVnc6W6sw5rbeXzNjU\";a:2:{s:10:\"hashed_key\";s:34:\"$P$Bq0IuX9F60FdorV03.YKLovN286uRf0\";s:10:\"created_at\";i:1700562526;}s:22:\"6Dlm2aiw6YaksDXBVGXrz7\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BSYCvwXVlvZP9qlRguAYnDh8ChIkig1\";s:10:\"created_at\";i:1700649686;}s:22:\"FJSlPLsAiUPDXRT9mfS0ZS\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BWHybrdChS/o6PxUs0BREVIaLZQxfS0\";s:10:\"created_at\";i:1700737548;}s:22:\"k9WD7oDQjaf4tAJhEHqnrr\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BHqR.YzDqnG8nG0zkjYiMOHXccAX.o/\";s:10:\"created_at\";i:1700826266;}s:22:\"ocCDhJ1lGKBz5tAvE0BgR7\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BfOQaU7psddCxXXnJQ1XEt5d3qshiC/\";s:10:\"created_at\";i:1700917826;}s:22:\"soHuB0Q8JTyFxGVe68DAJr\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BapdBrwEkuefjQlHiTn.I.KKKF4cO70\";s:10:\"created_at\";i:1701006545;}s:22:\"Hi05nsp53rm7wn0SezTGpF\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BqqVQLDxmfMAjE5hIgRCBBIb6Urrh5.\";s:10:\"created_at\";i:1701094946;}s:22:\"txv4xgpWI2LlG4EtutzkfC\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BKc.lA0w4ySJ5q8NU9Sb4JJyyUSq40.\";s:10:\"created_at\";i:1701182506;}s:22:\"Knj6aFwdQHh1uEmq5bOZrn\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BV6MzBxvR7xMC3kry4z1TiZ1yv8QHF/\";s:10:\"created_at\";i:1701271364;}s:22:\"V3c68VqaReppX9P4SGOwyM\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B5Pb22HwDi8YbwcSFUiZpa0so4Y0Lo0\";s:10:\"created_at\";i:1701364887;}s:22:\"Yoa4793nSCTYFjhxHxLhvx\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BucZocM5h.6ejUDqhcW1TYMWMCHs4K1\";s:10:\"created_at\";i:1701454406;}s:22:\"NPeNPoqNsrXn1vRIWBfcOi\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BCNGzgZDsRS6k7tCSuhsOYRzYzklYK.\";s:10:\"created_at\";i:1701541648;}s:22:\"SXlCENivSXxok1SHglTaXo\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B2zdmBzSzPnjutUo3cutW6J.WZv74u1\";s:10:\"created_at\";i:1701628076;}s:22:\"mFshVXk8hMwJmwHqnPxKLn\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BQPrEZrEK/IOo2hIajqDnW6331Ft820\";s:10:\"created_at\";i:1701721184;}s:22:\"aweyEKk6PG1h6SjfFoIuPi\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B5M9FKkRiBnbWRYubLdQBTsLAkGDvK.\";s:10:\"created_at\";i:1701823866;}s:22:\"DK3xi5oVYCFsLL1QuHdFHX\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BHMEDpRvMa4jlyffAVqchDv6yUeE5z/\";s:10:\"created_at\";i:1701911584;}s:22:\"D3HlsJf7Nf95hwhBdw0alc\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BIFSFKa7Di0IK5/51JeQaT7g2PlsG.1\";s:10:\"created_at\";i:1701998684;}s:22:\"QeKJl4pTk8vquiAJf05XJs\";a:2:{s:10:\"hashed_key\";s:34:\"$P$Bo8k4lJF1n5FtRmUuXRbYJ7lGHbxor/\";s:10:\"created_at\";i:1702086803;}s:22:\"qMVKW81m5C8s8CctrS1vZ4\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B1gvTUIHh9a4h3o7TGOba1k.CqPgr2/\";s:10:\"created_at\";i:1702174351;}s:22:\"9Ldh8oECM8XJFUNCA3721f\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BZDBzkAkXyso0jGoWyMRrpEyWUoQ6d/\";s:10:\"created_at\";i:1702261130;}s:22:\"qsMJdXSP18PwhaZcfSDt7A\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BFbBCJrh.ssn.iW0n8imiaUE3B0pSX/\";s:10:\"created_at\";i:1702347578;}s:22:\"pUCy7Ouz5FDxyOLiSqEDIt\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BfLWYg4Lk9KnoQ7dWPPOn9zcAicbQm0\";s:10:\"created_at\";i:1702435717;}s:22:\"0VMaBzopYPBzlgsCASgolv\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B2unSem6/dyOqo81cceYnPbvXt93Mm0\";s:10:\"created_at\";i:1702524050;}s:22:\"FnHUwGEBnr7cPDsIzrxJUf\";a:2:{s:10:\"hashed_key\";s:34:\"$P$Ba9gUT7cxTE6HOVjvzTtij6URH/Z.a0\";s:10:\"created_at\";i:1702613784;}s:22:\"NsEmFewx8plTzQUjdZzqyU\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BWQhbAnlfJt9UxEzitPS/B7SykPRYH0\";s:10:\"created_at\";i:1702700381;}s:22:\"RqB7d2EPC9WGwTKsy8ZRZD\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BD/PLatUtLLCI/DklUl8RVczTALe.a0\";s:10:\"created_at\";i:1702787844;}s:22:\"fqd5x02L9U3FBrs3iAMgDV\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BbEZQn71s4snT/slc2i1Fm.LO9374L/\";s:10:\"created_at\";i:1702879481;}s:22:\"nweL8WzxpVkmNtew48nxY9\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BvlO7qPVASQ9QKZ5eeJgmK8eT/foj3.\";s:10:\"created_at\";i:1702979723;}s:22:\"N9khpjHvXY1QLkuMJyKdMj\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BIp.lcRMlPGjWjgEU9/JicJMepzDXU/\";s:10:\"created_at\";i:1703070297;}s:22:\"Owf6bRwxO5vsLDJ0Avq3aT\";a:2:{s:10:\"hashed_key\";s:34:\"$P$Bu2b2aOC4sBbiDH2Dfs1w8JvliZvkw.\";s:10:\"created_at\";i:1703166316;}s:22:\"rX1ajmQvz6QXqJ9qEcjLWK\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BJGUQA1wRrps/ydbRmSYWKXSXGMvpC1\";s:10:\"created_at\";i:1703262142;}s:22:\"kfiFiENTxFESN1LQUIeDZN\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BgzLsvie7XlA5X6nlTBPifMAQnT8JZ0\";s:10:\"created_at\";i:1703348665;}s:22:\"iPQcrXSONoaQjhkAeKdCxz\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BQtPrFgVf/yTUJ1hQNlxDl2fBbLkmZ/\";s:10:\"created_at\";i:1703435608;}s:22:\"8C4AuXXp8EBuyaRriv4cgF\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BeLFOBaf1GLSOLyuKUrlZss.I0AFq3.\";s:10:\"created_at\";i:1703523882;}s:22:\"0ETSR5EcYcjdJ86vhuujd7\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BnIcaNueUqoVdXVRW/WW.x2zNvPPoS1\";s:10:\"created_at\";i:1703611498;}s:22:\"Z5QfJoyVOqEbyFPp44HVok\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BzGs5qj.4AJm8oGzUlvIuz5886LdUW0\";s:10:\"created_at\";i:1703698319;}s:22:\"8QJW7cJkbvIoqxUOk7IL9J\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BaKK1dwmKkMAhzFbx/wB5QyToWUmHm/\";s:10:\"created_at\";i:1703788958;}s:22:\"3E3UuI0dOzpF6T7FL321MN\";a:2:{s:10:\"hashed_key\";s:34:\"$P$Bzu.6HKaK1Rqjrr./Wx0tmT6r7nYC7/\";s:10:\"created_at\";i:1703876584;}s:22:\"nNOsOxU6c12CGTbdxa96mx\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BDc/QEH8Wt1R/z0fTV4qRguf5nLAZL0\";s:10:\"created_at\";i:1703985504;}s:22:\"nWjQkQSc5v4uef6YPATLxG\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BgC0jPTIJBwnHrYhe2ACeTCvVa0OTw.\";s:10:\"created_at\";i:1704072609;}s:22:\"UFduqNrEVzTOPCIAaCtRUj\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B83VGPovTF6eYK1WiJaAalEfYx5Agk/\";s:10:\"created_at\";i:1704161886;}s:22:\"hYe8EKJ21IxsSXVZ4jnHOS\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BDSHstVHFW8AF2aPAaiCz0U3iQgpF00\";s:10:\"created_at\";i:1704249556;}s:22:\"44LXQdK9hpHBwy0OtlozkT\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B2jZ/kAEdz6kBpmeeBIC7nuVveycwI0\";s:10:\"created_at\";i:1704338164;}s:22:\"M7JLRSVeEBs2SYhpIEnjrP\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BEwv4NrQecXpRnnEZWQUlXyWatFn/e.\";s:10:\"created_at\";i:1704426126;}s:22:\"pRMZRRA6A8cgnJuOVHYpcd\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BXQfUSkheyuuZE7iileLBHFu12hhCh1\";s:10:\"created_at\";i:1704512670;}s:22:\"RGoJmQtsyaPHN01ueZBQDk\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BiPIUcxuGsPuQT9AnY42zKcOwQlmey/\";s:10:\"created_at\";i:1704599985;}s:22:\"vcLvelsk3IVOckaadVdau6\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BIxwlcSLcitkjmlmzbS92vldIPcVa20\";s:10:\"created_at\";i:1704689246;}s:22:\"qnh1VjtRtU3XwfmZs7TrmW\";a:2:{s:10:\"hashed_key\";s:34:\"$P$Bk/rd0O0c/lrCHLUwKmNSOiSsEdpgJ.\";s:10:\"created_at\";i:1704781564;}s:22:\"HNTuo3CHSuqqDOV16FSXfR\";a:2:{s:10:\"hashed_key\";s:34:\"$P$Bx7crvlqNGLRLnwdl8Zv9u41lvyF751\";s:10:\"created_at\";i:1704868903;}s:22:\"AT4CXmNiZoGg6vJ7O9poIS\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BQH49zgppxJtPCSOg5Fv.IRdkfEbWu1\";s:10:\"created_at\";i:1704955324;}s:22:\"AyogBQ3KnDO9EVYxsEQGCW\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B4cGwIwVzfNvZRsEXF139VgEcqMSDm0\";s:10:\"created_at\";i:1705042389;}s:22:\"EgQv154GaQF6VdIqyfCHMk\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BlL8.j00FjPue3/J/C5oWw96Zw/AtC/\";s:10:\"created_at\";i:1705146436;}s:22:\"uwLdmjKrUuQIham5uTDh0B\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BPpjWYeO2g8bCCuWsCjBWCgu4eNdFu/\";s:10:\"created_at\";i:1705241704;}s:22:\"9cMK3aTQt0AxBTbZb2eMyK\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BfQngsPLXrdCXWpy6Iraa6W2fQKEzt0\";s:10:\"created_at\";i:1705329863;}s:22:\"0Yahvgf8rQn89RtBMklCEb\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BgFi0AvSv142sLaopexV.c1Lf1MUVJ/\";s:10:\"created_at\";i:1705416948;}s:22:\"83bT5UQ1WOv02IajiyUVT3\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BDGkNFGHvnaWSlfgAa..RFPVTF5ri01\";s:10:\"created_at\";i:1705516463;}s:22:\"JdAG2xcvlOdjXBgDFQYWrZ\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BTreLMpvhfJtypypEdI8bJjx7shWH6.\";s:10:\"created_at\";i:1705619608;}s:22:\"j3XijAnDloetxHFgDmKOMy\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BAIfJTwFM2t95hGblvu1GePyDl/H/c/\";s:10:\"created_at\";i:1705712668;}s:22:\"NreroSHPe4yAdnPSjUpTpT\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BGw2EiGs6NZQBwcs17xFnu0EMsfkA61\";s:10:\"created_at\";i:1705801652;}s:22:\"3WY053cutxEMznKBsJ28iW\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BlUQ7jZcTcVOJC9xbMUbCl2cRASjde1\";s:10:\"created_at\";i:1705888827;}s:22:\"KVUsBsHQqMXUTcc3U7W1DN\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BXquw2ZA8.N.ex9b3J70NF9kyA0L7p0\";s:10:\"created_at\";i:1705979280;}s:22:\"mMU0zfnKsNH4D6YbEbFIK2\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BNF3yMBJtfBe6EbMfG1oOkj3gMy9v8/\";s:10:\"created_at\";i:1706068827;}s:22:\"3NOF9uBeLWvy98TGNocRBr\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BK0vwLvVciHrmzGT5bTrem7u6e7eMY1\";s:10:\"created_at\";i:1706155375;}s:22:\"T7RURjC8QewWSCU5IExfeS\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BKiq1dTDcOwc0eVaequ4WIb.Wzvkfs1\";s:10:\"created_at\";i:1706250024;}s:22:\"AeXfxzvZb60DnvO77w7QpC\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BzQx.tQ7EEHqDCatMeKJ3R/yxLjdoQ1\";s:10:\"created_at\";i:1706349411;}s:22:\"iOQoAIHCyRphjZ8RLXBykv\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BvTBWlq4naAnBuBuRt1bhRW5UBYVBM/\";s:10:\"created_at\";i:1706449450;}s:22:\"GSRJ8EOCTNfIOwksgmNluH\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BM9Ppvmos8a33hObyhb5QxyPBg0JYp1\";s:10:\"created_at\";i:1706541425;}s:22:\"0ZcIkPoQckRB0NrxuYRPXH\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B11XXZ5J2xFMn9hTW7vkp4uCD80mSZ0\";s:10:\"created_at\";i:1706637048;}s:22:\"U0EB5WXC7fp8OCKsyfeC9z\";a:2:{s:10:\"hashed_key\";s:34:\"$P$Bw1gwKLy44Yr3STwDFfM4NY74ZqItF1\";s:10:\"created_at\";i:1706746638;}s:22:\"S5zOUIG1vhaUfoNUjsIjkw\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BuVHv7tdNfIGRrvBjEjbTx3LuCvefL/\";s:10:\"created_at\";i:1706833367;}s:22:\"ofHfJ17n2m2AtNNnvZA4GY\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BpURn2xSkCO4IPZ5wG3pjQghZ1osYu/\";s:10:\"created_at\";i:1706921054;}s:22:\"2UVVmQP90fg6I7pvjqhqN5\";a:2:{s:10:\"hashed_key\";s:34:\"$P$Bg2GIrxm5KPjObAe6VWLRN83ACZ/L./\";s:10:\"created_at\";i:1707014882;}s:22:\"B96IIHxAStZEiqPv4gGnb3\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B7rKAGjj6b8Zv3dw8v2HquPd97KkU7/\";s:10:\"created_at\";i:1707107441;}s:22:\"7LSeo3LV47kqJd811llugY\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BnBqHjfT5YNE3hlrWvTw/eV9uCB9K./\";s:10:\"created_at\";i:1707207242;}s:22:\"oWXcEfphMrwbmc3hhv9DU5\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BYqYR4pzUbp/Z.LvfrFJBqkMt21hBb1\";s:10:\"created_at\";i:1707306685;}s:22:\"NP1d34e1x84PwSx4EyGkHX\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BPaOPYCLkimmMsEa2K91m6hRatF49p0\";s:10:\"created_at\";i:1707404013;}s:22:\"pfDDEs5pLTD9EHhhAUKqZ5\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B/13pmX/TMp..OYicqJ3mC4YBuDNBj/\";s:10:\"created_at\";i:1707500567;}s:22:\"c71Zu24cNyuY4mc366N8Tl\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BFIoQXivPEvRoj6Q3fZVtnsiyBfcjO.\";s:10:\"created_at\";i:1707640279;}s:22:\"3TSlAbbIssoMXbDErb4go6\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B5l8YO7zRm/8eh2xDaaQlbHsoUVJXD1\";s:10:\"created_at\";i:1707727083;}s:22:\"qtYqxYkHj4BDDFWIqa4qf4\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B.nqA72c/Z4L1qKgjVFJBJS.RZ9VU00\";s:10:\"created_at\";i:1707818962;}s:22:\"GV0Nyr7m64xahaDNa35GLG\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BoQV9YgNYnIj9B2mS2ql8lW3K33FrH0\";s:10:\"created_at\";i:1707907838;}s:22:\"5NTCW5wyBcXCUtVm0jWRTf\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BcL68LsmrYRePLn8k10W5B3SvQxTGH.\";s:10:\"created_at\";i:1708011416;}s:22:\"wu0in9yP1QRo2VbAob71bq\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BxJn.rW4IyrJjZHoSOZsTBrHJaEm43.\";s:10:\"created_at\";i:1708115511;}s:22:\"zTfRWgEPofM2DnF0DtZUlf\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B1jzX4/qUGX63oKdJ/02mCOfYnSoVW.\";s:10:\"created_at\";i:1708249475;}s:22:\"NmNHbJ6h6eDbaa5f6al0PV\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B5qI6zNR03yOXu3ODszsGZcwTisInZ/\";s:10:\"created_at\";i:1708338778;}s:22:\"eLpFG2OMW5xyxtPyIYEKg8\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BzF18kG1RjiZZGTMhk18tVu0XY41Wt.\";s:10:\"created_at\";i:1708430793;}s:22:\"1ZoO1D2ctW7vpJlUGq7vNb\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BZmH2HKN9lf5dLBeG/HslKWG1UAbU7/\";s:10:\"created_at\";i:1708536961;}s:22:\"vO5wf5Ju3DtpbvMDRTx3tA\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BPsxPUbvCiziodqzxLKmKNmmgy9szB.\";s:10:\"created_at\";i:1708630657;}s:22:\"ul2Z3Pcit8YgdA2kMcHimk\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BYR84pnaKyuK3N2IYX12dd17N1.kLD1\";s:10:\"created_at\";i:1708798662;}s:22:\"1xUvFqQrR9uDrPYtLJizlY\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BSBbevtLJpKhu1Kk8kQaubdPe6t83M1\";s:10:\"created_at\";i:1708885081;}s:22:\"8yhoCEjd7byJtedGwgw3gs\";a:2:{s:10:\"hashed_key\";s:34:\"$P$Bkmg3ZiUXRFzdR2rxGJWdI0EZpBkNi.\";s:10:\"created_at\";i:1708974503;}s:22:\"wLZZZQmORKs8XC2ZJGCMhE\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B0dUPgWcVMNOsYjjdqSp/qc1LDyG401\";s:10:\"created_at\";i:1709095068;}s:22:\"ZW2jiW8MHOACJZHUA9gKtg\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B31ibVbP7q2v0m9R3X2LUDNMXKpT9l0\";s:10:\"created_at\";i:1709216456;}s:22:\"yTotP6nmZ8yq9H5aRy7cLi\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BJKbmlnleP8XoroiyRwNgHgR0ngjOj.\";s:10:\"created_at\";i:1709303422;}s:22:\"7Jz7qiXetqJnbxCP7pf8hA\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BC/PjBViLoRnO.tascsQsQLZZKIgf2.\";s:10:\"created_at\";i:1709398609;}s:22:\"x9XfxwvdEyS0mNYJaDTJ6t\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BpP1djWOwuBtY8AEkxwh1NJhQHlwgk1\";s:10:\"created_at\";i:1709507064;}s:22:\"NcvrMiNf2gvNxdaUmBqlNY\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BacnzjgfDbxeDrPYT3jZR3yAssevj20\";s:10:\"created_at\";i:1709595622;}s:22:\"1AfVkmQOxiKHu4ScJUg2Ct\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BNZv1yBYNK.GsKt4HHRjxLHyRYDPrg.\";s:10:\"created_at\";i:1709690837;}s:22:\"UYmWBNt3B5k01flRnuijET\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BSrY.528NJrQEdzvVC9XZNJpwww71N1\";s:10:\"created_at\";i:1709777261;}s:22:\"HhR3VQ9Xa7pjmR0Dnap9V8\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BPpjDtWYDscOT8.liYMLW8ljBAaUIp/\";s:10:\"created_at\";i:1709868813;}s:22:\"fmPhGDWz2ljlV8qTqnCV2W\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BbJjatgxmlRMbAUw2aTi7LJyjGCF6B.\";s:10:\"created_at\";i:1709955672;}s:22:\"53auBIqgUlOhLUUiX4vW9y\";a:2:{s:10:\"hashed_key\";s:34:\"$P$Bs99j4ySaaQgPvER1x9w71RRMyWiu9/\";s:10:\"created_at\";i:1710042987;}s:22:\"3RYuuTnixSW0tfOu0aog77\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BwcAJh4CFnQM8oU7zy5dXBtrSUsQhO1\";s:10:\"created_at\";i:1710130712;}s:22:\"ahVXndJ07LttrUDqrQAIQF\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BMqUoaGJgAXi.pkXnHqEDaWogd1iBI.\";s:10:\"created_at\";i:1710232904;}s:22:\"nV8zI94WJcizACMDpQUGqV\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BD9JtqF5HoLVKALRFkTAj.0hgmP9kO1\";s:10:\"created_at\";i:1710319378;}s:22:\"8ONZ5XkvLCGGouc7ebTg09\";a:2:{s:10:\"hashed_key\";s:34:\"$P$Bf9xMAHv0uJDKTeJ9F7G5dO.oc1D8N0\";s:10:\"created_at\";i:1710430596;}s:22:\"ec3iyq794lUxee9dixVdrd\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B8nJEPAus7XgfuQK/HE384cYsb5Jnc1\";s:10:\"created_at\";i:1710571831;}s:22:\"9bEFNI21bKy6FpmSc15zDD\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BwF7gwaKVqHDYou52ER05DspUUuLLm.\";s:10:\"created_at\";i:1710658989;}s:22:\"iQe8UBxiSj3sq9pGMTovPc\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BlNLHhfVi4LczMWr.7buRYdtMD.Ul3/\";s:10:\"created_at\";i:1710746304;}s:22:\"WkICCzd4gJtuI128lHnZVl\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BZKZoUWcl7hZ0CTReQ0JS3vSTHqg37/\";s:10:\"created_at\";i:1710842530;}s:22:\"od2zeBX1rVb08pkmmX4W9E\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BcldKah6hM4NKqwjqgAfvMy2/zvkoC/\";s:10:\"created_at\";i:1710934902;}s:22:\"HUXmCyCqQLgoj7dEZskR0J\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BKkqJIiVAEP.ns8atN9eQYqHxSdfaU/\";s:10:\"created_at\";i:1711064009;}s:22:\"Tcu3SDYTUaNhp39IjvRxbO\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BZe1wwF.9qb7U6RKrAoNS3AzmceMfq1\";s:10:\"created_at\";i:1711159605;}s:22:\"q2V9h0IuO520juTHPLNlIe\";a:2:{s:10:\"hashed_key\";s:34:\"$P$Bji9gTxYIhVYtTNonIqRHpj7sSSdPQ0\";s:10:\"created_at\";i:1711274288;}s:22:\"PpvdY5HTZKmyFyY0MwYERu\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BpkV5kxJ0nRGgiL3jCo.9h8nkv6HPG/\";s:10:\"created_at\";i:1711441684;}s:22:\"XSXBIHnDZsJBKCUQN59uLa\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BXAv4qV7KzSz/jT/QxxckcuHjjtfG3/\";s:10:\"created_at\";i:1711591722;}s:22:\"mFAhnLHcN7DCOE9yzpgvja\";a:2:{s:10:\"hashed_key\";s:34:\"$P$Bg6aGXQw96GFgassB7GP1PeyY6PP9v1\";s:10:\"created_at\";i:1711687565;}s:22:\"eEoaSPZra66sv6hW7jODdM\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BwaDwuGgaqQgDT4lhJKmALxfuM.fs00\";s:10:\"created_at\";i:1711788555;}s:22:\"KHdpzjNQdjpDH5gj1B9kwb\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BoADvCPaP7PLXLh0.FGo5mUXemrsPX1\";s:10:\"created_at\";i:1711903439;}s:22:\"L7dzs6cbDozengZsmfmqKH\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B/BxsVpUyQwzkfOfuGmd2e2zk5xYx81\";s:10:\"created_at\";i:1711989941;}s:22:\"cdYr6dBv1QE6LdrMfXQoXX\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BetQtXcf0gbpSCtivHaupUrol.a9ML/\";s:10:\"created_at\";i:1712142131;}s:22:\"Gh7FEiNrQ02vhodVPHYcyY\";a:2:{s:10:\"hashed_key\";s:34:\"$P$Bgj25MY0WtmVkp0qGJVTe5BbkUTkrt/\";s:10:\"created_at\";i:1712238857;}s:22:\"Oqn9vw4GjayLLmpFLDVqVQ\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BJ7tql1mtxHSUf0APA9SLrUwvjNZch1\";s:10:\"created_at\";i:1712330953;}s:22:\"0CkISJIBXaL5cyfXdl67Sj\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BV5EKKqSM5RHdchz85dSeTVdGNIL8v.\";s:10:\"created_at\";i:1712417972;}s:22:\"8xkauT5KYbb6RMxKnbANsE\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BuTDMuPHTzcVVBcVQhCVcjiCPaSkCR.\";s:10:\"created_at\";i:1712507243;}s:22:\"Ec2bNG1yfY6bfR8qdFn1uJ\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BvKAbklejYwCpifSwUqNAVRK.YThg41\";s:10:\"created_at\";i:1712595123;}s:22:\"u6PFjo62B7hMxzn96lznbQ\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B6Fs6KB33RoFjHineRKEWzcpTPMYxx/\";s:10:\"created_at\";i:1712682217;}s:22:\"ZBUen7ZgWq98lVUqRNapYh\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B/N96vwNnh252zhNYT6EzJK8pIe3hT1\";s:10:\"created_at\";i:1712775384;}s:22:\"nQ9bCYiMmhaLeFYmQYwfrb\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BPol3ppGu8LdyRPN0Ykm.krjPPJMza.\";s:10:\"created_at\";i:1712863070;}s:22:\"PZlogMtFK2UVjPiehPlWYS\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BDihhHaD3HjsicQqsdi6pL1vBAJU840\";s:10:\"created_at\";i:1712964454;}s:22:\"TFdMvTIxp13nWcPrPEfbEv\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BlOmi3RlHq19/HPIndUEsbdg1EOB4i0\";s:10:\"created_at\";i:1713053881;}s:22:\"JrI3Wc0GEXO7Zfj5rbcUlv\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B9HHaoMv/zhNdi6ToeVGJkeSpJUW.g0\";s:10:\"created_at\";i:1713146877;}s:22:\"l5E0iSXW5XXrmAYySyVgGw\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BUInCF2mkaGZB3tWqnEf4IQ1u2gUpL.\";s:10:\"created_at\";i:1713233423;}s:22:\"n4PrhrraZUB1vQHeKXgSpp\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BTlFA4NF63JzBM.ipLnLtntpeywnTv0\";s:10:\"created_at\";i:1713370006;}s:22:\"zvpmQA24sLqEHqe6jV6dr0\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BHJ8hOLkC9ryQdtjxtoJ6MNm8O4G1U.\";s:10:\"created_at\";i:1713458970;}s:22:\"29wU24n744RTa3CQ2rYule\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BY51SjTCNdV5miP/QTX/DqfxwELWBf1\";s:10:\"created_at\";i:1713552344;}s:22:\"H5egV7xj110O1TFCERr3TZ\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B04Dfi1vI.qmhnowwiX2Mja4sPl5Ya/\";s:10:\"created_at\";i:1713647251;}s:22:\"fFCGv1sqknFMJFzgvDxvQN\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BFcEOUWmZz7ur4uUeKoKmuLwXm/Fo//\";s:10:\"created_at\";i:1713735983;}s:22:\"At8GFtikryDyQzOzK8AhKi\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BRK9zlzg0CWW.EBZVQiKl.ZnSL8wnv.\";s:10:\"created_at\";i:1713823542;}s:22:\"BIgaavbHCqXVYx9alXTbyi\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BtkNEXS/7QrnHia.4VvnasbxUWS8BH1\";s:10:\"created_at\";i:1713910594;}s:22:\"dWTp9OtLau0uraZ8qkVsnh\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BJRuKZYOiUQEKr5j958/bite76F4lM/\";s:10:\"created_at\";i:1714018149;}s:22:\"M0yHrqEKRnbqdKCD15OCmi\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BOfOVtXvBOO2fV40bxKVRPpAb55Iqf1\";s:10:\"created_at\";i:1714117636;}s:22:\"mGCEj1SlLTQOyprj8k6b4R\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BaZTEH6I9rQ70r.zouqNGAxDiqrzdq0\";s:10:\"created_at\";i:1714226453;}s:22:\"vn7KfgRA6dNUwsdsT4mjUv\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BanhX1YubqAXC3m8EuA0q7gZaJmuhY1\";s:10:\"created_at\";i:1714326150;}s:22:\"T8IrluHGCCFcszMDza52Ya\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BmkYV55n/Ghl5FKfd4HA5CvEEXkYBK1\";s:10:\"created_at\";i:1714504291;}s:22:\"FNN7su12biwYwaB70bgquA\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BcZlVDJ5SgtdoIOSdmE2KRMNtqxVyP1\";s:10:\"created_at\";i:1714620442;}s:22:\"2ZgcPPzfU37Ofc5dEK35My\";a:2:{s:10:\"hashed_key\";s:34:\"$P$Bd.MVgDIh..STMxodB/i2zQVboKC180\";s:10:\"created_at\";i:1714745688;}s:22:\"xVqByOmuQUcO5sJV7mhKXU\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B5I/Ql2F75yi0bx380jKq8OwnX1iVC1\";s:10:\"created_at\";i:1714940750;}s:22:\"ZtEyBafINOZzt4sPMPl44c\";a:2:{s:10:\"hashed_key\";s:34:\"$P$Becn/wFbicxAt.Gs7Fg7u08Kk84DRj0\";s:10:\"created_at\";i:1715049594;}s:22:\"0Jm7REv7mc7MzfkRUaFyr7\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BYhcn9XS1yVOpfRrwoSP1PmSOaZ2n7.\";s:10:\"created_at\";i:1715168544;}s:22:\"mMMVpCpGUHR0jApez4yEsR\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BrQ5vCw1edVvPE4pJ7xM/GMs8be8eA.\";s:10:\"created_at\";i:1715287540;}s:22:\"PILlUA8vg8g34COVzizs4K\";a:2:{s:10:\"hashed_key\";s:34:\"$P$Bhex8/BmA423TGvTl7/kVE5/9veH0g.\";s:10:\"created_at\";i:1715382336;}s:22:\"qawy8BsH4mWdrqdY721JEO\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B0Of0fZujwmUN5mncVTTW9uhwwEOsF0\";s:10:\"created_at\";i:1715486674;}s:22:\"4qaCgbKAk4kEsgSs44exkZ\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BePe3zD./06IpNZ9zIt5k1fSRalz890\";s:10:\"created_at\";i:1715573076;}s:22:\"bZ54mbTy3C6ceG87EP4dJO\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BjvJE7qucKXsQGFlbZq0ZYdX64uW3x.\";s:10:\"created_at\";i:1715683854;}s:22:\"tiak0SzbSxhhK5smBc3RVW\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B/w99sdHSD0eqvc5X6aUgFOhicrMUA1\";s:10:\"created_at\";i:1715774661;}s:22:\"OPrhTOIqEUscrxXTunMg1J\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BtAUpaK0n1ejrQffiIOLQ9De9uDiM31\";s:10:\"created_at\";i:1715865336;}s:22:\"I0jzcvOOUlvz6twBfChpOo\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B7tIVVzoVsGLdR6ZiJhEr3Q0IL2mti.\";s:10:\"created_at\";i:1715952061;}s:22:\"h3k6lv0ht34a6QHe7Jiaiq\";a:2:{s:10:\"hashed_key\";s:34:\"$P$But/mHJjgQW3x6LIneMJz3oTvtNVkh.\";s:10:\"created_at\";i:1716038704;}s:22:\"DTTR8xScnGH60dmQDUH02f\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BtzGf1uZdeXj1tSdVO25Ht0k3YfpIv/\";s:10:\"created_at\";i:1716146350;}s:22:\"CoSOP0ZKU3gSybXXttX4p6\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B5vFxwli9Vz6N8s3551yUi/RbJaY/G.\";s:10:\"created_at\";i:1716237543;}s:22:\"iteUBK6ZjTzaZPWSE1D5J2\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B6nHNM8d2XlEfPe0Og5NVoFLeFXNkh/\";s:10:\"created_at\";i:1716349584;}s:22:\"S975NOYH1W6LtcMKHe0QGF\";a:2:{s:10:\"hashed_key\";s:34:\"$P$ByC84kejtM3vriRrKkusnpuH.64njq/\";s:10:\"created_at\";i:1716436839;}s:22:\"loPnGg7rwNffCeVVMxe6sJ\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BRBmMQhPMCcZnhnRnVSikuammoBRd6.\";s:10:\"created_at\";i:1716530026;}s:22:\"6ue9oOqTkCMktF4kfTl85L\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B0whlvZJfsq75yOAH8as2ljehROhH60\";s:10:\"created_at\";i:1716618390;}s:22:\"IYEpk0KyWyB8aV26b2tnzc\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B7m7qN2hL4QWrLWaYFl7mItYvdR3UC1\";s:10:\"created_at\";i:1716715631;}s:22:\"N2fjCzEukJzCwpQUBvkRex\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B5V/T8EFgZ9PntajQwIwEhl6JTBQ9D/\";s:10:\"created_at\";i:1716804160;}s:22:\"edIceuyGx1Qa5b7AtmyqSs\";a:2:{s:10:\"hashed_key\";s:34:\"$P$Boo9fnWEhr3K.xOXzRHy4zAi0i99qU0\";s:10:\"created_at\";i:1716922057;}s:22:\"Hh6OvbOsms0RiXH6qrfcGB\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BHaP3QubYoMi70BI1x/THwL3Dx/6Qf.\";s:10:\"created_at\";i:1717013974;}s:22:\"upZVCgygg6yMADKtN0PLO0\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BiJueNAb2IqMu7/DhMYCVjgCh4wvRk0\";s:10:\"created_at\";i:1717103626;}s:22:\"0Tmc6tIbfFKVOv6ACwEQj2\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BhnRFfUBODB0kBr6rAfQZVnTYdXWDX.\";s:10:\"created_at\";i:1717200946;}s:22:\"ICd55cYz5pwzzfkrmS3KcI\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BYEhWhmdoPNILULnU3jauZ.F1gLsp71\";s:10:\"created_at\";i:1717296421;}s:22:\"RvhT0Rm7oXDsLnwNOvgcky\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BoH4dSsWa50AZ6pvaX7kMWneiwH4jh/\";s:10:\"created_at\";i:1717410581;}s:22:\"Ow0eUgiseSiySc6QxyA9rv\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BK3puw0y9/qiI90oKxhsXEY8VTKSZ90\";s:10:\"created_at\";i:1717531712;}s:22:\"2fBuIEbX8vziaI7HmXVUNc\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BuiUthJwyEAwNwsjKSgAyOVeBUixZ30\";s:10:\"created_at\";i:1717629827;}s:22:\"3bg1mBYYMBTqiDVj9KE6Sg\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BSf0aMGSqh6DRgmP2oF3lhQFVe9xLd0\";s:10:\"created_at\";i:1717746273;}s:22:\"tQcvsLDabJ9rTNq8HDB0JE\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BnQyswnPtM6FhWCUZPdPZLP7PH63Px.\";s:10:\"created_at\";i:1717859375;}s:22:\"7BahT5QVxLXtWgTNMYAKyT\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BEcMqABwBeQKZYRM/RCb4D/3O3Tiil0\";s:10:\"created_at\";i:1717947847;}s:22:\"XCPeHq2Wy4dR0G0tFTe1pN\";a:2:{s:10:\"hashed_key\";s:34:\"$P$Bp..MQjEpO5hFhtYDLzRi1XwnDzix..\";s:10:\"created_at\";i:1718092191;}s:22:\"wLwcOEcF51bUDmJFIajvB7\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BxCaGrMN646n3Ec.fRuADi7/nCwRqh1\";s:10:\"created_at\";i:1718210060;}s:22:\"nDCpGecN7FZlDDcDcGDmys\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BfGNtkzYt6PL6aVRBuP2A6g7U0O8Hq/\";s:10:\"created_at\";i:1718305521;}s:22:\"xCJ0z2YHziuMzl8qv5qHFl\";a:2:{s:10:\"hashed_key\";s:34:\"$P$Bfu7NHy8UE3w74AMRenrdKvsgojcHD/\";s:10:\"created_at\";i:1718392150;}s:22:\"XlFZUvgmiNPYqD2AJDCnsb\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BeKiyZWB.FHujzkJyg5YwNDr7v4F3H1\";s:10:\"created_at\";i:1718479941;}s:22:\"9uKy9i99G9SHeOMCnpx0xI\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BO0GWwEmZgs354ICjq4gs.4asdh83H.\";s:10:\"created_at\";i:1718568460;}s:22:\"F4GEFzBEwscEotSWs58p50\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BACdxqQEAHvgu3viF978362rm0MSrF1\";s:10:\"created_at\";i:1718676571;}s:22:\"5R9IMT8gVJui9o7zsFyC64\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BzAVgAKG/X1K6ny6yqNiPELX./4vXy.\";s:10:\"created_at\";i:1718763028;}s:22:\"tJywUW0jsuwZQNU5dEFBUU\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BFJkIxaxZW.41Cfp9lNB/w8ugDbdOL1\";s:10:\"created_at\";i:1718851213;}}','yes'),(121,'theme_mods_twentytwentyone','a:2:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:0:{}}','yes'),(122,'https_detection_errors','a:0:{}','yes'),(152,'finished_updating_comment_type','1','yes'),(161,'recently_activated','a:1:{s:72:\"change-admin-email-setting-without-outbound-email/change-admin-email.php\";i:1649127419;}','yes'),(163,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:29:\"info@gorillaafricasafaris.com\";s:7:\"version\";s:3:\"6.4\";s:9:\"timestamp\";i:1699425557;}','no'),(186,'oxygen_rewrite_rules_updated','1','yes'),(187,'oxygen_vsb_disable_emojis','true','yes'),(188,'oxygen_vsb_disable_jquery_migrate','true','yes'),(189,'oxygen_vsb_disable_embeds','false','yes'),(190,'oxygen_vsb_use_css_for_google_fonts','true','yes'),(191,'oxygen_vsb_universal_css_cache','true','yes'),(192,'oxygen_aos_classes','','yes'),(193,'oxygen_vsb_universal_css_cache_success','1','yes'),(194,'oxygen_vsb_universal_css_url','//gorillaafricasafaris.com/wp-content/uploads/oxygen/css/universal.css','yes'),(195,'oxygen_vsb_last_save_time','1636604459','yes'),(196,'oxygen_vsb_universal_css_latest_version','2.1','yes'),(197,'oxygen_vsb_presets_updated_3_3','1','yes'),(198,'oxygen_vsb_element_presets','a:4:{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:21:{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:17:\"CSS Grid - Glossy\";s:4:\"slug\";s:15:\"css-grid-glossy\";s:7:\"options\";a:2:{s:8:\"original\";a:34:{s:8:\"gradient\";a:1:{s:6:\"colors\";a:0:{}}s:8:\"code-php\";s:334:\"<div class=\'oxy-post\'>\n      \n  	<div class=\'oxy-post-image\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n  \n  	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\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:2135:\"%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  width: 100%;\n  background-size: cover;\n  background-position: center center;\n  background-color: rgba(255,255,255,0.5);\n}\n\n%%EPID%% .oxy-post:nth-child(1) .oxy-post-title {\n font-size: clamp(2rem, 7vw, 6rem);\n font-weight: 400;\n}\n\n%%EPID%% .oxy-post:nth-child(even) .oxy-post-title {\n text-shadow: none;\n color: #333;\n}\n\n%%EPID%% .oxy-post:nth-child(even) .oxy-post-image {\n background-image: linear-gradient(#D3D7DE,#f5f5f5) !important;\n background: #D3D7DE;\n}\n\n%%EPID%% .oxy-post:nth-child(even) .oxy-read-more {\n background: rgba(0,0,0,0.125);\n color: #555;\n text-transform: uppercase;\n}\n\n%%EPID%% .oxy-post-image {\n background-image: linear-gradient(#D3D7DE,#f5f5f5);\n width: 100%;\n height: 100%;\n background-size: cover;\n flex-shrink: 0;\n padding: 1rem 2rem;\n display: flex;\n flex-direction: column;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: clamp(1rem, 3vw, 2.5rem);\n  line-height: 1.2em;\n  color: #fff;\n  text-shadow: 0 12px 40px rgba(0,0,0,0.75);\n  font-family: \'PT Serif\', serif;\n  font-weight: 700;\n  margin-bottom: 2rem;\n}\n\n%%EPID%% .oxy-read-more {\n margin-top: auto;\n margin-left: auto;\n margin-bottom: 1rem;\n border-radius: 0px;\n background: rgba(255,255,255,0.25);\n color: #fff;\n text-transform: uppercase;\n letter-spacing: 0.125em;\n padding: .7rem 2rem;\n text-align: center;\n font-size: .75rem;\n line-height: 1.2em;\n}\n\n%%EPID%% .oxy-easy-posts-pages {\n margin-top: 16px;\n padding: 16px 8px;\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers {\n padding: 8px 12px;\n background-color: #f2f2f2;\n color: black;\n font-size: .75rem;\n text-transform: uppercase;\n letter-spacing: .125em;\n color: #555;\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers.current {\n background-color: rgba(0,0,0,0.125);\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers:hover {\n background-color: rgba(0,0,0,0.125); \n}\n\n@media (max-width: 1120px) {\n%%EPID%% .oxy-post:nth-child(1) .oxy-post-title {\n font-size: 5rem;\n font-weight: 500;\n}\n}\n\n@media (max-width: 992px) {\n%%EPID%% .oxy-post:nth-child(1) .oxy-post-title {\n font-size: 3rem;\n}\n}\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";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:19:\"read_more_size-unit\";s:3:\"rem\";s:26:\"read_more_text_hover_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:15:\"grid-column-gap\";s:1:\"1\";s:12:\"grid-row-gap\";s:1:\"1\";s:34:\"grid-match-height-of-tallest-child\";s:4:\"true\";s:16:\"grid-child-rules\";a:10:{i:0;a:3:{s:11:\"child-index\";i:0;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"3\";}i:1;a:3:{s:11:\"child-index\";i:1;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"4\";}i:2;a:3:{s:11:\"child-index\";i:2;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:3;a:3:{s:11:\"child-index\";i:3;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:4;a:3:{s:11:\"child-index\";i:4;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"3\";}i:5;a:3:{s:11:\"child-index\";i:5;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"3\";}i:6;a:3:{s:11:\"child-index\";i:6;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"3\";}i:7;a:3:{s:11:\"child-index\";i:7;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"3\";}i:8;a:3:{s:11:\"child-index\";i:8;s:11:\"column-span\";s:1:\"8\";s:8:\"row-span\";s:1:\"3\";}i:9;a:3:{s:11:\"child-index\";i:9;s:11:\"column-span\";s:1:\"8\";s:8:\"row-span\";s:1:\"3\";}}s:8:\"wp_query\";s:6:\"custom\";s:16:\"query_post_types\";a:1:{i:0;s:4:\"post\";}s:17:\"grid-column-count\";s:2:\"12\";s:21:\"grid-column-min-width\";s:3:\"250\";s:14:\"flex-direction\";s:4:\"grid\";s:20:\"grid-column-gap-unit\";s:3:\"rem\";s:26:\"grid-column-min-width-unit\";s:4:\"auto\";s:17:\"grid-row-gap-unit\";s:3:\"rem\";s:17:\"grid-row-behavior\";s:4:\"Auto\";}s:5:\"media\";a:2:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:7:{s:14:\"flex-direction\";s:4:\"grid\";s:17:\"grid-column-count\";s:1:\"4\";s:16:\"grid-child-rules\";a:10:{i:0;a:3:{s:11:\"child-index\";i:0;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:0:\"\";}i:1;a:3:{s:11:\"child-index\";i:1;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:0:\"\";}i:2;a:3:{s:11:\"child-index\";i:2;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:1:\"2\";}i:3;a:3:{s:11:\"child-index\";i:3;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:1:\"2\";}i:4;a:3:{s:11:\"child-index\";i:4;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:1:\"2\";}i:5;a:3:{s:11:\"child-index\";i:5;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:1:\"2\";}i:6;a:3:{s:11:\"child-index\";i:6;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:1:\"2\";}i:7;a:3:{s:11:\"child-index\";i:7;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:1:\"2\";}i:8;a:3:{s:11:\"child-index\";i:8;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:1:\"2\";}i:9;a:3:{s:11:\"child-index\";i:9;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:1:\"2\";}}s:21:\"grid-column-min-width\";s:2:\"50\";s:21:\"grid-column-max-width\";s:1:\"1\";s:17:\"grid-row-behavior\";s:4:\"Auto\";s:34:\"grid-match-height-of-tallest-child\";s:4:\"true\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:3:{s:14:\"flex-direction\";s:4:\"grid\";s:16:\"grid-child-rules\";a:10:{i:0;a:3:{s:11:\"child-index\";i:0;s:11:\"column-span\";s:1:\"1\";s:8:\"row-span\";s:1:\"1\";}i:1;a:3:{s:11:\"child-index\";i:1;s:11:\"column-span\";s:1:\"1\";s:8:\"row-span\";s:1:\"2\";}i:2;a:3:{s:11:\"child-index\";i:2;s:11:\"column-span\";s:1:\"1\";s:8:\"row-span\";s:1:\"1\";}i:3;a:3:{s:11:\"child-index\";i:3;s:11:\"column-span\";s:1:\"1\";s:8:\"row-span\";s:1:\"1\";}i:4;a:3:{s:11:\"child-index\";i:4;s:11:\"column-span\";s:1:\"1\";s:8:\"row-span\";s:1:\"1\";}i:5;a:3:{s:11:\"child-index\";i:5;s:11:\"column-span\";s:1:\"1\";s:8:\"row-span\";s:1:\"1\";}i:6;a:3:{s:11:\"child-index\";i:6;s:11:\"column-span\";s:1:\"1\";s:8:\"row-span\";s:1:\"1\";}i:7;a:3:{s:11:\"child-index\";i:7;s:11:\"column-span\";s:1:\"1\";s:8:\"row-span\";s:1:\"1\";}i:8;a:3:{s:11:\"child-index\";i:8;s:11:\"column-span\";s:1:\"1\";s:8:\"row-span\";s:1:\"1\";}i:9;a:3:{s:11:\"child-index\";i:9;s:11:\"column-span\";s:1:\"1\";s:8:\"row-span\";s:1:\"1\";}}s:17:\"grid-column-count\";s:1:\"1\";}}}}}i:15;a:3:{s:4:\"name\";s:18:\"CSS Grid - Masonry\";s:4:\"slug\";s:16:\"css-grid-masonry\";s:7:\"options\";a:2:{s:8:\"original\";a:40:{s:8:\"gradient\";a:0:{}s:8:\"code-php\";s:453:\"<div class=\'oxy-post\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n  \n  	<div class=\'oxy-post-image-overlay\'>\n      \n    <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	</div>\n      \n    <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\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:1739:\"%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: center;\n  align-items: center;\n  width: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-overlay {\n  position: relative;\n  display: flex;\n  flex-grow: 1;\n  flex-direction: column;\n  text-align: left;\n  align-items: center;\n  justify-content: center;\n  width: 100%;\n  padding: 3rem 2rem;\n  background-color: rgba(0,0,0,0.4);\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  top: 1rem;\n  right: 1rem;\n  font-size: .7rem;\n  color: white;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n  text-transform: uppercase;\n  letter-spacing: .125em;\n  border-radius: 2px;\n  margin-bottom: 1rem;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5rem;\n  line-height: 2rem;\n  margin-bottom: 1rem;\n  text-align: center;\n  color: white;\n  font-weight: bold;\n  font-family: \'Fira Sans\', sans-serif;\n}\n\n%%EPID%% .oxy-easy-posts-pages {\n margin-top: 16px;\n padding: 16px 8px;\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers {\n padding: 8px 12px;\n background-color: #f2f2f2;\n color: #333;\n text-transform: uppercase;\n letter-spacing: .125em;\n font-size: .7em;\n font-weight: bold;\n}\n\n%%EPID%% .oxy-read-more {\n  background: rgba(255,255,255,0.6);\n  color: black;\n  text-transform: uppercase;\n  letter-spacing: .125em;\n  padding: .5rem 2rem;\n  border-radius: 100px;\n  font-weight: bold;\n  box-shadow: 0 12px 16px rgba(0,0,0,0.25);\n  transition: all ease 0.2s;\n  text-align: center;\n  line-height: 1.2;\n}\n\n%%EPID%% .oxy-read-more:hover {\n  background: white;\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers.current {\n background-color: #dddddd;\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers:hover {\n background-color: #dddddd; \n}\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";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:19:\"read_more_size-unit\";s:3:\"rem\";s:26:\"read_more_text_hover_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:14:\"flex-direction\";s:4:\"grid\";s:17:\"grid-column-count\";s:2:\"12\";s:21:\"grid-column-min-width\";s:3:\"100\";s:15:\"grid-column-gap\";s:1:\"2\";s:12:\"grid-row-gap\";s:1:\"2\";s:34:\"grid-match-height-of-tallest-child\";s:4:\"true\";s:16:\"grid-child-rules\";a:10:{i:0;a:3:{s:11:\"child-index\";i:0;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"1\";}i:1;a:3:{s:11:\"child-index\";i:1;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"1\";}i:2;a:3:{s:11:\"child-index\";i:2;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"2\";}i:3;a:3:{s:11:\"child-index\";i:3;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"3\";}i:4;a:3:{s:11:\"child-index\";i:4;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"2\";}i:5;a:3:{s:11:\"child-index\";i:5;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"3\";}i:6;a:3:{s:11:\"child-index\";i:6;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"1\";}i:7;a:3:{s:11:\"child-index\";i:7;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"1\";}i:8;a:3:{s:11:\"child-index\";i:8;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"2\";}i:9;a:3:{s:11:\"child-index\";i:9;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"2\";}}s:7:\"display\";s:4:\"flex\";s:8:\"wp_query\";s:6:\"custom\";s:16:\"query_post_types\";a:1:{i:0;s:4:\"post\";}s:26:\"grid-column-min-width-unit\";s:4:\"auto\";s:17:\"grid-row-behavior\";s:4:\"Auto\";s:14:\"grid-row-count\";s:2:\"12\";s:24:\"grid-row-min-height-unit\";s:4:\"auto\";s:19:\"grid-row-min-height\";s:0:\"\";s:24:\"grid-row-max-height-unit\";s:4:\"auto\";s:19:\"grid-row-max-height\";s:0:\"\";s:26:\"grid-column-max-width-unit\";s:4:\"auto\";s:21:\"grid-column-max-width\";s:1:\"1\";}s:5:\"media\";a:3:{s:6:\"tablet\";a:1:{s:8:\"original\";a:11:{s:14:\"flex-direction\";s:4:\"grid\";s:17:\"grid-column-count\";s:2:\"12\";s:21:\"grid-column-min-width\";s:2:\"10\";s:21:\"grid-column-max-width\";s:1:\"1\";s:16:\"grid-child-rules\";a:10:{i:0;a:3:{s:11:\"child-index\";i:0;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"1\";}i:1;a:3:{s:11:\"child-index\";i:1;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:2;a:3:{s:11:\"child-index\";i:2;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"1\";}i:3;a:3:{s:11:\"child-index\";i:3;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:4;a:3:{s:11:\"child-index\";i:4;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:5;a:3:{s:11:\"child-index\";i:5;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:6;a:3:{s:11:\"child-index\";i:6;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:7;a:3:{s:11:\"child-index\";i:7;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:8;a:3:{s:11:\"child-index\";i:8;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:9;a:3:{s:11:\"child-index\";i:9;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}}s:15:\"grid-column-gap\";s:1:\"2\";s:12:\"grid-row-gap\";s:1:\"2\";s:34:\"grid-match-height-of-tallest-child\";s:4:\"true\";s:26:\"grid-column-min-width-unit\";s:4:\"auto\";s:26:\"grid-column-max-width-unit\";s:4:\"auto\";s:17:\"grid-row-behavior\";s:4:\"Auto\";}}s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:0:{}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:8:{s:14:\"flex-direction\";s:4:\"grid\";s:17:\"grid-column-count\";s:1:\"6\";s:21:\"grid-column-min-width\";s:2:\"10\";s:16:\"grid-child-rules\";a:10:{i:0;a:3:{s:11:\"child-index\";i:0;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"1\";}i:1;a:3:{s:11:\"child-index\";i:1;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"1\";}i:2;a:3:{s:11:\"child-index\";i:2;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"1\";}i:3;a:3:{s:11:\"child-index\";i:3;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"1\";}i:4;a:3:{s:11:\"child-index\";i:4;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"1\";}i:5;a:3:{s:11:\"child-index\";i:5;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"1\";}i:6;a:3:{s:11:\"child-index\";i:6;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"1\";}i:7;a:3:{s:11:\"child-index\";i:7;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"1\";}i:8;a:3:{s:11:\"child-index\";i:8;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"1\";}i:9;a:3:{s:11:\"child-index\";i:9;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"1\";}}s:12:\"grid-row-gap\";s:1:\"2\";s:15:\"grid-column-gap\";s:1:\"2\";s:34:\"grid-match-height-of-tallest-child\";s:4:\"true\";s:17:\"grid-row-behavior\";s:4:\"Auto\";}}}}}i:16;a:3:{s:4:\"name\";s:31:\"CSS Grid - Second Post Emphasis\";s:4:\"slug\";s:29:\"css-grid-second-post-emphasis\";s:7:\"options\";a:2:{s:8:\"original\";a:39:{s:8:\"gradient\";a:1:{s:6:\"colors\";a:0:{}}s:8:\"code-php\";s:733:\"<div class=\'oxy-post\'>\n  \n  	<div class=\'oxy-post-title-row\'>\n      \n  	<div class=\'oxy-post-image\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n  	</div>\n  \n  	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n    \n  	</div>\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 echo get_the_content(); ?>\n	</div>\n      \n    <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:2339:\"%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  width: 100%;\n  background-size: cover;\n  background-position: center center;\n  background-color: #f2f2f2;\n  border-radius: 12px;\n}\n\n%%EPID%% .oxy-post-title-row {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n margin-bottom: 0.5rem;\n width: 100%;\n}\n\n%%EPID%% .oxy-post-image {\n width: 50px;\n height: 80px;\n background-size: cover;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n width: 100%;\n flex-shrink: 0;\n margin-bottom: 1rem;\n background-position: center center;\n}\n\n%%EPID%% .oxy-post:nth-child(2) .oxy-post-image {\n display: initial;\n width: 100%;\n height: 160px;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n background-size: cover;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.2rem;\n  line-height: 1.2em;\n  font-weight: 700;\n  margin: 0 1.6rem;\n  color: #374047;\n}\n\n%%EPID%% .oxy-post:nth-child(2) .oxy-post-title {\n font-size: 2rem; \n line-height: 2.5rem;\n}\n\n%%EPID%% .oxy-post-meta {\n font-size: 0.75rem;\n display: flex;\n flex-direction: row;\n margin-bottom: 1rem;\n margin: 0 1.6rem 1rem;\n}\n\n%%EPID%% .oxy-post-meta-comments {\n margin-left: 1rem; \n}\n\n%%EPID%% .oxy-post-content {\n display: none; \n}\n\n%%EPID%% .oxy-post:nth-child(2) .oxy-post-content {\n display: initial;\n max-height: 100%;\n max-width: 100%;\n overflow: hidden;\n margin: 0 1.6rem 1.6rem;\n}\n\n%%EPID%% .oxy-post:nth-child(2) .oxy-post-content img {\n max-width: 100%;\n}\n\n%%EPID%% .oxy-read-more {\n border-radius: 0px;\n border-radius: 4px;\n margin-left: 1.6rem;\n margin-right: 1.6rem;\n margin-bottom: 1.6rem;\n text-transform: uppercase;\n letter-spacing: 1px;\n color: #374047;\n font-size: .75rem;\n background: #ddd;\n padding: .5rem 2rem;\n}\n\n%%EPID%% .oxy-read-more:hover {\n  background: #d2d2d2;\n}\n\n%%EPID%% .oxy-easy-posts-pages {\n margin-top: 16px;\n padding: 16px 8px;\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers {\n padding: 8px 12px;\n background-color: #f2f2f2;\n color: #374047;\n border-radius: 4px;\n font-size: .75rem;\n}\n\n@media (max-width: 480px) {\n %%EPID%% .oxy-easy-posts-pages .page-numbers {\n   line-height: 3rem;\n  }\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers.current {\n background-color: #dddddd;\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers:hover {\n background-color: #dddddd; \n}\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";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:19:\"read_more_size-unit\";s:3:\"rem\";s:26:\"read_more_text_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:15:\"grid-column-gap\";s:2:\"16\";s:12:\"grid-row-gap\";s:2:\"16\";s:34:\"grid-match-height-of-tallest-child\";s:5:\"false\";s:16:\"grid-child-rules\";a:10:{i:0;a:3:{s:11:\"child-index\";i:0;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"2\";}i:1;a:3:{s:11:\"child-index\";i:1;s:11:\"column-span\";s:1:\"3\";s:8:\"row-span\";s:1:\"2\";}i:2;a:3:{s:11:\"child-index\";i:2;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"6\";}i:3;a:3:{s:11:\"child-index\";i:3;s:11:\"column-span\";s:1:\"3\";s:8:\"row-span\";s:1:\"2\";}i:4;a:3:{s:11:\"child-index\";i:4;s:11:\"column-span\";s:1:\"3\";s:8:\"row-span\";s:1:\"2\";}i:5;a:3:{s:11:\"child-index\";i:5;s:11:\"column-span\";s:1:\"3\";s:8:\"row-span\";s:1:\"2\";}i:6;a:3:{s:11:\"child-index\";i:6;s:11:\"column-span\";s:1:\"3\";s:8:\"row-span\";s:1:\"2\";}i:7;a:3:{s:11:\"child-index\";i:7;s:11:\"column-span\";s:1:\"3\";s:8:\"row-span\";s:1:\"2\";}i:8;a:3:{s:11:\"child-index\";i:8;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"2\";}i:9;a:3:{s:11:\"child-index\";i:9;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"2\";}}s:7:\"display\";s:4:\"flex\";s:8:\"wp_query\";s:6:\"custom\";s:16:\"query_post_types\";a:1:{i:0;s:4:\"post\";}s:15:\"background-size\";s:5:\"cover\";s:14:\"flex-direction\";s:4:\"grid\";s:21:\"grid-column-min-width\";s:2:\"50\";s:17:\"grid-column-count\";s:2:\"12\";s:17:\"grid-row-behavior\";s:8:\"Explicit\";s:14:\"grid-row-count\";s:1:\"8\";s:19:\"grid-row-min-height\";s:2:\"50\";s:24:\"grid-row-max-height-unit\";s:2:\"px\";s:19:\"grid-row-max-height\";s:3:\"125\";s:20:\"query_taxonomies_any\";a:0:{}s:20:\"query_taxonomies_all\";a:0:{}s:13:\"query_authors\";a:0:{}}s:5:\"media\";a:4:{s:6:\"tablet\";a:1:{s:8:\"original\";a:9:{s:14:\"flex-direction\";s:4:\"grid\";s:16:\"grid-child-rules\";a:10:{i:0;a:3:{s:11:\"child-index\";i:0;s:11:\"column-span\";s:1:\"3\";s:8:\"row-span\";s:1:\"2\";}i:1;a:3:{s:11:\"child-index\";i:1;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:1:\"2\";}i:2;a:3:{s:11:\"child-index\";i:2;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"4\";}i:3;a:3:{s:11:\"child-index\";i:3;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:1:\"2\";}i:4;a:3:{s:11:\"child-index\";i:4;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:1:\"2\";}i:5;a:3:{s:11:\"child-index\";i:5;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:1:\"2\";}i:6;a:3:{s:11:\"child-index\";i:6;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:1:\"2\";}i:7;a:3:{s:11:\"child-index\";i:7;s:11:\"column-span\";s:1:\"3\";s:8:\"row-span\";s:1:\"2\";}i:8;a:3:{s:11:\"child-index\";i:8;s:11:\"column-span\";s:1:\"3\";s:8:\"row-span\";s:1:\"2\";}i:9;a:3:{s:11:\"child-index\";i:9;s:11:\"column-span\";s:1:\"3\";s:8:\"row-span\";s:1:\"2\";}}s:17:\"grid-column-count\";s:1:\"6\";s:17:\"grid-row-behavior\";s:8:\"Explicit\";s:34:\"grid-match-height-of-tallest-child\";s:5:\"false\";s:14:\"grid-row-count\";s:1:\"4\";s:26:\"grid-column-max-width-unit\";s:2:\"fr\";s:21:\"grid-column-max-width\";s:1:\"1\";s:21:\"grid-column-min-width\";s:2:\"50\";}}s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:6:{s:14:\"flex-direction\";s:4:\"grid\";s:16:\"grid-child-rules\";a:10:{i:0;a:3:{s:11:\"child-index\";i:0;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:1;a:3:{s:11:\"child-index\";i:1;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:2;a:3:{s:11:\"child-index\";i:2;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"5\";}i:3;a:3:{s:11:\"child-index\";i:3;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:4;a:3:{s:11:\"child-index\";i:4;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:5;a:3:{s:11:\"child-index\";i:5;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:6;a:3:{s:11:\"child-index\";i:6;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:7;a:3:{s:11:\"child-index\";i:7;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:8;a:3:{s:11:\"child-index\";i:8;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:9;a:3:{s:11:\"child-index\";i:9;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}}s:21:\"grid-column-max-width\";s:1:\"1\";s:17:\"grid-column-count\";s:1:\"6\";s:21:\"grid-column-min-width\";s:2:\"50\";s:17:\"grid-row-behavior\";s:4:\"Auto\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:14:\"flex-direction\";s:4:\"grid\";}}s:10:\"page-width\";a:1:{s:8:\"original\";a:0:{}}}}}i:17;a:3:{s:4:\"name\";s:20:\"CSS Grid - Newspaper\";s:4:\"slug\";s:18:\"css-grid-newspaper\";s:7:\"options\";a:2:{s:8:\"original\";a:39:{s:8:\"gradient\";a:1:{s:6:\"colors\";a:0:{}}s:8:\"code-php\";s:854:\"<div class=\'oxy-post\'>\n  \n      \n  	<div class=\'oxy-post-image\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n  	</div>\n    \n    <div class=\'oxy-post-text\'>\n      \n    <div class=\'oxy-post-date\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	</div>\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 echo substr(get_the_excerpt(), 0, 300) . \"...\"; ?>\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:3248:\"%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  width: 100%;\n  background-size: cover;\n  background-position: center center;\n  padding: 1rem;\n  font-size: 16px;\n}\n\n%%EPID%% .oxy-post-date {\n  font-size: 0.75rem;\n  margin-bottom: 0.5rem;\n  color: #777;\n  -webkit-font-smoothing: antialiased;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n}\n\n%%EPID%% .oxy-post-image {\n width: 50px;\n height: 80px;\n background-size: cover;\n width: 100%;\n flex-shrink: 0;\n margin-bottom: 1rem;\n background-position: center center;\n display: none;\n filter: grayscale(100%);\n}\n\n%%EPID%% .oxy-post:nth-child(1) .oxy-post-image {\n display: flex;\n width: 66.66%;\n height: 100%;\n background-size: cover;\n}\n\n%%EPID%% .oxy-post:nth-child(1) {\n  flex-direction: row-reverse;\n}\n\n%%EPID%% .oxy-post:nth-child(1) .oxy-post-text {\n  height: 100%;\n  justify-content: center;\n  display: flex;\n  flex-direction: column;\n  margin-right: 2rem;\n  align-items: flex-start;\n}\n\n%%EPID%% .oxy-post:nth-child(5) .oxy-post-image {\n  display: flex;\n  height: 240px;\n}\n\n%%EPID%% .oxy-post:nth-child(7) .oxy-post-image {\n  display: flex;\n  height: 240px;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.2rem;\n  line-height: 1.2em;\n  font-weight: 700;\n  color: #444;\n}\n\n%%EPID%% .oxy-post-title:hover {\n  color: #333;\n}\n\n%%EPID%% .oxy-post:nth-child(1) .oxy-post-title {\n font-size: 2rem; \n line-height: 2.5rem;\n}\n\n%%EPID%% .oxy-post-meta {\n font-size: 0.75rem;\n display: flex;\n flex-direction: row;\n margin-bottom: 1rem;\n margin-top: 0.6rem;\n}\n\n%%EPID%% .oxy-post-meta-comments {\n margin-left: 1rem; \n}\n\n%%EPID%% .oxy-post-meta-comments a {\n color: #777;\n -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-meta-comments a:hover {\n color: #333;\n}\n\n%%EPID%% .oxy-post-content {\n  font-size: 0.85rem;\n  margin-bottom: 1.6rem;\n}\n\n%%EPID%% .oxy-post:nth-child(1) .oxy-post-content {\n display: initial;\n max-height: 100%;\n max-width: 100%;\n overflow: hidden;\n}\n\n%%EPID%% .oxy-post:nth-child(2) .oxy-post-content img {\n max-width: 100%;\n}\n\n%%EPID%% .oxy-read-more {\n  border: 1px solid #666;\n  color: #666;\n  border-radius: 0;\n  padding: 0.6rem 1.6rem;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  font-size: 0.8rem;\n  text-align: center;\n}\n\n%%EPID%% .oxy-posts {\n  margin-bottom: 4rem;\n}\n\n%%EPID%% .oxy-read-more:hover {\n  background-color: #f2f2f2;\n}\n\n%%EPID%% .oxy-easy-posts-pages {\n margin-top: 16px;\n padding: 16px 8px;\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers {\n  border: 1px solid #666;\n  border-radius: 0;\n  padding: 0.6rem 1rem;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  color: #666;\n  font-size: 0.8rem;\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers.current {\n background-color: #f2f2f2;\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers:hover {\n background-color: #f2f2f2; \n}\n\n@media (max-width: 992px) {\n  %%EPID%% .oxy-post:nth-child(1) .oxy-post-image {\n    width: 50%;\n  }\n}\n\n@media (max-width: 480px) {\n \n  %%EPID%% .oxy-post:nth-child(1) .oxy-post-text {\n    display: flex;\n    flex-direction: column;\n    \n  }\n  \n  %%EPID%% .oxy-post:nth-child(1) .oxy-post-image {\n    width: 100%;\n    height: 280px;\n  }\n  \n  %%EPID%% .oxy-post:nth-child(1) {\n    flex-direction: column;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";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:19:\"read_more_size-unit\";s:3:\"rem\";s:26:\"read_more_text_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:15:\"grid-column-gap\";s:2:\"16\";s:12:\"grid-row-gap\";s:2:\"16\";s:34:\"grid-match-height-of-tallest-child\";s:5:\"false\";s:16:\"grid-child-rules\";a:10:{i:0;a:3:{s:11:\"child-index\";i:0;s:11:\"column-span\";s:1:\"8\";s:8:\"row-span\";s:1:\"2\";}i:1;a:3:{s:11:\"child-index\";i:1;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:1:\"4\";}i:2;a:3:{s:11:\"child-index\";i:2;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"3\";}i:3;a:3:{s:11:\"child-index\";i:3;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"3\";}i:4;a:3:{s:11:\"child-index\";i:4;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"3\";}i:5;a:3:{s:11:\"child-index\";i:5;s:11:\"column-span\";s:1:\"8\";s:8:\"row-span\";s:1:\"2\";}i:6;a:3:{s:11:\"child-index\";i:6;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"2\";}i:7;a:3:{s:11:\"child-index\";i:7;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"4\";}i:8;a:3:{s:11:\"child-index\";i:8;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"2\";}i:9;a:3:{s:11:\"child-index\";i:9;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"2\";}}s:7:\"display\";s:4:\"flex\";s:8:\"wp_query\";s:6:\"custom\";s:16:\"query_post_types\";a:1:{i:0;s:4:\"post\";}s:15:\"background-size\";s:5:\"cover\";s:14:\"flex-direction\";s:4:\"grid\";s:21:\"grid-column-min-width\";s:2:\"50\";s:17:\"grid-column-count\";s:2:\"12\";s:17:\"grid-row-behavior\";s:4:\"Auto\";s:14:\"grid-row-count\";s:1:\"8\";s:19:\"grid-row-min-height\";s:2:\"50\";s:24:\"grid-row-max-height-unit\";s:2:\"px\";s:19:\"grid-row-max-height\";s:3:\"125\";s:20:\"query_taxonomies_any\";a:0:{}s:20:\"query_taxonomies_all\";a:0:{}s:13:\"query_authors\";a:0:{}}s:5:\"media\";a:4:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:10:{s:16:\"grid-child-rules\";a:10:{i:0;a:3:{s:11:\"child-index\";i:0;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:1:\"2\";}i:1;a:3:{s:11:\"child-index\";i:1;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:0:\"\";}i:2;a:3:{s:11:\"child-index\";i:2;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:1:\"2\";}i:3;a:3:{s:11:\"child-index\";i:3;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:1:\"2\";}i:4;a:3:{s:11:\"child-index\";i:4;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:1:\"2\";}i:5;a:3:{s:11:\"child-index\";i:5;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:1:\"2\";}i:6;a:3:{s:11:\"child-index\";i:6;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:1:\"2\";}i:7;a:3:{s:11:\"child-index\";i:7;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:1:\"2\";}i:8;a:3:{s:11:\"child-index\";i:8;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:1:\"2\";}i:9;a:3:{s:11:\"child-index\";i:9;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:1:\"2\";}}s:21:\"grid-column-max-width\";s:1:\"1\";s:21:\"grid-column-min-width\";s:2:\"50\";s:17:\"grid-row-behavior\";s:4:\"Auto\";s:14:\"flex-direction\";s:4:\"grid\";s:26:\"grid-column-min-width-unit\";s:4:\"auto\";s:26:\"grid-column-max-width-unit\";s:4:\"auto\";s:24:\"grid-row-min-height-unit\";s:2:\"px\";s:24:\"grid-row-max-height-unit\";s:4:\"auto\";s:34:\"grid-match-height-of-tallest-child\";s:5:\"false\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:0:{}}s:6:\"tablet\";a:1:{s:8:\"original\";a:11:{s:16:\"grid-child-rules\";a:10:{i:0;a:3:{s:11:\"child-index\";i:0;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:1:\"2\";}i:1;a:3:{s:11:\"child-index\";i:1;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:1:\"3\";}i:2;a:3:{s:11:\"child-index\";i:2;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:1:\"2\";}i:3;a:3:{s:11:\"child-index\";i:3;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:4;a:3:{s:11:\"child-index\";i:4;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:5;a:3:{s:11:\"child-index\";i:5;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:1:\"2\";}i:6;a:3:{s:11:\"child-index\";i:6;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:1:\"2\";}i:7;a:3:{s:11:\"child-index\";i:7;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:1:\"2\";}i:8;a:3:{s:11:\"child-index\";i:8;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:9;a:3:{s:11:\"child-index\";i:9;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}}s:34:\"grid-match-height-of-tallest-child\";s:5:\"false\";s:14:\"grid-row-count\";s:1:\"4\";s:26:\"grid-column-max-width-unit\";s:4:\"auto\";s:14:\"flex-direction\";s:4:\"grid\";s:17:\"grid-row-behavior\";s:8:\"Explicit\";s:21:\"grid-column-max-width\";s:1:\"2\";s:26:\"grid-column-min-width-unit\";s:4:\"auto\";s:24:\"grid-row-min-height-unit\";s:2:\"px\";s:24:\"grid-row-max-height-unit\";s:4:\"auto\";s:19:\"grid-row-min-height\";s:3:\"160\";}}s:10:\"page-width\";a:1:{s:8:\"original\";a:4:{s:16:\"grid-child-rules\";a:2:{i:0;N;i:1;a:3:{s:11:\"child-index\";i:1;s:11:\"column-span\";s:0:\"\";s:8:\"row-span\";s:1:\"8\";}}s:17:\"grid-row-behavior\";s:8:\"Explicit\";s:14:\"grid-row-count\";s:1:\"8\";s:34:\"grid-match-height-of-tallest-child\";s:5:\"false\";}}}}}i:18;a:3:{s:4:\"name\";s:30:\"CSS Grid - Gradient Background\";s:4:\"slug\";s:20:\"css-grid-gradient-bg\";s:7:\"options\";a:2:{s:8:\"original\";a:41:{s:8:\"code-php\";s:383:\"<div class=\'oxy-post\'>\n  \n  	<div class=\'oxy-post-title-row\'>\n      \n  	<div class=\'oxy-post-image\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n  	</div>\n  \n  	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n    \n  	</div>\n      \n    <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:1143:\"%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  width: 100%;\n  background-size: cover;\n  background-position: center center;\n  padding: 2rem;\n  background-color: rgba(255,255,255,0.5);\n}\n\n%%EPID%% .oxy-post-title-row {\n display: flex;\n flex-direction: row;\n align-items: flex-start;\n margin-bottom: 2rem;\n}\n\n%%EPID%% .oxy-post-image {\n width: 50px;\n height: 50px;\n border-radius: 50%;\n background-size: cover;\n flex-shrink: 0;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5rem;\n  line-height: 1.75rem;\n  margin-left: 1rem;\n}\n\n%%EPID%% .oxy-read-more {\n margin-top: auto;\n margin-left: auto;\n border-radius: 0px;\n}\n\n%%EPID%% .oxy-easy-posts-pages {\n margin-top: 16px;\n padding: 16px 8px;\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers {\n padding: 8px 12px;\n background-color: #f2f2f2;\n color: black;\n}\n\n@media (max-width: 480px) {\n %%EPID%% .oxy-easy-posts-pages .page-numbers {\n   line-height: 3rem;\n  }\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers.current {\n background-color: #72f1cc;\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers:hover {\n background-color: #72f1cc; \n}\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_hover_color\";s:7:\"#333333\";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:3:\"rem\";s:20:\"read_more_text_color\";s:7:\"#000000\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:7:\"#72f1cc\";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:15:\"grid-column-gap\";s:2:\"16\";s:12:\"grid-row-gap\";s:2:\"16\";s:34:\"grid-match-height-of-tallest-child\";s:4:\"true\";s:16:\"grid-child-rules\";a:0:{}s:7:\"display\";s:4:\"flex\";s:8:\"wp_query\";s:6:\"custom\";s:16:\"query_post_types\";a:1:{i:0;s:4:\"post\";}s:15:\"background-size\";s:5:\"cover\";s:8:\"gradient\";a:1:{s:6:\"colors\";a:2:{i:0;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:7:\"#60f2d7\";}i:1;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:7:\"#f2eb6d\";}}}s:14:\"flex-direction\";s:4:\"grid\";s:11:\"padding-top\";s:2:\"32\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:14:\"padding-bottom\";s:2:\"32\";s:17:\"grid-column-count\";s:8:\"auto-fit\";s:21:\"grid-column-min-width\";s:3:\"250\";}s:5:\"media\";a:0:{}}}i:19;a:3:{s:4:\"name\";s:20:\"CSS Grid - 6 Columns\";s:4:\"slug\";s:20:\"css-grid-6-columns-f\";s:7:\"options\";a:2:{s:8:\"original\";a:35:{s:8:\"code-php\";s:422:\"<div class=\'oxy-post\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n \n 	<div class=\'oxy-post-image-overlay\'>\n \n <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	</div>\n \n <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\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:1240:\"%%EPID%% .oxy-post {\n display: flex;\n flex-direction: column;\n text-align: left;\n align-items: flex-start;\n width: 100%;\n background-size: cover;\n background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-overlay {\n position: relative;\n display: flex;\n flex-grow: 1;\n flex-direction: column;\n text-align: left;\n align-items: center;\n justify-content: center;\n width: 100%;\n padding: 64px 16px;\n background-color: rgba(255,255,255,0.5);\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n position: absolute;\n top: 1rem;\n right: 1rem;\n font-size: .7rem;\n color: white;\n background-color: rgba(0,0,0,0.5);\n padding: .7rem 1rem;\n font-weight: bold;\n -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-title {\n font-size: 1.5rem;\n line-height: 1.75rem;\n margin-bottom: 1rem;\n}\n\n%%EPID%% .oxy-easy-posts-pages {\n margin-top: 16px;\n padding: 16px 8px;\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers {\n padding: 8px 12px;\n background-color: #f2f2f2;\n color: black;\n}\n\n@media (max-width: 480px) {\n %%EPID%% .oxy-easy-posts-pages .page-numbers {\n line-height: 3rem;\n }\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers.current {\n background-color: #dddddd;\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers:hover {\n background-color: #dddddd; \n}\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_hover_color\";s:7:\"#333333\";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:3:\"rem\";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\";s:14:\"flex-direction\";s:4:\"grid\";s:17:\"grid-column-count\";s:1:\"6\";s:21:\"grid-column-min-width\";s:3:\"100\";s:15:\"grid-column-gap\";s:2:\"16\";s:12:\"grid-row-gap\";s:2:\"16\";s:34:\"grid-match-height-of-tallest-child\";s:4:\"true\";s:16:\"grid-child-rules\";a:10:{i:0;a:3:{s:11:\"child-index\";i:0;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:0:\"\";}i:1;a:3:{s:11:\"child-index\";i:1;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"2\";}i:2;a:3:{s:11:\"child-index\";i:2;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:0:\"\";}i:3;a:3:{s:11:\"child-index\";i:3;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:0:\"\";}i:4;a:3:{s:11:\"child-index\";i:4;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:0:\"\";}i:5;a:3:{s:11:\"child-index\";i:5;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:0:\"\";}i:6;a:3:{s:11:\"child-index\";i:6;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:0:\"\";}i:7;a:3:{s:11:\"child-index\";i:7;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:0:\"\";}i:8;a:3:{s:11:\"child-index\";i:8;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:0:\"\";}i:9;a:3:{s:11:\"child-index\";i:9;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:0:\"\";}}s:7:\"display\";s:4:\"flex\";s:8:\"wp_query\";s:6:\"custom\";s:16:\"query_post_types\";a:1:{i:0;s:4:\"post\";}}s:5:\"media\";a:3:{s:6:\"tablet\";a:1:{s:8:\"original\";a:5:{s:14:\"flex-direction\";s:4:\"grid\";s:17:\"grid-column-count\";s:1:\"6\";s:21:\"grid-column-min-width\";s:2:\"10\";s:21:\"grid-column-max-width\";s:1:\"1\";s:16:\"grid-child-rules\";a:10:{i:0;a:3:{s:11:\"child-index\";i:0;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:0:\"\";}i:1;a:3:{s:11:\"child-index\";i:1;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:2;a:3:{s:11:\"child-index\";i:2;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:0:\"\";}i:3;a:3:{s:11:\"child-index\";i:3;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:0:\"\";}i:4;a:3:{s:11:\"child-index\";i:4;s:11:\"column-span\";s:1:\"3\";s:8:\"row-span\";s:0:\"\";}i:5;a:3:{s:11:\"child-index\";i:5;s:11:\"column-span\";s:1:\"3\";s:8:\"row-span\";s:0:\"\";}i:6;a:3:{s:11:\"child-index\";i:6;s:11:\"column-span\";s:1:\"3\";s:8:\"row-span\";s:0:\"\";}i:7;a:3:{s:11:\"child-index\";i:7;s:11:\"column-span\";s:1:\"3\";s:8:\"row-span\";s:0:\"\";}i:8;a:3:{s:11:\"child-index\";i:8;s:11:\"column-span\";s:1:\"3\";s:8:\"row-span\";s:0:\"\";}i:9;a:3:{s:11:\"child-index\";i:9;s:11:\"column-span\";s:1:\"3\";s:8:\"row-span\";s:0:\"\";}}}}s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:0:{}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:4:{s:14:\"flex-direction\";s:4:\"grid\";s:17:\"grid-column-count\";s:1:\"6\";s:21:\"grid-column-min-width\";s:2:\"10\";s:16:\"grid-child-rules\";a:10:{i:0;a:3:{s:11:\"child-index\";i:0;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:0:\"\";}i:1;a:3:{s:11:\"child-index\";i:1;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:0:\"\";}i:2;a:3:{s:11:\"child-index\";i:2;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:0:\"\";}i:3;a:3:{s:11:\"child-index\";i:3;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:0:\"\";}i:4;a:3:{s:11:\"child-index\";i:4;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:0:\"\";}i:5;a:3:{s:11:\"child-index\";i:5;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:0:\"\";}i:6;a:3:{s:11:\"child-index\";i:6;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:0:\"\";}i:7;a:3:{s:11:\"child-index\";i:7;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:0:\"\";}i:8;a:3:{s:11:\"child-index\";i:8;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:0:\"\";}i:9;a:3:{s:11:\"child-index\";i:9;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:0:\"\";}}}}}}}i:20;a:2:{s:4:\"name\";s:12:\"Gorilla Grid\";s:7:\"options\";a:1:{s:8:\"original\";a:35:{s:8:\"code-php\";s:991:\"<div class=\'oxy-post c-shadow c-transition c-card-light c-card-on-hover\'>\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	<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 echo get_field( \"duration\" ).\" days\"; ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n            <?php \n\n			    $cat_array = ( get_the_terms( get_the_ID(), \'destination\') ); \n			    $cat_str = array(); \n    \n			    foreach ($cat_array as $cat) { \n			        $cat_str[] = $cat->name;\n			    }\n			    echo implode(\", \",$cat_str) . \'\'; \n			?>\n		</div>\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n	\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more c-btn-main\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:1204:\"%%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  justify-content: space-between;\n  text-align: left;\n  align-items: flex-start;\n  margin: 0 5px 3em 5px;\n  width: 32%;\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: 70%;\n  background-size: cover;\n  background-position: center center;\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:8:\"color(1)\";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:6:\"tablet\";s:15:\"posts_100_below\";s:6:\"tablet\";s:8:\"wp_query\";s:6:\"custom\";s:16:\"query_post_types\";a:1:{i:0;s:4:\"tour\";}s:20:\"query_taxonomies_any\";a:0:{}s:20:\"query_taxonomies_all\";a:0:{}s:13:\"query_authors\";a:0:{}s:15:\"query_all_posts\";s:4:\"true\";s:17:\"grid-column-count\";s:1:\"3\";s:21:\"grid-columns-auto-fit\";s:5:\"false\";s:26:\"grid-column-min-width-unit\";s:2:\"vw\";s:18:\"grid-justify-items\";s:6:\"center\";}}}}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\";}}}}s:8:\"oxyninja\";a:2:{s:4:\"type\";s:2:\"fw\";s:4:\"save\";b:1;}}','no'),(199,'oxygen_license_key','0da2f9fcabf8d566d281643c43c8b6de','yes'),(200,'oxygen_license_updated','1','yes'),(201,'oxygen_vsb_css_cache_generated_2_2','true','yes'),(202,'oxygen_vsb_global_colors','a:4:{s:15:\"colorsIncrement\";i:13;s:13:\"setsIncrement\";i:2;s:6:\"colors\";a:13:{i:0;a:4:{s:2:\"id\";i:1;s:4:\"name\";s:8:\"Accent 1\";s:5:\"value\";s:7:\"#e18d19\";s:3:\"set\";i:2;}i:1;a:4:{s:2:\"id\";i:2;s:4:\"name\";s:8:\"Accent 2\";s:5:\"value\";s:7:\"#efefef\";s:3:\"set\";i:2;}i:2;a:4:{s:2:\"id\";i:3;s:4:\"name\";s:16:\"Background Light\";s:5:\"value\";s:7:\"#f9f9f9\";s:3:\"set\";i:2;}i:3;a:4:{s:2:\"id\";i:4;s:4:\"name\";s:15:\"Background Dark\";s:5:\"value\";s:7:\"#191919\";s:3:\"set\";i:2;}i:4;a:4:{s:2:\"id\";i:5;s:4:\"name\";s:28:\"Background Light Alternative\";s:5:\"value\";s:7:\"#ffffff\";s:3:\"set\";i:2;}i:5;a:4:{s:2:\"id\";i:6;s:4:\"name\";s:27:\"Background Dark Alternative\";s:5:\"value\";s:7:\"#353535\";s:3:\"set\";i:2;}i:6;a:4:{s:2:\"id\";i:7;s:4:\"name\";s:13:\"Heading Light\";s:5:\"value\";s:7:\"#ffffff\";s:3:\"set\";i:2;}i:7;a:4:{s:2:\"id\";i:8;s:4:\"name\";s:12:\"Heading Dark\";s:5:\"value\";s:7:\"#0f0f0f\";s:3:\"set\";i:2;}i:8;a:4:{s:2:\"id\";i:9;s:4:\"name\";s:10:\"Text Light\";s:5:\"value\";s:21:\"rgba(255,255,255,0.8)\";s:3:\"set\";i:2;}i:9;a:4:{s:2:\"id\";i:10;s:4:\"name\";s:9:\"Text Dark\";s:5:\"value\";s:7:\"#686868\";s:3:\"set\";i:2;}i:10;a:4:{s:2:\"id\";i:11;s:4:\"name\";s:12:\"Border Light\";s:5:\"value\";s:7:\"#e8e8e8\";s:3:\"set\";i:2;}i:11;a:4:{s:2:\"id\";i:12;s:4:\"name\";s:11:\"Border Dark\";s:5:\"value\";s:7:\"#474747\";s:3:\"set\";i:2;}i:12;a:4:{s:2:\"id\";i:13;s:4:\"name\";s:12:\"Accent Hover\";s:5:\"value\";s:7:\"#c17c1b\";s:3:\"set\";i:0;}}s:4:\"sets\";a:2:{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:4:\"core\";}}}','yes'),(203,'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'),(204,'oxygen_vsb_history_limit','','yes'),(205,'oxygen_vsb_preview_dropdown_limit','','yes'),(206,'oxygen_vsb_preview_dropdown_exclude_non_public','true','yes'),(207,'oxygen_vsb_enable_selector_detector','','yes'),(208,'oxygen_vsb_enable_default_designsets','','yes'),(209,'oxygen_vsb_enable_3rdp_designsets','true','yes'),(210,'oxygen_vsb_enable_connection','true','yes'),(211,'oxygen_vsb_google_maps_api_key','','yes'),(212,'oxygen_vsb_show_all_acf_fields','true','yes'),(213,'oxygen_vsb_enable_google_fonts_cache','true','yes'),(214,'oxygen_vsb_enable_ie_layout_improvements','true','yes'),(215,'oxygen_vsb_enable_signature_validation','true','yes'),(216,'oxygen_vsb_enable_signature_frontend_errors','false','yes'),(217,'oxygen_vsb_disable_google_fonts','','yes'),(218,'oxygen_vsb_block_category_label','Kiboko Blocks','yes'),(219,'oxygen_vsb_full_page_block_category_label','Kiboko Full Page Blocks','yes'),(220,'oxygen_vsb_access_role_editor','false','yes'),(221,'oxygen_vsb_access_role_author','false','yes'),(222,'oxygen_vsb_access_role_contributor','false','yes'),(223,'oxygen_vsb_access_role_subscriber','false','yes'),(224,'oxygen_vsb_ignore_post_type_post','true','yes'),(225,'oxygen_vsb_ignore_post_type_page','','yes'),(226,'oxygen_vsb_ignore_post_type_user_request','','yes'),(227,'oxygen_vsb_ignore_post_type_wp_block','true','yes'),(230,'oxygen-vsb-activated','1','yes'),(233,'oxygen_license_status','valid','yes'),(234,'oxyninja_license_key','9da779b7d62c1f68908d1f3d16ca3dd3','yes'),(235,'oxyninja_license_status','valid','yes'),(237,'edd_sl_434ee993addb9d9addf3d1e06232cddf','a:2:{s:7:\"timeout\";i:1649138121;s:5:\"value\";s:12368:\"{\"new_version\":\"3.4.3\",\"stable_version\":\"3.4.3\",\"name\":\"OxyNinja Plugin\",\"slug\":\"oxy-ninja\",\"url\":\"https:\\/\\/oxyninja.com\\/downloads\\/ss9zcwhxjbb6\\/?changelog=1\",\"last_updated\":\"2021-08-21 17:08:54\",\"homepage\":\"https:\\/\\/oxyninja.com\",\"package\":\"https:\\/\\/oxyninja.com\\/edd-sl\\/package_download\\/MTY0OTIyMDkyMTo5ZGE3NzliN2Q2MmMxZjY4OTA4ZDFmM2QxNmNhM2RkMzoxMDYwNjphNjk3Y2UwNmMzM2EyMmE1MDNhZTU1ZDMzNjc0OWU4MjpodHRwQC8vZ29yaWxsYWFmcmljYXNhZmFyaXMuY29tOjA=\",\"download_link\":\"https:\\/\\/oxyninja.com\\/edd-sl\\/package_download\\/MTY0OTIyMDkyMTo5ZGE3NzliN2Q2MmMxZjY4OTA4ZDFmM2QxNmNhM2RkMzoxMDYwNjphNjk3Y2UwNmMzM2EyMmE1MDNhZTU1ZDMzNjc0OWU4MjpodHRwQC8vZ29yaWxsYWFmcmljYXNhZmFyaXMuY29tOjA=\",\"sections\":{\"description\":\"<p>This small plugin a brain of all OxyNinja products. It does the initial import of selectors &amp; stylesheets, adds class reset, class lock and grid helpers or remade columns from the Core framework.<\\/p>\\n<p>It\'s made to save time when working with OxyNinja products.<\\/p>\\n<h3>Features list<\\/h3>\\n<ol>\\n<li>Import of selectors and stylesheets<\\/li>\\n<li>Class Reset<\\/li>\\n<li>Class Lock<\\/li>\\n<li>Classes Migration<\\/li>\\n<li>Grid helpers of pre-made columns in Oxygen elements<\\/li>\\n<li>OxyNinja Slider<\\/li>\\n<\\/ol>\",\"changelog\":\"<p>= 3.4.3 =<br \\/>\\n* [TWEAK] Sizing &amp; Spacing stylesheet loaded from plugin instead of Oxygen<br \\/>\\n* [FIX] Class Reset<\\/p>\\n<p>= 3.4.2 =<br \\/>\\n* [FIX] Firefox builder loading error<br \\/>\\n* [FIX] Unable to deactivate license<br \\/>\\n* [FIX] OxyNinja Slider - HappyFiles &amp; Admin 2020 WebP support<br \\/>\\n= 3.4.1 =<br \\/>\\n* [NEW] MetaBox slider integration<br \\/>\\n* [NEW] Condition \\u2014 Show\\/Hide element based on WooCommerce related products<br \\/>\\n* [NEW] Condition \\u2014 WooCommerce product stock<br \\/>\\n* [NEW] Easing option for OxyNinja slider<br \\/>\\n* [TWEAK] Better logic for WooCommerce variation slider<br \\/>\\n* [TWEAK] wc_sec_image shortcode now accepts size attribute (full, large, thumbnail, ...)<br \\/>\\n* [TWEAK] Class migration \\u2014 Option to preserve old classes instead of replacing them<br \\/>\\n* [TWEAK] Slider Arrows can be changed on all breakpoints<br \\/>\\n* [FIX] Disabled WP auto-translate of some string in the slider<br \\/>\\n* [FIX] Better compatibility with Oxygen icons in 3.8.1<br \\/>\\n*\\u00a0[FIX] WooCommerce bundled products badge<br \\/>\\n*\\u00a0[FIX] WP_DEBUG notices and warnings<br \\/>\\n*\\u00a0[UPDATED] Agency Base JSON Classes<br \\/>\\n*\\u00a0[UPDATED] GLightbox 3.0.7 &gt; 3.0.8<br \\/>\\n*\\u00a0[UPDATED] SweetAlert2 10.13.3 &gt; 11.0.8<br \\/>\\n= 3.4.0 =<br \\/>\\n* [NEW] Core &amp; WooCore Custom Icon Set<br \\/>\\n* [NEW] OxyNinja Settings Panel (sub-menu under Oxygen tab)<br \\/>\\n* [FIX] Class Reset Breakpoints - Wrongly set color values<\\/p>\\n<p>= 3.3.3 =<br \\/>\\n* [Fix] OxyNinja Slider Per Move not working properly<br \\/>\\n* Fixed Fatal error caused by WooCommerce Mix &amp; Match<\\/p>\\n<p>= 3.3.2 =<br \\/>\\n* [Tweak] Related query use native WooCommerce function (wc_get_related_products)<br \\/>\\n* [Tweak] ACF Custom Badge without OxyNinja branding<br \\/>\\n* Fixed cannot redeclare variable error<br \\/>\\n* Now you can find Agency Base JSON at the root of the folder<\\/p>\\n<p>= 3.3.1 =<br \\/>\\n* [Fix] OxyNinja Slider also accepts multisite plugin<br \\/>\\n* [Tweak] Variable product image tweak<br \\/>\\n* [Tweak] Toolset accepts also external images from URL<br \\/>\\n* OxyToolbox UI additional fix<br \\/>\\n* Fixed fatal error on inserting OxyNinja Slider inside repeater<br \\/>\\n* Fixed undefined $scope on concated scripts<br \\/>\\n* Fixed undefined variable: max_percentage<\\/p>\\n<p>= 3.3.0 =<br \\/>\\n* [NEW] Slider \\/ Carousel Component<br \\/>\\n* [Feature] OxyNinja UI is hidden if \\u201cEnable 3rd party Design Sets\\u201d it disabled<br \\/>\\n* [Enhancement] Class Lock can now lock entire framework on demand<br \\/>\\n* [Enhancement] Class Reset can now reset classes in bulk using partial matches starting with c-<br \\/>\\n* [Enhancement] Core framework updated with new classes<br \\/>\\n* [Tweak] You can lock whole framework on import<br \\/>\\n* [Tweak] Class Reset DOM Rebuild \\u2014 No need for activating class on reset<br \\/>\\n* [Tweak] On plugin uninstall, all plugin data from database are remove<br \\/>\\n* [Fix] Fixed Class Lock error when updating from older version then 3.1.0<br \\/>\\n* [Fix] UI fix for EE and OxyToolbox<br \\/>\\n* [Fix] Fixed endless spinning wheel on first import<br \\/>\\n* [Fix] Fixed wp_debug notices<br \\/>\\n* Compatibility with WordPress 5.7 &amp; Oxygen 3.7<br \\/>\\n* Various other bug fixes<\\/p>\\n<p>= 3.2.0 =<br \\/>\\n* [NEW] Possibility to migrate all selectors between sites<br \\/>\\n* Compatibility with WordPress 5.6 &amp; Oxygen 3.7<br \\/>\\n* Third party libraries updated to actual versions<br \\/>\\n* Bug fixes<\\/p>\\n<p>= 3.1.1 =<br \\/>\\n* [NEW] CORE Framework - Hover classes and full grid span and positioning classes added<br \\/>\\n* [NEW] Grid helpers - 6 new helpers \\/ grids added<br \\/>\\n* [Tweak] ID\\/Class lock - Icon change based on lock state<br \\/>\\n* [Feature] ID\\/Class lock - Last state (locked\\/unlocked) save<br \\/>\\n* [Enhancement] CSS Grid stylesheets loads in background in case it\'s missing<br \\/>\\n* Bug fixes<\\/p>\\n<p>= 3.1 =<br \\/>\\n* [NEW] Class lock - Lock the classes on element to prevent accidental changes in wrong class<br \\/>\\n* [NEW] Grid helpers - Add pre-made columns from Core with responsive classes added from +Add panel<br \\/>\\n* [NEW] Auto Update from WP Dashboard<br \\/>\\n* Bug fixes<\\/p>\\n<p>= 3.0 =<br \\/>\\n* Plugin rewritten to work with both Core and WooCore out of the box<br \\/>\\n* [NEW] Adds SplideJs, Sales and New badge to WooCore<\\/p>\\n<p>= 2.0 =<br \\/>\\n* [NEW] Class reset - You can reset any class from Core to the default one<br \\/>\\n* Bug fixes<\\/p>\\n<p>= 1 =<br \\/>\\n* Import of selectors and stylesheets<\\/p>\\n\",\"faq\":\"<h4>What do I need to do after install?<\\/h4>\\n<p>Install the plugin, add the plugin license key in the Oxygen License settings, then add API key of a design set in the Oxygen Library settings.<\\/p>\\n<p>Go to any page or template in Oxygen and do the import via Manage &gt; OxyNinja &gt; Start Import<\\/p>\\n<h4>Do I need to use different plugin for Core and WooCore?<\\/h4>\\n<p>No, you always use this same plugin with all our products.<\\/p>\\n\"},\"banners\":{\"high\":\"https:\\/\\/oxyninja.com\\/wp-content\\/uploads\\/edd\\/2020\\/11\\/big.png\",\"low\":\"https:\\/\\/oxyninja.com\\/wp-content\\/uploads\\/edd\\/2020\\/11\\/small.png\"},\"icons\":{\"1x\":\"https:\\/\\/oxyninja.com\\/wp-content\\/uploads\\/2020\\/07\\/FavIcon-logo.png\",\"2x\":\"https:\\/\\/oxyninja.com\\/wp-content\\/uploads\\/2020\\/07\\/FavIcon-logo.png\"},\"stable_tag\":\"3.4.2\",\"license\":\"EULA + GNU General Public License v3.0\",\"tested\":\"5.8\",\"description\":[\"<p>This small plugin a brain of all OxyNinja products. It does the initial import of selectors &amp; stylesheets, adds class reset, class lock and grid helpers or remade columns from the Core framework.<\\/p>\\n<p>It\'s made to save time when working with OxyNinja products.<\\/p>\\n<h3>Features list<\\/h3>\\n<ol>\\n<li>Import of selectors and stylesheets<\\/li>\\n<li>Class Reset<\\/li>\\n<li>Class Lock<\\/li>\\n<li>Classes Migration<\\/li>\\n<li>Grid helpers of pre-made columns in Oxygen elements<\\/li>\\n<li>OxyNinja Slider<\\/li>\\n<\\/ol>\"],\"changelog\":[\"<p>= 3.4.3 =<br \\/>\\n* [TWEAK] Sizing &amp; Spacing stylesheet loaded from plugin instead of Oxygen<br \\/>\\n* [FIX] Class Reset<\\/p>\\n<p>= 3.4.2 =<br \\/>\\n* [FIX] Firefox builder loading error<br \\/>\\n* [FIX] Unable to deactivate license<br \\/>\\n* [FIX] OxyNinja Slider - HappyFiles &amp; Admin 2020 WebP support<br \\/>\\n= 3.4.1 =<br \\/>\\n* [NEW] MetaBox slider integration<br \\/>\\n* [NEW] Condition \\u2014 Show\\/Hide element based on WooCommerce related products<br \\/>\\n* [NEW] Condition \\u2014 WooCommerce product stock<br \\/>\\n* [NEW] Easing option for OxyNinja slider<br \\/>\\n* [TWEAK] Better logic for WooCommerce variation slider<br \\/>\\n* [TWEAK] wc_sec_image shortcode now accepts size attribute (full, large, thumbnail, ...)<br \\/>\\n* [TWEAK] Class migration \\u2014 Option to preserve old classes instead of replacing them<br \\/>\\n* [TWEAK] Slider Arrows can be changed on all breakpoints<br \\/>\\n* [FIX] Disabled WP auto-translate of some string in the slider<br \\/>\\n* [FIX] Better compatibility with Oxygen icons in 3.8.1<br \\/>\\n*\\u00a0[FIX] WooCommerce bundled products badge<br \\/>\\n*\\u00a0[FIX] WP_DEBUG notices and warnings<br \\/>\\n*\\u00a0[UPDATED] Agency Base JSON Classes<br \\/>\\n*\\u00a0[UPDATED] GLightbox 3.0.7 &gt; 3.0.8<br \\/>\\n*\\u00a0[UPDATED] SweetAlert2 10.13.3 &gt; 11.0.8<br \\/>\\n= 3.4.0 =<br \\/>\\n* [NEW] Core &amp; WooCore Custom Icon Set<br \\/>\\n* [NEW] OxyNinja Settings Panel (sub-menu under Oxygen tab)<br \\/>\\n* [FIX] Class Reset Breakpoints - Wrongly set color values<\\/p>\\n<p>= 3.3.3 =<br \\/>\\n* [Fix] OxyNinja Slider Per Move not working properly<br \\/>\\n* Fixed Fatal error caused by WooCommerce Mix &amp; Match<\\/p>\\n<p>= 3.3.2 =<br \\/>\\n* [Tweak] Related query use native WooCommerce function (wc_get_related_products)<br \\/>\\n* [Tweak] ACF Custom Badge without OxyNinja branding<br \\/>\\n* Fixed cannot redeclare variable error<br \\/>\\n* Now you can find Agency Base JSON at the root of the folder<\\/p>\\n<p>= 3.3.1 =<br \\/>\\n* [Fix] OxyNinja Slider also accepts multisite plugin<br \\/>\\n* [Tweak] Variable product image tweak<br \\/>\\n* [Tweak] Toolset accepts also external images from URL<br \\/>\\n* OxyToolbox UI additional fix<br \\/>\\n* Fixed fatal error on inserting OxyNinja Slider inside repeater<br \\/>\\n* Fixed undefined $scope on concated scripts<br \\/>\\n* Fixed undefined variable: max_percentage<\\/p>\\n<p>= 3.3.0 =<br \\/>\\n* [NEW] Slider \\/ Carousel Component<br \\/>\\n* [Feature] OxyNinja UI is hidden if \\u201cEnable 3rd party Design Sets\\u201d it disabled<br \\/>\\n* [Enhancement] Class Lock can now lock entire framework on demand<br \\/>\\n* [Enhancement] Class Reset can now reset classes in bulk using partial matches starting with c-<br \\/>\\n* [Enhancement] Core framework updated with new classes<br \\/>\\n* [Tweak] You can lock whole framework on import<br \\/>\\n* [Tweak] Class Reset DOM Rebuild \\u2014 No need for activating class on reset<br \\/>\\n* [Tweak] On plugin uninstall, all plugin data from database are remove<br \\/>\\n* [Fix] Fixed Class Lock error when updating from older version then 3.1.0<br \\/>\\n* [Fix] UI fix for EE and OxyToolbox<br \\/>\\n* [Fix] Fixed endless spinning wheel on first import<br \\/>\\n* [Fix] Fixed wp_debug notices<br \\/>\\n* Compatibility with WordPress 5.7 &amp; Oxygen 3.7<br \\/>\\n* Various other bug fixes<\\/p>\\n<p>= 3.2.0 =<br \\/>\\n* [NEW] Possibility to migrate all selectors between sites<br \\/>\\n* Compatibility with WordPress 5.6 &amp; Oxygen 3.7<br \\/>\\n* Third party libraries updated to actual versions<br \\/>\\n* Bug fixes<\\/p>\\n<p>= 3.1.1 =<br \\/>\\n* [NEW] CORE Framework - Hover classes and full grid span and positioning classes added<br \\/>\\n* [NEW] Grid helpers - 6 new helpers \\/ grids added<br \\/>\\n* [Tweak] ID\\/Class lock - Icon change based on lock state<br \\/>\\n* [Feature] ID\\/Class lock - Last state (locked\\/unlocked) save<br \\/>\\n* [Enhancement] CSS Grid stylesheets loads in background in case it\'s missing<br \\/>\\n* Bug fixes<\\/p>\\n<p>= 3.1 =<br \\/>\\n* [NEW] Class lock - Lock the classes on element to prevent accidental changes in wrong class<br \\/>\\n* [NEW] Grid helpers - Add pre-made columns from Core with responsive classes added from +Add panel<br \\/>\\n* [NEW] Auto Update from WP Dashboard<br \\/>\\n* Bug fixes<\\/p>\\n<p>= 3.0 =<br \\/>\\n* Plugin rewritten to work with both Core and WooCore out of the box<br \\/>\\n* [NEW] Adds SplideJs, Sales and New badge to WooCore<\\/p>\\n<p>= 2.0 =<br \\/>\\n* [NEW] Class reset - You can reset any class from Core to the default one<br \\/>\\n* Bug fixes<\\/p>\\n<p>= 1 =<br \\/>\\n* Import of selectors and stylesheets<\\/p>\\n\"],\"faq\":[\"<h4>What do I need to do after install?<\\/h4>\\n<p>Install the plugin, add the plugin license key in the Oxygen License settings, then add API key of a design set in the Oxygen Library settings.<\\/p>\\n<p>Go to any page or template in Oxygen and do the import via Manage &gt; OxyNinja &gt; Start Import<\\/p>\\n<h4>Do I need to use different plugin for Core and WooCore?<\\/h4>\\n<p>No, you always use this same plugin with all our products.<\\/p>\\n\"],\"plugin\":\"oxy-ninja\\/oxy-ninja.php\",\"id\":\"oxy-ninja\\/oxy-ninja.php\"}\";}','no'),(242,'cptui_new_install','false','yes'),(245,'acf_version','5.9.9','yes'),(246,'oxygen_vsb_ignore_post_type_acf-field-group','true','yes'),(247,'oxygen_vsb_ignore_post_type_acf-field','true','yes'),(250,'acf_pro_license','YToyOntzOjM6ImtleSI7czo3NjoiYjNKa1pYSmZhV1E5TVRBMU5qazFmSFI1Y0dVOVpHVjJaV3h2Y0dWeWZHUmhkR1U5TWpBeE55MHdOUzB3TlNBeE1Eb3dOam95T0E9PSI7czozOiJ1cmwiO3M6MzE6Imh0dHA6Ly9nb3JpbGxhYWZyaWNhc2FmYXJpcy5jb20iO30=','yes'),(252,'oxyninja_storage','a:8:{s:6:\"slider\";i:1;s:2:\"id\";i:0;s:5:\"badge\";i:1;s:9:\"classlock\";i:1;s:11:\"pastebutton\";i:1;s:10:\"icons_core\";i:0;s:13:\"icons_woocore\";i:0;s:18:\"deleteOnDeactivate\";i:0;}','no'),(257,'oxygen_options_autoload','no','yes'),(258,'oxygen_vsb_update_3_7','1','yes'),(259,'oxygen_vsb_options_users_access_list','','yes'),(260,'oxygen_vsb_options_users_access_enable_elements','','yes'),(261,'oxygen_vsb_options_users_access_advanced_tab','','yes'),(262,'oxygen_vsb_options_users_access_drag_n_drop','','yes'),(263,'oxygen_vsb_options_users_access_enabled_elements','','yes'),(264,'oxygen_vsb_options_users_access_disable_classes','','yes'),(265,'oxygen_vsb_options_users_access_disable_ids','','yes'),(266,'oxygen_vsb_options_role_access_enable_elements','','yes'),(267,'oxygen_vsb_options_role_access_advanced_tab','','yes'),(268,'oxygen_vsb_options_role_access_drag_n_drop','','yes'),(269,'oxygen_vsb_options_role_access_enabled_elements','','yes'),(270,'oxygen_vsb_options_role_access_disable_classes','','yes'),(271,'oxygen_vsb_options_role_access_disable_ids','','yes'),(272,'cptui_post_types','a:1:{s:4:\"tour\";a:30:{s:4:\"name\";s:4:\"tour\";s:5:\"label\";s:5:\"Tours\";s:14:\"singular_label\";s:4:\"Tour\";s:11:\"description\";s:0:\"\";s:6:\"public\";s:4:\"true\";s:18:\"publicly_queryable\";s:4:\"true\";s:7:\"show_ui\";s:4:\"true\";s:17:\"show_in_nav_menus\";s:4:\"true\";s:16:\"delete_with_user\";s:5:\"false\";s:12:\"show_in_rest\";s:4:\"true\";s:9:\"rest_base\";s:0:\"\";s:21:\"rest_controller_class\";s:0:\"\";s:11:\"has_archive\";s:5:\"false\";s:18:\"has_archive_string\";s:0:\"\";s:19:\"exclude_from_search\";s:5:\"false\";s:15:\"capability_type\";s:4:\"post\";s:12:\"hierarchical\";s:5:\"false\";s:7:\"rewrite\";s:4:\"true\";s:12:\"rewrite_slug\";s:0:\"\";s:17:\"rewrite_withfront\";s:4:\"true\";s:9:\"query_var\";s:4:\"true\";s:14:\"query_var_slug\";s:0:\"\";s:13:\"menu_position\";s:2:\"20\";s:12:\"show_in_menu\";s:4:\"true\";s:19:\"show_in_menu_string\";s:0:\"\";s:9:\"menu_icon\";s:24:\"dashicons-admin-site-alt\";s:8:\"supports\";a:4:{i:0;s:5:\"title\";i:1;s:6:\"editor\";i:2;s:9:\"thumbnail\";i:3;s:7:\"excerpt\";}s:10:\"taxonomies\";a:0:{}s:6:\"labels\";a:30:{s:9:\"menu_name\";s:5:\"Tours\";s:9:\"all_items\";s:9:\"All Tours\";s:7:\"add_new\";s:7:\"Add new\";s:12:\"add_new_item\";s:12:\"Add new Tour\";s:9:\"edit_item\";s:9:\"Edit Tour\";s:8:\"new_item\";s:8:\"New Tour\";s:9:\"view_item\";s:9:\"View Tour\";s:10:\"view_items\";s:10:\"View Tours\";s:12:\"search_items\";s:12:\"Search Tours\";s:9:\"not_found\";s:14:\"No Tours found\";s:18:\"not_found_in_trash\";s:23:\"No Tours found in trash\";s:6:\"parent\";s:12:\"Parent Tour:\";s:14:\"featured_image\";s:28:\"Featured image for this Tour\";s:18:\"set_featured_image\";s:32:\"Set featured image for this Tour\";s:21:\"remove_featured_image\";s:35:\"Remove featured image for this Tour\";s:18:\"use_featured_image\";s:35:\"Use as featured image for this Tour\";s:8:\"archives\";s:13:\"Tour archives\";s:16:\"insert_into_item\";s:16:\"Insert into Tour\";s:21:\"uploaded_to_this_item\";s:19:\"Upload to this Tour\";s:17:\"filter_items_list\";s:17:\"Filter Tours list\";s:21:\"items_list_navigation\";s:21:\"Tours list navigation\";s:10:\"items_list\";s:10:\"Tours list\";s:10:\"attributes\";s:16:\"Tours attributes\";s:14:\"name_admin_bar\";s:4:\"Tour\";s:14:\"item_published\";s:14:\"Tour published\";s:24:\"item_published_privately\";s:25:\"Tour published privately.\";s:22:\"item_reverted_to_draft\";s:23:\"Tour reverted to draft.\";s:14:\"item_scheduled\";s:14:\"Tour scheduled\";s:12:\"item_updated\";s:13:\"Tour updated.\";s:17:\"parent_item_colon\";s:12:\"Parent Tour:\";}s:15:\"custom_supports\";s:0:\"\";}}','yes'),(275,'oxygen_vsb_ignore_post_type_tour','true','yes'),(278,'cptui_taxonomies','a:1:{s:11:\"destination\";a:25:{s:4:\"name\";s:11:\"destination\";s:5:\"label\";s:12:\"Destinations\";s:14:\"singular_label\";s:11:\"Destination\";s:11:\"description\";s:0:\"\";s:6:\"public\";s:4:\"true\";s:18:\"publicly_queryable\";s:4:\"true\";s:12:\"hierarchical\";s:4:\"true\";s:7:\"show_ui\";s:4:\"true\";s:12:\"show_in_menu\";s:4:\"true\";s:17:\"show_in_nav_menus\";s:4:\"true\";s:9:\"query_var\";s:4:\"true\";s:14:\"query_var_slug\";s:0:\"\";s:7:\"rewrite\";s:4:\"true\";s:12:\"rewrite_slug\";s:0:\"\";s:17:\"rewrite_withfront\";s:1:\"1\";s:20:\"rewrite_hierarchical\";s:1:\"0\";s:17:\"show_admin_column\";s:4:\"true\";s:12:\"show_in_rest\";s:4:\"true\";s:18:\"show_in_quick_edit\";s:0:\"\";s:9:\"rest_base\";s:0:\"\";s:21:\"rest_controller_class\";s:0:\"\";s:6:\"labels\";a:19:{s:9:\"menu_name\";s:12:\"Destinations\";s:9:\"all_items\";s:16:\"All Destinations\";s:9:\"edit_item\";s:16:\"Edit Destination\";s:9:\"view_item\";s:16:\"View Destination\";s:11:\"update_item\";s:23:\"Update Destination name\";s:12:\"add_new_item\";s:19:\"Add new Destination\";s:13:\"new_item_name\";s:20:\"New Destination name\";s:11:\"parent_item\";s:18:\"Parent Destination\";s:17:\"parent_item_colon\";s:19:\"Parent Destination:\";s:12:\"search_items\";s:19:\"Search Destinations\";s:13:\"popular_items\";s:20:\"Popular Destinations\";s:26:\"separate_items_with_commas\";s:33:\"Separate Destinations with commas\";s:19:\"add_or_remove_items\";s:26:\"Add or remove Destinations\";s:21:\"choose_from_most_used\";s:38:\"Choose from the most used Destinations\";s:9:\"not_found\";s:21:\"No Destinations found\";s:8:\"no_terms\";s:15:\"No Destinations\";s:21:\"items_list_navigation\";s:28:\"Destinations list navigation\";s:10:\"items_list\";s:17:\"Destinations list\";s:13:\"back_to_items\";s:20:\"Back to Destinations\";}s:11:\"meta_box_cb\";s:0:\"\";s:12:\"default_term\";s:0:\"\";s:12:\"object_types\";a:1:{i:0;s:4:\"tour\";}}}','yes'),(289,'oxygen_vsb_options_users_access_reusable_parts','','yes'),(290,'oxygen_vsb_options_users_access_design_library','','yes'),(291,'oxygen_vsb_options_role_access_reusable_parts','','yes'),(292,'oxygen_vsb_options_role_access_design_library','','yes'),(307,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(312,'oxygen_vsb_presets_updated_3_4','1','yes'),(313,'category_children','a:0:{}','yes'),(315,'ct_svg_sets_version','3.2','no'),(318,'oxygen_vsb_source_sites','a:1:{s:4:\"core\";a:3:{s:5:\"label\";s:4:\"Core\";s:3:\"url\";s:25:\"https://core.oxyninja.com\";s:9:\"accesskey\";s:12:\"CP41Tg84T/dC\";}}','yes'),(323,'ct_global_settings','a:12:{s:5:\"fonts\";a:2:{s:4:\"Text\";s:9:\"Open Sans\";s:7:\"Display\";s:12:\"Merriweather\";}s:7:\"scripts\";a:2:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";}s:15:\"indicateParents\";s:4:\"true\";s:21:\"classSuggestionsLimit\";s:1:\"5\";s:8:\"headings\";a:6:{s:2:\"H1\";a:4:{s:14:\"font-size-unit\";s:2:\"px\";s:9:\"font-size\";s:2:\"36\";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";}s:2:\"H2\";a:4:{s:14:\"font-size-unit\";s:2:\"px\";s:9:\"font-size\";s:2:\"30\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H3\";a:4:{s:14:\"font-size-unit\";s:2:\"px\";s:9:\"font-size\";s:2:\"24\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H4\";a:4:{s:14:\"font-size-unit\";s:2:\"px\";s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H5\";a:4:{s:14:\"font-size-unit\";s:2:\"px\";s:9:\"font-size\";s:2:\"18\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H6\";a:4:{s:14:\"font-size-unit\";s:2:\"px\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:9:\"body_text\";a:5:{s:14:\"font-size-unit\";s:2:\"px\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"300\";s:11:\"line-height\";s:3:\"1.7\";s:5:\"color\";s:9:\"color(10)\";}s:5:\"links\";a:4:{s:3:\"all\";a:5:{s:5:\"color\";s:8:\"color(1)\";s:11:\"font-weight\";s:0:\"\";s:15:\"text-decoration\";s:4:\"none\";s:11:\"hover_color\";s:0:\"\";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:18:\"border-radius-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:13:\"border-radius\";s:1:\"3\";}}s:8:\"sections\";a:8:{s:26:\"container-padding-top-unit\";s:2:\"px\";s:29:\"container-padding-bottom-unit\";s:2:\"px\";s:27:\"container-padding-left-unit\";s:2:\"px\";s:28:\"container-padding-right-unit\";s:2:\"px\";s:21:\"container-padding-top\";s:2:\"75\";s:24:\"container-padding-bottom\";s:2:\"75\";s:22:\"container-padding-left\";s:2:\"20\";s:23:\"container-padding-right\";s:2:\"20\";}s:7:\"columns\";a:8:{s:11:\"padding-top\";s:2:\"20\";s:16:\"padding-top-unit\";s:2:\"px\";s:14:\"padding-bottom\";s:2:\"20\";s:19:\"padding-bottom-unit\";s:2:\"px\";s:12:\"padding-left\";s:2:\"20\";s:17:\"padding-left-unit\";s:2:\"px\";s:13:\"padding-right\";s:2:\"20\";s:18:\"padding-right-unit\";s:2:\"px\";}s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:9:\"max-width\";s:4:\"1120\";s:11:\"breakpoints\";a:3:{s:6:\"tablet\";s:3:\"992\";s:15:\"phone-landscape\";s:3:\"768\";s:14:\"phone-portrait\";s:3:\"480\";}}','yes');
INSERT INTO `wpn7_options` VALUES (324,'ct_components_classes','a:318:{s:13:\"c-columns-m-1\";a:4:{s:3:\"key\";s:13:\"c-columns-m-1\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:0:{}}s:8:\"original\";a:0:{}}s:15:\"c-columns-gap-l\";a:3:{s:3:\"key\";s:15:\"c-columns-gap-l\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:10:\"custom-css\";s:35:\"grid-gap: clamp(20px, 5vmin, 50px);\";}}s:13:\"c-columns-3-1\";a:3:{s:3:\"key\";s:13:\"c-columns-3-1\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:17:\"c-margin-bottom-s\";a:3:{s:3:\"key\";s:17:\"c-margin-bottom-s\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:18:\"margin-bottom-unit\";s:1:\" \";s:13:\"margin-bottom\";s:23:\"clamp(8px, 2vmin, 20px)\";}}s:8:\"c-text-l\";a:4:{s:3:\"key\";s:8:\"c-text-l\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:2:{s:6:\"tablet\";a:1:{s:8:\"original\";a:2:{s:14:\"max-width-unit\";s:1:\"%\";s:9:\"max-width\";s:3:\"100\";}}s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"16\";}}}s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:9:\"font-size\";s:2:\"18\";s:11:\"font-weight\";s:3:\"400\";s:9:\"max-width\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.6\";}}s:15:\"c-heading-light\";a:3:{s:3:\"key\";s:15:\"c-heading-light\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:5:\"color\";s:8:\"color(7)\";}}s:12:\"c-text-light\";a:3:{s:3:\"key\";s:12:\"c-text-light\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:5:\"color\";s:8:\"color(9)\";}}s:4:\"c-h1\";a:4:{s:3:\"key\";s:4:\"c-h1\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:3:{s:6:\"tablet\";a:1:{s:8:\"original\";a:3:{s:14:\"max-width-unit\";s:1:\"%\";s:9:\"font-size\";s:2:\"38\";s:9:\"max-width\";s:3:\"100\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"30\";}}s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"34\";}}}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:\"48\";s:14:\"text-transform\";s:10:\"capitalize\";s:9:\"max-width\";s:3:\"600\";s:11:\"font-weight\";s:3:\"600\";s:11:\"line-height\";s:3:\"1.3\";}}s:9:\"c-title-1\";a:3:{s:3:\"key\";s:9:\"c-title-1\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:13:{s:8:\"gradient\";a:1:{s:6:\"colors\";a:2:{i:0;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:0:\"\";}i:1;a:1:{s:13:\"position-unit\";s:2:\"px\";}}}s:29:\"background-position-left-unit\";s:1:\"%\";s:28:\"background-position-top-unit\";s:1:\"%\";s:15:\"background-size\";s:5:\"cover\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:24:\"background-position-left\";s:2:\"50\";s:23:\"background-position-top\";s:2:\"50\";s:16:\"background-image\";s:75:\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/uganda-hills.jpg\";s:13:\"overlay-color\";s:16:\"rgba(0,0,0,0.20)\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";}}s:17:\"c-margin-bottom-m\";a:4:{s:3:\"key\";s:17:\"c-margin-bottom-m\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:2:{s:10:\"page-width\";a:0:{}s:6:\"tablet\";a:0:{}}s:8:\"original\";a:2:{s:18:\"margin-bottom-unit\";s:1:\" \";s:13:\"margin-bottom\";s:26:\"clamp(12px, 3.5vmin, 30px)\";}}s:12:\"c-transition\";a:4:{s:3:\"key\";s:12:\"c-transition\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:10:\"page-width\";a:0:{}}s:8:\"original\";a:1:{s:19:\"transition-duration\";s:3:\"0.4\";}}s:15:\"c-columns-gap-m\";a:3:{s:3:\"key\";s:15:\"c-columns-gap-m\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:10:\"custom-css\";s:37:\"grid-gap: clamp(12px, 3.5vmin, 30px);\";}}s:11:\"c-columns-3\";a:3:{s:3:\"key\";s:11:\"c-columns-3\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-heading-dark\";a:3:{s:3:\"key\";s:14:\"c-heading-dark\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:5:\"color\";s:8:\"color(8)\";}}s:11:\"c-text-dark\";a:3:{s:3:\"key\";s:11:\"c-text-dark\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:5:\"color\";s:9:\"color(10)\";}}s:4:\"c-h4\";a:4:{s:3:\"key\";s:4:\"c-h4\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"18\";}}}s:8:\"original\";a:4:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"600\";s:11:\"line-height\";s:3:\"1.3\";}}s:8:\"c-text-s\";a:3:{s:3:\"key\";s:8:\"c-text-s\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:3:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:9:\"font-size\";s:2:\"13\";s:11:\"font-weight\";s:3:\"300\";}}s:8:\"c-link-m\";a:5:{s:3:\"key\";s:8:\"c-link-m\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:2:{s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"14\";}}s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:0:{}}}s:8:\"original\";a:6:{s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"500\";s:15:\"text-decoration\";s:4:\"none\";}s:5:\"hover\";a:1:{s:7:\"opacity\";s:3:\"0.8\";}}s:10:\"c-bg-light\";a:3:{s:3:\"key\";s:10:\"c-bg-light\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:16:\"background-color\";s:8:\"color(3)\";}}s:8:\"c-text-m\";a:4:{s:3:\"key\";s:8:\"c-text-m\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:3:{s:15:\"phone-landscape\";a:0:{}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"14\";}}s:10:\"page-width\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"15\";}}}s:8:\"original\";a:4:{s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"300\";s:9:\"max-width\";s:3:\"700\";s:11:\"line-height\";s:3:\"1.7\";}}s:14:\"c-icon-light-m\";a:3:{s:3:\"key\";s:14:\"c-icon-light-m\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:9:\"icon-size\";s:2:\"22\";s:10:\"icon-color\";s:8:\"color(7)\";}}s:9:\"c-rounded\";a:3:{s:3:\"key\";s:9:\"c-rounded\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:13:\"border-radius\";s:1:\"7\";s:8:\"overflow\";s:6:\"hidden\";}}s:11:\"c-padding-l\";a:4:{s:3:\"key\";s:11:\"c-padding-l\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:2:{s:15:\"phone-landscape\";a:0:{}s:10:\"page-width\";a:0:{}}s:8:\"original\";a:8:{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:12:\"padding-left\";s:24:\"clamp(20px, 5vmin, 50px)\";s:13:\"padding-right\";s:24:\"clamp(20px, 5vmin, 50px)\";s:14:\"padding-bottom\";s:24:\"clamp(20px, 5vmin, 50px)\";s:11:\"padding-top\";s:24:\"clamp(20px, 5vmin, 50px)\";}}s:8:\"c-shadow\";a:3:{s:3:\"key\";s:8:\"c-shadow\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:4:{s:16:\"box-shadow-color\";s:16:\"rgba(0,0,0,0.08)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"5\";s:15:\"box-shadow-blur\";s:2:\"15\";}}s:13:\"c-link-accent\";a:3:{s:3:\"key\";s:13:\"c-link-accent\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:5:\"color\";s:8:\"color(1)\";}}s:14:\"c-bg-light-alt\";a:3:{s:3:\"key\";s:14:\"c-bg-light-alt\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:16:\"background-color\";s:8:\"color(5)\";s:8:\"position\";s:8:\"relative\";}}s:13:\"c-columns-l-2\";a:4:{s:3:\"key\";s:13:\"c-columns-l-2\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:1:{s:10:\"custom-css\";s:31:\"grid-template-columns: 1fr 1fr;\";}}}s:8:\"original\";a:0:{}}s:18:\"c-margin-bottom-xs\";a:3:{s:3:\"key\";s:18:\"c-margin-bottom-xs\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:18:\"margin-bottom-unit\";s:1:\" \";s:13:\"margin-bottom\";s:23:\"clamp(4px, 1vmin, 10px)\";}}s:8:\"c-h1-fat\";a:4:{s:3:\"key\";s:8:\"c-h1-fat\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:3:{s:10:\"page-width\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"55\";}}s:6:\"tablet\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"45\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"40\";}}}s:8:\"original\";a:4:{s:11:\"font-weight\";s:3:\"700\";s:9:\"font-size\";s:2:\"65\";s:11:\"line-height\";s:3:\"1.2\";s:9:\"max-width\";s:3:\"800\";}}s:9:\"c-hero-14\";a:4:{s:3:\"key\";s:9:\"c-hero-14\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:1:{s:21:\"background-attachment\";s:6:\"scroll\";}}}s:8:\"original\";a:13:{s:11:\"height-unit\";s:2:\"vh\";s:29:\"background-position-left-unit\";s:1:\"%\";s:28:\"background-position-top-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:15:\"justify-content\";s:6:\"center\";s:8:\"position\";s:8:\"relative\";s:6:\"height\";s:3:\"100\";s:16:\"background-image\";s:108:\"https://images.unsplash.com/photo-1501549629324-babe362ea542?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80\";s:13:\"overlay-color\";s:16:\"rgba(0,0,0,0.25)\";s:21:\"background-attachment\";s:5:\"fixed\";}}s:20:\"c-icon-hero-position\";a:3:{s:3:\"key\";s:20:\"c-icon-hero-position\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:8:\"position\";s:8:\"absolute\";s:6:\"bottom\";s:2:\"25\";}}s:13:\"c-archive-img\";a:4:{s:3:\"key\";s:13:\"c-archive-img\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:1:{s:6:\"height\";s:3:\"200\";}}}s:8:\"original\";a:14:{s:10:\"width-unit\";s:1:\"%\";s:29:\"background-position-left-unit\";s:1:\"%\";s:28:\"background-position-top-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:6:\"height\";s:3:\"250\";s:15:\"background-size\";s:5:\"cover\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:24:\"background-position-left\";s:2:\"50\";s:23:\"background-position-top\";s:2:\"50\";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:17:\"c-margin-bottom-l\";a:4:{s:3:\"key\";s:17:\"c-margin-bottom-l\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:2:{s:14:\"phone-portrait\";a:0:{}s:15:\"phone-landscape\";a:0:{}}s:8:\"original\";a:2:{s:18:\"margin-bottom-unit\";s:1:\" \";s:13:\"margin-bottom\";s:24:\"clamp(20px, 5vmin, 50px)\";}}s:4:\"c-h2\";a:4:{s:3:\"key\";s:4:\"c-h2\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:4:{s:10:\"page-width\";a:1:{s:8:\"original\";a:2:{s:9:\"font-size\";s:2:\"36\";s:14:\"flex-direction\";s:5:\"unset\";}}s:6:\"tablet\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"32\";}}s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"28\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"24\";}}}s:8:\"original\";a:5:{s:9:\"font-size\";s:2:\"36\";s:9:\"max-width\";s:3:\"650\";s:11:\"font-weight\";s:3:\"600\";s:11:\"line-height\";s:3:\"1.3\";s:14:\"text-transform\";s:10:\"capitalize\";}}s:8:\"c-inline\";a:3:{s:3:\"key\";s:8:\"c-inline\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:3:{s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:14:\"flex-direction\";s:3:\"row\";}}s:16:\"c-columns-2-auto\";a:4:{s:3:\"key\";s:16:\"c-columns-2-auto\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:0:{}}s:8:\"original\";a:0:{}}s:13:\"c-follow-dark\";a:4:{s:3:\"key\";s:13:\"c-follow-dark\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:10:{s:10:\"icon-color\";s:9:\"color(10)\";s:9:\"icon-size\";s:2:\"18\";s:10:\"icon-style\";s:1:\"3\";s:11:\"padding-top\";s:2:\"10\";s:12:\"padding-left\";s:2:\"10\";s:13:\"padding-right\";s:2:\"10\";s:14:\"padding-bottom\";s:2:\"10\";s:16:\"background-color\";s:8:\"color(2)\";s:10:\"custom-css\";s:30:\"border-radius: 15px!important;\";s:12:\"margin-right\";s:2:\"10\";}s:5:\"hover\";a:2:{s:10:\"icon-color\";s:8:\"color(1)\";s:16:\"background-color\";s:8:\"color(2)\";}}s:10:\"c-avatar-m\";a:3:{s:3:\"key\";s:10:\"c-avatar-m\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:23:{s:29:\"background-position-left-unit\";s:1:\"%\";s:28:\"background-position-top-unit\";s:1:\"%\";s:18:\"border-radius-unit\";s:1:\"%\";s:5:\"width\";s:2:\"60\";s:6:\"height\";s:2:\"60\";s:15:\"background-size\";s:5:\"cover\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:24:\"background-position-left\";s:2:\"50\";s:23:\"background-position-top\";s:2:\"50\";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(5)\";s:18:\"border-right-color\";s:8:\"color(5)\";s:19:\"border-bottom-color\";s:8:\"color(5)\";s:17:\"border-left-color\";s:8:\"color(5)\";s:13:\"border-radius\";s:3:\"100\";s:10:\"custom-css\";s:17:\"object-fit:cover;\";}}s:10:\"c-avatar-l\";a:4:{s:3:\"key\";s:10:\"c-avatar-l\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:2:{s:10:\"page-width\";a:1:{s:8:\"original\";a:2:{s:5:\"width\";s:2:\"60\";s:6:\"height\";s:2:\"60\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:2:{s:5:\"width\";s:2:\"50\";s:6:\"height\";s:2:\"50\";}}}s:8:\"original\";a:17:{s:18:\"border-radius-unit\";s:1:\"%\";s:13:\"border-radius\";s:3:\"100\";s:5:\"width\";s:2:\"80\";s:6:\"height\";s:2:\"80\";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(5)\";s:18:\"border-right-color\";s:8:\"color(5)\";s:19:\"border-bottom-color\";s:8:\"color(5)\";s:17:\"border-left-color\";s:8:\"color(5)\";s:10:\"custom-css\";s:17:\"object-fit:cover;\";}}s:11:\"c-columns-2\";a:3:{s:3:\"key\";s:11:\"c-columns-2\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:16:\"c-columns-gap-xl\";a:3:{s:3:\"key\";s:16:\"c-columns-gap-xl\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:10:\"custom-css\";s:35:\"grid-gap: clamp(32px, 7vmin, 80px);\";}}s:11:\"c-columns-4\";a:3:{s:3:\"key\";s:11:\"c-columns-4\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:13:\"c-columns-m-2\";a:4:{s:3:\"key\";s:13:\"c-columns-m-2\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:0:{}}s:8:\"original\";a:0:{}}s:13:\"c-columns-s-1\";a:4:{s:3:\"key\";s:13:\"c-columns-s-1\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:10:\"custom-css\";s:27:\"grid-template-columns: 1fr;\";}}}s:8:\"original\";a:0:{}}s:9:\"c-gallery\";a:3:{s:3:\"key\";s:9:\"c-gallery\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:8:\"c-grid-1\";a:3:{s:3:\"key\";s:8:\"c-grid-1\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-icon-accent-m\";a:3:{s:3:\"key\";s:15:\"c-icon-accent-m\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:9:\"icon-size\";s:2:\"22\";s:10:\"icon-color\";s:8:\"color(1)\";}}s:6:\"c-left\";a:3:{s:3:\"key\";s:6:\"c-left\";s:6:\"parent\";s:4:\"core\";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:7:\"c-btn-m\";a:3:{s:3:\"key\";s:7:\"c-btn-m\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:5:{s:9:\"font-size\";s:2:\"13\";s:11:\"padding-top\";s:2:\"12\";s:12:\"padding-left\";s:2:\"25\";s:13:\"padding-right\";s:2:\"25\";s:14:\"padding-bottom\";s:2:\"12\";}}s:10:\"c-btn-main\";a:5:{s:3:\"key\";s:10:\"c-btn-main\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:2:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"13\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:2:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";}}}s:8:\"original\";a:29:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:13:\"border-radius\";s:1:\"7\";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:4:\"none\";s:18:\"border-right-style\";s:4:\"none\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-style\";s:4:\"none\";s:14:\"text-transform\";s:9:\"uppercase\";s:14:\"letter-spacing\";s:1:\"1\";s:16:\"border-top-color\";s:8:\"color(1)\";s:18:\"border-right-color\";s:8:\"color(1)\";s:19:\"border-bottom-color\";s:8:\"color(1)\";s:17:\"border-left-color\";s:8:\"color(1)\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:15:\"justify-content\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:16:\"background-color\";s:8:\"color(1)\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"font-weight\";s:3:\"600\";s:16:\"box-shadow-color\";s:8:\"color(1)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:2:\"10\";s:15:\"box-shadow-blur\";s:2:\"20\";s:17:\"box-shadow-spread\";s:3:\"-15\";}s:5:\"hover\";a:12:{s:9:\"transform\";a:1:{i:0;a:2:{s:14:\"transform-type\";s:9:\"translate\";s:10:\"translateY\";s:2:\"-5\";}}s:16:\"box-shadow-color\";s:8:\"color(1)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"7\";s:15:\"box-shadow-blur\";s:2:\"25\";s:17:\"box-shadow-spread\";s:3:\"-10\";s:19:\"border-bottom-color\";s:16:\"color(undefined)\";s:16:\"border-top-style\";s:4:\"none\";s:18:\"border-right-style\";s:4:\"none\";s:19:\"border-bottom-style\";s:4:\"none\";s:17:\"border-left-style\";s:4:\"none\";s:5:\"color\";s:7:\"#ffffff\";}}s:9:\"c-btn-alt\";a:5:{s:3:\"key\";s:9:\"c-btn-alt\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:3:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"13\";}}s:10:\"page-width\";a:1:{s:8:\"original\";a:0:{}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:4:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:10:\"margin-top\";s:1:\"5\";s:13:\"margin-bottom\";s:1:\"5\";}}}s:8:\"original\";a:12:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:8:\"color(1)\";s:14:\"text-transform\";s:9:\"uppercase\";s:13:\"border-radius\";s:1:\"7\";s:16:\"background-color\";s:8:\"color(2)\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:15:\"justify-content\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:14:\"letter-spacing\";s:1:\"1\";}s:5:\"hover\";a:6:{s:9:\"transform\";a:1:{i:0;a:2:{s:14:\"transform-type\";s:9:\"translate\";s:10:\"translateY\";s:2:\"-5\";}}s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"7\";s:15:\"box-shadow-blur\";s:2:\"25\";s:17:\"box-shadow-spread\";s:3:\"-10\";s:16:\"box-shadow-color\";s:16:\"rgba(0,0,0,0.25)\";}}s:9:\"c-buttons\";a:4:{s:3:\"key\";s:9:\"c-buttons\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:2:{s:10:\"page-width\";a:0:{}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:10:\"custom-css\";s:40:\"grid-template-columns: 1fr; width: 100%;\";}}}s:8:\"original\";a:2:{s:10:\"custom-css\";s:72:\"display:grid!important; grid-template-columns: auto auto; grid-gap:15px;\";s:7:\"display\";s:4:\"flex\";}}s:11:\"c-padding-m\";a:3:{s:3:\"key\";s:11:\"c-padding-m\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:8:{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:11:\"padding-top\";s:26:\"clamp(12px, 3.5vmin, 30px)\";s:12:\"padding-left\";s:26:\"clamp(12px, 3.5vmin, 30px)\";s:13:\"padding-right\";s:26:\"clamp(12px, 3.5vmin, 30px)\";s:14:\"padding-bottom\";s:26:\"clamp(12px, 3.5vmin, 30px)\";}}s:12:\"c-card-light\";a:4:{s:3:\"key\";s:12:\"c-card-light\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:10:\"page-width\";a:0:{}}s:8:\"original\";a:23:{s:10:\"width-unit\";s:1:\"%\";s:10:\"text-align\";s:4:\"left\";s:16:\"background-color\";s:8:\"color(5)\";s:5:\"width\";s:3:\"100\";s:13:\"border-radius\";s:1:\"7\";s:16:\"border-top-color\";s:9:\"color(11)\";s:18:\"border-right-color\";s:9:\"color(11)\";s:19:\"border-bottom-color\";s:9:\"color(11)\";s:17:\"border-left-color\";s:9:\"color(11)\";s:16:\"border-top-width\";s:1:\"1\";s:18:\"border-right-width\";s:1:\"1\";s:19:\"border-bottom-width\";s:1:\"1\";s:17:\"border-left-width\";s:1:\"1\";s:16:\"border-top-style\";s:5:\"solid\";s:18:\"border-right-style\";s:5:\"solid\";s:19:\"border-bottom-style\";s:5:\"solid\";s:17:\"border-left-style\";s:5:\"solid\";s:8:\"position\";s:8:\"relative\";s:16:\"box-shadow-color\";s:16:\"rgba(0,0,0,0.08)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"5\";s:15:\"box-shadow-blur\";s:2:\"15\";s:7:\"display\";s:4:\"flex\";}}s:8:\"c-accent\";a:3:{s:3:\"key\";s:8:\"c-accent\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:5:\"color\";s:8:\"color(1)\";}}s:13:\"c-columns-l-1\";a:4:{s:3:\"key\";s:13:\"c-columns-l-1\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:6:\"tablet\";a:0:{}}s:8:\"original\";a:0:{}}s:7:\"c-btn-l\";a:4:{s:3:\"key\";s:7:\"c-btn-l\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:2:{s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:4:{s:10:\"width-unit\";s:1:\"%\";s:11:\"padding-top\";s:2:\"10\";s:14:\"padding-bottom\";s:2:\"10\";s:9:\"font-size\";s:2:\"14\";}}s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:2:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:5:\"unset\";}}}s:8:\"original\";a:5:{s:9:\"font-size\";s:2:\"17\";s:12:\"padding-left\";s:2:\"35\";s:13:\"padding-right\";s:2:\"35\";s:11:\"padding-top\";s:2:\"15\";s:14:\"padding-bottom\";s:2:\"15\";}}s:9:\"c-tagline\";a:3:{s:3:\"key\";s:9:\"c-tagline\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:5:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:9:\"font-size\";s:2:\"12\";s:14:\"letter-spacing\";s:1:\"2\";s:14:\"text-transform\";s:9:\"uppercase\";s:11:\"font-weight\";s:3:\"500\";}}s:17:\"c-btn-transparent\";a:5:{s:3:\"key\";s:17:\"c-btn-transparent\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:14:\"phone-portrait\";a:0:{}}s:8:\"original\";a:12:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:14:\"text-transform\";s:9:\"uppercase\";s:16:\"background-color\";s:22:\"rgba(255,255,255,0.15)\";s:13:\"border-radius\";s:1:\"7\";s:5:\"color\";s:8:\"color(5)\";s:11:\"font-weight\";s:3:\"600\";s:14:\"letter-spacing\";s:1:\"1\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:6:\"center\";s:15:\"justify-content\";s:6:\"center\";}s:5:\"hover\";a:3:{s:9:\"transform\";a:1:{i:0;a:2:{s:14:\"transform-type\";s:9:\"translate\";s:10:\"translateY\";s:2:\"-5\";}}s:16:\"background-color\";s:8:\"color(5)\";s:5:\"color\";s:8:\"color(1)\";}}s:14:\"c-content-line\";a:3:{s:3:\"key\";s:14:\"c-content-line\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:6:{s:12:\"padding-left\";s:2:\"25\";s:11:\"padding-top\";s:2:\"25\";s:14:\"padding-bottom\";s:2:\"25\";s:17:\"border-left-style\";s:5:\"solid\";s:17:\"border-left-width\";s:1:\"3\";s:17:\"border-left-color\";s:8:\"color(1)\";}}s:9:\"c-hero-16\";a:4:{s:3:\"key\";s:9:\"c-hero-16\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:2:{s:15:\"min-height-unit\";s:2:\"vh\";s:11:\"height-unit\";s:4:\"auto\";}}}s:8:\"original\";a:15:{s:8:\"gradient\";a:2:{s:6:\"colors\";a:0:{}s:12:\"linear-angle\";s:3:\"150\";}s:29:\"background-position-left-unit\";s:1:\"%\";s:28:\"background-position-top-unit\";s:1:\"%\";s:11:\"height-unit\";s:2:\"vh\";s:15:\"min-height-unit\";s:2:\"vh\";s:16:\"background-image\";s:83:\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-looking-over.jpg\";s:15:\"background-size\";s:5:\"cover\";s:23:\"background-position-top\";s:2:\"50\";s:7:\"display\";s:4:\"flex\";s:14:\"flex-direction\";s:6:\"column\";s:11:\"align-items\";s:8:\"flex-end\";s:15:\"justify-content\";s:6:\"center\";s:10:\"text-align\";s:4:\"left\";s:24:\"background-position-left\";s:2:\"50\";s:6:\"height\";s:3:\"100\";}}s:13:\"c-columns-3-2\";a:3:{s:3:\"key\";s:13:\"c-columns-3-2\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:8:\"c-center\";a:3:{s:3:\"key\";s:8:\"c-center\";s:6:\"parent\";s:4:\"core\";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:16:\"c-margin-right-s\";a:4:{s:3:\"key\";s:16:\"c-margin-right-s\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:0:{}}s:8:\"original\";a:2:{s:17:\"margin-right-unit\";s:1:\" \";s:12:\"margin-right\";s:23:\"clamp(8px, 2vmin, 20px)\";}}s:15:\"c-icon-accent-s\";a:3:{s:3:\"key\";s:15:\"c-icon-accent-s\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:9:\"icon-size\";s:2:\"16\";s:10:\"icon-color\";s:8:\"color(1)\";}}s:8:\"c-link-s\";a:3:{s:3:\"key\";s:8:\"c-link-s\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:5:{s:9:\"font-size\";s:2:\"13\";s:11:\"font-weight\";s:3:\"600\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";}}s:21:\"c-columns-blog-grid-1\";a:3:{s:3:\"key\";s:21:\"c-columns-blog-grid-1\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-blog-recent-2\";a:3:{s:3:\"key\";s:15:\"c-blog-recent-2\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:5:{s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:10:\"flex-start\";s:15:\"justify-content\";s:6:\"center\";s:10:\"text-align\";s:4:\"left\";}}s:23:\"c-blog-recent-2-excerpt\";a:3:{s:3:\"key\";s:23:\"c-blog-recent-2-excerpt\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:23:\"c-blog-recent-2-content\";a:4:{s:3:\"key\";s:23:\"c-blog-recent-2-content\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:1:{s:11:\"height-unit\";s:1:\"%\";}}}s:8:\"original\";a:9:{s:11:\"height-unit\";s:1:\"%\";s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:10:\"flex-start\";s:10:\"text-align\";s:4:\"left\";s:15:\"justify-content\";s:6:\"center\";s:6:\"height\";s:3:\"100\";s:5:\"width\";s:3:\"100\";}}s:13:\"c-columns-2-3\";a:3:{s:3:\"key\";s:13:\"c-columns-2-3\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:4:\"c-h3\";a:4:{s:3:\"key\";s:4:\"c-h3\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:3:{s:6:\"tablet\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"26\";}}s:14:\"phone-portrait\";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:\"23\";}}}s:8:\"original\";a:4:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:9:\"font-size\";s:2:\"30\";s:11:\"font-weight\";s:3:\"600\";s:11:\"line-height\";s:3:\"1.3\";}}s:15:\"c-bg-accent-alt\";a:3:{s:3:\"key\";s:15:\"c-bg-accent-alt\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:16:\"background-color\";s:8:\"color(2)\";}}s:12:\"c-padding-xl\";a:4:{s:3:\"key\";s:12:\"c-padding-xl\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:2:{s:15:\"phone-landscape\";a:0:{}s:10:\"page-width\";a:0:{}}s:8:\"original\";a:9:{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:11:\"padding-top\";s:24:\"clamp(32px, 7vmin, 80px)\";s:12:\"padding-left\";s:24:\"clamp(32px, 7vmin, 80px)\";s:13:\"padding-right\";s:24:\"clamp(32px, 7vmin, 80px)\";s:14:\"padding-bottom\";s:24:\"clamp(32px, 7vmin, 80px)\";s:7:\"display\";s:4:\"flex\";}}s:13:\"c-icon-dark-l\";a:4:{s:3:\"key\";s:13:\"c-icon-dark-l\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"icon-size\";s:2:\"30\";}}}s:8:\"original\";a:11:{s:9:\"icon-size\";s:2:\"20\";s:10:\"icon-color\";s:8:\"color(8)\";s:10:\"icon-style\";s:1:\"2\";s:21:\"icon-background-color\";s:19:\"rgba(15,15,15,0.05)\";s:12:\"icon-padding\";s:2:\"20\";s:26:\"box-shadow-vertical-offset\";s:2:\"15\";s:15:\"box-shadow-blur\";s:2:\"15\";s:17:\"box-shadow-spread\";s:3:\"-15\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:16:\"box-shadow-color\";s:15:\"rgba(0,0,0,0.2)\";s:16:\"box-shadow-inset\";s:5:\"false\";}}s:18:\"c-margin-bottom-xl\";a:4:{s:3:\"key\";s:18:\"c-margin-bottom-xl\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:2:{s:6:\"tablet\";a:0:{}s:15:\"phone-landscape\";a:0:{}}s:8:\"original\";a:2:{s:18:\"margin-bottom-unit\";s:1:\" \";s:13:\"margin-bottom\";s:24:\"clamp(32px, 7vmin, 80px)\";}}s:8:\"c-link-l\";a:4:{s:3:\"key\";s:8:\"c-link-l\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"17\";}}}s:8:\"original\";a:6:{s:9:\"font-size\";s:2:\"20\";s:11:\"font-weight\";s:3:\"500\";s:15:\"text-decoration\";s:9:\"underline\";s:7:\"display\";s:4:\"flex\";s:14:\"flex-direction\";s:3:\"row\";s:11:\"align-items\";s:6:\"center\";}}s:16:\"c-margin-right-m\";a:4:{s:3:\"key\";s:16:\"c-margin-right-m\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:14:\"phone-portrait\";a:0:{}}s:8:\"original\";a:2:{s:17:\"margin-right-unit\";s:1:\" \";s:12:\"margin-right\";s:26:\"clamp(12px, 3.5vmin, 30px)\";}}s:8:\"c-hero-4\";a:3:{s:3:\"key\";s:8:\"c-hero-4\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:9:{s:11:\"height-unit\";s:2:\"vh\";s:29:\"background-position-left-unit\";s:1:\"%\";s:28:\"background-position-top-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:8:\"flex-end\";s:10:\"text-align\";s:4:\"left\";s:15:\"justify-content\";s:8:\"flex-end\";s:6:\"height\";s:2:\"90\";}}s:15:\"c-icon-accent-l\";a:4:{s:3:\"key\";s:15:\"c-icon-accent-l\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:0:{}}}s:8:\"original\";a:12:{s:10:\"width-unit\";s:2:\"px\";s:11:\"height-unit\";s:2:\"px\";s:10:\"icon-style\";s:1:\"2\";s:10:\"icon-color\";s:8:\"color(1)\";s:21:\"icon-background-color\";s:20:\"rgba(67,83,255,0.05)\";s:9:\"icon-size\";s:2:\"20\";s:12:\"icon-padding\";s:2:\"20\";s:16:\"box-shadow-color\";s:19:\"rgba(67,83,255,0.2)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:2:\"15\";s:15:\"box-shadow-blur\";s:2:\"15\";s:17:\"box-shadow-spread\";s:3:\"-15\";}}s:9:\"c-text-xl\";a:4:{s:3:\"key\";s:9:\"c-text-xl\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:10:\"page-width\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"18\";}}}s:8:\"original\";a:3:{s:9:\"font-size\";s:2:\"21\";s:11:\"font-weight\";s:3:\"500\";s:9:\"max-width\";s:3:\"700\";}}s:8:\"c-btn-xs\";a:3:{s:3:\"key\";s:8:\"c-btn-xs\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:5:{s:9:\"font-size\";s:2:\"10\";s:12:\"padding-left\";s:2:\"10\";s:13:\"padding-right\";s:2:\"10\";s:14:\"padding-bottom\";s:1:\"5\";s:11:\"padding-top\";s:1:\"5\";}}s:7:\"c-btn-s\";a:3:{s:3:\"key\";s:7:\"c-btn-s\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:5:{s:9:\"font-size\";s:2:\"12\";s:11:\"padding-top\";s:1:\"7\";s:12:\"padding-left\";s:2:\"14\";s:13:\"padding-right\";s:2:\"14\";s:14:\"padding-bottom\";s:1:\"7\";}}s:8:\"c-btn-xl\";a:4:{s:3:\"key\";s:8:\"c-btn-xl\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:2:{s:6:\"tablet\";a:1:{s:8:\"original\";a:1:{s:9:\"font-size\";s:2:\"17\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:2:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";}}}s:8:\"original\";a:5:{s:11:\"padding-top\";s:2:\"15\";s:14:\"padding-bottom\";s:2:\"15\";s:12:\"padding-left\";s:2:\"35\";s:13:\"padding-right\";s:2:\"35\";s:9:\"font-size\";s:2:\"20\";}}s:13:\"c-card-accent\";a:4:{s:3:\"key\";s:13:\"c-card-accent\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:2:{s:15:\"phone-landscape\";a:0:{}s:14:\"phone-portrait\";a:0:{}}s:8:\"original\";a:9:{s:10:\"width-unit\";s:1:\"%\";s:7:\"display\";s:4:\"flex\";s:16:\"background-color\";s:8:\"color(1)\";s:13:\"border-radius\";s:1:\"7\";s:5:\"width\";s:3:\"100\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"5\";s:15:\"box-shadow-blur\";s:2:\"15\";s:16:\"box-shadow-color\";s:16:\"rgba(0,0,0,0.08)\";}}s:11:\"c-card-dark\";a:4:{s:3:\"key\";s:11:\"c-card-dark\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:2:{s:15:\"phone-landscape\";a:0:{}s:14:\"phone-portrait\";a:0:{}}s:8:\"original\";a:10:{s:10:\"width-unit\";s:1:\"%\";s:7:\"display\";s:4:\"flex\";s:10:\"text-align\";s:4:\"left\";s:5:\"width\";s:3:\"100\";s:13:\"border-radius\";s:1:\"7\";s:16:\"background-color\";s:8:\"color(4)\";s:16:\"box-shadow-color\";s:16:\"rgba(0,0,0,0.08)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:1:\"5\";s:15:\"box-shadow-blur\";s:2:\"15\";}}s:18:\"c-card-transparent\";a:4:{s:3:\"key\";s:18:\"c-card-transparent\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:10:\"page-width\";a:0:{}}s:8:\"original\";a:10:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";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:13:\"border-radius\";s:1:\"7\";s:8:\"overflow\";s:6:\"hidden\";s:16:\"background-color\";s:21:\"rgba(255,255,255,0.2)\";}}s:16:\"c-card-has-hover\";a:4:{s:3:\"key\";s:16:\"c-card-has-hover\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:2:{s:14:\"transform-type\";s:9:\"translate\";s:10:\"translateY\";s:2:\"-7\";}}}}s:15:\"c-card-on-hover\";a:5:{s:3:\"key\";s:15:\"c-card-on-hover\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:10:\"page-width\";a:1:{s:8:\"original\";a:2:{s:12:\"padding-left\";s:2:\"25\";s:13:\"padding-right\";s:2:\"25\";}}}s:8:\"original\";a:1:{s:13:\"border-radius\";s:1:\"7\";}s:5:\"hover\";a:7:{s:9:\"transform\";a:1:{i:0;a:2:{s:14:\"transform-type\";s:9:\"translate\";s:10:\"translateY\";s:3:\"-10\";}}s:16:\"box-shadow-color\";s:16:\"rgba(0,0,0,0.15)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:2:\"25\";s:15:\"box-shadow-blur\";s:2:\"35\";s:17:\"box-shadow-spread\";s:3:\"-14\";s:16:\"background-color\";s:8:\"color(5)\";}}s:16:\"c-heading-accent\";a:3:{s:3:\"key\";s:16:\"c-heading-accent\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:5:\"color\";s:8:\"color(1)\";}}s:4:\"c-h5\";a:3:{s:3:\"key\";s:4:\"c-h5\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:3:{s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"600\";s:10:\"text-align\";s:4:\"left\";}}s:4:\"c-h6\";a:3:{s:3:\"key\";s:4:\"c-h6\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:13:\"c-tagline-alt\";a:3:{s:3:\"key\";s:13:\"c-tagline-alt\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:9:{s:16:\"background-color\";s:8:\"color(2)\";s:13:\"border-radius\";s:1:\"7\";s:11:\"padding-top\";s:1:\"5\";s:12:\"padding-left\";s:2:\"12\";s:13:\"padding-right\";s:2:\"12\";s:14:\"padding-bottom\";s:1:\"5\";s:9:\"font-size\";s:2:\"11\";s:11:\"font-weight\";s:3:\"600\";s:5:\"color\";s:8:\"color(1)\";}}s:13:\"c-text-accent\";a:3:{s:3:\"key\";s:13:\"c-text-accent\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:5:\"color\";s:8:\"color(1)\";}}s:13:\"c-icon-dark-s\";a:3:{s:3:\"key\";s:13:\"c-icon-dark-s\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:9:\"icon-size\";s:2:\"16\";s:10:\"icon-color\";s:8:\"color(8)\";}}s:13:\"c-icon-dark-m\";a:3:{s:3:\"key\";s:13:\"c-icon-dark-m\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:9:\"icon-size\";s:2:\"22\";s:10:\"icon-color\";s:8:\"color(8)\";}}s:14:\"c-icon-light-s\";a:3:{s:3:\"key\";s:14:\"c-icon-light-s\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:9:\"icon-size\";s:2:\"16\";s:10:\"icon-color\";s:8:\"color(7)\";}}s:14:\"c-icon-light-l\";a:3:{s:3:\"key\";s:14:\"c-icon-light-l\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:5:{s:9:\"icon-size\";s:2:\"20\";s:10:\"icon-color\";s:8:\"color(7)\";s:12:\"icon-padding\";s:2:\"20\";s:10:\"icon-style\";s:1:\"2\";s:21:\"icon-background-color\";s:22:\"rgba(255,255,255,0.05)\";}}s:9:\"c-bg-dark\";a:3:{s:3:\"key\";s:9:\"c-bg-dark\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:16:\"background-color\";s:8:\"color(4)\";}}s:13:\"c-bg-dark-alt\";a:3:{s:3:\"key\";s:13:\"c-bg-dark-alt\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:16:\"background-color\";s:8:\"color(6)\";}}s:11:\"c-bg-accent\";a:3:{s:3:\"key\";s:11:\"c-bg-accent\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:16:\"background-color\";s:8:\"color(1)\";}}s:13:\"c-bg-gradient\";a:4:{s:3:\"key\";s:13:\"c-bg-gradient\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:0:{}}}s:8:\"original\";a:1:{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:\"#0009c4\";}i:1;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:7:\"#200696\";}}s:12:\"linear-angle\";s:2:\"90\";}}}s:11:\"c-bg-blur-s\";a:3:{s:3:\"key\";s:11:\"c-bg-blur-s\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:10:\"custom-css\";s:63:\"-webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);\";}}s:11:\"c-bg-blur-m\";a:3:{s:3:\"key\";s:11:\"c-bg-blur-m\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:10:\"custom-css\";s:63:\"-webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);\";}}s:11:\"c-bg-blur-l\";a:3:{s:3:\"key\";s:11:\"c-bg-blur-l\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:10:\"custom-css\";s:65:\"-webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);\";}}s:12:\"c-bg-blur-xl\";a:3:{s:3:\"key\";s:12:\"c-bg-blur-xl\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:10:\"custom-css\";s:65:\"-webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);\";}}s:11:\"c-avatar-xs\";a:3:{s:3:\"key\";s:11:\"c-avatar-xs\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:17:{s:18:\"border-radius-unit\";s:1:\"%\";s:5:\"width\";s:2:\"30\";s:6:\"height\";s:2:\"30\";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:13:\"border-radius\";s:3:\"100\";s:10:\"custom-css\";s:17:\"object-fit:cover;\";}}s:10:\"c-avatar-s\";a:4:{s:3:\"key\";s:10:\"c-avatar-s\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:2:{s:10:\"page-width\";a:1:{s:8:\"original\";a:1:{s:12:\"margin-right\";s:2:\"10\";}}s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:0:{}}}s:8:\"original\";a:17:{s:18:\"border-radius-unit\";s:1:\"%\";s:13:\"border-radius\";s:3:\"100\";s:5:\"width\";s:2:\"40\";s:6:\"height\";s:2:\"40\";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(5)\";s:18:\"border-right-color\";s:8:\"color(5)\";s:19:\"border-bottom-color\";s:8:\"color(5)\";s:17:\"border-left-color\";s:8:\"color(5)\";s:10:\"custom-css\";s:17:\"object-fit:cover;\";}}s:11:\"c-avatar-xl\";a:4:{s:3:\"key\";s:11:\"c-avatar-xl\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:2:{s:5:\"width\";s:3:\"100\";s:6:\"height\";s:3:\"100\";}}}s:8:\"original\";a:28:{s:29:\"background-position-left-unit\";s:1:\"%\";s:28:\"background-position-top-unit\";s:1:\"%\";s:18:\"border-radius-unit\";s:1:\"%\";s:15:\"background-size\";s:5:\"cover\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:24:\"background-position-left\";s:2:\"50\";s:23:\"background-position-top\";s:2:\"50\";s:5:\"width\";s:3:\"140\";s:6:\"height\";s:3:\"140\";s:13:\"border-radius\";s:3:\"100\";s:16:\"box-shadow-color\";s:15:\"rgba(0,0,0,0.2)\";s:28:\"box-shadow-horizontal-offset\";s:1:\"0\";s:26:\"box-shadow-vertical-offset\";s:2:\"25\";s:15:\"box-shadow-blur\";s:2:\"35\";s:17:\"box-shadow-spread\";s:3:\"-14\";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(5)\";s:18:\"border-right-color\";s:8:\"color(5)\";s:19:\"border-bottom-color\";s:8:\"color(5)\";s:17:\"border-left-color\";s:8:\"color(5)\";s:10:\"custom-css\";s:17:\"object-fit:cover;\";}}s:11:\"c-link-dark\";a:4:{s:3:\"key\";s:11:\"c-link-dark\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:5:\"color\";s:8:\"color(8)\";}s:5:\"hover\";a:1:{s:5:\"color\";s:8:\"color(1)\";}}s:12:\"c-link-light\";a:4:{s:3:\"key\";s:12:\"c-link-light\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:4:{s:5:\"color\";s:8:\"color(7)\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";}s:5:\"hover\";a:2:{s:7:\"opacity\";s:3:\"0.8\";s:5:\"color\";s:8:\"color(7)\";}}s:9:\"c-link-xl\";a:3:{s:3:\"key\";s:9:\"c-link-xl\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:5:{s:9:\"font-size\";s:2:\"22\";s:11:\"font-weight\";s:3:\"500\";s:7:\"display\";s:4:\"flex\";s:14:\"flex-direction\";s:3:\"row\";s:11:\"align-items\";s:6:\"center\";}}s:14:\"c-border-light\";a:3:{s:3:\"key\";s:14:\"c-border-light\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:12:{s:16:\"border-top-width\";s:1:\"1\";s:18:\"border-right-width\";s:1:\"1\";s:19:\"border-bottom-width\";s:1:\"1\";s:17:\"border-left-width\";s:1:\"1\";s:16:\"border-top-style\";s:5:\"solid\";s:18:\"border-right-style\";s:5:\"solid\";s:19:\"border-bottom-style\";s:5:\"solid\";s:17:\"border-left-style\";s:5:\"solid\";s:16:\"border-top-color\";s:9:\"color(11)\";s:18:\"border-right-color\";s:9:\"color(11)\";s:19:\"border-bottom-color\";s:9:\"color(11)\";s:17:\"border-left-color\";s:9:\"color(11)\";}}s:13:\"c-border-dark\";a:3:{s:3:\"key\";s:13:\"c-border-dark\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:12:{s:16:\"border-top-width\";s:1:\"1\";s:18:\"border-right-width\";s:1:\"1\";s:19:\"border-bottom-width\";s:1:\"1\";s:17:\"border-left-width\";s:1:\"1\";s:16:\"border-top-style\";s:5:\"solid\";s:18:\"border-right-style\";s:5:\"solid\";s:19:\"border-bottom-style\";s:5:\"solid\";s:17:\"border-left-style\";s:5:\"solid\";s:16:\"border-top-color\";s:9:\"color(12)\";s:18:\"border-right-color\";s:9:\"color(12)\";s:19:\"border-bottom-color\";s:9:\"color(12)\";s:17:\"border-left-color\";s:9:\"color(12)\";}}s:12:\"c-full-width\";a:3:{s:3:\"key\";s:12:\"c-full-width\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";}}s:9:\"c-stretch\";a:3:{s:3:\"key\";s:9:\"c-stretch\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:3:{s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:7:\"stretch\";}}s:10:\"c-relative\";a:3:{s:3:\"key\";s:10:\"c-relative\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:8:\"position\";s:8:\"relative\";}}s:9:\"c-3d-down\";a:3:{s:3:\"key\";s:9:\"c-3d-down\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:10:\"custom-css\";s:47:\"transform: perspective(1000px) rotateX(-20deg);\";}}s:9:\"c-3d-left\";a:3:{s:3:\"key\";s:9:\"c-3d-left\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:10:\"custom-css\";s:46:\"transform: perspective(1000px) rotatey(20deg);\";}}s:10:\"c-3d-right\";a:3:{s:3:\"key\";s:10:\"c-3d-right\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:10:\"custom-css\";s:47:\"transform: perspective(1000px) rotatey(-20deg);\";}}s:7:\"c-3d-up\";a:3:{s:3:\"key\";s:7:\"c-3d-up\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:10:\"custom-css\";s:46:\"transform: perspective(1000px) rotateX(20deg);\";}}s:15:\"c-hover-3d-down\";a:4:{s:3:\"key\";s:15:\"c-hover-3d-down\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:10:\"custom-css\";s:42:\"transform: perspective(0px) rotateX(0deg);\";}s:5:\"hover\";a:2:{s:9:\"transform\";a:2:{i:0;a:3:{s:14:\"transform-type\";s:11:\"perspective\";s:11:\"perspective\";s:4:\"1000\";s:3:\"key\";s:1:\"0\";}i:1;a:5:{s:14:\"transform-type\";s:8:\"rotate3d\";s:9:\"rotate3dX\";s:3:\"100\";s:9:\"rotate3dY\";s:1:\"0\";s:9:\"rotate3dZ\";s:1:\"0\";s:13:\"rotate3dAngle\";s:2:\"20\";}}s:10:\"custom-css\";s:47:\"transform: perspective(1000px) rotateX(-20deg);\";}}s:15:\"c-hover-3d-left\";a:4:{s:3:\"key\";s:15:\"c-hover-3d-left\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:10:\"custom-css\";s:42:\"transform: perspective(0px) rotateY(0deg);\";}s:5:\"hover\";a:1:{s:10:\"custom-css\";s:46:\"transform: perspective(1000px) rotatey(20deg);\";}}s:16:\"c-hover-3d-right\";a:4:{s:3:\"key\";s:16:\"c-hover-3d-right\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:10:\"custom-css\";s:42:\"transform: perspective(0px) rotateY(0deg);\";}s:5:\"hover\";a:1:{s:10:\"custom-css\";s:47:\"transform: perspective(1000px) rotatey(-20deg);\";}}s:13:\"c-hover-3d-up\";a:4:{s:3:\"key\";s:13:\"c-hover-3d-up\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:10:\"custom-css\";s:42:\"transform: perspective(0px) rotateX(0deg);\";}s:5:\"hover\";a:2:{s:9:\"transform\";a:2:{i:0;a:3:{s:14:\"transform-type\";s:11:\"perspective\";s:11:\"perspective\";s:4:\"1000\";s:3:\"key\";s:1:\"0\";}i:1;a:5:{s:14:\"transform-type\";s:8:\"rotate3d\";s:9:\"rotate3dX\";s:4:\"-100\";s:9:\"rotate3dY\";s:1:\"0\";s:9:\"rotate3dZ\";s:1:\"0\";s:13:\"rotate3dAngle\";s:2:\"20\";}}s:10:\"custom-css\";s:46:\"transform: perspective(1000px) rotateX(20deg);\";}}s:17:\"c-hover-move-down\";a:4:{s:3:\"key\";s:17:\"c-hover-move-down\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:4:{s:14:\"transform-type\";s:9:\"translate\";s:10:\"translateY\";s:2:\"10\";s:15:\"translateY-unit\";s:2:\"px\";s:3:\"key\";s:1:\"1\";}}}}s:17:\"c-hover-move-left\";a:4:{s:3:\"key\";s:17:\"c-hover-move-left\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:5:{s:14:\"transform-type\";s:9:\"translate\";s:10:\"translateY\";s:0:\"\";s:15:\"translateY-unit\";s:2:\"px\";s:3:\"key\";s:1:\"1\";s:10:\"translateX\";s:3:\"-10\";}}}}s:18:\"c-hover-move-right\";a:4:{s:3:\"key\";s:18:\"c-hover-move-right\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:5:{s:14:\"transform-type\";s:9:\"translate\";s:10:\"translateY\";s:0:\"\";s:15:\"translateY-unit\";s:2:\"px\";s:3:\"key\";s:1:\"1\";s:10:\"translateX\";s:2:\"10\";}}}}s:15:\"c-hover-move-up\";a:4:{s:3:\"key\";s:15:\"c-hover-move-up\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:4:{s:14:\"transform-type\";s:9:\"translate\";s:10:\"translateY\";s:3:\"-10\";s:15:\"translateY-unit\";s:2:\"px\";s:3:\"key\";s:1:\"1\";}}}}s:13:\"c-hover-scale\";a:4:{s:3:\"key\";s:13:\"c-hover-scale\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}s:5:\"hover\";a:1:{s:9:\"transform\";a:1:{i:0;a:3:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";}}}}s:16:\"c-hover-scale-up\";a:4:{s:3:\"key\";s:16:\"c-hover-scale-up\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}s:5:\"hover\";a:1:{s:9:\"transform\";a:2:{i:0;a:4:{s:14:\"transform-type\";s:5:\"scale\";s:6:\"scaleX\";s:4:\"1.05\";s:6:\"scaleY\";s:4:\"1.05\";s:3:\"key\";s:1:\"0\";}i:1;a:3:{s:14:\"transform-type\";s:9:\"translate\";s:10:\"translateY\";s:3:\"-10\";s:15:\"translateY-unit\";s:2:\"px\";}}}}s:19:\"c-margin-bottom-xxl\";a:3:{s:3:\"key\";s:19:\"c-margin-bottom-xxl\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:6:{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:18:\"margin-bottom-unit\";s:1:\" \";s:13:\"margin-bottom\";s:26:\"clamp(52px, 12vmin, 130px)\";}}s:17:\"c-margin-right-xs\";a:3:{s:3:\"key\";s:17:\"c-margin-right-xs\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:17:\"margin-right-unit\";s:1:\" \";s:12:\"margin-right\";s:23:\"clamp(4px, 1vmin, 10px)\";}}s:16:\"c-margin-right-l\";a:4:{s:3:\"key\";s:16:\"c-margin-right-l\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:2:{s:14:\"phone-portrait\";a:0:{}s:15:\"phone-landscape\";a:0:{}}s:8:\"original\";a:2:{s:17:\"margin-right-unit\";s:1:\" \";s:12:\"margin-right\";s:24:\"clamp(20px, 5vmin, 50px)\";}}s:17:\"c-margin-right-xl\";a:4:{s:3:\"key\";s:17:\"c-margin-right-xl\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:2:{s:6:\"tablet\";a:0:{}s:15:\"phone-landscape\";a:0:{}}s:8:\"original\";a:2:{s:17:\"margin-right-unit\";s:1:\" \";s:12:\"margin-right\";s:24:\"clamp(32px, 7vmin, 80px)\";}}s:18:\"c-margin-right-xxl\";a:3:{s:3:\"key\";s:18:\"c-margin-right-xxl\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:6:{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:17:\"margin-right-unit\";s:1:\" \";s:12:\"margin-right\";s:26:\"clamp(52px, 12vmin, 130px)\";}}s:12:\"c-padding-xs\";a:3:{s:3:\"key\";s:12:\"c-padding-xs\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:8:{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:12:\"padding-left\";s:23:\"clamp(4px, 1vmin, 10px)\";s:13:\"padding-right\";s:23:\"clamp(4px, 1vmin, 10px)\";s:14:\"padding-bottom\";s:23:\"clamp(4px, 1vmin, 10px)\";s:11:\"padding-top\";s:23:\"clamp(4px, 1vmin, 10px)\";}}s:11:\"c-padding-s\";a:3:{s:3:\"key\";s:11:\"c-padding-s\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:8:{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:11:\"padding-top\";s:23:\"clamp(8px, 2vmin, 20px)\";s:12:\"padding-left\";s:23:\"clamp(8px, 2vmin, 20px)\";s:13:\"padding-right\";s:23:\"clamp(8px, 2vmin, 20px)\";s:14:\"padding-bottom\";s:23:\"clamp(8px, 2vmin, 20px)\";}}s:13:\"c-padding-xxl\";a:3:{s:3:\"key\";s:13:\"c-padding-xxl\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:8:{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:12:\"padding-left\";s:26:\"clamp(52px, 12vmin, 130px)\";s:13:\"padding-right\";s:26:\"clamp(52px, 12vmin, 130px)\";s:14:\"padding-bottom\";s:26:\"clamp(52px, 12vmin, 130px)\";s:11:\"padding-top\";s:26:\"clamp(52px, 12vmin, 130px)\";}}s:17:\"c-padding-left-xs\";a:3:{s:3:\"key\";s:17:\"c-padding-left-xs\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:3:{s:17:\"padding-left-unit\";s:1:\" \";s:18:\"padding-right-unit\";s:2:\"px\";s:12:\"padding-left\";s:23:\"clamp(4px, 1vmin, 10px)\";}}s:16:\"c-padding-left-s\";a:3:{s:3:\"key\";s:16:\"c-padding-left-s\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:17:\"padding-left-unit\";s:1:\" \";s:12:\"padding-left\";s:23:\"clamp(8px, 2vmin, 20px)\";}}s:16:\"c-padding-left-m\";a:3:{s:3:\"key\";s:16:\"c-padding-left-m\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:17:\"padding-left-unit\";s:1:\" \";s:12:\"padding-left\";s:26:\"clamp(12px, 3.5vmin, 30px)\";}}s:16:\"c-padding-left-l\";a:3:{s:3:\"key\";s:16:\"c-padding-left-l\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:17:\"padding-left-unit\";s:1:\" \";s:12:\"padding-left\";s:24:\"clamp(20px, 5vmin, 50px)\";}}s:17:\"c-padding-left-xl\";a:3:{s:3:\"key\";s:17:\"c-padding-left-xl\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:17:\"padding-left-unit\";s:1:\" \";s:12:\"padding-left\";s:24:\"clamp(32px, 7vmin, 80px)\";}}s:18:\"c-padding-left-xxl\";a:3:{s:3:\"key\";s:18:\"c-padding-left-xxl\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:17:\"padding-left-unit\";s:1:\" \";s:12:\"padding-left\";s:26:\"clamp(52px, 12vmin, 130px)\";}}s:18:\"c-padding-right-xs\";a:3:{s:3:\"key\";s:18:\"c-padding-right-xs\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:18:\"padding-right-unit\";s:1:\" \";s:13:\"padding-right\";s:23:\"clamp(4px, 1vmin, 10px)\";}}s:17:\"c-padding-right-s\";a:3:{s:3:\"key\";s:17:\"c-padding-right-s\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:18:\"padding-right-unit\";s:1:\" \";s:13:\"padding-right\";s:23:\"clamp(8px, 2vmin, 20px)\";}}s:17:\"c-padding-right-m\";a:3:{s:3:\"key\";s:17:\"c-padding-right-m\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:18:\"padding-right-unit\";s:1:\" \";s:13:\"padding-right\";s:26:\"clamp(12px, 3.5vmin, 30px)\";}}s:17:\"c-padding-right-l\";a:3:{s:3:\"key\";s:17:\"c-padding-right-l\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:18:\"padding-right-unit\";s:1:\" \";s:13:\"padding-right\";s:24:\"clamp(20px, 5vmin, 50px)\";}}s:18:\"c-padding-right-xl\";a:3:{s:3:\"key\";s:18:\"c-padding-right-xl\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:18:\"padding-right-unit\";s:1:\" \";s:13:\"padding-right\";s:24:\"clamp(32px, 7vmin, 80px)\";}}s:19:\"c-padding-right-xxl\";a:3:{s:3:\"key\";s:19:\"c-padding-right-xxl\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:18:\"padding-right-unit\";s:1:\" \";s:13:\"padding-right\";s:26:\"clamp(52px, 12vmin, 130px)\";}}s:16:\"c-padding-top-xs\";a:3:{s:3:\"key\";s:16:\"c-padding-top-xs\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:16:\"padding-top-unit\";s:1:\" \";s:11:\"padding-top\";s:23:\"clamp(4px, 1vmin, 10px)\";}}s:15:\"c-padding-top-s\";a:3:{s:3:\"key\";s:15:\"c-padding-top-s\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:16:\"padding-top-unit\";s:1:\" \";s:11:\"padding-top\";s:23:\"clamp(8px, 2vmin, 20px)\";}}s:15:\"c-padding-top-m\";a:3:{s:3:\"key\";s:15:\"c-padding-top-m\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:16:\"padding-top-unit\";s:1:\" \";s:11:\"padding-top\";s:26:\"clamp(12px, 3.5vmin, 30px)\";}}s:15:\"c-padding-top-l\";a:3:{s:3:\"key\";s:15:\"c-padding-top-l\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:16:\"padding-top-unit\";s:1:\" \";s:11:\"padding-top\";s:24:\"clamp(20px, 5vmin, 50px)\";}}s:16:\"c-padding-top-xl\";a:3:{s:3:\"key\";s:16:\"c-padding-top-xl\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:16:\"padding-top-unit\";s:1:\" \";s:11:\"padding-top\";s:24:\"clamp(32px, 7vmin, 80px)\";}}s:17:\"c-padding-top-xxl\";a:3:{s:3:\"key\";s:17:\"c-padding-top-xxl\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:16:\"padding-top-unit\";s:1:\" \";s:11:\"padding-top\";s:26:\"clamp(52px, 12vmin, 130px)\";}}s:19:\"c-padding-bottom-xs\";a:3:{s:3:\"key\";s:19:\"c-padding-bottom-xs\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:19:\"padding-bottom-unit\";s:1:\" \";s:14:\"padding-bottom\";s:23:\"clamp(4px, 1vmin, 10px)\";}}s:18:\"c-padding-bottom-s\";a:3:{s:3:\"key\";s:18:\"c-padding-bottom-s\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:19:\"padding-bottom-unit\";s:1:\" \";s:14:\"padding-bottom\";s:23:\"clamp(8px, 2vmin, 20px)\";}}s:18:\"c-padding-bottom-m\";a:3:{s:3:\"key\";s:18:\"c-padding-bottom-m\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:19:\"padding-bottom-unit\";s:1:\" \";s:14:\"padding-bottom\";s:26:\"clamp(12px, 3.5vmin, 30px)\";}}s:18:\"c-padding-bottom-l\";a:3:{s:3:\"key\";s:18:\"c-padding-bottom-l\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:19:\"padding-bottom-unit\";s:1:\" \";s:14:\"padding-bottom\";s:24:\"clamp(20px, 5vmin, 50px)\";}}s:19:\"c-padding-bottom-xl\";a:3:{s:3:\"key\";s:19:\"c-padding-bottom-xl\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:19:\"padding-bottom-unit\";s:1:\" \";s:14:\"padding-bottom\";s:24:\"clamp(32px, 7vmin, 80px)\";}}s:20:\"c-padding-bottom-xxl\";a:3:{s:3:\"key\";s:20:\"c-padding-bottom-xxl\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:2:{s:19:\"padding-bottom-unit\";s:1:\" \";s:14:\"padding-bottom\";s:26:\"clamp(52px, 12vmin, 130px)\";}}s:16:\"c-columns-gap-xs\";a:3:{s:3:\"key\";s:16:\"c-columns-gap-xs\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:10:\"custom-css\";s:34:\"grid-gap: clamp(4px, 1vmin, 10px);\";}}s:15:\"c-columns-gap-s\";a:3:{s:3:\"key\";s:15:\"c-columns-gap-s\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:10:\"custom-css\";s:34:\"grid-gap: clamp(8px, 2vmin, 20px);\";}}s:17:\"c-columns-gap-xxl\";a:4:{s:3:\"key\";s:17:\"c-columns-gap-xxl\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:6:\"tablet\";a:0:{}}s:8:\"original\";a:1:{s:10:\"custom-css\";s:37:\"grid-gap: clamp(52px, 12vmin, 130px);\";}}s:13:\"c-columns-1-2\";a:3:{s:3:\"key\";s:13:\"c-columns-1-2\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:13:\"c-columns-1-3\";a:3:{s:3:\"key\";s:13:\"c-columns-1-3\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:13:\"c-columns-2-1\";a:3:{s:3:\"key\";s:13:\"c-columns-2-1\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:11:\"c-columns-5\";a:3:{s:3:\"key\";s:11:\"c-columns-5\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:11:\"c-columns-6\";a:3:{s:3:\"key\";s:11:\"c-columns-6\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-columns-xl-1\";a:3:{s:3:\"key\";s:14:\"c-columns-xl-1\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-columns-xl-2\";a:3:{s:3:\"key\";s:14:\"c-columns-xl-2\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-columns-xl-3\";a:3:{s:3:\"key\";s:14:\"c-columns-xl-3\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-columns-xl-4\";a:3:{s:3:\"key\";s:14:\"c-columns-xl-4\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-columns-xl-5\";a:3:{s:3:\"key\";s:14:\"c-columns-xl-5\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:13:\"c-columns-l-3\";a:4:{s:3:\"key\";s:13:\"c-columns-l-3\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:1:{s:10:\"custom-css\";s:35:\"grid-template-columns: 1fr 1fr 1fr;\";}}}s:8:\"original\";a:0:{}}s:13:\"c-columns-l-4\";a:4:{s:3:\"key\";s:13:\"c-columns-l-4\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:6:\"tablet\";a:0:{}}s:8:\"original\";a:0:{}}s:13:\"c-columns-m-3\";a:4:{s:3:\"key\";s:13:\"c-columns-m-3\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:0:{}}s:8:\"original\";a:0:{}}s:13:\"c-columns-s-2\";a:4:{s:3:\"key\";s:13:\"c-columns-s-2\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:10:\"custom-css\";s:31:\"grid-template-columns: 1fr 1fr;\";}}}s:8:\"original\";a:0:{}}s:12:\"c-row-span-2\";a:4:{s:3:\"key\";s:12:\"c-row-span-2\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:6:\"tablet\";a:0:{}}s:8:\"original\";a:0:{}}s:12:\"c-row-span-3\";a:3:{s:3:\"key\";s:12:\"c-row-span-3\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:12:\"c-row-span-4\";a:3:{s:3:\"key\";s:12:\"c-row-span-4\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:12:\"c-row-span-5\";a:3:{s:3:\"key\";s:12:\"c-row-span-5\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:12:\"c-row-span-6\";a:3:{s:3:\"key\";s:12:\"c-row-span-6\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:12:\"c-row-span-7\";a:3:{s:3:\"key\";s:12:\"c-row-span-7\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:1:{s:10:\"custom-css\";s:26:\"grid-row: span 7 / span 7;\";}}s:14:\"c-row-span-l-1\";a:3:{s:3:\"key\";s:14:\"c-row-span-l-1\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-row-span-l-2\";a:3:{s:3:\"key\";s:14:\"c-row-span-l-2\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-row-span-l-3\";a:3:{s:3:\"key\";s:14:\"c-row-span-l-3\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-row-span-l-4\";a:3:{s:3:\"key\";s:14:\"c-row-span-l-4\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-row-span-l-5\";a:3:{s:3:\"key\";s:14:\"c-row-span-l-5\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-row-span-l-6\";a:3:{s:3:\"key\";s:14:\"c-row-span-l-6\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-row-span-m-1\";a:3:{s:3:\"key\";s:14:\"c-row-span-m-1\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-row-span-m-2\";a:3:{s:3:\"key\";s:14:\"c-row-span-m-2\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-row-span-m-3\";a:3:{s:3:\"key\";s:14:\"c-row-span-m-3\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-row-span-m-4\";a:3:{s:3:\"key\";s:14:\"c-row-span-m-4\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-row-span-m-5\";a:3:{s:3:\"key\";s:14:\"c-row-span-m-5\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-row-span-m-6\";a:3:{s:3:\"key\";s:14:\"c-row-span-m-6\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-row-span-s-1\";a:3:{s:3:\"key\";s:14:\"c-row-span-s-1\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-row-span-s-2\";a:3:{s:3:\"key\";s:14:\"c-row-span-s-2\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-row-span-s-3\";a:3:{s:3:\"key\";s:14:\"c-row-span-s-3\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-row-span-s-4\";a:3:{s:3:\"key\";s:14:\"c-row-span-s-4\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-row-span-s-5\";a:3:{s:3:\"key\";s:14:\"c-row-span-s-5\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-row-span-s-6\";a:3:{s:3:\"key\";s:14:\"c-row-span-s-6\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-row-span-xl-1\";a:3:{s:3:\"key\";s:15:\"c-row-span-xl-1\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-row-span-xl-2\";a:4:{s:3:\"key\";s:15:\"c-row-span-xl-2\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:10:\"page-width\";a:1:{s:8:\"original\";a:0:{}}}s:8:\"original\";a:0:{}}s:15:\"c-row-span-xl-3\";a:3:{s:3:\"key\";s:15:\"c-row-span-xl-3\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-row-span-xl-4\";a:3:{s:3:\"key\";s:15:\"c-row-span-xl-4\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-row-span-xl-5\";a:3:{s:3:\"key\";s:15:\"c-row-span-xl-5\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-row-span-xl-6\";a:3:{s:3:\"key\";s:15:\"c-row-span-xl-6\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:13:\"c-row-start-1\";a:3:{s:3:\"key\";s:13:\"c-row-start-1\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:13:\"c-row-start-2\";a:3:{s:3:\"key\";s:13:\"c-row-start-2\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:13:\"c-row-start-3\";a:3:{s:3:\"key\";s:13:\"c-row-start-3\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:13:\"c-row-start-4\";a:3:{s:3:\"key\";s:13:\"c-row-start-4\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:13:\"c-row-start-5\";a:3:{s:3:\"key\";s:13:\"c-row-start-5\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:13:\"c-row-start-6\";a:3:{s:3:\"key\";s:13:\"c-row-start-6\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-row-start-l-1\";a:3:{s:3:\"key\";s:15:\"c-row-start-l-1\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-row-start-l-2\";a:3:{s:3:\"key\";s:15:\"c-row-start-l-2\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-row-start-l-3\";a:3:{s:3:\"key\";s:15:\"c-row-start-l-3\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-row-start-l-4\";a:3:{s:3:\"key\";s:15:\"c-row-start-l-4\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-row-start-l-5\";a:3:{s:3:\"key\";s:15:\"c-row-start-l-5\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-row-start-l-6\";a:3:{s:3:\"key\";s:15:\"c-row-start-l-6\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-row-start-m-1\";a:3:{s:3:\"key\";s:15:\"c-row-start-m-1\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-row-start-m-2\";a:3:{s:3:\"key\";s:15:\"c-row-start-m-2\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-row-start-m-3\";a:3:{s:3:\"key\";s:15:\"c-row-start-m-3\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-row-start-m-4\";a:3:{s:3:\"key\";s:15:\"c-row-start-m-4\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-row-start-m-5\";a:3:{s:3:\"key\";s:15:\"c-row-start-m-5\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-row-start-m-6\";a:3:{s:3:\"key\";s:15:\"c-row-start-m-6\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-row-start-s-1\";a:3:{s:3:\"key\";s:15:\"c-row-start-s-1\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-row-start-s-3\";a:3:{s:3:\"key\";s:15:\"c-row-start-s-3\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-row-start-s-4\";a:3:{s:3:\"key\";s:15:\"c-row-start-s-4\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-row-start-s-5\";a:3:{s:3:\"key\";s:15:\"c-row-start-s-5\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-row-start-s-6\";a:3:{s:3:\"key\";s:15:\"c-row-start-s-6\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:16:\"c-row-start-xl-1\";a:3:{s:3:\"key\";s:16:\"c-row-start-xl-1\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:16:\"c-row-start-xl-2\";a:3:{s:3:\"key\";s:16:\"c-row-start-xl-2\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:16:\"c-row-start-xl-3\";a:3:{s:3:\"key\";s:16:\"c-row-start-xl-3\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:16:\"c-row-start-xl-4\";a:3:{s:3:\"key\";s:16:\"c-row-start-xl-4\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:16:\"c-row-start-xl-5\";a:3:{s:3:\"key\";s:16:\"c-row-start-xl-5\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:16:\"c-row-start-xl-6\";a:3:{s:3:\"key\";s:16:\"c-row-start-xl-6\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:12:\"c-col-span-2\";a:4:{s:3:\"key\";s:12:\"c-col-span-2\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:1:{s:10:\"custom-css\";s:26:\"grid-column-start: span 1;\";}}}s:8:\"original\";a:1:{s:10:\"custom-css\";s:26:\"grid-column-start: span 2;\";}}s:12:\"c-col-span-3\";a:3:{s:3:\"key\";s:12:\"c-col-span-3\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:12:\"c-col-span-4\";a:3:{s:3:\"key\";s:12:\"c-col-span-4\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:12:\"c-col-span-5\";a:3:{s:3:\"key\";s:12:\"c-col-span-5\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:12:\"c-col-span-6\";a:3:{s:3:\"key\";s:12:\"c-col-span-6\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-col-span-l-1\";a:3:{s:3:\"key\";s:14:\"c-col-span-l-1\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-col-span-l-2\";a:3:{s:3:\"key\";s:14:\"c-col-span-l-2\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-col-span-l-3\";a:3:{s:3:\"key\";s:14:\"c-col-span-l-3\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-col-span-l-4\";a:3:{s:3:\"key\";s:14:\"c-col-span-l-4\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-col-span-l-5\";a:3:{s:3:\"key\";s:14:\"c-col-span-l-5\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-col-span-l-6\";a:3:{s:3:\"key\";s:14:\"c-col-span-l-6\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-col-span-m-1\";a:3:{s:3:\"key\";s:14:\"c-col-span-m-1\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-col-span-m-2\";a:3:{s:3:\"key\";s:14:\"c-col-span-m-2\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-col-span-m-3\";a:3:{s:3:\"key\";s:14:\"c-col-span-m-3\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-col-span-m-4\";a:3:{s:3:\"key\";s:14:\"c-col-span-m-4\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-col-span-m-5\";a:3:{s:3:\"key\";s:14:\"c-col-span-m-5\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-col-span-m-6\";a:3:{s:3:\"key\";s:14:\"c-col-span-m-6\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-col-span-s-1\";a:4:{s:3:\"key\";s:14:\"c-col-span-s-1\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:0:{}}}s:8:\"original\";a:0:{}}s:14:\"c-col-span-s-2\";a:3:{s:3:\"key\";s:14:\"c-col-span-s-2\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-col-span-s-3\";a:3:{s:3:\"key\";s:14:\"c-col-span-s-3\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-col-span-s-4\";a:3:{s:3:\"key\";s:14:\"c-col-span-s-4\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-col-span-s-5\";a:3:{s:3:\"key\";s:14:\"c-col-span-s-5\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:14:\"c-col-span-s-6\";a:3:{s:3:\"key\";s:14:\"c-col-span-s-6\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-col-span-xl-1\";a:3:{s:3:\"key\";s:15:\"c-col-span-xl-1\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-col-span-xl-2\";a:3:{s:3:\"key\";s:15:\"c-col-span-xl-2\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-col-span-xl-3\";a:3:{s:3:\"key\";s:15:\"c-col-span-xl-3\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-col-span-xl-4\";a:3:{s:3:\"key\";s:15:\"c-col-span-xl-4\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-col-span-xl-5\";a:3:{s:3:\"key\";s:15:\"c-col-span-xl-5\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-col-span-xl-6\";a:3:{s:3:\"key\";s:15:\"c-col-span-xl-6\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:13:\"c-col-start-2\";a:3:{s:3:\"key\";s:13:\"c-col-start-2\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-col-start-l-1\";a:3:{s:3:\"key\";s:15:\"c-col-start-l-1\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-col-start-l-2\";a:3:{s:3:\"key\";s:15:\"c-col-start-l-2\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-col-start-l-3\";a:3:{s:3:\"key\";s:15:\"c-col-start-l-3\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-col-start-l-4\";a:3:{s:3:\"key\";s:15:\"c-col-start-l-4\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-col-start-l-5\";a:3:{s:3:\"key\";s:15:\"c-col-start-l-5\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-col-start-l-6\";a:3:{s:3:\"key\";s:15:\"c-col-start-l-6\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-col-start-m-1\";a:3:{s:3:\"key\";s:15:\"c-col-start-m-1\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-col-start-m-2\";a:3:{s:3:\"key\";s:15:\"c-col-start-m-2\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-col-start-m-3\";a:3:{s:3:\"key\";s:15:\"c-col-start-m-3\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-col-start-m-4\";a:3:{s:3:\"key\";s:15:\"c-col-start-m-4\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-col-start-m-5\";a:3:{s:3:\"key\";s:15:\"c-col-start-m-5\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-col-start-m-6\";a:3:{s:3:\"key\";s:15:\"c-col-start-m-6\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-col-start-s-1\";a:3:{s:3:\"key\";s:15:\"c-col-start-s-1\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-col-start-s-2\";a:3:{s:3:\"key\";s:15:\"c-col-start-s-2\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-col-start-s-3\";a:3:{s:3:\"key\";s:15:\"c-col-start-s-3\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-col-start-s-4\";a:3:{s:3:\"key\";s:15:\"c-col-start-s-4\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-col-start-s-5\";a:3:{s:3:\"key\";s:15:\"c-col-start-s-5\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:15:\"c-col-start-s-6\";a:3:{s:3:\"key\";s:15:\"c-col-start-s-6\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:16:\"c-col-start-xl-1\";a:3:{s:3:\"key\";s:16:\"c-col-start-xl-1\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:16:\"c-col-start-xl-2\";a:3:{s:3:\"key\";s:16:\"c-col-start-xl-2\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:16:\"c-col-start-xl-3\";a:3:{s:3:\"key\";s:16:\"c-col-start-xl-3\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:16:\"c-col-start-xl-4\";a:3:{s:3:\"key\";s:16:\"c-col-start-xl-4\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:16:\"c-col-start-xl-5\";a:3:{s:3:\"key\";s:16:\"c-col-start-xl-5\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:16:\"c-col-start-xl-6\";a:3:{s:3:\"key\";s:16:\"c-col-start-xl-6\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:0:{}}s:7:\"c-right\";a:3:{s:3:\"key\";s:7:\"c-right\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:4:{s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:8:\"flex-end\";s:10:\"text-align\";s:5:\"right\";}}s:15:\"c-middle-center\";a:3:{s:3:\"key\";s:15:\"c-middle-center\";s:6:\"parent\";s:4:\"core\";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:15:\"justify-content\";s:6:\"center\";}}s:13:\"c-middle-left\";a:3:{s:3:\"key\";s:13:\"c-middle-left\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:5:{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:6:\"center\";}}s:14:\"c-middle-right\";a:3:{s:3:\"key\";s:14:\"c-middle-right\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:5:{s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:8:\"flex-end\";s:10:\"text-align\";s:5:\"right\";s:15:\"justify-content\";s:6:\"center\";}}s:12:\"c-top-center\";a:3:{s:3:\"key\";s:12:\"c-top-center\";s:6:\"parent\";s:4:\"core\";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:15:\"justify-content\";s:10:\"flex-start\";}}s:10:\"c-top-left\";a:3:{s:3:\"key\";s:10:\"c-top-left\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:5:{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:11:\"c-top-right\";a:3:{s:3:\"key\";s:11:\"c-top-right\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:5:{s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:8:\"flex-end\";s:10:\"text-align\";s:5:\"right\";s:15:\"justify-content\";s:10:\"flex-start\";}}s:15:\"c-bottom-center\";a:3:{s:3:\"key\";s:15:\"c-bottom-center\";s:6:\"parent\";s:4:\"core\";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:15:\"justify-content\";s:8:\"flex-end\";}}s:13:\"c-bottom-left\";a:3:{s:3:\"key\";s:13:\"c-bottom-left\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:5:{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:8:\"flex-end\";}}s:14:\"c-bottom-right\";a:3:{s:3:\"key\";s:14:\"c-bottom-right\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:5:{s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:8:\"flex-end\";s:10:\"text-align\";s:5:\"right\";s:15:\"justify-content\";s:8:\"flex-end\";}}s:6:\"c-logo\";a:4:{s:3:\"key\";s:6:\"c-logo\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:2:{s:6:\"tablet\";a:1:{s:8:\"original\";a:4:{s:11:\"height-unit\";s:2:\"px\";s:10:\"width-unit\";s:4:\"auto\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"30\";}}s:15:\"phone-landscape\";a:0:{}}s:8:\"original\";a:4:{s:10:\"width-unit\";s:4:\"auto\";s:11:\"height-unit\";s:2:\"px\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"35\";}}s:13:\"c-social-icon\";a:5:{s:3:\"key\";s:13:\"c-social-icon\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:2:{s:9:\"icon-size\";s:2:\"17\";s:11:\"margin-left\";s:1:\"0\";}}}s:8:\"original\";a:7:{s:9:\"icon-size\";s:2:\"20\";s:11:\"margin-left\";s:1:\"5\";s:12:\"margin-right\";s:1:\"5\";s:12:\"padding-left\";s:1:\"5\";s:13:\"padding-right\";s:1:\"5\";s:10:\"icon-color\";s:9:\"color(10)\";s:10:\"icon-style\";s:1:\"3\";}s:5:\"hover\";a:1:{s:10:\"icon-color\";s:8:\"color(1)\";}}s:16:\"c-header-contact\";a:4:{s:3:\"key\";s:16:\"c-header-contact\";s:6:\"parent\";s:4:\"core\";s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:2:{s:14:\"flex-direction\";s:5:\"unset\";s:10:\"custom-css\";s:23:\"display:none!important;\";}}}s:8:\"original\";a:1:{s:10:\"custom-css\";s:76:\"display: grid!important; grid-template-columns: auto auto; grid-gap: 0.8rem;\";}}s:8:\"c-header\";a:3:{s:3:\"key\";s:8:\"c-header\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:5:{s:10:\"width-unit\";s:1:\"%\";s:7:\"z-index\";s:2:\"30\";s:7:\"display\";s:4:\"flex\";s:14:\"flex-direction\";s:6:\"column\";s:5:\"width\";s:3:\"100\";}}s:19:\"c-footer-link-light\";a:4:{s:3:\"key\";s:19:\"c-footer-link-light\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:6:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:13:\"margin-bottom\";s:2:\"10\";s:5:\"color\";s:8:\"color(9)\";s:9:\"font-size\";s:2:\"14\";s:11:\"font-weight\";s:3:\"400\";s:19:\"transition-duration\";s:3:\"0.6\";}s:5:\"hover\";a:1:{s:5:\"color\";s:8:\"color(1)\";}}s:14:\"c-follow-light\";a:4:{s:3:\"key\";s:14:\"c-follow-light\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:9:{s:9:\"icon-size\";s:2:\"18\";s:10:\"icon-color\";s:8:\"color(9)\";s:10:\"custom-css\";s:30:\"border-radius: 15px!important;\";s:11:\"padding-top\";s:2:\"10\";s:12:\"padding-left\";s:2:\"10\";s:13:\"padding-right\";s:2:\"10\";s:14:\"padding-bottom\";s:2:\"10\";s:12:\"margin-right\";s:2:\"10\";s:16:\"background-color\";s:21:\"rgba(255,255,255,0.1)\";}s:5:\"hover\";a:2:{s:16:\"background-color\";s:22:\"rgba(255,255,255,0.15)\";s:10:\"icon-color\";s:8:\"color(1)\";}}s:22:\"c-footer-heading-light\";a:3:{s:3:\"key\";s:22:\"c-footer-heading-light\";s:6:\"parent\";s:4:\"core\";s:8:\"original\";a:4:{s:11:\"font-family\";a:2:{i:0;s:6:\"global\";i:1;s:7:\"Display\";}s:9:\"font-size\";s:2:\"14\";s:5:\"color\";s:8:\"color(5)\";s:11:\"font-weight\";s:3:\"600\";}}s:20:\"oxy-superbox-primary\";a:1:{s:8:\"original\";a:0:{}}s:22:\"oxy-superbox-secondary\";a:1:{s:8:\"original\";a:0:{}}s:13:\"advanced-form\";a:1:{s:8:\"original\";a:2:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";}}s:12:\"form-wrapper\";a:1:{s:8:\"original\";a:23:{s:10:\"width-unit\";s:1:\"%\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:10:\"text-align\";s:4:\"left\";s:5:\"width\";s:3:\"100\";s:16:\"background-color\";s:8:\"color(1)\";s:11:\"padding-top\";s:2:\"40\";s:12:\"padding-left\";s:2:\"40\";s:13:\"padding-right\";s:2:\"40\";s:14:\"padding-bottom\";s:2:\"40\";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(8)\";s:18:\"border-right-color\";s:8:\"color(8)\";s:19:\"border-bottom-color\";s:8:\"color(8)\";s:17:\"border-left-color\";s:8:\"color(8)\";s:16:\"border-top-width\";s:1:\"1\";s:18:\"border-right-width\";s:1:\"1\";s:19:\"border-bottom-width\";s:1:\"1\";s:17:\"border-left-width\";s:1:\"1\";}}s:6:\"sticky\";a:1:{s:8:\"original\";a:2:{s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";}}s:15:\"icon-box-inline\";a:1:{s:8:\"original\";a:11:{s:22:\"icon_box_icon_position\";s:4:\"left\";s:32:\"icon_box_icon_vertical_alignment\";s:10:\"flex-start\";s:25:\"icon_box_icon_space_after\";s:2:\"20\";s:28:\"icon_box_heading_space_above\";s:1:\"0\";s:30:\"icon_box_vertical_layout_below\";s:6:\"tablet\";s:33:\"icon_box_mobile_content_alignment\";s:6:\"center\";s:37:\"icon_box_heading_typography_font-size\";s:2:\"18\";s:10:\"margin-top\";s:1:\"0\";s:13:\"margin-bottom\";s:1:\"0\";s:39:\"icon_box_heading_typography_font-weight\";s:3:\"600\";s:14:\"padding-bottom\";s:1:\"0\";}}s:19:\"c-footer-text-light\";a:1:{s:8:\"original\";a:3:{s:9:\"font-size\";s:2:\"14\";s:5:\"color\";s:8:\"color(9)\";s:13:\"margin-bottom\";s:2:\"10\";}}s:11:\"fluent-form\";a:1:{s:8:\"original\";a:2:{s:10:\"width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";}}}','no'),(325,'ct_custom_selectors','a:0:{}','no'),(326,'ct_style_sets','a:1:{s:30:\"Uncategorized Custom Selectors\";a:1:{s:3:\"key\";s:30:\"Uncategorized Custom Selectors\";}}','yes'),(327,'ct_style_folders','a:1:{s:4:\"core\";a:2:{s:3:\"key\";s:4:\"core\";s:6:\"status\";i:1;}}','yes'),(328,'ct_style_sheets','a:3:{i:0;a:4:{s:3:\"css\";s:13980:\"LyogQ09MVU1OUyAtIERFU0tUT1AgKi8KLyogLS0tLS0tLS0tLS0tLS0tLS0gKi8KCi5jLWNvbHVtbnMtMi1hdXRvIHsKICBkaXNwbGF5OiBncmlkIWltcG9ydGFudDsKICBncmlkLXRlbXBsYXRlLWNvbHVtbnM6IGF1dG8gYXV0bzsKICB3aWR0aDogMTAwJTsKfQouYy1jb2x1bW5zLTYgewogIGRpc3BsYXk6IGdyaWQhaW1wb3J0YW50OwogIGdyaWQtdGVtcGxhdGUtY29sdW1uczogcmVwZWF0KDYsIDFmcik7IAogIHdpZHRoOiAxMDAlOwp9Ci5jLWNvbHVtbnMtNSB7CiAgZGlzcGxheTogZ3JpZCFpbXBvcnRhbnQ7CiAgZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiByZXBlYXQoNSwgMWZyKTsgCiAgd2lkdGg6IDEwMCU7Cn0KLmMtY29sdW1ucy00IHsKICBkaXNwbGF5OiBncmlkIWltcG9ydGFudDsKICBncmlkLXRlbXBsYXRlLWNvbHVtbnM6IHJlcGVhdCg0LCAxZnIpOyAKICB3aWR0aDogMTAwJTsKfQouYy1jb2x1bW5zLTMgewogIGRpc3BsYXk6IGdyaWQhaW1wb3J0YW50OwogIGdyaWQtdGVtcGxhdGUtY29sdW1uczogcmVwZWF0KDMsIDFmcik7CiAgd2lkdGg6IDEwMCU7IAp9Ci5jLWNvbHVtbnMtMiB7CiAgZGlzcGxheTogZ3JpZCFpbXBvcnRhbnQ7CiAgZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiByZXBlYXQoMiwgMWZyKTsgCiAgd2lkdGg6IDEwMCU7Cn0KLmMtY29sdW1ucy0zLTIgewogIGRpc3BsYXk6IGdyaWQhaW1wb3J0YW50OwogIGdyaWQtdGVtcGxhdGUtY29sdW1uczogM2ZyIDJmcjsgCiAgd2lkdGg6IDEwMCU7Cn0KLmMtY29sdW1ucy0yLTMgewogIGRpc3BsYXk6IGdyaWQhaW1wb3J0YW50OwogIGdyaWQtdGVtcGxhdGUtY29sdW1uczogMmZyIDNmcjsgCiAgd2lkdGg6IDEwMCU7Cn0KLmMtY29sdW1ucy0xLTIgewogIGRpc3BsYXk6IGdyaWQhaW1wb3J0YW50OwogIGdyaWQtdGVtcGxhdGUtY29sdW1uczogMWZyIDJmcjsgCiAgd2lkdGg6IDEwMCU7Cn0KLmMtY29sdW1ucy0yLTEgewogIGRpc3BsYXk6IGdyaWQhaW1wb3J0YW50OwogIGdyaWQtdGVtcGxhdGUtY29sdW1uczogMmZyIDFmcjsgCiAgd2lkdGg6IDEwMCU7Cn0KLmMtY29sdW1ucy0zLTEgewogIGRpc3BsYXk6IGdyaWQhaW1wb3J0YW50OwogIGdyaWQtdGVtcGxhdGUtY29sdW1uczogM2ZyIDFmcjsgCiAgd2lkdGg6IDEwMCU7Cn0KLmMtY29sdW1ucy0xLTMgewogIGRpc3BsYXk6IGdyaWQhaW1wb3J0YW50OwogIGdyaWQtdGVtcGxhdGUtY29sdW1uczogMWZyIDNmcjsgCiAgd2lkdGg6IDEwMCU7Cn0KCi8qIFJPVyBTUEFOUyAtIERFU0tUT1AgLSBJTkNSRUFTRSBDRUxMIFNJWkUgKi8KCi5jLXJvdy1zcGFuLTIgewogIGdyaWQtcm93OiBzcGFuIDIgLyBzcGFuIDI7Cn0KLmMtcm93LXNwYW4tMyB7CiAgZ3JpZC1yb3c6IHNwYW4gMyAvIHNwYW4gMzsKfQouYy1yb3ctc3Bhbi00IHsKICBncmlkLXJvdzogc3BhbiA0IC8gc3BhbiA0Owp9Ci5jLXJvdy1zcGFuLTUgewogIGdyaWQtcm93OiBzcGFuIDUgLyBzcGFuIDU7Cn0KLmMtcm93LXNwYW4tNiB7CiAgZ3JpZC1yb3c6IHNwYW4gNiAvIHNwYW4gNjsKfQoKLyogQ09MVU1OIFNQQU5TIC0gREVTS1RPUCAtIElOQ1JFQVNFIENFTEwgU0laRSAqLwoKLmMtY29sLXNwYW4tMiB7CiAgZ3JpZC1jb2x1bW46IHNwYW4gMiAvIHNwYW4gMjsKfQouYy1jb2wtc3Bhbi0zIHsKICBncmlkLWNvbHVtbjogc3BhbiAzIC8gc3BhbiAzOwp9Ci5jLWNvbC1zcGFuLTQgewogIGdyaWQtY29sdW1uOiBzcGFuIDQgLyBzcGFuIDQ7Cn0KLmMtY29sLXNwYW4tNSB7CiAgZ3JpZC1jb2x1bW46IHNwYW4gNSAvIHNwYW4gNTsKfQouYy1jb2wtc3Bhbi02IHsKICBncmlkLWNvbHVtbjogc3BhbiA2IC8gc3BhbiA2Owp9CgovKiBST1cgU1RBUlQgLSBERVNLVE9QIC0gUE9TSVRJT04gT0YgVEhFIFJPVyAqLwoKLmMtcm93LXN0YXJ0LTEgewogIGdyaWQtcm93LXN0YXJ0OiAxOwp9Ci5jLXJvdy1zdGFydC0yIHsKICBncmlkLXJvdy1zdGFydDogMjsKfQouYy1yb3ctc3RhcnQtMyB7CiAgZ3JpZC1yb3ctc3RhcnQ6IDM7Cn0KLmMtcm93LXN0YXJ0LTQgewogIGdyaWQtcm93LXN0YXJ0OiA0Owp9Ci5jLXJvdy1zdGFydC01IHsKICBncmlkLXJvdy1zdGFydDogNTsKfQouYy1yb3ctc3RhcnQtNiB7CiAgZ3JpZC1yb3ctc3RhcnQ6IDY7Cn0KCi8qIENPTFVNTiBTVEFSVCAtIERFU0tUT1AgLSBQT1NJVElPTiBPRiBUSEUgQ09MVU1OICovCgouYy1jb2wtc3RhcnQtMSB7CiAgZ3JpZC1jb2x1bW4tc3RhcnQ6IDE7Cn0KLmMtY29sLXN0YXJ0LTIgewogIGdyaWQtY29sdW1uLXN0YXJ0OiAyOwp9Ci5jLWNvbC1zdGFydC0zIHsKICBncmlkLWNvbHVtbi1zdGFydDogMzsKfQouYy1jb2wtc3RhcnQtNCB7CiAgZ3JpZC1jb2x1bW4tc3RhcnQ6IDQ7Cn0KLmMtY29sLXN0YXJ0LTUgewogIGdyaWQtY29sdW1uLXN0YXJ0OiA1Owp9Ci5jLWNvbC1zdGFydC02IHsKICBncmlkLWNvbHVtbi1zdGFydDogNjsKfQoKCi8qIENPTFVNTlMgLSBMQVBUT1AgKi8KLyogLS0tLS0tLS0tLS0tLS0tLSAqLwoKQG1lZGlhIG9ubHkgc2NyZWVuIGFuZCAobWF4LXdpZHRoOiAxMzk5cHgpIHsKICAuYy1jb2x1bW5zLXhsLTUgewogICAgZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiByZXBlYXQoNSwgMWZyKTsgCiAgfQogIC5jLWNvbHVtbnMteGwtNCB7CiAgICBncmlkLXRlbXBsYXRlLWNvbHVtbnM6IHJlcGVhdCg0LCAxZnIpOyAKICB9CiAgLmMtY29sdW1ucy14bC0zIHsKICAgIGdyaWQtdGVtcGxhdGUtY29sdW1uczogcmVwZWF0KDMsIDFmcik7IAogIH0KICAuYy1jb2x1bW5zLXhsLTIgewogICAgZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiByZXBlYXQoMiwgMWZyKTsgCiAgfQogIC5jLWNvbHVtbnMteGwtMSB7CiAgICBncmlkLXRlbXBsYXRlLWNvbHVtbnM6IDFmcjsKICB9CgogIC8qIFJPVyBTUEFOUyAtIExBUFRPUCAqLwoKICAuYy1yb3ctc3Bhbi14bC0xIHsKICAgIGdyaWQtY29sdW1uOiBzcGFuIDEgLyBzcGFuIDE7CiAgfQogIC5jLXJvdy1zcGFuLXhsLTIgewogICAgZ3JpZC1yb3c6IHNwYW4gMiAvIHNwYW4gMjsKICB9CiAgLmMtcm93LXNwYW4teGwtMyB7CiAgICBncmlkLXJvdzogc3BhbiAzIC8gc3BhbiAzOwogIH0KICAuYy1yb3ctc3Bhbi14bC00IHsKICAgIGdyaWQtcm93OiBzcGFuIDQgLyBzcGFuIDQ7CiAgfQogIC5jLXJvdy1zcGFuLXhsLTUgewogICAgZ3JpZC1yb3c6IHNwYW4gNSAvIHNwYW4gNTsKICB9CiAgLmMtcm93LXNwYW4teGwtNiB7CiAgICBncmlkLXJvdzogc3BhbiA2IC8gc3BhbiA2OwogIH0KCiAgLyogQ09MVU1OIFNQQU5TIC0gTEFQVE9QICovCgogIC5jLWNvbC1zcGFuLXhsLTEgewogICAgZ3JpZC1jb2x1bW46IHNwYW4gMSAvIHNwYW4gMTsKICB9CiAgLmMtY29sLXNwYW4teGwtMiB7CiAgICBncmlkLWNvbHVtbjogc3BhbiAyIC8gc3BhbiAyOwogIH0KICAuYy1jb2wtc3Bhbi14bC0zIHsKICAgIGdyaWQtY29sdW1uOiBzcGFuIDMgLyBzcGFuIDM7CiAgfQogIC5jLWNvbC1zcGFuLXhsLTQgewogICAgZ3JpZC1jb2x1bW46IHNwYW4gNCAvIHNwYW4gNDsKICB9CiAgLmMtY29sLXNwYW4teGwtNSB7CiAgICBncmlkLWNvbHVtbjogc3BhbiA1IC8gc3BhbiA1OwogIH0KICAuYy1jb2wtc3Bhbi14bC02IHsKICAgIGdyaWQtY29sdW1uOiBzcGFuIDYgLyBzcGFuIDY7CiAgfQoKICAvKiBST1cgU1RBUlQgLSBMQVBUT1AgKi8KCiAgLmMtcm93LXN0YXJ0LXhsLTEgewogICAgZ3JpZC1yb3ctc3RhcnQ6IDE7CiAgfQogIC5jLXJvdy1zdGFydC14bC0yIHsKICAgIGdyaWQtcm93LXN0YXJ0OiAyOwogIH0KICAuYy1yb3ctc3RhcnQteGwtMyB7CiAgICBncmlkLXJvdy1zdGFydDogMzsKICB9CiAgLmMtcm93LXN0YXJ0LXhsLTQgewogICAgZ3JpZC1yb3ctc3RhcnQ6IDQ7CiAgfQogIC5jLXJvdy1zdGFydC14bC01IHsKICAgIGdyaWQtcm93LXN0YXJ0OiA1OwogIH0KICAuYy1yb3ctc3RhcnQteGwtNiB7CiAgICBncmlkLXJvdy1zdGFydDogNjsKICB9CgogIC8qIENPTFVNTiBTVEFSVCAtIExBUFRPUCAqLwoKICAuYy1jb2wtc3RhcnQteGwtMSB7CiAgICBncmlkLWNvbHVtbi1zdGFydDogMTsKICB9CiAgLmMtY29sLXN0YXJ0LXhsLTIgewogICAgZ3JpZC1jb2x1bW4tc3RhcnQ6IDI7CiAgfQogIC5jLWNvbC1zdGFydC14bC0zIHsKICAgIGdyaWQtY29sdW1uLXN0YXJ0OiAzOwogIH0KICAuYy1jb2wtc3RhcnQteGwtNCB7CiAgICBncmlkLWNvbHVtbi1zdGFydDogNDsKICB9CiAgLmMtY29sLXN0YXJ0LXhsLTUgewogICAgZ3JpZC1jb2x1bW4tc3RhcnQ6IDU7CiAgfQogIC5jLWNvbC1zdGFydC14bC02IHsKICAgIGdyaWQtY29sdW1uLXN0YXJ0OiA2OwogIH0KCn0KCi8qIENPTFVNTlMgLSBUQUJMRVQgKi8KLyogLS0tLS0tLS0tLS0tLS0tLSAqLwoKQG1lZGlhIG9ubHkgc2NyZWVuIGFuZCAobWF4LXdpZHRoOiA5OTFweCkgewogIC5jLWNvbHVtbnMtbC00IHsKICAgIGdyaWQtdGVtcGxhdGUtY29sdW1uczogcmVwZWF0KDQsIDFmcik7IAogIH0KICAuYy1jb2x1bW5zLWwtMyB7CiAgICBncmlkLXRlbXBsYXRlLWNvbHVtbnM6IHJlcGVhdCgzLCAxZnIpOyAKICB9CiAgLmMtY29sdW1ucy1sLTIgewogICAgZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiByZXBlYXQoMiwgMWZyKTsgCiAgfQogIC5jLWNvbHVtbnMtbC0xIHsKICAgIGdyaWQtdGVtcGxhdGUtY29sdW1uczogMWZyOwogIH0KCiAgLyogUk9XIFNQQU5TIC0gVEFCTEVUICovCgogIC5jLXJvdy1zcGFuLWwtMSB7CiAgICBncmlkLXJvdzogc3BhbiAxIC8gc3BhbiAxOwogIH0KICAuYy1yb3ctc3Bhbi1sLTIgewogICAgZ3JpZC1yb3c6IHNwYW4gMiAvIHNwYW4gMjsKICB9CiAgLmMtcm93LXNwYW4tbC0zIHsKICAgIGdyaWQtcm93OiBzcGFuIDMgLyBzcGFuIDM7CiAgfQogIC5jLXJvdy1zcGFuLWwtNCB7CiAgICBncmlkLXJvdzogc3BhbiA0IC8gc3BhbiA0OwogIH0KICAuYy1yb3ctc3Bhbi1sLTUgewogICAgZ3JpZC1yb3c6IHNwYW4gNSAvIHNwYW4gNTsKICB9CiAgLmMtcm93LXNwYW4tbC02IHsKICAgIGdyaWQtcm93OiBzcGFuIDYgLyBzcGFuIDY7CiAgfQoKICAvKiBDT0xVTU4gU1BBTlMgLSBUQUJMRVQgKi8KCiAgLmMtY29sLXNwYW4tbC0xIHsKICAgIGdyaWQtY29sdW1uOiBzcGFuIDEgLyBzcGFuIDE7CiAgfQogIC5jLWNvbC1zcGFuLWwtMiB7CiAgICBncmlkLWNvbHVtbjogc3BhbiAyIC8gc3BhbiAyOwogIH0KICAuYy1jb2wtc3Bhbi1sLTMgewogICAgZ3JpZC1jb2x1bW46IHNwYW4gMyAvIHNwYW4gMzsKICB9CiAgLmMtY29sLXNwYW4tbC00IHsKICAgIGdyaWQtY29sdW1uOiBzcGFuIDQgLyBzcGFuIDQ7CiAgfQogIC5jLWNvbC1zcGFuLWwtNSB7CiAgICBncmlkLWNvbHVtbjogc3BhbiA1IC8gc3BhbiA1OwogIH0KICAuYy1jb2wtc3Bhbi1sLTYgewogICAgZ3JpZC1jb2x1bW46IHNwYW4gNiAvIHNwYW4gNjsKICB9CgogIC8qIFJPVyBTVEFSVCAtIExBUFRPUCAqLwoKICAuYy1yb3ctc3RhcnQtbC0xIHsKICAgIGdyaWQtcm93LXN0YXJ0OiAxOwogIH0KICAuYy1yb3ctc3RhcnQtbC0yIHsKICAgIGdyaWQtcm93LXN0YXJ0OiAyOwogIH0KICAuYy1yb3ctc3RhcnQtbC0zIHsKICAgIGdyaWQtcm93LXN0YXJ0OiAzOwogIH0KICAuYy1yb3ctc3RhcnQtbC00IHsKICAgIGdyaWQtcm93LXN0YXJ0OiA0OwogIH0KICAuYy1yb3ctc3RhcnQtbC01IHsKICAgIGdyaWQtcm93LXN0YXJ0OiA1OwogIH0KICAuYy1yb3ctc3RhcnQtbC02IHsKICAgIGdyaWQtcm93LXN0YXJ0OiA2OwogIH0KCiAgLyogQ09MVU1OIFNUQVJUIC0gTEFQVE9QICovCgogIC5jLWNvbC1zdGFydC1sLTEgewogICAgZ3JpZC1jb2x1bW4tc3RhcnQ6IDE7CiAgfQogIC5jLWNvbC1zdGFydC1sLTIgewogICAgZ3JpZC1jb2x1bW4tc3RhcnQ6IDI7CiAgfQogIC5jLWNvbC1zdGFydC1sLTMgewogICAgZ3JpZC1jb2x1bW4tc3RhcnQ6IDM7CiAgfQogIC5jLWNvbC1zdGFydC1sLTQgewogICAgZ3JpZC1jb2x1bW4tc3RhcnQ6IDQ7CiAgfQogIC5jLWNvbC1zdGFydC1sLTUgewogICAgZ3JpZC1jb2x1bW4tc3RhcnQ6IDU7CiAgfQogIC5jLWNvbC1zdGFydC1sLTYgewogICAgZ3JpZC1jb2x1bW4tc3RhcnQ6IDY7CiAgfQoKfQoKLyogQ09MVU1OUyAtIE1PQklMRSBMQU5EU0NBUEUgKi8KLyogLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0gKi8KCkBtZWRpYSBvbmx5IHNjcmVlbiBhbmQgKG1heC13aWR0aDogNzY3cHgpIHsKICAuYy1jb2x1bW5zLW0tMyB7CiAgICBncmlkLXRlbXBsYXRlLWNvbHVtbnM6IHJlcGVhdCgzLCAxZnIpOyAKICB9CiAgLmMtY29sdW1ucy1tLTIgewogICAgZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiByZXBlYXQoMiwgMWZyKTsgCiAgfQogIC5jLWNvbHVtbnMtbS0xIHsKICAgIGdyaWQtdGVtcGxhdGUtY29sdW1uczogMWZyOwogIH0KCiAgLyogUk9XIFNQQU5TIC0gTU9CSUxFIExBTkRTQ0FQRSAqLwoKICAuYy1yb3ctc3Bhbi1tLTEgewogICAgZ3JpZC1yb3c6IHNwYW4gMSAvIHNwYW4gMTsKICB9CiAgLmMtcm93LXNwYW4tbS0yIHsKICAgIGdyaWQtcm93OiBzcGFuIDIgLyBzcGFuIDI7CiAgfQogIC5jLXJvdy1zcGFuLW0tMyB7CiAgICBncmlkLXJvdzogc3BhbiAzIC8gc3BhbiAzOwogIH0KICAuYy1yb3ctc3Bhbi1tLTQgewogICAgZ3JpZC1yb3c6IHNwYW4gNCAvIHNwYW4gNDsKICB9CiAgLmMtcm93LXNwYW4tbS01IHsKICAgIGdyaWQtcm93OiBzcGFuIDUgLyBzcGFuIDU7CiAgfQogIC5jLXJvdy1zcGFuLW0tNiB7CiAgICBncmlkLXJvdzogc3BhbiA2IC8gc3BhbiA2OwogIH0KCiAgLyogQ09MVU1OIFNQQU5TIC0gTU9CSUxFIExBTkRTQ0FQRSAqLwoKICAuYy1jb2wtc3Bhbi1tLTEgewogICAgZ3JpZC1jb2x1bW46IHNwYW4gMSAvIHNwYW4gMTsKICB9CiAgLmMtY29sLXNwYW4tbS0yIHsKICAgIGdyaWQtY29sdW1uOiBzcGFuIDIgLyBzcGFuIDI7CiAgfQogIC5jLWNvbC1zcGFuLW0tMyB7CiAgICBncmlkLWNvbHVtbjogc3BhbiAzIC8gc3BhbiAzOwogIH0KICAuYy1jb2wtc3Bhbi1tLTQgewogICAgZ3JpZC1jb2x1bW46IHNwYW4gNCAvIHNwYW4gNDsKICB9CiAgLmMtY29sLXNwYW4tbS01IHsKICAgIGdyaWQtY29sdW1uOiBzcGFuIDUgLyBzcGFuIDU7CiAgfQogIC5jLWNvbC1zcGFuLW0tNiB7CiAgICBncmlkLWNvbHVtbjogc3BhbiA2IC8gc3BhbiA2OwogIH0KCiAgLyogUk9XIFNUQVJUIC0gTU9CSUxFIExBTkRTQ0FQRSAqLwoKICAuYy1yb3ctc3RhcnQtbS0xIHsKICAgIGdyaWQtcm93LXN0YXJ0OiAxOwogIH0KICAuYy1yb3ctc3RhcnQtbS0yIHsKICAgIGdyaWQtcm93LXN0YXJ0OiAyOwogIH0KICAuYy1yb3ctc3RhcnQtbS0zIHsKICAgIGdyaWQtcm93LXN0YXJ0OiAzOwogIH0KICAuYy1yb3ctc3RhcnQtbS00IHsKICAgIGdyaWQtcm93LXN0YXJ0OiA0OwogIH0KICAuYy1yb3ctc3RhcnQtbS01IHsKICAgIGdyaWQtcm93LXN0YXJ0OiA1OwogIH0KICAuYy1yb3ctc3RhcnQtbS02IHsKICAgIGdyaWQtcm93LXN0YXJ0OiA2OwogIH0KCiAgLyogQ09MVU1OIFNUQVJUIC0gTU9CSUxFIExBTkRTQ0FQRSAqLwoKICAuYy1jb2wtc3RhcnQtbS0xIHsKICAgIGdyaWQtY29sdW1uLXN0YXJ0OiAxOwogIH0KICAuYy1jb2wtc3RhcnQtbS0yIHsKICAgIGdyaWQtY29sdW1uLXN0YXJ0OiAyOwogIH0KICAuYy1jb2wtc3RhcnQtbS0zIHsKICAgIGdyaWQtY29sdW1uLXN0YXJ0OiAzOwogIH0KICAuYy1jb2wtc3RhcnQtbS00IHsKICAgIGdyaWQtY29sdW1uLXN0YXJ0OiA0OwogIH0KICAuYy1jb2wtc3RhcnQtbS01IHsKICAgIGdyaWQtY29sdW1uLXN0YXJ0OiA1OwogIH0KICAuYy1jb2wtc3RhcnQtbS02IHsKICAgIGdyaWQtY29sdW1uLXN0YXJ0OiA2OwogIH0KCn0KCi8qIENPTFVNTlMgLSBNT0JJTEUgKi8KLyogLS0tLS0tLS0tLS0tLS0tLSAqLwoKQG1lZGlhIG9ubHkgc2NyZWVuIGFuZCAobWF4LXdpZHRoOiA0NzlweCkgewogIC5jLWNvbHVtbnMtcy0yIHsKICAgIGdyaWQtdGVtcGxhdGUtY29sdW1uczogcmVwZWF0KDIsIDFmcik7IAogIH0KICAuYy1jb2x1bW5zLXMtMSB7CiAgICBncmlkLXRlbXBsYXRlLWNvbHVtbnM6IDFmcjsKICB9CgogIC8qIFJPVyBTUEFOUyAtIE1PQklMRSAqLwoKICAuYy1yb3ctc3Bhbi1zLTEgewogICAgZ3JpZC1yb3c6IHNwYW4gMSAvIHNwYW4gMTsKICB9CiAgLmMtcm93LXNwYW4tcy0yIHsKICAgIGdyaWQtcm93OiBzcGFuIDIgLyBzcGFuIDI7CiAgfQogIC5jLXJvdy1zcGFuLXMtMyB7CiAgICBncmlkLXJvdzogc3BhbiAzIC8gc3BhbiAzOwogIH0KICAuYy1yb3ctc3Bhbi1zLTQgewogICAgZ3JpZC1yb3c6IHNwYW4gNCAvIHNwYW4gNDsKICB9CiAgLmMtcm93LXNwYW4tcy01IHsKICAgIGdyaWQtcm93OiBzcGFuIDUgLyBzcGFuIDU7CiAgfQogIC5jLXJvdy1zcGFuLXMtNiB7CiAgICBncmlkLXJvdzogc3BhbiA2IC8gc3BhbiA2OwogIH0KCiAgLyogQ09MVU1OIFNQQU5TIC0gTU9CSUxFICovCgogIC5jLWNvbC1zcGFuLXMtMSB7CiAgICBncmlkLWNvbHVtbjogc3BhbiAxIC8gc3BhbiAxOwogIH0KICAuYy1jb2wtc3Bhbi1zLTIgewogICAgZ3JpZC1jb2x1bW46IHNwYW4gMiAvIHNwYW4gMjsKICB9CiAgLmMtY29sLXNwYW4tcy0zIHsKICAgIGdyaWQtY29sdW1uOiBzcGFuIDMgLyBzcGFuIDM7CiAgfQogIC5jLWNvbC1zcGFuLXMtNCB7CiAgICBncmlkLWNvbHVtbjogc3BhbiA0IC8gc3BhbiA0OwogIH0KICAuYy1jb2wtc3Bhbi1zLTUgewogICAgZ3JpZC1jb2x1bW46IHNwYW4gNSAvIHNwYW4gNTsKICB9CiAgLmMtY29sLXNwYW4tcy02IHsKICAgIGdyaWQtY29sdW1uOiBzcGFuIDYgLyBzcGFuIDY7CiAgfQoKICAvKiBST1cgU1RBUlQgLSBNT0JJTEUgKi8KCiAgLmMtcm93LXN0YXJ0LXMtMSB7CiAgICBncmlkLXJvdy1zdGFydDogMTsKICB9CiAgLmMtcm93LXN0YXJ0LXMtMiB7CiAgICBncmlkLXJvdy1zdGFydDogMjsKICB9CiAgLmMtcm93LXN0YXJ0LXMtMyB7CiAgICBncmlkLXJvdy1zdGFydDogMzsKICB9CiAgLmMtcm93LXN0YXJ0LXMtNCB7CiAgICBncmlkLXJvdy1zdGFydDogNDsKICB9CiAgLmMtcm93LXN0YXJ0LXMtNSB7CiAgICBncmlkLXJvdy1zdGFydDogNTsKICB9CiAgLmMtcm93LXN0YXJ0LXMtNiB7CiAgICBncmlkLXJvdy1zdGFydDogNjsKICB9CgogIC8qIENPTFVNTiBTVEFSVCAtIE1PQklMRSAqLwoKICAuYy1jb2wtc3RhcnQtcy0xIHsKICAgIGdyaWQtY29sdW1uLXN0YXJ0OiAxOwogIH0KICAuYy1jb2wtc3RhcnQtcy0yIHsKICAgIGdyaWQtY29sdW1uLXN0YXJ0OiAyOwogIH0KICAuYy1jb2wtc3RhcnQtcy0zIHsKICAgIGdyaWQtY29sdW1uLXN0YXJ0OiAzOwogIH0KICAuYy1jb2wtc3RhcnQtcy00IHsKICAgIGdyaWQtY29sdW1uLXN0YXJ0OiA0OwogIH0KICAuYy1jb2wtc3RhcnQtcy01IHsKICAgIGdyaWQtY29sdW1uLXN0YXJ0OiA1OwogIH0KICAuYy1jb2wtc3RhcnQtcy02IHsKICAgIGdyaWQtY29sdW1uLXN0YXJ0OiA2OwogIH0KCn0KCgovKiBPVEhFUiAqLwovKiAtLS0tLS0tLS0tLS0tLS0tICovCgovKiBDU1MgR1JJRCAtIEdBTExFUklFUyBBTkQgTEFZT1VUUyAqLwouYy1nYWxsZXJ5IHthbGlnbi1pdGVtczogc3RyZXRjaDt9Ci5jLWdhbGxlcnkgaW1nIHtvYmplY3QtZml0OmNvdmVyO30KCgovKiBHUklEIDEgKi8KCi5jLWdyaWQtMSB7CiAgZGlzcGxheTogZ3JpZCFpbXBvcnRhbnQ7CiAgd2lkdGg6MTAwJTsKICBncmlkLXRlbXBsYXRlLWNvbHVtbnM6IHJlcGVhdCgzLCAxZnIpOyAKICBncmlkLXRlbXBsYXRlLXJvd3M6IHJlcGVhdCgyLCAxZnIpOwp9CgouYy1ncmlkLTEgKjpudGgtY2hpbGQoMSkgeyBncmlkLWFyZWE6IDEgLyAxIC8gc3BhbiAyIC8gc3BhbiAyOyB9Ci5jLWdyaWQtMSAqOm50aC1jaGlsZCgyKSB7IGdyaWQtYXJlYTogMSAvIDM7IH0KLmMtZ3JpZC0xICo6bnRoLWNoaWxkKDMpIHsgZ3JpZC1hcmVhOiAyIC8gMzsgfQoKQG1lZGlhIG9ubHkgc2NyZWVuIGFuZCAobWF4LXdpZHRoOiA3NjhweCkgewoKICAuYy1ncmlkLTEgewogICAgZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiAxZnIgMWZyOyAKICAgIGdyaWQtdGVtcGxhdGUtcm93czogMS41ZnIgMWZyOwogIH0KCiAgLmMtZ3JpZC0xICo6bnRoLWNoaWxkKDEpIHsgZ3JpZC1hcmVhOiAxIC8gMSAvIDIgLyAzOyB9CiAgLmMtZ3JpZC0xICo6bnRoLWNoaWxkKDIpIHsgZ3JpZC1hcmVhOiAyIC8gMTsgfQogIC5jLWdyaWQtMSAqOm50aC1jaGlsZCgzKSB7IGdyaWQtYXJlYTogMiAvIDI7IH0KCn0KCgovKiBHUklEIDIgKi8KCi5jLWdyaWQtMiB7CiAgZGlzcGxheTogZ3JpZCFpbXBvcnRhbnQ7CiAgd2lkdGg6MTAwJTsKICBncmlkLXRlbXBsYXRlLWNvbHVtbnM6IHJlcGVhdCg1LCAxZnIpOyAKICBncmlkLXRlbXBsYXRlLXJvd3M6IHJlcGVhdCgyLCAxZnIpOwp9CgouYy1ncmlkLTIgKjpudGgtY2hpbGQoMSkgeyBncmlkLWFyZWE6IDEgLyAxIC8gMiAvIDQ7IH0KLmMtZ3JpZC0yICo6bnRoLWNoaWxkKDIpIHsgZ3JpZC1hcmVhOiAxIC8gNCAvIDIgLyA2OyB9Ci5jLWdyaWQtMiAqOm50aC1jaGlsZCgzKSB7IGdyaWQtYXJlYTogMiAvIDEgLyAzIC8gMzsgfQouYy1ncmlkLTIgKjpudGgtY2hpbGQoNCkgeyBncmlkLWFyZWE6IDIgLyAzIC8gMyAvIDY7IH0=\";s:2:\"id\";i:1;s:4:\"name\";s:12:\"Core-CSSGrid\";s:6:\"parent\";i:0;}i:1;a:4:{s:3:\"css\";s:2940:\"LyogR0FMTEVSWSBTTElERVIgKi8KCnVsLnNwbGlkZV9fbGlzdCB7CiAgd2lkdGg6IDEwMCU7Cn0KCiNwcmltYXJ5LXNsaWRlciB7CiAgbWFyZ2luLWJvdHRvbTogMTBweDsKfQouc3BsaWRlX19zbGlkZSBpbWcgewogIHdpZHRoOiAxMDAlOwogIGhlaWdodDogMTAwJTsKICBvYmplY3QtZml0OiBjb3ZlcjsKICBvYmplY3QtcG9zaXRpb246IGNlbnRlcjsKfQoKLnNwbGlkZS0tbmF2ID4gLnNwbGlkZV9fdHJhY2sgPiAuc3BsaWRlX19saXN0ID4gLnNwbGlkZV9fc2xpZGUgewogIGJvcmRlcjogbm9uZSAhaW1wb3J0YW50OwogIG9wYWNpdHk6IDAuNTsKICB0cmFuc2l0aW9uOiBvcGFjaXR5IDAuNnM7Cn0KLnNwbGlkZS0tbmF2ID4gLnNwbGlkZV9fdHJhY2sgPiAuc3BsaWRlX19saXN0ID4gLnNwbGlkZV9fc2xpZGU6aG92ZXIgewogIG9wYWNpdHk6IDE7Cn0KLnNwbGlkZS0tbmF2ID4gLnNwbGlkZV9fdHJhY2sgPiAuc3BsaWRlX19saXN0ID4gLnNwbGlkZV9fc2xpZGUuaXMtYWN0aXZlIHsKICBvcGFjaXR5OiAxOwp9CgovKiBBUlJPV1MgU1RZTElORyAqLwoKLnNwbGlkZSAuc3BsaWRlX19hcnJvdywKLm94eS1veHluaW5qYS1zbGlkZXIgLnNwbGlkZV9fYXJyb3cgewogIGJvcmRlci1yYWRpdXM6IDA7CiAgb3BhY2l0eTogMDsKICBiYWNrZ3JvdW5kOiAjZmZmOwogIGJveC1zaGFkb3c6IDAgMXB4IDVweCAjMDAwMDAwMWM7CiAgdHJhbnNpdGlvbjogYWxsIDAuNHM7Cn0KCi5zcGxpZGU6aG92ZXIgLnNwbGlkZV9fYXJyb3csCi5veHktb3h5bmluamEtc2xpZGVyOmhvdmVyIC5zcGxpZGVfX2Fycm93IHsKICBvcGFjaXR5OiAwLjg7Cn0KCi5zcGxpZGUgLnNwbGlkZV9fYXJyb3c6aG92ZXIsCi5veHktb3h5bmluamEtc2xpZGVyIC5zcGxpZGVfX2Fycm93OmhvdmVyIHsKICBvcGFjaXR5OiAxOwogIGJhY2tncm91bmQ6ICNmZmY7CiAgYm94LXNoYWRvdzogMCAxcHggMTBweCAjMDAwMDAwMWM7Cn0KCi5zcGxpZGUgLnNwbGlkZV9fYXJyb3dzIGJ1dHRvbjpkaXNhYmxlZCwKLm94eS1veHluaW5qYS1zbGlkZXIgLnNwbGlkZV9fYXJyb3dzIGJ1dHRvbjpkaXNhYmxlZCB7CiAgZGlzcGxheTogbm9uZTsKfQoKLyogQVJST1dTIEFQUEVBUiBPTiBTTElERVIgSE9WRVIgKi8KCi5zcGxpZGUgLnNwbGlkZV9fYXJyb3ctLXByZXYsCi5veHktb3h5bmluamEtc2xpZGVyIC5zcGxpZGVfX2Fycm93LS1wcmV2IHsKICBsZWZ0OiAwOwp9Ci5zcGxpZGUgLnNwbGlkZV9fYXJyb3ctLW5leHQsCi5veHktb3h5bmluamEtc2xpZGVyIC5zcGxpZGVfX2Fycm93LS1uZXh0IHsKICByaWdodDogMDsKfQoKLnNwbGlkZTpob3ZlciAuc3BsaWRlX19hcnJvdy0tcHJldiwKLm94eS1veHluaW5qYS1zbGlkZXI6aG92ZXIgLnNwbGlkZV9fYXJyb3ctLXByZXYgewogIGxlZnQ6IDFlbTsKfQouc3BsaWRlOmhvdmVyIC5zcGxpZGVfX2Fycm93LS1uZXh0LAoub3h5LW94eW5pbmphLXNsaWRlcjpob3ZlciAuc3BsaWRlX19hcnJvdy0tbmV4dCB7CiAgcmlnaHQ6IDFlbTsKfQoKLyogQ0FST1VTRUwgUEFHSU5BVElPTiAqLwoKLnNwbGlkZSAuc3BsaWRlX19wYWdpbmF0aW9uLAoub3h5LW94eW5pbmphLXNsaWRlciAuc3BsaWRlX19wYWdpbmF0aW9uIHsKICBib3R0b206IC0xZW07Cn0KLnNwbGlkZSAuc3BsaWRlX19wYWdpbmF0aW9uX19wYWdlLAoub3h5LW94eW5pbmphLXNsaWRlciAuc3BsaWRlX19wYWdpbmF0aW9uX19wYWdlIHsKICB3aWR0aDogNDBweDsKICBoZWlnaHQ6IDFweDsKICBiYWNrZ3JvdW5kOiAjMzIzMjMyOwogIGJvcmRlci1yYWRpdXM6IDA7CiAgb3BhY2l0eTogMC4yOwp9Ci5zcGxpZGUgLnNwbGlkZV9fcGFnaW5hdGlvbl9fcGFnZS5pcy1hY3RpdmUsCi5veHktb3h5bmluamEtc2xpZGVyIC5zcGxpZGVfX3BhZ2luYXRpb25fX3BhZ2UuaXMtYWN0aXZlIHsKICBiYWNrZ3JvdW5kOiAjMzIzMjMyOwogIHRyYW5zZm9ybTogc2NhbGUoMSk7CiAgb3BhY2l0eTogMC43Owp9Ci53Yy1wcm9kdWN0LWdhbGxlcnktMSAuc3BsaWRlIC5zcGxpZGVfX3BhZ2luYXRpb24sCi53Yy1wcm9kdWN0LWdhbGxlcnktMiAuc3BsaWRlIC5zcGxpZGVfX3BhZ2luYXRpb24sCi53Yy1wcm9kdWN0LWdhbGxlcnktMSAub3h5LW94eW5pbmphLXNsaWRlciAuc3BsaWRlX19wYWdpbmF0aW9uLAoud2MtcHJvZHVjdC1nYWxsZXJ5LTIgLm94eS1veHluaW5qYS1zbGlkZXIgLnNwbGlkZV9fcGFnaW5hdGlvbiB7CiAgZGlzcGxheTogbm9uZTsKfQ==\";s:2:\"id\";i:2;s:4:\"name\";s:14:\"Core-Carousels\";s:6:\"parent\";i:0;}i:2;a:4:{s:3:\"css\";s:1352:\"LyogQWR2YW5jZWQgRm9ybXMgKi8KCi5hY2YtaGlkZGVuIHtkaXNwbGF5OiBub25lO30KCi5hZi1mb3JtIC5hY2YtZmllbGRzPi5hY2YtZmllbGQgewogIGJvcmRlci10b3A6IG5vbmU7CiAgcGFkZGluZzogMTBweCAwO30KCi5hZi1maWVsZCB7bWFyZ2luOiA1cHg7fQoKLmZmLWVsLWlucHV0LS1sYWJlbCBsYWJlbCB7CiAgY29sb3I6ICNmZmY7CiAgZm9udC13ZWlnaHQ6IDYwMDsKICBmb250LXNpemU6IDAuOWVtOwogIHRleHQtYWxpZ246IGxlZnQ7Cn0KCi5hY2YtcmVxdWlyZWQge2NvbG9yOiAjZTZlN2U4O30KCi5mZi1lbC0taW5wdXQtY29udGVudCB0ZXh0YXJlYSB7CiAgcGFkZGluZzogNXB4OwogIHdpZHRoOiAxMDAlOwogIGJvcmRlcjogc29saWQgMXB4ICNlZmVmZWY7Cn0KCi5mZi1lbC1mb3JtLWNoZWNrLWxhYmVsIHNwYW4ge2NvbG9yOiAjZWZlZmVmO30KCi5mcm0tZmx1ZW50LWZvcm0gLmZmLWJ0bi1zdWJtaXQge3BhZGRpbmc6IDVweCAwIDAgMDt9CgouZnJtLWZsdWVudC1mb3JtIGJ1dHRvbi5mZi1idG4uZmYtYnRuLXN1Ym1pdCB7CiAgYmFja2dyb3VuZC1jb2xvcjogI2UzOTEyZjsKICBib3JkZXI6IHNvbGlkIDJweCAjZmZmOwogIGJvcmRlci1yYWRpdXM6IDRweDsKICBtYXJnaW46IDAgYXV0bzsKICBwYWRkaW5nOiAxMHB4IDE1cHg7CiAgd2lkdGg6IDEwMCU7CiAgY29sb3I6ICNmZmY7CiAgZm9udC13ZWlnaHQ6IGJvbGQ7CiAgZm9udC1zaXplOiAyMHB4OwogIHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7Cn0KCi5mcm0tZmx1ZW50LWZvcm0gLmZmLWJ0bi1zdWJtaXQ6aG92ZXIgewogYmFja2dyb3VuZC1jb2xvcjogI2JkNmYxMzsgCn0KCi5pY29uLWJveC1pbmxpbmUgLm94eS1pY29uLWJveC1oZWFkaW5nIHttYXJnaW4tYm90dG9tOiAwcHg7fQoKQG1lZGlhIG9ubHkgc2NyZWVuIGFuZCAobWluLXdpZHRoOiA5OTNweCkgewoJLnN0aWNreSB7CgkJcG9zaXRpb246IC13ZWJraXQtc3RpY2t5OwoJCXBvc2l0aW9uOiBzdGlja3k7CgkJdG9wOiAxMzBweDsKCX0KfQ==\";s:2:\"id\";i:3;s:4:\"name\";s:4:\"main\";s:6:\"parent\";i:0;}}','no'),(329,'oxygen_vsb_easy_posts_templates','a:0:{}','yes'),(330,'oxygen_vsb_comments_list_templates','a:0:{}','yes'),(331,'oxygen_vsb_latest_typekit_fonts','a:0:{}','yes'),(332,'oxygen_breakpoints_cache_update_required','','yes'),(333,'oxygen_global_colors_cache_update_required','','yes'),(335,'oxygen_vsb_google_fonts_cache','a:1052:{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: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:6;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: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: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:9;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:10;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:11;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: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: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:14;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: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: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:18;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:19;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:20;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:21;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:22;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:23;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:24;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:25;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:26;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: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:12:\"Nanum Gothic\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:29;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:30;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:31;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:32;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:33;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: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:5:\"Karla\";s:8:\"variants\";a:14:{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:9:\"200italic\";i:8;s:9:\"300italic\";i:9;s:6:\"italic\";i:10;s:9:\"500italic\";i:11;s:9:\"600italic\";i:12;s:9:\"700italic\";i:13;s:9:\"800italic\";}}i:36;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:37;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:38;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:39;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:40;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:41;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:42;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:43;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:44;a:2:{s:6:\"family\";s:5:\"Arimo\";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:45;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:46;a:2:{s:6:\"family\";s:10:\"Bebas Neue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:47;a:2:{s:6:\"family\";s:14:\"Libre Franklin\";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:48;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:49;a:2:{s:6:\"family\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:50;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:51;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:52;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:53;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:54;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:55;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:56;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:57;a:2:{s:6:\"family\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:58;a:2:{s:6:\"family\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:59;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:60;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:61;a:2:{s:6:\"family\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:62;a:2:{s:6:\"family\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:63;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:64;a:2:{s:6:\"family\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:65;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: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: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:68;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:69;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:70;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:71;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:72;a:2:{s:6:\"family\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:73;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:74;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:75;a:2:{s:6:\"family\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:76;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:77;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:78;a:2:{s:6:\"family\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:79;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:80;a:2:{s:6:\"family\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:81;a:2:{s:6:\"family\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:82;a:2:{s:6:\"family\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:83;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:84;a:2:{s:6:\"family\";s:4:\"Asap\";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:85;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:86;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:87;a:2:{s:6:\"family\";s:9:\"Assistant\";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:88;a:2:{s:6:\"family\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:89;a:2:{s:6:\"family\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:90;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:91;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:92;a:2:{s:6:\"family\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:93;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:94;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:95;a:2:{s:6:\"family\";s:6:\"Caveat\";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:96;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:97;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:98;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:99;a:2:{s:6:\"family\";s:6:\"Domine\";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:100;a:2:{s:6:\"family\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:101;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:102;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:103;a:2:{s:6:\"family\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:104;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:105;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:106;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:107;a:2:{s:6:\"family\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:108;a:2:{s:6:\"family\";s:7:\"Archivo\";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:109;a:2:{s:6:\"family\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:110;a:2:{s:6:\"family\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:111;a:2:{s:6:\"family\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:112;a:2:{s:6:\"family\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:113;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:114;a:2:{s:6:\"family\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:115;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:116;a:2:{s:6:\"family\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:117;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:118;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:119;a:2:{s:6:\"family\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:120;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:121;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:122;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:123;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:124;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:125;a:2:{s:6:\"family\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:126;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:127;a:2:{s:6:\"family\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:128;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:129;a:2:{s:6:\"family\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:130;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:131;a:2:{s:6:\"family\";s:8:\"Alegreya\";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:132;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:133;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:134;a:2:{s:6:\"family\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:135;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:136;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:137;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:138;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:139;a:2:{s:6:\"family\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:140;a:2:{s:6:\"family\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:141;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:142;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:143;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:144;a:2:{s:6:\"family\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:145;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:146;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:147;a:2:{s:6:\"family\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:148;a:2:{s:6:\"family\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:149;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:150;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:151;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:152;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:153;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:154;a:2:{s:6:\"family\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:155;a:2:{s:6:\"family\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:156;a:2:{s:6:\"family\";s:6:\"Cuprum\";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:157;a:2:{s:6:\"family\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:158;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:159;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:160;a:2:{s:6:\"family\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:161;a:2:{s:6:\"family\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:162;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:163;a:2:{s:6:\"family\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:164;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:165;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:166;a:2:{s:6:\"family\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:167;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:168;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:169;a:2:{s:6:\"family\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:170;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:171;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:172;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:173;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:174;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:175;a:2:{s:6:\"family\";s:11:\"Staatliches\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:176;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:177;a:2:{s:6:\"family\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:178;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:179;a:2:{s:6:\"family\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:180;a:2:{s:6:\"family\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:181;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: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:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:184;a:2:{s:6:\"family\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:185;a:2:{s:6:\"family\";s:12:\"Josefin Slab\";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:186;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:187;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:188;a:2:{s:6:\"family\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:189;a:2:{s:6:\"family\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:190;a:2:{s:6:\"family\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:191;a:2:{s:6:\"family\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:192;a:2:{s:6:\"family\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:193;a:2:{s:6:\"family\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:194;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:195;a:2:{s:6:\"family\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:196;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:197;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:198;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:199;a:2:{s:6:\"family\";s:15:\"Sawarabi Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:200;a:2:{s:6:\"family\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:201;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:202;a:2:{s:6:\"family\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:203;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:204;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:205;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: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: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:208;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:209;a:2:{s:6:\"family\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:210;a:2:{s:6:\"family\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:211;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:212;a:2:{s:6:\"family\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:213;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:214;a:2:{s:6:\"family\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:215;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:216;a:2:{s:6:\"family\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:217;a:2:{s:6:\"family\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:218;a:2:{s:6:\"family\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:219;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:220;a:2:{s:6:\"family\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:221;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:222;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:223;a:2:{s:6:\"family\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:224;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:225;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:226;a:2:{s:6:\"family\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:227;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:228;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:229;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:230;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:231;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:232;a:2:{s:6:\"family\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:233;a:2:{s:6:\"family\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:234;a:2:{s:6:\"family\";s:5:\"Saira\";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:235;a:2:{s:6:\"family\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:236;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:237;a:2:{s:6:\"family\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:238;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:239;a:2:{s:6:\"family\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:240;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:241;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:242;a:2:{s:6:\"family\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:243;a:2:{s:6:\"family\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:244;a:2:{s:6:\"family\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:245;a:2:{s:6:\"family\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:246;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:247;a:2:{s:6:\"family\";s:16:\"Nanum Pen Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:248;a:2:{s:6:\"family\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:249;a:2:{s:6:\"family\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:250;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:251;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:252;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:253;a:2:{s:6:\"family\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:254;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:255;a:2:{s:6:\"family\";s:15:\"Sawarabi Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:256;a:2:{s:6:\"family\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:257;a:2:{s:6:\"family\";s:5:\"Alata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:258;a:2:{s:6:\"family\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:259;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:260;a:2:{s:6:\"family\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:261;a:2:{s:6:\"family\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:262;a:2:{s:6:\"family\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:263;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:264;a:2:{s:6:\"family\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:265;a:2:{s:6:\"family\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:266;a:2:{s:6:\"family\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:267;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:268;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:269;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:270;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:271;a:2:{s:6:\"family\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:272;a:2:{s:6:\"family\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:273;a:2:{s:6:\"family\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:274;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:275;a:2:{s:6:\"family\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:276;a:2:{s:6:\"family\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:277;a:2:{s:6:\"family\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:278;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:279;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:280;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:281;a:2:{s:6:\"family\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:282;a:2:{s:6:\"family\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:283;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:284;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:285;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:286;a:2:{s:6:\"family\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:287;a:2:{s:6:\"family\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:288;a:2:{s:6:\"family\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:289;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:290;a:2:{s:6:\"family\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:291;a:2:{s:6:\"family\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:292;a:2:{s:6:\"family\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:293;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:294;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:295;a:2:{s:6:\"family\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:296;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:297;a:2:{s:6:\"family\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:298;a:2:{s:6:\"family\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:299;a:2:{s:6:\"family\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:300;a:2:{s:6:\"family\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:301;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:302;a:2:{s:6:\"family\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:303;a:2:{s:6:\"family\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:304;a:2:{s:6:\"family\";s:11:\"Kosugi Maru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:305;a:2:{s:6:\"family\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:306;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:307;a:2:{s:6:\"family\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:308;a:2:{s:6:\"family\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:309;a:2:{s:6:\"family\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:310;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:311;a:2:{s:6:\"family\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}}i:312;a:2:{s:6:\"family\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:313;a:2:{s:6:\"family\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:314;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:315;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:316;a:2:{s:6:\"family\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:317;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:318;a:2:{s:6:\"family\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:319;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:320;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:321;a:2:{s:6:\"family\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:322;a:2:{s:6:\"family\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:323;a:2:{s:6:\"family\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:324;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:325;a:2:{s:6:\"family\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:326;a:2:{s:6:\"family\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:327;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:328;a:2:{s:6:\"family\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:329;a:2:{s:6:\"family\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:330;a:2:{s:6:\"family\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:331;a:2:{s:6:\"family\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:332;a:2:{s:6:\"family\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:333;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:334;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:335;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:336;a:2:{s:6:\"family\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:337;a:2:{s:6:\"family\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:338;a:2:{s:6:\"family\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:339;a:2:{s:6:\"family\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:340;a:2:{s:6:\"family\";s:9:\"Reem Kufi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:341;a:2:{s:6:\"family\";s:11:\"Lexend Deca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:342;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:343;a:2:{s:6:\"family\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:344;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:345;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:346;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:347;a:2:{s:6:\"family\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:348;a:2:{s:6:\"family\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:349;a:2:{s:6:\"family\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:350;a:2:{s:6:\"family\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:351;a:2:{s:6:\"family\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:352;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:353;a:2:{s:6:\"family\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:354;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:355;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:356;a:2:{s:6:\"family\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:357;a:2:{s:6:\"family\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:358;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:359;a:2:{s:6:\"family\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:360;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:361;a:2:{s:6:\"family\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:362;a:2:{s:6:\"family\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:363;a:2:{s:6:\"family\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:364;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:365;a:2:{s:6:\"family\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:366;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:367;a:2:{s:6:\"family\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:368;a:2:{s:6:\"family\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}}i:369;a:2:{s:6:\"family\";s:6:\"Lateef\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:370;a:2:{s:6:\"family\";s:5:\"Bevan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:371;a:2:{s:6:\"family\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:372;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:373;a:2:{s:6:\"family\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:374;a:2:{s:6:\"family\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:375;a:2:{s:6:\"family\";s:14:\"Black Han Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:376;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:377;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:378;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:379;a:2:{s:6:\"family\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:380;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:381;a:2:{s:6:\"family\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:382;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:383;a:2:{s:6:\"family\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:384;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:385;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:386;a:2:{s:6:\"family\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:387;a:2:{s:6:\"family\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:388;a:2:{s:6:\"family\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:389;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:390;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:391;a:2:{s:6:\"family\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:392;a:2:{s:6:\"family\";s:8:\"Do Hyeon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:393;a:2:{s:6:\"family\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:394;a:2:{s:6:\"family\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:395;a:2:{s:6:\"family\";s:5:\"Charm\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:396;a:2:{s:6:\"family\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:397;a:2:{s:6:\"family\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:398;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:399;a:2:{s:6:\"family\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:400;a:2:{s:6:\"family\";s:12:\"Scheherazade\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:401;a:2:{s:6:\"family\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:402;a:2:{s:6:\"family\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:403;a:2:{s:6:\"family\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:404;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:405;a:2:{s:6:\"family\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:406;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:407;a:2:{s:6:\"family\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:408;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:409;a:2:{s:6:\"family\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:410;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:411;a:2:{s:6:\"family\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:412;a:2:{s:6:\"family\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:413;a:2:{s:6:\"family\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:414;a:2:{s:6:\"family\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:415;a:2:{s:6:\"family\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:416;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:417;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:418;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:419;a:2:{s:6:\"family\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:420;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:421;a:2:{s:6:\"family\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:422;a:2:{s:6:\"family\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}}i:423;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:424;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:425;a:2:{s:6:\"family\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:426;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:427;a:2:{s:6:\"family\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:428;a:2:{s:6:\"family\";s:8:\"Pangolin\";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:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:431;a:2:{s:6:\"family\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:432;a:2:{s:6:\"family\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:433;a:2:{s:6:\"family\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:434;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:435;a:2:{s:6:\"family\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:436;a:2:{s:6:\"family\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:437;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:438;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:439;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:440;a:2:{s:6:\"family\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:441;a:2:{s:6:\"family\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:442;a:2:{s:6:\"family\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:443;a:2:{s:6:\"family\";s:18:\"Nanum Brush Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:444;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:445;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:446;a:2:{s:6:\"family\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:447;a:2:{s:6:\"family\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:448;a:2:{s:6:\"family\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:449;a:2:{s:6:\"family\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:450;a:2:{s:6:\"family\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}}i:451;a:2:{s:6:\"family\";s:3:\"Jua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:452;a:2:{s:6:\"family\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:453;a:2:{s:6:\"family\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:454;a:2:{s:6:\"family\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:455;a:2:{s:6:\"family\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:456;a:2:{s:6:\"family\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:457;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:458;a:2:{s:6:\"family\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:459;a:2:{s:6:\"family\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:460;a:2:{s:6:\"family\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:461;a:2:{s:6:\"family\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:462;a:2:{s:6:\"family\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:463;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:464;a:2:{s:6:\"family\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:465;a:2:{s:6:\"family\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:466;a:2:{s:6:\"family\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:467;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:468;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:469;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:470;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:471;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:472;a:2:{s:6:\"family\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:473;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:474;a:2:{s:6:\"family\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:475;a:2:{s:6:\"family\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:476;a:2:{s:6:\"family\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:477;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:478;a:2:{s:6:\"family\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:479;a:2:{s:6:\"family\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:480;a:2:{s:6:\"family\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:481;a:2:{s:6:\"family\";s:6:\"Kosugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:482;a:2:{s:6:\"family\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:483;a:2:{s:6:\"family\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:484;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:485;a:2:{s:6:\"family\";s:12:\"Commissioner\";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:486;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:487;a:2:{s:6:\"family\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:488;a:2:{s:6:\"family\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:489;a:2:{s:6:\"family\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:490;a:2:{s:6:\"family\";s:13:\"ZCOOL XiaoWei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:491;a:2:{s:6:\"family\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:492;a:2:{s:6:\"family\";s:12:\"Baskervville\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:493;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:494;a:2:{s:6:\"family\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:495;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:496;a:2:{s:6:\"family\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:497;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:498;a:2:{s:6:\"family\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:499;a:2:{s:6:\"family\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:500;a:2:{s:6:\"family\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:501;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:502;a:2:{s:6:\"family\";s:7:\"Hanuman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:503;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:504;a:2:{s:6:\"family\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:505;a:2:{s:6:\"family\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:506;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:507;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:508;a:2:{s:6:\"family\";s:6:\"Alatsi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:509;a:2:{s:6:\"family\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:510;a:2:{s:6:\"family\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:511;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:512;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:513;a:2:{s:6:\"family\";s:9:\"Harmattan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:514;a:2:{s:6:\"family\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:515;a:2:{s:6:\"family\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:516;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:517;a:2:{s:6:\"family\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:518;a:2:{s:6:\"family\";s:13:\"Space Grotesk\";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:519;a:2:{s:6:\"family\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:520;a:2:{s:6:\"family\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:521;a:2:{s:6:\"family\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:522;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:523;a:2:{s:6:\"family\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:524;a:2:{s:6:\"family\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:525;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:526;a:2:{s:6:\"family\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:527;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:528;a:2:{s:6:\"family\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:529;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:530;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:531;a:2:{s:6:\"family\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:532;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:533;a:2:{s:6:\"family\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:534;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:535;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:536;a:2:{s:6:\"family\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:537;a:2:{s:6:\"family\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:538;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:539;a:2:{s:6:\"family\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:540;a:2:{s:6:\"family\";s:11:\"Yusei Magic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:541;a:2:{s:6:\"family\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:542;a:2:{s:6:\"family\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:543;a:2:{s:6:\"family\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:544;a:2:{s:6:\"family\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:545;a:2:{s:6:\"family\";s:6:\"Andada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:546;a:2:{s:6:\"family\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:547;a:2:{s:6:\"family\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:548;a:2:{s:6:\"family\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:549;a:2:{s:6:\"family\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:550;a:2:{s:6:\"family\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:551;a:2:{s:6:\"family\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:552;a:2:{s:6:\"family\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:553;a:2:{s:6:\"family\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:554;a:2:{s:6:\"family\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:555;a:2:{s:6:\"family\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:556;a:2:{s:6:\"family\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:557;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:558;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:559;a:2:{s:6:\"family\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:560;a:2:{s:6:\"family\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:561;a:2:{s:6:\"family\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:562;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:563;a:2:{s:6:\"family\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:564;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:565;a:2:{s:6:\"family\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:566;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:567;a:2:{s:6:\"family\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:568;a:2:{s:6:\"family\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:569;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:570;a:2:{s:6:\"family\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:571;a:2:{s:6:\"family\";s:4:\"Gugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:572;a:2:{s:6:\"family\";s:8:\"Girassol\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:573;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:574;a:2:{s:6:\"family\";s:10:\"Battambang\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:575;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:576;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:577;a:2:{s:6:\"family\";s:18:\"Major Mono Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:578;a:2:{s:6:\"family\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:579;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:580;a:2:{s:6:\"family\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:581;a:2:{s:6:\"family\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:582;a:2:{s:6:\"family\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:583;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:584;a:2:{s:6:\"family\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:585;a:2:{s:6:\"family\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:586;a:2:{s:6:\"family\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:587;a:2:{s:6:\"family\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:588;a:2:{s:6:\"family\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:589;a:2:{s:6:\"family\";s:10:\"Newsreader\";s:8:\"variants\";a:14:{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:9:\"200italic\";i:8;s:9:\"300italic\";i:9;s:6:\"italic\";i:10;s:9:\"500italic\";i:11;s:9:\"600italic\";i:12;s:9:\"700italic\";i:13;s:9:\"800italic\";}}i:590;a:2:{s:6:\"family\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:591;a:2:{s:6:\"family\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:592;a:2:{s:6:\"family\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:593;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:594;a:2:{s:6:\"family\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:595;a:2:{s:6:\"family\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:596;a:2:{s:6:\"family\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:597;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:598;a:2:{s:6:\"family\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:599;a:2:{s:6:\"family\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:600;a:2:{s:6:\"family\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:601;a:2:{s:6:\"family\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:602;a:2:{s:6:\"family\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:603;a:2:{s:6:\"family\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:604;a:2:{s:6:\"family\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:605;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:606;a:2:{s:6:\"family\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:607;a:2:{s:6:\"family\";s:9:\"Hi Melody\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:608;a:2:{s:6:\"family\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:609;a:2:{s:6:\"family\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:610;a:2:{s:6:\"family\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:611;a:2:{s:6:\"family\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:612;a:2:{s:6:\"family\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:613;a:2:{s:6:\"family\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:614;a:2:{s:6:\"family\";s:10:\"Kdam Thmor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:615;a:2:{s:6:\"family\";s:14:\"JetBrains Mono\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:9:\"100italic\";i:9;s:9:\"200italic\";i:10;s:9:\"300italic\";i:11;s:6:\"italic\";i:12;s:9:\"500italic\";i:13;s:9:\"600italic\";i:14;s:9:\"700italic\";i:15;s:9:\"800italic\";}}i:616;a:2:{s:6:\"family\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:617;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:618;a:2:{s:6:\"family\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:619;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:620;a:2:{s:6:\"family\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:621;a:2:{s:6:\"family\";s:10:\"Reggae One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:622;a:2:{s:6:\"family\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:623;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:624;a:2:{s:6:\"family\";s:13:\"Ma Shan Zheng\";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:8:\"Mansalva\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:627;a:2:{s:6:\"family\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:628;a:2:{s:6:\"family\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:629;a:2:{s:6:\"family\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:630;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:631;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:632;a:2:{s:6:\"family\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:633;a:2:{s:6:\"family\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:634;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:635;a:2:{s:6:\"family\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:636;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:637;a:2:{s:6:\"family\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:638;a:2:{s:6:\"family\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:639;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:640;a:2:{s:6:\"family\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:641;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:642;a:2:{s:6:\"family\";s:9:\"Calistoga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:643;a:2:{s:6:\"family\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:644;a:2:{s:6:\"family\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:645;a:2:{s:6:\"family\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:646;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:647;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:648;a:2:{s:6:\"family\";s:21:\"ZCOOL QingKe HuangYou\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:649;a:2:{s:6:\"family\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:650;a:2:{s:6:\"family\";s:5:\"Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:651;a:2:{s:6:\"family\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:652;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:653;a:2:{s:6:\"family\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}}i:654;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:655;a:2:{s:6:\"family\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:656;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:657;a:2:{s:6:\"family\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:658;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:659;a:2:{s:6:\"family\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:660;a:2:{s:6:\"family\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:661;a:2:{s:6:\"family\";s:11:\"Bodoni Moda\";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:662;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:663;a:2:{s:6:\"family\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:664;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:665;a:2:{s:6:\"family\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:666;a:2:{s:6:\"family\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:667;a:2:{s:6:\"family\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:668;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:669;a:2:{s:6:\"family\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:670;a:2:{s:6:\"family\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:671;a:2:{s:6:\"family\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:672;a:2:{s:6:\"family\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:673;a:2:{s:6:\"family\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:674;a:2:{s:6:\"family\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:675;a:2:{s:6:\"family\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:676;a:2:{s:6:\"family\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:677;a:2:{s:6:\"family\";s:4:\"Mina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:678;a:2:{s:6:\"family\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:679;a:2:{s:6:\"family\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:680;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:681;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:682;a:2:{s:6:\"family\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:683;a:2:{s:6:\"family\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:684;a:2:{s:6:\"family\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:685;a:2:{s:6:\"family\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:686;a:2:{s:6:\"family\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:687;a:2:{s:6:\"family\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:688;a:2:{s:6:\"family\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:689;a:2:{s:6:\"family\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:690;a:2:{s:6:\"family\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:691;a:2:{s:6:\"family\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:692;a:2:{s:6:\"family\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:693;a:2:{s:6:\"family\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:694;a:2:{s:6:\"family\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:695;a:2:{s:6:\"family\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:696;a:2:{s:6:\"family\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:697;a:2:{s:6:\"family\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:698;a:2:{s:6:\"family\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:699;a:2:{s:6:\"family\";s:13:\"RocknRoll One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:700;a:2:{s:6:\"family\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:701;a:2:{s:6:\"family\";s:8:\"Red Rose\";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:702;a:2:{s:6:\"family\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:703;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:704;a:2:{s:6:\"family\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}}i:705;a:2:{s:6:\"family\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:706;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:707;a:2:{s:6:\"family\";s:6:\"Nokora\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:708;a:2:{s:6:\"family\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:709;a:2:{s:6:\"family\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:710;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:711;a:2:{s:6:\"family\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:712;a:2:{s:6:\"family\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:713;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:714;a:2:{s:6:\"family\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:715;a:2:{s:6:\"family\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:716;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:717;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:718;a:2:{s:6:\"family\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:719;a:2:{s:6:\"family\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:720;a:2:{s:6:\"family\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:721;a:2:{s:6:\"family\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:722;a:2:{s:6:\"family\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:723;a:2:{s:6:\"family\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:724;a:2:{s:6:\"family\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:725;a:2:{s:6:\"family\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:726;a:2:{s:6:\"family\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:727;a:2:{s:6:\"family\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:728;a:2:{s:6:\"family\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:729;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:730;a:2:{s:6:\"family\";s:7:\"Notable\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:731;a:2:{s:6:\"family\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:732;a:2:{s:6:\"family\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:733;a:2:{s:6:\"family\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:734;a:2:{s:6:\"family\";s:12:\"Lexend Zetta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:735;a:2:{s:6:\"family\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:736;a:2:{s:6:\"family\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:737;a:2:{s:6:\"family\";s:9:\"Yeon Sung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:738;a:2:{s:6:\"family\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:739;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:740;a:2:{s:6:\"family\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:741;a:2:{s:6:\"family\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:742;a:2:{s:6:\"family\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:743;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:744;a:2:{s:6:\"family\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:745;a:2:{s:6:\"family\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:746;a:2:{s:6:\"family\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:747;a:2:{s:6:\"family\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:748;a:2:{s:6:\"family\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:749;a:2:{s:6:\"family\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:750;a:2:{s:6:\"family\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:751;a:2:{s:6:\"family\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:752;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:753;a:2:{s:6:\"family\";s:15:\"Shippori Mincho\";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:754;a:2:{s:6:\"family\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:755;a:2:{s:6:\"family\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:756;a:2:{s:6:\"family\";s:17:\"Saira Stencil One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:757;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:758;a:2:{s:6:\"family\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:759;a:2:{s:6:\"family\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:760;a:2:{s:6:\"family\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:761;a:2:{s:6:\"family\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:762;a:2:{s:6:\"family\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:763;a:2:{s:6:\"family\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:764;a:2:{s:6:\"family\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:765;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:766;a:2:{s:6:\"family\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:767;a:2:{s:6:\"family\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:768;a:2:{s:6:\"family\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}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:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:771;a:2:{s:6:\"family\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:772;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:773;a:2:{s:6:\"family\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:774;a:2:{s:6:\"family\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:775;a:2:{s:6:\"family\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:776;a:2:{s:6:\"family\";s:7:\"Goldman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:777;a:2:{s:6:\"family\";s:6:\"Lexend\";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:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:778;a:2:{s:6:\"family\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:779;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:780;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:781;a:2:{s:6:\"family\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:782;a:2:{s:6:\"family\";s:7:\"Antonio\";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:783;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:784;a:2:{s:6:\"family\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:785;a:2:{s:6:\"family\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:786;a:2:{s:6:\"family\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:787;a:2:{s:6:\"family\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:788;a:2:{s:6:\"family\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:789;a:2:{s:6:\"family\";s:14:\"East Sea Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:790;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:791;a:2:{s:6:\"family\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:792;a:2:{s:6:\"family\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:793;a:2:{s:6:\"family\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:794;a:2:{s:6:\"family\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:795;a:2:{s:6:\"family\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:796;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:797;a:2:{s:6:\"family\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:798;a:2:{s:6:\"family\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:799;a:2:{s:6:\"family\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:800;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:801;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:802;a:2:{s:6:\"family\";s:10:\"Song Myung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:803;a:2:{s:6:\"family\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:804;a:2:{s:6:\"family\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:805;a:2:{s:6:\"family\";s:8:\"Chilanka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:806;a:2:{s:6:\"family\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:807;a:2:{s:6:\"family\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:808;a:2:{s:6:\"family\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:809;a:2:{s:6:\"family\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:810;a:2:{s:6:\"family\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:811;a:2:{s:6:\"family\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:812;a:2:{s:6:\"family\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:813;a:2:{s:6:\"family\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:814;a:2:{s:6:\"family\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:815;a:2:{s:6:\"family\";s:10:\"Charmonman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:816;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:817;a:2:{s:6:\"family\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:818;a:2:{s:6:\"family\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:819;a:2:{s:6:\"family\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:820;a:2:{s:6:\"family\";s:7:\"Stylish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:821;a:2:{s:6:\"family\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:822;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:823;a:2:{s:6:\"family\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:824;a:2:{s:6:\"family\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:825;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:826;a:2:{s:6:\"family\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:827;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:828;a:2:{s:6:\"family\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:829;a:2:{s:6:\"family\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:830;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:831;a:2:{s:6:\"family\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:832;a:2:{s:6:\"family\";s:20:\"Libre Caslon Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:833;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:834;a:2:{s:6:\"family\";s:9:\"Cute Font\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:835;a:2:{s:6:\"family\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:836;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:837;a:2:{s:6:\"family\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:838;a:2:{s:6:\"family\";s:21:\"Stint Ultra Condensed\";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:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:841;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:842;a:2:{s:6:\"family\";s:9:\"Texturina\";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:843;a:2:{s:6:\"family\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:844;a:2:{s:6:\"family\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:845;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:846;a:2:{s:6:\"family\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:847;a:2:{s:6:\"family\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}}i:848;a:2:{s:6:\"family\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:849;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:850;a:2:{s:6:\"family\";s:4:\"Gotu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:851;a:2:{s:6:\"family\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:852;a:2:{s:6:\"family\";s:9:\"Potta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:853;a:2:{s:6:\"family\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:854;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:855;a:2:{s:6:\"family\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:856;a:2:{s:6:\"family\";s:9:\"Jomolhari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:857;a:2:{s:6:\"family\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:858;a:2:{s:6:\"family\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:859;a:2:{s:6:\"family\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:860;a:2:{s:6:\"family\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:861;a:2:{s:6:\"family\";s:9:\"Piazzolla\";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:862;a:2:{s:6:\"family\";s:16:\"Ibarra Real Nova\";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:863;a:2:{s:6:\"family\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:864;a:2:{s:6:\"family\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:865;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:866;a:2:{s:6:\"family\";s:10:\"Lexend Exa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:867;a:2:{s:6:\"family\";s:7:\"Castoro\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:868;a:2:{s:6:\"family\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:869;a:2:{s:6:\"family\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:870;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:871;a:2:{s:6:\"family\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:872;a:2:{s:6:\"family\";s:8:\"Srisakdi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:873;a:2:{s:6:\"family\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:874;a:2:{s:6:\"family\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:875;a:2:{s:6:\"family\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:876;a:2:{s:6:\"family\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:877;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:878;a:2:{s:6:\"family\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:879;a:2:{s:6:\"family\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:880;a:2:{s:6:\"family\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:881;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:882;a:2:{s:6:\"family\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:883;a:2:{s:6:\"family\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:884;a:2:{s:6:\"family\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:885;a:2:{s:6:\"family\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:886;a:2:{s:6:\"family\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:887;a:2:{s:6:\"family\";s:9:\"Kiwi Maru\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";}}i:888;a:2:{s:6:\"family\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:889;a:2:{s:6:\"family\";s:8:\"Zen Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:890;a:2:{s:6:\"family\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:891;a:2:{s:6:\"family\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:892;a:2:{s:6:\"family\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:893;a:2:{s:6:\"family\";s:11:\"Lexend Mega\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:894;a:2:{s:6:\"family\";s:14:\"Hachi Maru Pop\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:895;a:2:{s:6:\"family\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:896;a:2:{s:6:\"family\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:897;a:2:{s:6:\"family\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:898;a:2:{s:6:\"family\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:899;a:2:{s:6:\"family\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:900;a:2:{s:6:\"family\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:901;a:2:{s:6:\"family\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:902;a:2:{s:6:\"family\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:903;a:2:{s:6:\"family\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:904;a:2:{s:6:\"family\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:905;a:2:{s:6:\"family\";s:15:\"Dela Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:906;a:2:{s:6:\"family\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:907;a:2:{s:6:\"family\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:908;a:2:{s:6:\"family\";s:11:\"DotGothic16\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:909;a:2:{s:6:\"family\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:910;a:2:{s:6:\"family\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:911;a:2:{s:6:\"family\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:912;a:2:{s:6:\"family\";s:10:\"Poor Story\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:913;a:2:{s:6:\"family\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:914;a:2:{s:6:\"family\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:915;a:2:{s:6:\"family\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:916;a:2:{s:6:\"family\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}}i:917;a:2:{s:6:\"family\";s:18:\"Shippori Mincho B1\";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:918;a:2:{s:6:\"family\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:919;a:2:{s:6:\"family\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:920;a:2:{s:6:\"family\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:921;a:2:{s:6:\"family\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:922;a:2:{s:6:\"family\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:923;a:2:{s:6:\"family\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:924;a:2:{s:6:\"family\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:925;a:2:{s:6:\"family\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:926;a:2:{s:6:\"family\";s:5:\"Stick\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:927;a:2:{s:6:\"family\";s:8:\"Fraunces\";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:928;a:2:{s:6:\"family\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:929;a:2:{s:6:\"family\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:930;a:2:{s:6:\"family\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:931;a:2:{s:6:\"family\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:932;a:2:{s:6:\"family\";s:9:\"Long Cang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:933;a:2:{s:6:\"family\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:934;a:2:{s:6:\"family\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:935;a:2:{s:6:\"family\";s:10:\"Beth Ellen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:936;a:2:{s:6:\"family\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:937;a:2:{s:6:\"family\";s:9:\"Syne Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:938;a:2:{s:6:\"family\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:939;a:2:{s:6:\"family\";s:9:\"Bahianita\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:940;a:2:{s:6:\"family\";s:11:\"Odibee Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:941;a:2:{s:6:\"family\";s:15:\"Sansita Swashed\";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:11:\"Orelega One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:943;a:2:{s:6:\"family\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:944;a:2:{s:6:\"family\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:945;a:2:{s:6:\"family\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:946;a:2:{s:6:\"family\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:947;a:2:{s:6:\"family\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:948;a:2:{s:6:\"family\";s:9:\"Train One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:949;a:2:{s:6:\"family\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:950;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:951;a:2:{s:6:\"family\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:952;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:953;a:2:{s:6:\"family\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:954;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:955;a:2:{s:6:\"family\";s:12:\"ZCOOL KuaiLe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:956;a:2:{s:6:\"family\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:957;a:2:{s:6:\"family\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:958;a:2:{s:6:\"family\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:959;a:2:{s:6:\"family\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:960;a:2:{s:6:\"family\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:961;a:2:{s:6:\"family\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:962;a:2:{s:6:\"family\";s:16:\"Andika New 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:963;a:2:{s:6:\"family\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:964;a:2:{s:6:\"family\";s:26:\"Big Shoulders Stencil 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:965;a:2:{s:6:\"family\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:966;a:2:{s:6:\"family\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:967;a:2:{s:6:\"family\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:968;a:2:{s:6:\"family\";s:10:\"Barriecito\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:969;a:2:{s:6:\"family\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:970;a:2:{s:6:\"family\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:971;a:2:{s:6:\"family\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:972;a:2:{s:6:\"family\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:973;a:2:{s:6:\"family\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:974;a:2:{s:6:\"family\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:975;a:2:{s:6:\"family\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:976;a:2:{s:6:\"family\";s:11:\"Lexend Giga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:977;a:2:{s:6:\"family\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:978;a:2:{s:6:\"family\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:979;a:2:{s:6:\"family\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:980;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:981;a:2:{s:6:\"family\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:982;a:2:{s:6:\"family\";s:11:\"New Tegomin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:983;a:2:{s:6:\"family\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:984;a:2:{s:6:\"family\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:985;a:2:{s:6:\"family\";s:12:\"Brygada 1918\";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:986;a:2:{s:6:\"family\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:987;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:988;a:2:{s:6:\"family\";s:16:\"Akaya Telivigala\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:989;a:2:{s:6:\"family\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:990;a:2:{s:6:\"family\";s:11:\"Suwannaphum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:991;a:2:{s:6:\"family\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:992;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:993;a:2:{s:6:\"family\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:994;a:2:{s:6:\"family\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:995;a:2:{s:6:\"family\";s:9:\"Nerko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:996;a:2:{s:6:\"family\";s:13:\"Zhi Mang Xing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:997;a:2:{s:6:\"family\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:998;a:2:{s:6:\"family\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:999;a:2:{s:6:\"family\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1000;a:2:{s:6:\"family\";s:14:\"Kirang Haerang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1001;a:2:{s:6:\"family\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1002;a:2:{s:6:\"family\";s:23:\"Black And White Picture\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1003;a:2:{s:6:\"family\";s:16:\"Liu Jian Mao Cao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1004;a:2:{s:6:\"family\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1005;a:2:{s:6:\"family\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1006;a:2:{s:6:\"family\";s:11:\"Lexend Tera\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1007;a:2:{s:6:\"family\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1008;a:2:{s:6:\"family\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1009;a:2:{s:6:\"family\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1010;a:2:{s:6:\"family\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1011;a:2:{s:6:\"family\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1012;a:2:{s:6:\"family\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1013;a:2:{s:6:\"family\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1014;a:2:{s:6:\"family\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:1015;a:2:{s:6:\"family\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1016;a:2:{s:6:\"family\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1017;a:2:{s:6:\"family\";s:7:\"Lacquer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1018;a:2:{s:6:\"family\";s:14:\"Akaya Kanadaka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1019;a:2:{s:6:\"family\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1020;a:2:{s:6:\"family\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1021;a:2:{s:6:\"family\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1022;a:2:{s:6:\"family\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1023;a:2:{s:6:\"family\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1024;a:2:{s:6:\"family\";s:5:\"Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1025;a:2:{s:6:\"family\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1026;a:2:{s:6:\"family\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1027;a:2:{s:6:\"family\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1028;a:2:{s:6:\"family\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1029;a:2:{s:6:\"family\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1030;a:2:{s:6:\"family\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1031;a:2:{s:6:\"family\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1032;a:2:{s:6:\"family\";s:25:\"Big Shoulders Inline 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:1033;a:2:{s:6:\"family\";s:5:\"Imbue\";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:1034;a:2:{s:6:\"family\";s:6:\"Ballet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1035;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:1036;a:2:{s:6:\"family\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1037;a:2:{s:6:\"family\";s:6:\"Langar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1038;a:2:{s:6:\"family\";s:9:\"Karantina\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:1039;a:2:{s:6:\"family\";s:11:\"Lexend Peta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1040;a:2:{s:6:\"family\";s:29:\"Big Shoulders Stencil 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:1041;a:2:{s:6:\"family\";s:10:\"Single Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1042;a:2:{s:6:\"family\";s:28:\"Big Shoulders Inline 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:1043;a:2:{s:6:\"family\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1044;a:2:{s:6:\"family\";s:12:\"Viaoda Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1045;a:2:{s:6:\"family\";s:8:\"Trispace\";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:1046;a:2:{s:6:\"family\";s:9:\"Xanh Mono\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:1047;a:2:{s:6:\"family\";s:12:\"Syne Tactile\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1048;a:2:{s:6:\"family\";s:10:\"Truculenta\";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:1049;a:2:{s:6:\"family\";s:2:\"Oi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1050;a:2:{s:6:\"family\";s:24:\"Libre Barcode EAN13 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1051;a:2:{s:6:\"family\";s:5:\"Benne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}}','no'),(336,'oxygen_vsb_is_agency_bundle','1','yes'),(337,'oxygen_vsb_is_composite_elements_agency_bundle','1','yes'),(339,'oxygen_vsb_update_3_6','1','yes'),(342,'oxygen_private_key',':t!<UAB)i}_pj|cB~}bBFbF%W^+NtFC7','yes'),(344,'oxygen_vsb_css_files_state','a:15:{i:45;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:68:\"//gorillaafricasafaris.com/wp-content/uploads/oxygen/css/main-45.css\";s:4:\"path\";s:68:\"/home/wwwgoril/public_html/wp-content/uploads/oxygen/css/main-45.css\";s:14:\"last_save_time\";i:1627461247;}i:26;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:82:\"//gorillaafricasafaris.com/wp-content/uploads/oxygen/css/travel-information-26.css\";s:4:\"path\";s:82:\"/home/wwwgoril/public_html/wp-content/uploads/oxygen/css/travel-information-26.css\";s:14:\"last_save_time\";i:1623643899;}i:76;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:77:\"//gorillaafricasafaris.com/wp-content/uploads/oxygen/css/standard-tour-76.css\";s:4:\"path\";s:77:\"/home/wwwgoril/public_html/wp-content/uploads/oxygen/css/standard-tour-76.css\";s:14:\"last_save_time\";i:1628141954;}i:24;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:72:\"//gorillaafricasafaris.com/wp-content/uploads/oxygen/css/about-us-24.css\";s:4:\"path\";s:72:\"/home/wwwgoril/public_html/wp-content/uploads/oxygen/css/about-us-24.css\";s:14:\"last_save_time\";i:1625727933;}i:28;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:77:\"//gorillaafricasafaris.com/wp-content/uploads/oxygen/css/accommodation-28.css\";s:4:\"path\";s:77:\"/home/wwwgoril/public_html/wp-content/uploads/oxygen/css/accommodation-28.css\";s:14:\"last_save_time\";i:1625727786;}i:2;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:67:\"//gorillaafricasafaris.com/wp-content/uploads/oxygen/css/home-2.css\";s:4:\"path\";s:67:\"/home/wwwgoril/public_html/wp-content/uploads/oxygen/css/home-2.css\";s:14:\"last_save_time\";i:1625728398;}i:30;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:77:\"//gorillaafricasafaris.com/wp-content/uploads/oxygen/css/bird-watching-30.css\";s:4:\"path\";s:77:\"/home/wwwgoril/public_html/wp-content/uploads/oxygen/css/bird-watching-30.css\";s:14:\"last_save_time\";i:1625722368;}i:34;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:71:\"//gorillaafricasafaris.com/wp-content/uploads/oxygen/css/contact-34.css\";s:4:\"path\";s:71:\"/home/wwwgoril/public_html/wp-content/uploads/oxygen/css/contact-34.css\";s:14:\"last_save_time\";i:1625728136;}i:18;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:71:\"//gorillaafricasafaris.com/wp-content/uploads/oxygen/css/safaris-18.css\";s:4:\"path\";s:71:\"/home/wwwgoril/public_html/wp-content/uploads/oxygen/css/safaris-18.css\";s:14:\"last_save_time\";i:1625728248;}i:127;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:69:\"//gorillaafricasafaris.com/wp-content/uploads/oxygen/css/post-127.css\";s:4:\"path\";s:69:\"/home/wwwgoril/public_html/wp-content/uploads/oxygen/css/post-127.css\";s:14:\"last_save_time\";i:1623643903;}i:128;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:77:\"//gorillaafricasafaris.com/wp-content/uploads/oxygen/css/blog-archive-128.css\";s:4:\"path\";s:77:\"/home/wwwgoril/public_html/wp-content/uploads/oxygen/css/blog-archive-128.css\";s:14:\"last_save_time\";i:1623643903;}i:142;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:77:\"//gorillaafricasafaris.com/wp-content/uploads/oxygen/css/reservations-142.css\";s:4:\"path\";s:77:\"/home/wwwgoril/public_html/wp-content/uploads/oxygen/css/reservations-142.css\";s:14:\"last_save_time\";i:1623646640;}i:168;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:76:\"//gorillaafricasafaris.com/wp-content/uploads/oxygen/css/page-banner-168.css\";s:4:\"path\";s:76:\"/home/wwwgoril/public_html/wp-content/uploads/oxygen/css/page-banner-168.css\";s:14:\"last_save_time\";i:1636604459;}i:20;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:78:\"//gorillaafricasafaris.com/wp-content/uploads/oxygen/css/uganda-safaris-20.css\";s:4:\"path\";s:78:\"/home/wwwgoril/public_html/wp-content/uploads/oxygen/css/uganda-safaris-20.css\";s:14:\"last_save_time\";i:1624012567;}i:22;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:78:\"//gorillaafricasafaris.com/wp-content/uploads/oxygen/css/rwanda-safaris-22.css\";s:4:\"path\";s:78:\"/home/wwwgoril/public_html/wp-content/uploads/oxygen/css/rwanda-safaris-22.css\";s:14:\"last_save_time\";i:1623643900;}}','yes'),(408,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:54:\"erropix-advanced-scripts/vendor/freemius/wordpress-sdk\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.4.2\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1628498010;s:11:\"plugin_path\";s:35:\"erropix-advanced-scripts/plugin.php\";}}s:7:\"abspath\";s:27:\"/home/wwwgoril/public_html/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:35:\"erropix-advanced-scripts/plugin.php\";s:8:\"sdk_path\";s:54:\"erropix-advanced-scripts/vendor/freemius/wordpress-sdk\";s:7:\"version\";s:5:\"2.4.2\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1628498010;}}','yes'),(409,'fs_debug_mode','','yes'),(410,'fs_accounts','a:15:{s:21:\"id_slug_type_path_map\";a:1:{i:6334;a:3:{s:4:\"slug\";s:24:\"erropix-advanced-scripts\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:35:\"erropix-advanced-scripts/plugin.php\";}}s:11:\"plugin_data\";a:1:{s:24:\"erropix-advanced-scripts\";a:27:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:35:\"erropix-advanced-scripts/plugin.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1622197981;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:5:\"2.4.1\";s:11:\"sdk_version\";s:5:\"2.4.2\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:5:\"2.1.0\";s:14:\"plugin_version\";s:5:\"2.2.0\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:26:\"gorilla-tours-travel.local\";s:9:\"server_ip\";s:3:\"::1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1622197981;s:7:\"version\";s:5:\"2.0.2\";}s:15:\"prev_is_premium\";b:1;s:30:\"is_extensions_tracking_allowed\";b:1;s:14:\"has_trial_plan\";b:1;s:22:\"install_sync_timestamp\";i:1699378784;s:19:\"keepalive_timestamp\";i:1699378784;s:16:\"last_license_key\";s:32:\"a37292244a6496defe41b4a3d6f263f5\";s:20:\"last_license_user_id\";N;s:15:\"is_whitelabeled\";b:0;s:20:\"activation_timestamp\";i:1622198039;s:14:\"sync_timestamp\";i:1699378784;s:9:\"beta_data\";a:2:{s:7:\"is_beta\";b:0;s:7:\"version\";s:5:\"2.4.1\";}s:16:\"uninstall_reason\";O:8:\"stdClass\":3:{s:2:\"id\";s:2:\"15\";s:4:\"info\";s:0:\"\";s:12:\"is_anonymous\";b:0;}s:9:\"sync_cron\";O:8:\"stdClass\":5:{s:7:\"version\";s:5:\"2.1.0\";s:7:\"blog_id\";i:0;s:11:\"sdk_version\";s:5:\"2.4.2\";s:9:\"timestamp\";i:1622551445;s:2:\"on\";b:1;}}}s:13:\"file_slug_map\";a:1:{s:35:\"erropix-advanced-scripts/plugin.php\";s:24:\"erropix-advanced-scripts\";}s:7:\"plugins\";a:1:{s:24:\"erropix-advanced-scripts\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:16:\"Advanced Scripts\";s:4:\"slug\";s:24:\"erropix-advanced-scripts\";s:12:\"premium_slug\";s:24:\"erropix-advanced-scripts\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:35:\"erropix-advanced-scripts/plugin.php\";s:7:\"version\";s:5:\"2.2.0\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:1;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_7fa5d0ea8a6b33dc5813ac896c002\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"6334\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:9:\"unique_id\";s:32:\"6cce3eed2717e64322615c29ae0d3e0a\";s:5:\"plans\";a:1:{s:24:\"erropix-advanced-scripts\";a:1:{i:0;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:8:\"NjMzNA==\";s:4:\"name\";s:12:\"cHJlbWl1bQ==\";s:5:\"title\";s:12:\"UHJlbWl1bQ==\";s:11:\"description\";N;s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:4:\"MQ==\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";s:4:\"Nw==\";s:23:\"is_require_subscription\";s:0:\"\";s:10:\"support_kb\";N;s:13:\"support_forum\";s:60:\"aHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL2dyb3Vwcy9jbGVhbnBsdWdpbnM=\";s:13:\"support_email\";s:32:\"c3VwcG9ydEBjbGVhbnBsdWdpbnMuY29t\";s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:4:\"MQ==\";s:2:\"id\";s:8:\"MTAzMjU=\";s:7:\"updated\";s:28:\"MjAyMS0wNS0xMCAxNDozMTozNg==\";s:7:\"created\";s:28:\"MjAyMC0wNi0xMSAxNTozNzozNA==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}s:14:\"active_plugins\";O:8:\"stdClass\":3:{s:9:\"timestamp\";i:1699378784;s:3:\"md5\";s:32:\"a52ccc515709314f539b15605b8953ff\";s:7:\"plugins\";a:8:{s:34:\"advanced-custom-fields-pro/acf.php\";a:5:{s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:7:\"version\";s:5:\"5.9.6\";s:5:\"title\";s:26:\"Advanced Custom Fields PRO\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:35:\"erropix-advanced-scripts/plugin.php\";a:5:{s:4:\"slug\";s:24:\"erropix-advanced-scripts\";s:7:\"version\";s:5:\"2.0.2\";s:5:\"title\";s:16:\"Advanced Scripts\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:43:\"custom-post-type-ui/custom-post-type-ui.php\";a:5:{s:4:\"slug\";s:19:\"custom-post-type-ui\";s:7:\"version\";s:5:\"1.9.1\";s:5:\"title\";s:19:\"Custom Post Type UI\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:20:\"oxygen/functions.php\";a:5:{s:4:\"slug\";s:6:\"oxygen\";s:7:\"version\";s:5:\"3.7.1\";s:5:\"title\";s:6:\"Oxygen\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:23:\"oxy-ninja/oxy-ninja.php\";a:5:{s:4:\"slug\";s:9:\"oxy-ninja\";s:7:\"version\";s:5:\"3.4.0\";s:5:\"title\";s:8:\"OxyNinja\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:25:\"fluentform/fluentform.php\";a:5:{s:4:\"slug\";s:10:\"fluentform\";s:7:\"version\";s:5:\"4.0.1\";s:5:\"title\";s:12:\"Fluent Forms\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:30:\"seo-by-rank-math/rank-math.php\";a:5:{s:4:\"slug\";s:16:\"seo-by-rank-math\";s:7:\"version\";s:6:\"1.0.65\";s:5:\"title\";s:13:\"Rank Math SEO\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:37:\"oxygen-gutenberg/oxygen-gutenberg.php\";a:5:{s:4:\"slug\";s:16:\"oxygen-gutenberg\";s:7:\"version\";s:3:\"1.3\";s:5:\"title\";s:28:\"Oxygen Gutenberg Integration\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}}}s:11:\"all_plugins\";O:8:\"stdClass\":3:{s:9:\"timestamp\";i:1628530476;s:3:\"md5\";s:32:\"7c937a62ee1cdd664994c8720a9f9434\";s:7:\"plugins\";a:8:{s:34:\"advanced-custom-fields-pro/acf.php\";a:6:{s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:7:\"version\";s:5:\"5.9.6\";s:5:\"title\";s:26:\"Advanced Custom Fields PRO\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"5.9.9\";}s:35:\"erropix-advanced-scripts/plugin.php\";a:6:{s:4:\"slug\";s:24:\"erropix-advanced-scripts\";s:7:\"version\";s:5:\"2.0.2\";s:5:\"title\";s:16:\"Advanced Scripts\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"2.2.0\";}s:43:\"custom-post-type-ui/custom-post-type-ui.php\";a:6:{s:4:\"slug\";s:19:\"custom-post-type-ui\";s:7:\"version\";s:5:\"1.9.1\";s:5:\"title\";s:19:\"Custom Post Type UI\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"1.9.2\";}s:20:\"oxygen/functions.php\";a:6:{s:4:\"slug\";s:6:\"oxygen\";s:7:\"version\";s:5:\"3.7.1\";s:5:\"title\";s:6:\"Oxygen\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"3.8.1\";}s:23:\"oxy-ninja/oxy-ninja.php\";a:6:{s:4:\"slug\";s:9:\"oxy-ninja\";s:7:\"version\";s:5:\"3.4.0\";s:5:\"title\";s:8:\"OxyNinja\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:5:\"3.4.1\";}s:25:\"fluentform/fluentform.php\";a:6:{s:4:\"slug\";s:10:\"fluentform\";s:7:\"version\";s:5:\"4.0.1\";s:5:\"title\";s:12:\"Fluent Forms\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:6:\"4.1.51\";}s:30:\"seo-by-rank-math/rank-math.php\";a:6:{s:4:\"slug\";s:16:\"seo-by-rank-math\";s:7:\"version\";s:6:\"1.0.65\";s:5:\"title\";s:13:\"Rank Math SEO\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:8:\"1.0.69.2\";}s:37:\"oxygen-gutenberg/oxygen-gutenberg.php\";a:6:{s:4:\"slug\";s:16:\"oxygen-gutenberg\";s:7:\"version\";s:3:\"1.3\";s:5:\"title\";s:28:\"Oxygen Gutenberg Integration\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;s:7:\"Version\";s:3:\"1.4\";}}}s:10:\"all_themes\";O:8:\"stdClass\":3:{s:9:\"timestamp\";i:1699378784;s:3:\"md5\";s:32:\"39650fae43a481712d71cca72c9dfb25\";s:6:\"themes\";a:3:{s:15:\"twentytwentyone\";a:5:{s:4:\"slug\";s:15:\"twentytwentyone\";s:7:\"version\";s:3:\"1.9\";s:5:\"title\";s:17:\"Twenty Twenty-One\";s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;}s:15:\"twentytwentytwo\";a:5:{s:4:\"slug\";s:15:\"twentytwentytwo\";s:7:\"version\";s:3:\"1.5\";s:5:\"title\";s:17:\"Twenty Twenty-Two\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}s:17:\"twentytwentythree\";a:5:{s:4:\"slug\";s:17:\"twentytwentythree\";s:7:\"version\";s:3:\"1.2\";s:5:\"title\";s:19:\"Twenty Twenty-Three\";s:9:\"is_active\";b:0;s:14:\"is_uninstalled\";b:0;}}}s:5:\"sites\";a:1:{s:24:\"erropix-advanced-scripts\";O:7:\"FS_Site\":26:{s:7:\"site_id\";s:8:\"98609372\";s:9:\"plugin_id\";s:4:\"6334\";s:7:\"user_id\";s:7:\"3134542\";s:5:\"title\";s:26:\"Gorilla Tours &amp; Travel\";s:3:\"url\";s:25:\"https://gtt.intergise.com\";s:7:\"version\";s:5:\"2.2.0\";s:8:\"language\";s:5:\"en-US\";s:7:\"charset\";s:5:\"UTF-8\";s:16:\"platform_version\";s:5:\"5.7.2\";s:11:\"sdk_version\";s:5:\"2.4.2\";s:28:\"programming_language_version\";s:6:\"7.3.28\";s:7:\"plan_id\";s:5:\"10325\";s:10:\"license_id\";s:6:\"626757\";s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:10:\"is_premium\";b:1;s:15:\"is_disconnected\";b:0;s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;s:7:\"is_beta\";b:0;s:10:\"public_key\";s:32:\"pk_e1a98008327c4744cce150028760b\";s:10:\"secret_key\";s:32:\"sk_652W6MM}NX}wyqO~T4q(ywpUM$S:M\";s:2:\"id\";s:7:\"7465507\";s:7:\"updated\";s:19:\"2021-06-08 13:09:48\";s:7:\"created\";s:19:\"2021-05-28 10:34:00\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:5:\"users\";a:1:{i:3134542;O:7:\"FS_User\":13:{s:5:\"email\";s:18:\"info@intergise.com\";s:5:\"first\";s:5:\"David\";s:4:\"last\";s:5:\"Brown\";s:11:\"is_verified\";b:1;s:11:\"customer_id\";N;s:5:\"gross\";d:39.99000000000000198951966012828052043914794921875;s:10:\"public_key\";s:32:\"pk_fec2507303fd11ba6770b764ddeac\";s:10:\"secret_key\";s:32:\"sk_>Wm73wOuX^!ADCN;Ru}I%E(j@eF@1\";s:2:\"id\";s:7:\"3134542\";s:7:\"updated\";s:19:\"2021-03-17 11:26:09\";s:7:\"created\";s:19:\"2020-06-02 16:28:48\";s:22:\"\0FS_Entity\0_is_updated\";b:0;s:7:\"is_beta\";b:0;}}s:23:\"user_id_license_ids_map\";a:1:{i:6334;a:1:{i:3134542;a:1:{i:0;i:626757;}}}s:12:\"all_licenses\";a:1:{i:6334;a:1:{i:0;O:17:\"FS_Plugin_License\":21:{s:9:\"plugin_id\";s:4:\"6334\";s:7:\"user_id\";s:7:\"3134542\";s:7:\"plan_id\";s:5:\"10325\";s:16:\"parent_plan_name\";N;s:17:\"parent_plan_title\";N;s:17:\"parent_license_id\";N;s:8:\"products\";N;s:10:\"pricing_id\";s:5:\"10492\";s:5:\"quota\";N;s:9:\"activated\";i:10;s:15:\"activated_local\";i:12;s:10:\"expiration\";N;s:10:\"secret_key\";s:32:\"sk_YARU4*SSURey2&@Fl2Ib0K:7U#clh\";s:15:\"is_whitelabeled\";b:0;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:1;s:12:\"is_cancelled\";b:0;s:2:\"id\";s:6:\"626757\";s:7:\"updated\";s:19:\"2023-10-18 03:02:56\";s:7:\"created\";s:19:\"2021-03-17 11:26:09\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}s:7:\"updates\";a:1:{i:6334;O:13:\"FS_Plugin_Tag\":11:{s:7:\"version\";s:5:\"2.4.1\";s:3:\"url\";s:386:\"https://api.freemius.com/v1/installs/7465507/updates/59871.zip?is_premium=true&authorization=FSLA+7465507%3AnjgdAlgg2VNHB2MC4rg1lp2FGvaNA5UeNcyKt2zQc35H-KSOn4uFqKZnMV15ahlMeoSs22y-bAjg5Vexp012eGiYWCuFwE4tKsxruLsTA7eI79aSjv0d5nN400ybGKXXfwJKUkFtbcl8_gb7vqsQJzirqvdfvDB_LWWNY8UM131ZtPzT9eyaY3oV8i99RhcP8zr4HXUEIp-637w6l-ky7npR8BzoKOMp71U0T2KEkoaeTb2iB7JZHP-b3SbnyYZbXSD1-dHEJ3jXzyGFxesTVg\";s:25:\"requires_platform_version\";s:3:\"5.0\";s:20:\"tested_up_to_version\";s:5:\"6.2.2\";s:8:\"has_free\";b:0;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:2:\"id\";s:5:\"59871\";s:7:\"updated\";i:1699425336;s:7:\"created\";s:19:\"2023-07-09 10:56:28\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:13:\"admin_notices\";a:1:{s:24:\"erropix-advanced-scripts\";a:0:{}}}','yes'),(411,'fs_gdpr','a:1:{s:2:\"u1\";a:2:{s:8:\"required\";b:0;s:18:\"show_opt_in_notice\";b:0;}}','yes'),(412,'fs_api_cache','a:6:{s:45:\"get:/v1/users/3134542/plugins/6334/plans.json\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:5:\"plans\";a:1:{i:0;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:4:\"6334\";s:4:\"name\";s:7:\"premium\";s:5:\"title\";s:7:\"Premium\";s:11:\"description\";N;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:1;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";i:7;s:23:\"is_require_subscription\";b:0;s:10:\"support_kb\";N;s:13:\"support_forum\";s:44:\"https://www.facebook.com/groups/cleanplugins\";s:13:\"support_email\";s:24:\"support@cleanplugins.com\";s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:1;s:2:\"id\";s:5:\"10325\";s:7:\"updated\";s:19:\"2021-05-10 14:31:36\";s:7:\"created\";s:19:\"2020-06-11 15:37:34\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}s:7:\"created\";i:1699378784;s:9:\"timestamp\";i:1699465184;}s:65:\"get:/v1/users/3134542/plugins/6334/licenses.json?is_enriched=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:8:\"licenses\";a:1:{i:0;O:17:\"FS_Plugin_License\":21:{s:9:\"plugin_id\";s:4:\"6334\";s:7:\"user_id\";s:7:\"3134542\";s:7:\"plan_id\";s:5:\"10325\";s:16:\"parent_plan_name\";N;s:17:\"parent_plan_title\";N;s:17:\"parent_license_id\";N;s:8:\"products\";N;s:10:\"pricing_id\";s:5:\"10492\";s:5:\"quota\";N;s:9:\"activated\";i:10;s:15:\"activated_local\";i:12;s:10:\"expiration\";N;s:10:\"secret_key\";s:32:\"sk_YARU4*SSURey2&@Fl2Ib0K:7U#clh\";s:15:\"is_whitelabeled\";b:0;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:1;s:12:\"is_cancelled\";b:0;s:2:\"id\";s:6:\"626757\";s:7:\"updated\";s:19:\"2023-10-18 03:02:56\";s:7:\"created\";s:19:\"2021-03-17 11:26:09\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}s:7:\"created\";i:1699378784;s:9:\"timestamp\";i:1699465184;}s:72:\"get:/v1/installs/7465507/updates/latest.json?is_premium=true&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":20:{s:9:\"plugin_id\";s:4:\"6334\";s:12:\"developer_id\";s:4:\"2573\";s:4:\"slug\";N;s:12:\"premium_slug\";s:24:\"erropix-advanced-scripts\";s:7:\"version\";s:5:\"2.4.1\";s:11:\"sdk_version\";s:6:\"2.5.10\";s:25:\"requires_platform_version\";s:3:\"5.0\";s:37:\"requires_programming_language_version\";s:3:\"7.0\";s:20:\"tested_up_to_version\";s:5:\"6.2.2\";s:8:\"has_free\";b:0;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:14489;s:2:\"id\";s:5:\"59871\";s:7:\"created\";s:19:\"2023-07-09 10:56:28\";s:7:\"updated\";s:19:\"2023-11-07 15:26:20\";s:11:\"is_released\";b:0;s:3:\"url\";s:386:\"https://api.freemius.com/v1/installs/7465507/updates/59871.zip?is_premium=true&authorization=FSLA+7465507%3AMev1MDliT8mOCy-2HybXlQUviAHJBWIcnwv2zX125gnzqGNyd5_E6ybD-G5_kNY0FT9XChIXY3fY8tY6p-ov5coIHZLKAlMR41xNKSLZR2X-SF8qkIkjGrHe6AE10gUrUOvFdjht0o-RxLWjhj1QkEw-ujBEUsAQ3fN3P4Q7loffsoDYD2WBkWGaf48eiu_tZ7_zBwTUql8KCISJ914yeV8arRqt1LeM8oz9MdZG6ra_K4iiRXvR-cp3qfsfjbrBHt8shdRXwDU41wAy-JKLOw\";s:6:\"readme\";O:8:\"stdClass\":11:{s:4:\"name\";s:16:\"Advanced Scripts\";s:4:\"slug\";s:24:\"erropix-advanced-scripts\";s:4:\"tags\";O:8:\"stdClass\":5:{s:11:\"custom code\";s:11:\"custom code\";s:10:\"custom css\";s:10:\"custom css\";s:10:\"custom php\";s:10:\"custom php\";s:4:\"sass\";s:4:\"sass\";s:4:\"less\";s:4:\"less\";}s:8:\"requires\";s:3:\"5.0\";s:12:\"requires_php\";s:3:\"7.0\";s:6:\"tested\";s:5:\"6.2.2\";s:10:\"stable_tag\";N;s:8:\"sections\";O:8:\"stdClass\":3:{s:11:\"description\";s:196:\"<p>Advanced Scripts is the best scripts manager on the market. Besides PHP, CSS, and Javascript, you can also write SCSS and LESS code, use custom hooks, and all of that in a better interface.</p>\";s:12:\"installation\";s:348:\"<ol>\n<li>Upload the plugin files to the <code>/wp-content/plugins/erropix-advanced-scripts</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the \'Plugins\' screen in WordPress.</li>\n<li>Go to <code>Tool &gt; Advanced Scripts</code> and create your awesome scripts.</li>\n</ol>\";s:9:\"changelog\";s:4352:\"<h4>2.4.1 - July 9, 2023</h4>\n\n<ul>\n<li>Fix: Sanitization of the title and description field values</li>\n<li>Fix: WP Engine temporary files permissions issues for PHP snippets.</li>\n</ul>\n\n<h4>2.4.0 - July 5, 2023</h4>\n\n<ul>\n<li>New: Custom shortcodes now have access to the $atts, $content and $tag variables for more customization options.</li>\n<li>New: Enhanced error handling with safety checks and comprehensive error reporting.</li>\n<li>New: Ability to enforce the safe mode by defining the AS_SAFE_MODE constant in wp-config.php.</li>\n<li>New: Added additional functions to streamline the migration process for the upcoming release.</li>\n<li>Fix: Implemented a new temporary file management system for PHP scripts to solve the permissions issue.</li>\n<li>Fix: Upgraded Bundled ScssPhp to the latest version.</li>\n<li>Fix: Upgraded Freemius SDK to the latest version.</li>\n</ul>\n\n<h4>2.3.5 - December 14, 2022</h4>\n\n<ul>\n<li>Fix: compatibility issues with PHP 8.1</li>\n</ul>\n\n<h4>2.3.4 - February 26, 2022</h4>\n\n<ul>\n<li>Fix: Minor security issues</li>\n<li>Fix: Removed conflicting emmet keyboard shortcuts</li>\n</ul>\n\n<h4>2.3.3 - November 16, 2021</h4>\n\n<ul>\n<li>Fix: Conflict with plugins and themes that load an older version of the ScssPhp/ScssPhp composer package.</li>\n</ul>\n\n<h4>2.3.2 - November 12, 2021</h4>\n\n<ul>\n<li>Fix: SCSS parser crash when Oxygen color value is NULL</li>\n</ul>\n\n<h4>2.3.1 - November 10, 2021</h4>\n\n<ul>\n<li>Fix: the oxygen template condition options were empty on some sites</li>\n</ul>\n\n<h4>2.3.0 - November 9, 2021</h4>\n\n<ul>\n<li>NEW: Added script folders for better organization</li>\n<li>NEW: Added conditions for date and time</li>\n<li>NEW: Added a condition for the current Oxygen template</li>\n<li>NEW: Added a condition for post ancestors (parents)</li>\n<li>NEW: Added a UI indicator for scripts with conditions</li>\n<li>NEW: Start the import by dragging files over the scripts list</li>\n<li>NEW: Ability to change the JSON filename during export</li>\n</ul>\n\n<h4>2.2.0 - June 7, 2021</h4>\n\n<ul>\n<li>New: added a better safe mode notice in the editor screen</li>\n<li>New: allowed customization of the script shortcode tag</li>\n<li>New: Renamed the script location \"Manually\" to \"Shortcode\"</li>\n<li>Fixed: delete confirmation popup do not show in full screen mode</li>\n<li>Fixed: oxygen context condition issues</li>\n<li>Fixed: mac keyboard shortcuts conflict in the Emmet extension</li>\n</ul>\n\n<h4>2.1.0 - April 21, 2021</h4>\n\n<ul>\n<li>New: built-in condition for the Oxygen Builder context.</li>\n<li>New: wp_body_open hook option with polyfill for the Oxygen builder.</li>\n<li>New: button to toggle full screen mode.</li>\n<li>New: include private, draft, and future post status for post condition.</li>\n<li>New: display created scripts list after import.</li>\n<li>New: option to enable scripts during import.</li>\n<li>Fixed: removed the automatic admin menu collapse.</li>\n<li>Fixed: keyboard shortcut ⌘ + S not working on Mac.</li>\n<li>Fixed: unlink operation not permitted warnings in PHP processor.</li>\n<li>Fixed: scripts are not executed when the license is inactive.</li>\n<li>Fixed: uncaught type error with PHP version prior to 7.2.</li>\n<li>Fixed: icons CSS conflict with the Toolset Types plugin.</li>\n</ul>\n\n<h4>2.0.2 - January 17, 2021</h4>\n\n<ul>\n<li>Fixed a critical bug that broke websites in some managed WordPress hosts.</li>\n</ul>\n\n<h4>2.0.1 - January 4, 2021</h4>\n\n<ul>\n<li>New interface that focus on ease of use.</li>\n<li>New code editor with better autocomplete and Emmet support.</li>\n<li>Conditions manager to restrict script execution.</li>\n<li>Import/Export that supports code snippets json files.</li>\n<li>Drag and drop to reorder scripts.</li>\n<li>Improved the safe mode to catch more errors.</li>\n</ul>\n\n<h4>2.0.0 - December 22, 2020</h4>\n\n<ul>\n<li>Fixed the editor highlighting issue for long code.</li>\n<li>Removed Wordpress version from CSS and javascript URL scripts.</li>\n<li>Fixed the safemode notice not appearing for error types.</li>\n<li>Fixed PHP warning when Oxygen builder is inactive.</li>\n</ul>\n\n<h4>1.1.0 - Septenber 3, 2020</h4>\n\n<ul>\n<li>Major imporvements to the interface and user experience.</li>\n<li>A user-friendly safe mode and allows you to recover in case of fatal errors.</li>\n</ul>\n\n<h4>1.0.0 - june 19, 2020</h4>\n\n<ul>\n<li>Initial release.</li>\n</ul>\";}s:14:\"upgrade_notice\";b:0;s:7:\"version\";s:5:\"2.4.1\";s:13:\"download_link\";s:386:\"https://api.freemius.com/v1/installs/7465507/updates/59871.zip?is_premium=true&authorization=FSLA+7465507%3AMev1MDliT8mOCy-2HybXlQUviAHJBWIcnwv2zX125gnzqGNyd5_E6ybD-G5_kNY0FT9XChIXY3fY8tY6p-ov5coIHZLKAlMR41xNKSLZR2X-SF8qkIkjGrHe6AE10gUrUOvFdjht0o-RxLWjhj1QkEw-ujBEUsAQ3fN3P4Q7loffsoDYD2WBkWGaf48eiu_tZ7_zBwTUql8KCISJ914yeV8arRqt1LeM8oz9MdZG6ra_K4iiRXvR-cp3qfsfjbrBHt8shdRXwDU41wAy-JKLOw\";}}s:7:\"created\";i:1699378784;s:9:\"timestamp\";i:1699465184;}s:89:\"get:/v1/installs/7465507/updates/latest.json?is_premium=true&newer_than=2.1.0&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":19:{s:9:\"plugin_id\";s:4:\"6334\";s:12:\"developer_id\";s:4:\"2573\";s:4:\"slug\";N;s:12:\"premium_slug\";s:24:\"erropix-advanced-scripts\";s:7:\"version\";s:5:\"2.2.0\";s:11:\"sdk_version\";s:5:\"2.4.2\";s:25:\"requires_platform_version\";s:3:\"5.0\";s:20:\"tested_up_to_version\";s:5:\"5.7.2\";s:8:\"has_free\";b:0;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:4317;s:2:\"id\";s:5:\"30853\";s:7:\"created\";s:19:\"2021-06-07 18:56:21\";s:7:\"updated\";s:19:\"2021-06-08 13:05:50\";s:11:\"is_released\";b:0;s:3:\"url\";s:386:\"https://api.freemius.com/v1/installs/7465507/updates/30853.zip?is_premium=true&authorization=FSLA+7465507%3ANXK_bJXfkiuXl41k8oC9awiA1gNTWphr-cv7YnNkGqcikg4tBfkknQbjshZWz_DB_0x7rc2HZkD2PAqZRkACnnU0ftRMDTgK8GWf8HHbwNpe50NbyW9cnOw2uWr2MfWUYAvz6MZT1yNf8ITKwDr7QRoHaFw9qEh7_szRa4wCfNKW3g6ARj5rUChpR_Ao1sAPKp4IF9YkopqQ22R0nSc7tLtzK79laQg7NlKIdKT66rQs7lA-DKm2cCo_Euq3vRg5uP6zoV2Zzt3y2bSBc8U_1g\";s:6:\"readme\";O:8:\"stdClass\":10:{s:4:\"name\";s:16:\"Advanced Scripts\";s:4:\"slug\";s:24:\"erropix-advanced-scripts\";s:4:\"tags\";O:8:\"stdClass\":5:{s:11:\"custom code\";s:11:\"custom code\";s:10:\"custom css\";s:10:\"custom css\";s:10:\"custom php\";s:10:\"custom php\";s:4:\"sass\";s:4:\"sass\";s:4:\"less\";s:4:\"less\";}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"5.7.2\";s:10:\"stable_tag\";N;s:8:\"sections\";O:8:\"stdClass\":3:{s:11:\"description\";s:196:\"<p>Advanced Scripts is the best scripts manager on the market. Besides PHP, CSS, and Javascript, you can also write SCSS and LESS code, use custom hooks, and all of that in a better interface.</p>\";s:12:\"installation\";s:348:\"<ol>\n<li>Upload the plugin files to the <code>/wp-content/plugins/erropix-advanced-scripts</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the \'Plugins\' screen in WordPress.</li>\n<li>Go to <code>Tool &gt; Advanced Scripts</code> and create your awesome scripts.</li>\n</ol>\";s:9:\"changelog\";s:2349:\"<h4>2.2.0 - June 7, 2021</h4>\n\n<ul>\n<li>New: added a better safe mode notice in the editor screen</li>\n<li>New: allowed customization of the script shortcode tag</li>\n<li>New: Renamed the script location \"Manually\" to \"Shortcode\"</li>\n<li>Fixed: delete confirmation popup do not show in full screen mode</li>\n<li>Fixed: oxygen context condition issues</li>\n<li>Fixed: mac keyboard shortcuts conflict in the Emmet extension</li>\n</ul>\n\n<h4>2.1.0 - April 21, 2021</h4>\n\n<ul>\n<li>New: built-in condition for the Oxygen Builder context.</li>\n<li>New: wp_body_open hook option with polyfill for the Oxygen builder.</li>\n<li>New: button to toggle full screen mode.</li>\n<li>New: include private, draft, and future post status for post condition.</li>\n<li>New: display created scripts list after import.</li>\n<li>New: option to enable scripts during import.</li>\n<li>Fixed: removed the automatic admin menu collapse.</li>\n<li>Fixed: keyboard shortcut ⌘ + S not working on Mac.</li>\n<li>Fixed: unlink operation not permitted warnings in PHP processor.</li>\n<li>Fixed: scripts are not executed when the license is inactive.</li>\n<li>Fixed: uncaught type error with PHP version prior to 7.2.</li>\n<li>Fixed: icons CSS conflict with the Toolset Types plugin.</li>\n</ul>\n\n<h4>2.0.2 - January 17, 2021</h4>\n\n<ul>\n<li>Fixed a critical bug that broke websites in some managed WordPress hosts.</li>\n</ul>\n\n<h4>2.0.1 - January 4, 2021</h4>\n\n<ul>\n<li>New interface that focus on ease of use.</li>\n<li>New code editor with better autocomplete and Emmet support.</li>\n<li>Conditions manager to restrict script execution.</li>\n<li>Import/Export that supports code snippets json files.</li>\n<li>Drag and drop to reorder scripts.</li>\n<li>Improved the safe mode to catch more errors.</li>\n</ul>\n\n<h4>2.0.0 - December 22, 2020</h4>\n\n<ul>\n<li>Fixed the editor highlighting issue for long code.</li>\n<li>Removed Wordpress version from CSS and javascript URL scripts.</li>\n<li>Fixed the safemode notice not appearing for error types.</li>\n<li>Fixed PHP warning when Oxygen builder is inactive.</li>\n</ul>\n\n<h4>1.1.0 - Septenber 3, 2020</h4>\n\n<ul>\n<li>Major imporvements to the interface and user experience.</li>\n<li>A user-friendly safe mode and allows you to recover in case of fatal errors.</li>\n</ul>\n\n<h4>1.0.0 - june 19, 2020</h4>\n\n<ul>\n<li>Initial release.</li>\n</ul>\";}s:14:\"upgrade_notice\";b:0;s:7:\"version\";s:5:\"2.2.0\";s:13:\"download_link\";s:386:\"https://api.freemius.com/v1/installs/7465507/updates/30853.zip?is_premium=true&authorization=FSLA+7465507%3ANXK_bJXfkiuXl41k8oC9awiA1gNTWphr-cv7YnNkGqcikg4tBfkknQbjshZWz_DB_0x7rc2HZkD2PAqZRkACnnU0ftRMDTgK8GWf8HHbwNpe50NbyW9cnOw2uWr2MfWUYAvz6MZT1yNf8ITKwDr7QRoHaFw9qEh7_szRa4wCfNKW3g6ARj5rUChpR_Ao1sAPKp4IF9YkopqQ22R0nSc7tLtzK79laQg7NlKIdKT66rQs7lA-DKm2cCo_Euq3vRg5uP6zoV2Zzt3y2bSBc8U_1g\";}}s:7:\"created\";i:1623157736;s:9:\"timestamp\";i:1623161336;}s:89:\"get:/v1/installs/7465507/updates/latest.json?is_premium=true&newer_than=2.2.0&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":20:{s:9:\"plugin_id\";s:4:\"6334\";s:12:\"developer_id\";s:4:\"2573\";s:4:\"slug\";N;s:12:\"premium_slug\";s:24:\"erropix-advanced-scripts\";s:7:\"version\";s:5:\"2.4.1\";s:11:\"sdk_version\";s:6:\"2.5.10\";s:25:\"requires_platform_version\";s:3:\"5.0\";s:37:\"requires_programming_language_version\";s:3:\"7.0\";s:20:\"tested_up_to_version\";s:5:\"6.2.2\";s:8:\"has_free\";b:0;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:14502;s:2:\"id\";s:5:\"59871\";s:7:\"created\";s:19:\"2023-07-09 10:56:28\";s:7:\"updated\";s:19:\"2023-11-08 06:28:47\";s:11:\"is_released\";b:0;s:3:\"url\";s:386:\"https://api.freemius.com/v1/installs/7465507/updates/59871.zip?is_premium=true&authorization=FSLA+7465507%3AnjgdAlgg2VNHB2MC4rg1lp2FGvaNA5UeNcyKt2zQc35H-KSOn4uFqKZnMV15ahlMeoSs22y-bAjg5Vexp012eGiYWCuFwE4tKsxruLsTA7eI79aSjv0d5nN400ybGKXXfwJKUkFtbcl8_gb7vqsQJzirqvdfvDB_LWWNY8UM131ZtPzT9eyaY3oV8i99RhcP8zr4HXUEIp-637w6l-ky7npR8BzoKOMp71U0T2KEkoaeTb2iB7JZHP-b3SbnyYZbXSD1-dHEJ3jXzyGFxesTVg\";s:6:\"readme\";O:8:\"stdClass\":11:{s:4:\"name\";s:16:\"Advanced Scripts\";s:4:\"slug\";s:24:\"erropix-advanced-scripts\";s:4:\"tags\";O:8:\"stdClass\":5:{s:11:\"custom code\";s:11:\"custom code\";s:10:\"custom css\";s:10:\"custom css\";s:10:\"custom php\";s:10:\"custom php\";s:4:\"sass\";s:4:\"sass\";s:4:\"less\";s:4:\"less\";}s:8:\"requires\";s:3:\"5.0\";s:12:\"requires_php\";s:3:\"7.0\";s:6:\"tested\";s:5:\"6.2.2\";s:10:\"stable_tag\";N;s:8:\"sections\";O:8:\"stdClass\":3:{s:11:\"description\";s:196:\"<p>Advanced Scripts is the best scripts manager on the market. Besides PHP, CSS, and Javascript, you can also write SCSS and LESS code, use custom hooks, and all of that in a better interface.</p>\";s:12:\"installation\";s:348:\"<ol>\n<li>Upload the plugin files to the <code>/wp-content/plugins/erropix-advanced-scripts</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the \'Plugins\' screen in WordPress.</li>\n<li>Go to <code>Tool &gt; Advanced Scripts</code> and create your awesome scripts.</li>\n</ol>\";s:9:\"changelog\";s:4352:\"<h4>2.4.1 - July 9, 2023</h4>\n\n<ul>\n<li>Fix: Sanitization of the title and description field values</li>\n<li>Fix: WP Engine temporary files permissions issues for PHP snippets.</li>\n</ul>\n\n<h4>2.4.0 - July 5, 2023</h4>\n\n<ul>\n<li>New: Custom shortcodes now have access to the $atts, $content and $tag variables for more customization options.</li>\n<li>New: Enhanced error handling with safety checks and comprehensive error reporting.</li>\n<li>New: Ability to enforce the safe mode by defining the AS_SAFE_MODE constant in wp-config.php.</li>\n<li>New: Added additional functions to streamline the migration process for the upcoming release.</li>\n<li>Fix: Implemented a new temporary file management system for PHP scripts to solve the permissions issue.</li>\n<li>Fix: Upgraded Bundled ScssPhp to the latest version.</li>\n<li>Fix: Upgraded Freemius SDK to the latest version.</li>\n</ul>\n\n<h4>2.3.5 - December 14, 2022</h4>\n\n<ul>\n<li>Fix: compatibility issues with PHP 8.1</li>\n</ul>\n\n<h4>2.3.4 - February 26, 2022</h4>\n\n<ul>\n<li>Fix: Minor security issues</li>\n<li>Fix: Removed conflicting emmet keyboard shortcuts</li>\n</ul>\n\n<h4>2.3.3 - November 16, 2021</h4>\n\n<ul>\n<li>Fix: Conflict with plugins and themes that load an older version of the ScssPhp/ScssPhp composer package.</li>\n</ul>\n\n<h4>2.3.2 - November 12, 2021</h4>\n\n<ul>\n<li>Fix: SCSS parser crash when Oxygen color value is NULL</li>\n</ul>\n\n<h4>2.3.1 - November 10, 2021</h4>\n\n<ul>\n<li>Fix: the oxygen template condition options were empty on some sites</li>\n</ul>\n\n<h4>2.3.0 - November 9, 2021</h4>\n\n<ul>\n<li>NEW: Added script folders for better organization</li>\n<li>NEW: Added conditions for date and time</li>\n<li>NEW: Added a condition for the current Oxygen template</li>\n<li>NEW: Added a condition for post ancestors (parents)</li>\n<li>NEW: Added a UI indicator for scripts with conditions</li>\n<li>NEW: Start the import by dragging files over the scripts list</li>\n<li>NEW: Ability to change the JSON filename during export</li>\n</ul>\n\n<h4>2.2.0 - June 7, 2021</h4>\n\n<ul>\n<li>New: added a better safe mode notice in the editor screen</li>\n<li>New: allowed customization of the script shortcode tag</li>\n<li>New: Renamed the script location \"Manually\" to \"Shortcode\"</li>\n<li>Fixed: delete confirmation popup do not show in full screen mode</li>\n<li>Fixed: oxygen context condition issues</li>\n<li>Fixed: mac keyboard shortcuts conflict in the Emmet extension</li>\n</ul>\n\n<h4>2.1.0 - April 21, 2021</h4>\n\n<ul>\n<li>New: built-in condition for the Oxygen Builder context.</li>\n<li>New: wp_body_open hook option with polyfill for the Oxygen builder.</li>\n<li>New: button to toggle full screen mode.</li>\n<li>New: include private, draft, and future post status for post condition.</li>\n<li>New: display created scripts list after import.</li>\n<li>New: option to enable scripts during import.</li>\n<li>Fixed: removed the automatic admin menu collapse.</li>\n<li>Fixed: keyboard shortcut ⌘ + S not working on Mac.</li>\n<li>Fixed: unlink operation not permitted warnings in PHP processor.</li>\n<li>Fixed: scripts are not executed when the license is inactive.</li>\n<li>Fixed: uncaught type error with PHP version prior to 7.2.</li>\n<li>Fixed: icons CSS conflict with the Toolset Types plugin.</li>\n</ul>\n\n<h4>2.0.2 - January 17, 2021</h4>\n\n<ul>\n<li>Fixed a critical bug that broke websites in some managed WordPress hosts.</li>\n</ul>\n\n<h4>2.0.1 - January 4, 2021</h4>\n\n<ul>\n<li>New interface that focus on ease of use.</li>\n<li>New code editor with better autocomplete and Emmet support.</li>\n<li>Conditions manager to restrict script execution.</li>\n<li>Import/Export that supports code snippets json files.</li>\n<li>Drag and drop to reorder scripts.</li>\n<li>Improved the safe mode to catch more errors.</li>\n</ul>\n\n<h4>2.0.0 - December 22, 2020</h4>\n\n<ul>\n<li>Fixed the editor highlighting issue for long code.</li>\n<li>Removed Wordpress version from CSS and javascript URL scripts.</li>\n<li>Fixed the safemode notice not appearing for error types.</li>\n<li>Fixed PHP warning when Oxygen builder is inactive.</li>\n</ul>\n\n<h4>1.1.0 - Septenber 3, 2020</h4>\n\n<ul>\n<li>Major imporvements to the interface and user experience.</li>\n<li>A user-friendly safe mode and allows you to recover in case of fatal errors.</li>\n</ul>\n\n<h4>1.0.0 - june 19, 2020</h4>\n\n<ul>\n<li>Initial release.</li>\n</ul>\";}s:14:\"upgrade_notice\";b:0;s:7:\"version\";s:5:\"2.4.1\";s:13:\"download_link\";s:386:\"https://api.freemius.com/v1/installs/7465507/updates/59871.zip?is_premium=true&authorization=FSLA+7465507%3AnjgdAlgg2VNHB2MC4rg1lp2FGvaNA5UeNcyKt2zQc35H-KSOn4uFqKZnMV15ahlMeoSs22y-bAjg5Vexp012eGiYWCuFwE4tKsxruLsTA7eI79aSjv0d5nN400ybGKXXfwJKUkFtbcl8_gb7vqsQJzirqvdfvDB_LWWNY8UM131ZtPzT9eyaY3oV8i99RhcP8zr4HXUEIp-637w6l-ky7npR8BzoKOMp71U0T2KEkoaeTb2iB7JZHP-b3SbnyYZbXSD1-dHEJ3jXzyGFxesTVg\";}}s:7:\"created\";i:1699425334;s:9:\"timestamp\";i:1699428934;}s:9:\"ping_test\";O:8:\"stdClass\":3:{s:6:\"result\";b:1;s:7:\"created\";i:1667842531;s:9:\"timestamp\";i:1667842831;}}','no'),(419,'advanced_scripts_migrated_v1_to_v2','1','yes'),(519,'swift_performance_plugin_organizer','a:0:{}','yes'),(520,'jetpack_active_modules','a:0:{}','yes'),(558,'WPLANG','en_GB','yes'),(567,'ai1wm_updater','a:0:{}','yes'),(667,'destination_children','a:0:{}','yes'),(785,'oxygen_vsb_ignore_post_type_af_form','true','yes'),(786,'oxygen_vsb_ignore_post_type_af_entry','true','yes'),(930,'advanced_scripts_migrated_to_v2_2_0','1','yes'),(1281,'fluentform_entry_details_migrated','yes','no'),(1282,'fluentform_db_fluentform_logs_added','1','no'),(1283,'fluentform_scheduled_actions_migrated','yes','no'),(1284,'__fluentform_global_form_settings','a:1:{s:6:\"layout\";a:5:{s:14:\"labelPlacement\";s:3:\"top\";s:17:\"asteriskPlacement\";s:14:\"asterisk-right\";s:20:\"helpMessagePlacement\";s:10:\"with_label\";s:21:\"errorMessagePlacement\";s:6:\"inline\";s:12:\"cssClassName\";s:0:\"\";}}','no'),(1285,'_fluentform_installed_version','4.0.1','no'),(1286,'fluentform_global_modules_status','a:9:{s:9:\"mailchimp\";s:2:\"no\";s:14:\"activecampaign\";s:2:\"no\";s:16:\"campaign_monitor\";s:2:\"no\";s:17:\"constatantcontact\";s:2:\"no\";s:11:\"getresponse\";s:2:\"no\";s:8:\"icontact\";s:2:\"no\";s:7:\"webhook\";s:2:\"no\";s:6:\"zapier\";s:2:\"no\";s:5:\"slack\";s:2:\"no\";}','no'),(1287,'widget_fluentform_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1645,'action_scheduler_hybrid_store_demarkation','202','yes'),(1646,'schema-ActionScheduler_StoreSchema','4.0.1625718662','yes'),(1647,'schema-ActionScheduler_LoggerSchema','2.0.1623659072','yes'),(1648,'rank_math_known_post_types','a:6:{s:4:\"post\";s:4:\"post\";s:4:\"page\";s:4:\"page\";s:10:\"attachment\";s:10:\"attachment\";s:4:\"tour\";s:4:\"tour\";s:11:\"ct_template\";s:11:\"ct_template\";s:16:\"oxy_user_library\";s:16:\"oxy_user_library\";}','yes'),(1649,'rank_math_modules','a:12:{i:0;s:12:\"link-counter\";i:1;s:9:\"analytics\";i:2;s:12:\"seo-analysis\";i:3;s:7:\"sitemap\";i:4;s:12:\"rich-snippet\";i:5;s:11:\"woocommerce\";i:6;s:10:\"buddypress\";i:7;s:7:\"bbpress\";i:8;s:3:\"acf\";i:9;s:11:\"web-stories\";i:10;s:9:\"local-seo\";i:11;s:16:\"instant-indexing\";}','yes'),(1650,'rank-math-options-general','a:40:{s:19:\"strip_category_base\";s:3:\"off\";s:24:\"attachment_redirect_urls\";s:2:\"on\";s:27:\"attachment_redirect_default\";s:31:\"http://gorillaafricasafaris.com\";s:23:\"nofollow_external_links\";s:3:\"off\";s:20:\"nofollow_image_links\";s:3:\"off\";s:25:\"new_window_external_links\";s:2:\"on\";s:11:\"add_img_alt\";s:3:\"off\";s:14:\"img_alt_format\";s:11:\" %filename%\";s:13:\"add_img_title\";s:3:\"off\";s:16:\"img_title_format\";s:22:\"%title% %count(title)%\";s:11:\"breadcrumbs\";s:3:\"off\";s:21:\"breadcrumbs_separator\";s:1:\"-\";s:16:\"breadcrumbs_home\";s:2:\"on\";s:22:\"breadcrumbs_home_label\";s:4:\"Home\";s:26:\"breadcrumbs_archive_format\";s:15:\"Archives for %s\";s:25:\"breadcrumbs_search_format\";s:14:\"Results for %s\";s:21:\"breadcrumbs_404_label\";s:25:\"404 Error: page not found\";s:31:\"breadcrumbs_ancestor_categories\";s:3:\"off\";s:21:\"breadcrumbs_blog_page\";s:3:\"off\";s:16:\"404_monitor_mode\";s:6:\"simple\";s:17:\"404_monitor_limit\";i:100;s:35:\"404_monitor_ignore_query_parameters\";s:2:\"on\";s:24:\"redirections_header_code\";s:3:\"301\";s:18:\"redirections_debug\";s:3:\"off\";s:23:\"console_caching_control\";s:2:\"90\";s:21:\"console_email_reports\";b:0;s:23:\"console_email_frequency\";s:7:\"monthly\";s:27:\"link_builder_links_per_page\";s:1:\"7\";s:29:\"link_builder_links_per_target\";s:1:\"1\";s:22:\"wc_remove_product_base\";s:3:\"off\";s:23:\"wc_remove_category_base\";s:3:\"off\";s:31:\"wc_remove_category_parent_slugs\";s:3:\"off\";s:18:\"rss_before_content\";s:0:\"\";s:17:\"rss_after_content\";s:0:\"\";s:19:\"wc_remove_generator\";s:2:\"on\";s:24:\"remove_shop_snippet_data\";s:2:\"on\";s:18:\"frontend_seo_score\";s:3:\"off\";s:29:\"frontend_seo_score_post_types\";a:1:{i:0;s:4:\"post\";}s:27:\"frontend_seo_score_position\";s:3:\"top\";s:10:\"setup_mode\";s:4:\"easy\";}','yes'),(1651,'rank-math-options-titles','a:152:{s:24:\"noindex_empty_taxonomies\";s:2:\"on\";s:15:\"title_separator\";s:1:\"-\";s:17:\"capitalize_titles\";s:2:\"on\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:19:\"knowledgegraph_type\";s:7:\"company\";s:19:\"knowledgegraph_name\";s:30:\"Gorilla African Tours & Travel\";s:19:\"local_business_type\";s:12:\"Organization\";s:20:\"local_address_format\";s:43:\"{address} {locality}, {region} {postalcode}\";s:13:\"opening_hours\";a:7:{i:0;a:2:{s:3:\"day\";s:6:\"Monday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:1;a:2:{s:3:\"day\";s:7:\"Tuesday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:2;a:2:{s:3:\"day\";s:9:\"Wednesday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:3;a:2:{s:3:\"day\";s:8:\"Thursday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:4;a:2:{s:3:\"day\";s:6:\"Friday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:5;a:2:{s:3:\"day\";s:8:\"Saturday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:6;a:2:{s:3:\"day\";s:6:\"Sunday\";s:4:\"time\";s:11:\"09:00-17:00\";}}s:20:\"opening_hours_format\";s:3:\"off\";s:14:\"homepage_title\";s:34:\"%sitename% %page% %sep% %sitedesc%\";s:20:\"homepage_description\";s:0:\"\";s:22:\"homepage_custom_robots\";s:3:\"off\";s:23:\"disable_author_archives\";s:3:\"off\";s:15:\"url_author_base\";s:6:\"author\";s:20:\"author_custom_robots\";s:2:\"on\";s:13:\"author_robots\";a:1:{i:0;s:7:\"noindex\";}s:20:\"author_archive_title\";s:30:\"%name% %sep% %sitename% %page%\";s:19:\"author_add_meta_box\";s:2:\"on\";s:21:\"disable_date_archives\";s:2:\"on\";s:18:\"date_archive_title\";s:30:\"%date% %page% %sep% %sitename%\";s:12:\"search_title\";s:38:\"%search_query% %page% %sep% %sitename%\";s:9:\"404_title\";s:31:\"Page Not Found %sep% %sitename%\";s:19:\"date_archive_robots\";a:1:{i:0;s:7:\"noindex\";}s:14:\"noindex_search\";s:2:\"on\";s:24:\"noindex_archive_subpages\";s:3:\"off\";s:26:\"noindex_password_protected\";s:3:\"off\";s:32:\"pt_download_default_rich_snippet\";s:7:\"product\";s:13:\"pt_post_title\";s:24:\"%title% %sep% %sitename%\";s:19:\"pt_post_description\";s:9:\"%excerpt%\";s:14:\"pt_post_robots\";a:1:{i:0;s:5:\"index\";}s:21:\"pt_post_custom_robots\";s:3:\"off\";s:28:\"pt_post_default_rich_snippet\";s:7:\"article\";s:28:\"pt_post_default_article_type\";s:11:\"BlogPosting\";s:28:\"pt_post_default_snippet_name\";s:11:\"%seo_title%\";s:28:\"pt_post_default_snippet_desc\";s:17:\"%seo_description%\";s:17:\"pt_post_ls_use_fk\";s:6:\"titles\";s:20:\"pt_post_add_meta_box\";s:2:\"on\";s:20:\"pt_post_bulk_editing\";s:7:\"editing\";s:24:\"pt_post_link_suggestions\";s:2:\"on\";s:24:\"pt_post_primary_taxonomy\";s:8:\"category\";s:13:\"pt_page_title\";s:24:\"%title% %sep% %sitename%\";s:19:\"pt_page_description\";s:9:\"%excerpt%\";s:14:\"pt_page_robots\";a:1:{i:0;s:5:\"index\";}s:21:\"pt_page_custom_robots\";s:3:\"off\";s:28:\"pt_page_default_rich_snippet\";s:3:\"off\";s:28:\"pt_page_default_article_type\";s:7:\"Article\";s:28:\"pt_page_default_snippet_name\";s:11:\"%seo_title%\";s:28:\"pt_page_default_snippet_desc\";s:17:\"%seo_description%\";s:17:\"pt_page_ls_use_fk\";s:6:\"titles\";s:20:\"pt_page_add_meta_box\";s:2:\"on\";s:20:\"pt_page_bulk_editing\";s:7:\"editing\";s:24:\"pt_page_link_suggestions\";s:2:\"on\";s:19:\"pt_attachment_title\";s:24:\"%title% %sep% %sitename%\";s:25:\"pt_attachment_description\";s:9:\"%excerpt%\";s:20:\"pt_attachment_robots\";a:1:{i:0;s:7:\"noindex\";}s:27:\"pt_attachment_custom_robots\";s:2:\"on\";s:34:\"pt_attachment_default_rich_snippet\";s:3:\"off\";s:34:\"pt_attachment_default_article_type\";s:7:\"Article\";s:34:\"pt_attachment_default_snippet_name\";s:11:\"%seo_title%\";s:34:\"pt_attachment_default_snippet_desc\";s:17:\"%seo_description%\";s:26:\"pt_attachment_add_meta_box\";s:3:\"off\";s:13:\"pt_tour_title\";s:24:\"%title% %sep% %sitename%\";s:19:\"pt_tour_description\";s:9:\"%excerpt%\";s:14:\"pt_tour_robots\";a:1:{i:0;s:5:\"index\";}s:21:\"pt_tour_custom_robots\";s:3:\"off\";s:28:\"pt_tour_default_rich_snippet\";s:7:\"product\";s:28:\"pt_tour_default_article_type\";s:7:\"Article\";s:28:\"pt_tour_default_snippet_name\";s:11:\"%seo_title%\";s:28:\"pt_tour_default_snippet_desc\";s:17:\"%seo_description%\";s:17:\"pt_tour_ls_use_fk\";s:6:\"titles\";s:20:\"pt_tour_add_meta_box\";s:2:\"on\";s:20:\"pt_tour_bulk_editing\";s:7:\"editing\";s:24:\"pt_tour_link_suggestions\";s:2:\"on\";s:20:\"pt_ct_template_title\";s:24:\"%title% %sep% %sitename%\";s:26:\"pt_ct_template_description\";s:9:\"%excerpt%\";s:21:\"pt_ct_template_robots\";a:1:{i:0;s:5:\"index\";}s:28:\"pt_ct_template_custom_robots\";s:3:\"off\";s:35:\"pt_ct_template_default_rich_snippet\";s:3:\"off\";s:35:\"pt_ct_template_default_article_type\";s:7:\"Article\";s:35:\"pt_ct_template_default_snippet_name\";s:11:\"%seo_title%\";s:35:\"pt_ct_template_default_snippet_desc\";s:17:\"%seo_description%\";s:28:\"pt_ct_template_archive_title\";s:31:\"%title% %page% %sep% %sitename%\";s:24:\"pt_ct_template_ls_use_fk\";s:6:\"titles\";s:27:\"pt_ct_template_add_meta_box\";s:2:\"on\";s:27:\"pt_ct_template_bulk_editing\";s:7:\"editing\";s:31:\"pt_ct_template_link_suggestions\";s:2:\"on\";s:16:\"pt_product_title\";s:24:\"%title% %sep% %sitename%\";s:22:\"pt_product_description\";s:9:\"%excerpt%\";s:17:\"pt_product_robots\";a:0:{}s:24:\"pt_product_custom_robots\";s:3:\"off\";s:31:\"pt_product_default_rich_snippet\";s:7:\"product\";s:31:\"pt_product_default_article_type\";s:7:\"Article\";s:31:\"pt_product_default_snippet_name\";s:11:\"%seo_title%\";s:31:\"pt_product_default_snippet_desc\";s:17:\"%seo_description%\";s:20:\"pt_product_ls_use_fk\";s:6:\"titles\";s:23:\"pt_product_add_meta_box\";s:2:\"on\";s:23:\"pt_product_bulk_editing\";s:7:\"editing\";s:27:\"pt_product_link_suggestions\";s:2:\"on\";s:27:\"pt_product_primary_taxonomy\";s:11:\"product_cat\";s:18:\"pt_web-story_title\";s:24:\"%title% %sep% %sitename%\";s:24:\"pt_web-story_description\";s:9:\"%excerpt%\";s:19:\"pt_web-story_robots\";a:0:{}s:26:\"pt_web-story_custom_robots\";s:3:\"off\";s:33:\"pt_web-story_default_rich_snippet\";s:7:\"article\";s:33:\"pt_web-story_default_article_type\";s:7:\"Article\";s:33:\"pt_web-story_default_snippet_name\";s:11:\"%seo_title%\";s:33:\"pt_web-story_default_snippet_desc\";s:17:\"%seo_description%\";s:25:\"pt_web-story_add_meta_box\";s:3:\"off\";s:18:\"tax_category_title\";s:23:\"%term% %sep% %sitename%\";s:19:\"tax_category_robots\";a:1:{i:0;s:5:\"index\";}s:25:\"tax_category_add_meta_box\";s:2:\"on\";s:26:\"tax_category_custom_robots\";s:3:\"off\";s:24:\"tax_category_description\";s:18:\"%term_description%\";s:18:\"tax_post_tag_title\";s:23:\"%term% %sep% %sitename%\";s:19:\"tax_post_tag_robots\";a:1:{i:0;s:7:\"noindex\";}s:25:\"tax_post_tag_add_meta_box\";s:2:\"on\";s:26:\"tax_post_tag_custom_robots\";s:2:\"on\";s:24:\"tax_post_tag_description\";s:18:\"%term_description%\";s:21:\"tax_destination_title\";s:23:\"%term% %sep% %sitename%\";s:22:\"tax_destination_robots\";a:1:{i:0;s:5:\"index\";}s:28:\"tax_destination_add_meta_box\";s:2:\"on\";s:29:\"tax_destination_custom_robots\";s:3:\"off\";s:27:\"tax_destination_description\";s:18:\"%term_description%\";s:19:\"knowledgegraph_logo\";s:96:\"http://gorillaafricasafaris.com/wp-content/uploads/2021/05/gorilla-african-tours-travel-logo.png\";s:22:\"knowledgegraph_logo_id\";s:2:\"49\";s:16:\"open_graph_image\";s:81:\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-looking-up.jpg\";s:19:\"open_graph_image_id\";s:3:\"145\";s:28:\"tax_post_format_add_meta_box\";s:2:\"on\";s:13:\"robots_global\";a:1:{i:0;s:5:\"index\";}s:22:\"advanced_robots_global\";a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}s:3:\"url\";s:31:\"http://gorillaafricasafaris.com\";s:5:\"email\";s:29:\"info@gorillaafricasafaris.com\";s:13:\"local_address\";a:5:{s:13:\"streetAddress\";s:0:\"\";s:15:\"addressLocality\";s:7:\"Kampala\";s:13:\"addressRegion\";s:0:\"\";s:10:\"postalCode\";s:0:\"\";s:14:\"addressCountry\";s:6:\"Uganda\";}s:13:\"phone_numbers\";a:3:{i:0;a:2:{s:4:\"type\";s:12:\"reservations\";s:6:\"number\";s:16:\"+256-781-516-422\";}i:1;a:2:{s:4:\"type\";s:16:\"customer support\";s:6:\"number\";s:16:\"+256-702-348-922\";}i:2;a:2:{s:4:\"type\";s:16:\"customer support\";s:6:\"number\";s:16:\"+256-392-175-942\";}}s:11:\"price_range\";s:2:\"$$\";s:20:\"local_seo_about_page\";s:2:\"24\";s:22:\"local_seo_contact_page\";s:2:\"34\";s:22:\"author_advanced_robots\";a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}s:20:\"date_advanced_robots\";a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}s:23:\"noindex_paginated_pages\";s:3:\"off\";s:23:\"pt_post_advanced_robots\";a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}s:23:\"pt_page_advanced_robots\";a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}s:23:\"pt_tour_advanced_robots\";a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}s:24:\"pt_tour_primary_taxonomy\";s:3:\"off\";s:30:\"pt_ct_template_advanced_robots\";a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}s:28:\"tax_category_advanced_robots\";a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}s:28:\"remove_category_snippet_data\";s:3:\"off\";s:28:\"tax_post_tag_advanced_robots\";a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}s:28:\"remove_post_tag_snippet_data\";s:3:\"off\";s:31:\"tax_destination_advanced_robots\";a:3:{s:11:\"max-snippet\";s:2:\"-1\";s:17:\"max-video-preview\";s:2:\"-1\";s:17:\"max-image-preview\";s:5:\"large\";}s:31:\"remove_destination_snippet_data\";s:3:\"off\";}','yes'),(1652,'rank-math-options-sitemap','a:19:{s:14:\"items_per_page\";s:3:\"200\";s:14:\"include_images\";s:2:\"on\";s:22:\"include_featured_image\";s:3:\"off\";s:19:\"ping_search_engines\";s:2:\"on\";s:13:\"exclude_roles\";a:2:{s:11:\"contributor\";s:11:\"Contributor\";s:10:\"subscriber\";s:10:\"Subscriber\";}s:15:\"pt_post_sitemap\";s:2:\"on\";s:15:\"pt_page_sitemap\";s:2:\"on\";s:21:\"pt_attachment_sitemap\";s:3:\"off\";s:15:\"pt_tour_sitemap\";s:2:\"on\";s:22:\"pt_ct_template_sitemap\";s:3:\"off\";s:18:\"pt_product_sitemap\";s:2:\"on\";s:20:\"pt_web-story_sitemap\";s:3:\"off\";s:20:\"tax_category_sitemap\";s:3:\"off\";s:20:\"tax_post_tag_sitemap\";s:3:\"off\";s:23:\"tax_destination_sitemap\";s:3:\"off\";s:26:\"tax_category_include_empty\";s:3:\"off\";s:26:\"tax_post_tag_include_empty\";s:3:\"off\";s:29:\"tax_destination_include_empty\";s:3:\"off\";s:27:\"pt_oxy_user_library_sitemap\";s:3:\"off\";}','yes'),(1655,'rank_math_version','1.0.69.2','yes'),(1656,'rank_math_db_version','1','yes'),(1657,'rank_math_install_date','1623669872','yes'),(1659,'action_scheduler_lock_async-request-runner','1699412763','yes'),(1664,'oxygen_vsb_ignore_post_type_scheduled-action','','yes'),(1665,'rank_math_registration_skip','1','yes'),(1667,'rank_math_review_posts_converted','1','yes'),(1669,'rank_math_wizard_completed','1','yes'),(1674,'rank_math_google_analytic_profile','a:2:{s:7:\"country\";s:3:\"all\";s:7:\"profile\";b:0;}','yes'),(1675,'rank_math_analytics_all_services','a:1:{s:5:\"sites\";a:1:{i:0;b:0;}}','yes'),(1677,'rank_math_is_configured','1','yes'),(1679,'rank_math_analytics_installed','1','yes'),(2192,'ct_svg_sets_Font Awesome 0','<?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','no');
INSERT INTO `wpn7_options` VALUES (2193,'ct_svg_sets_Linearicons 0','<?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','no'),(2194,'ct_svg_sets_names','a:2:{s:12:\"Font Awesome\";i:1;s:11:\"Linearicons\";i:1;}','no'),(2217,'oxygen_vsb_ignore_post_type_oxy_user_library','','yes'),(2218,'oxygen_vsb_site_screenshot','','yes'),(2219,'oxygen_vsb_screenshot_generate_url','','yes'),(2220,'oxygen_vsb_connection_access_key','dmICsz7s+5O8','yes'),(2222,'oxygen_gutenberg_license_key','764ac01f9aec83c38c61199df9ced130','yes'),(2223,'oxygen_gutenberg_license_status','valid','yes'),(2664,'rank_math_review_notice_delayed','1','no'),(2783,'oxygen_vsb_codemirror_theme','default','no'),(2784,'oxygen_vsb_codemirror_wrap','false','no'),(3111,'rank-math-options-instant-indexing','a:2:{s:12:\"bing_api_key\";s:0:\"\";s:15:\"bing_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}}','yes'),(3322,'rank_math_sitemap_cache_files','a:12:{s:46:\"rank_math_2eef0484626e8ae9816f4fceb1613cc0.xml\";s:1:\"1\";s:46:\"rank_math_79ff076cca48f379f6c342a422b872b3.xml\";s:5:\"posts\";s:46:\"rank_math_137296c19702d7714c79ea36e6067cca.xml\";s:4:\"post\";s:46:\"rank_math_b1a99d6e3aafdc22daba5a3ff1aeee93.xml\";s:4:\"page\";s:46:\"rank_math_2a104a7c116b4f0d6cf218eefc04c5b4.xml\";s:4:\"tour\";s:46:\"rank_math_edd2f22085e08c84c2d9316afc16d8b9.xml\";s:6:\"author\";s:46:\"rank_math_b62ee38b30d9de6c01088ab0febd903a.xml\";s:5:\"posts\";s:46:\"rank_math_a3a088c885e8e12106781180fbb940db.xml\";s:4:\"post\";s:46:\"rank_math_caa4ff9df56703627f92cec386f88eb2.xml\";s:1:\"1\";s:46:\"rank_math_66e59f5e04e32a69f53a10bf04753b5d.xml\";s:4:\"page\";s:46:\"rank_math_4f4254b080ee6b1dffd155320bf4b47b.xml\";s:4:\"tour\";s:46:\"rank_math_ae2695a2e06bc0fffd7416b336bee7b2.xml\";s:6:\"author\";}','yes'),(3391,'oxy_vsb_scapi_tokens','a:5:{s:11:\"AccessToken\";s:997:\"eyJraWQiOiJLZUVKbFhoNGk1amRpMVF2V3BpRWU2d29Cb2pqcGpCQTBDUXY4KzR4eXpJPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiJiMGI5N2UzOS0zZDhlLTQ4NjQtYTA5Yy1lNjkzOWNhYmY4OGUiLCJldmVudF9pZCI6IjljZmRiN2FmLTgyZWEtNDVmNy05MTA3LTAyYjkzMmI5MmE5MSIsInRva2VuX3VzZSI6ImFjY2VzcyIsInNjb3BlIjoiYXdzLmNvZ25pdG8uc2lnbmluLnVzZXIuYWRtaW4iLCJhdXRoX3RpbWUiOjE2MjU3MjkzNTMsImlzcyI6Imh0dHBzOlwvXC9jb2duaXRvLWlkcC51cy1lYXN0LTIuYW1hem9uYXdzLmNvbVwvdXMtZWFzdC0yX01JMzdrQXdlbyIsImV4cCI6MTYyNTczMjk1MywiaWF0IjoxNjI1NzI5MzUzLCJqdGkiOiJiM2ZkYmEwOS05YmNjLTRlNDMtODgxZi1iODI1YzdmMDA4NGUiLCJjbGllbnRfaWQiOiIzNGY4cWx0ZjVodmg3MXZwYzI2MzVlNWUxYiIsInVzZXJuYW1lIjoiMmI3OGVmNGI1ZmIwZWY0ZGEwMWYyMDEwODM0NGQzNzUifQ.fY7CVMXOf0maRjLxPbuiO4Y_gZ7PxgV8VbZsJYmUhXqAsre1Zzmq7xm26YxX6eQ0pDOhjB-IB3cYCQCFrUKaNc81fuyUUPpiMTyg2WUYeKlc1LZJN7IIUNxwsTlI-s6iqPNguHZccDU7uc9VRg6UIl1NKsCLv_F0zPY_-2c0Zd4VGF6rfcEOzAGWxc8ewCZ3KalQBP6igbnGGj3i8s-Uxlw7EJ38I6MY260nkO-UUocAteOHoYb8nTMq57_HBukVr7pvHC5XSnvRJ3knMdk5Z4VflM3NIvKWwMDqoQDfTePsWdErpjZ2S48QcjaxKsKtDMLCmuJzDDGIkRPawrSBMw\";s:7:\"IdToken\";s:938:\"eyJraWQiOiJiMGlFdG0wbEwxNDVvZXRHTEl6UjdPYktreWRXOWZ3aDJFTXQ3MUpydjZRPSIsImFsZyI6IlJTMjU2In0.eyJzdWIiOiJiMGI5N2UzOS0zZDhlLTQ4NjQtYTA5Yy1lNjkzOWNhYmY4OGUiLCJhdWQiOiIzNGY4cWx0ZjVodmg3MXZwYzI2MzVlNWUxYiIsImN1c3RvbTpzaXRlIjoiaHR0cDpcL1wvZ3R0LmludGVyZ2lzZS5jb20iLCJldmVudF9pZCI6IjljZmRiN2FmLTgyZWEtNDVmNy05MTA3LTAyYjkzMmI5MmE5MSIsInRva2VuX3VzZSI6ImlkIiwiYXV0aF90aW1lIjoxNjI1NzI5MzUzLCJpc3MiOiJodHRwczpcL1wvY29nbml0by1pZHAudXMtZWFzdC0yLmFtYXpvbmF3cy5jb21cL3VzLWVhc3QtMl9NSTM3a0F3ZW8iLCJjb2duaXRvOnVzZXJuYW1lIjoiMmI3OGVmNGI1ZmIwZWY0ZGEwMWYyMDEwODM0NGQzNzUiLCJleHAiOjE2MjU3MzI5NTMsImlhdCI6MTYyNTcyOTM1M30.NzMBhWF0vbjpv8H1YLXB3Z1q2O9_zqIJ59dBzVvl-JKHL2Dlon3zwSBExjMRl5JcyqLWOdVPwg-yz_ePFidZrx8Sb-K0Z4qv5mnCUmQlSCa5jVn79WM3drj6wxKHdhYqXwLDHVAkQ9L-MgzQ3ASt_VCI_1GE88wpL51J2JIdd95CGzBytj3MR5P1dD0nx1gAeI8YtcGcJop43YM5L3Nx5bTWeztw0ATK2YNxoakyKac5BUA-OXdqNR7dkoVlUNWYqM2b9Yn7pOVZtjG3_EiEkCtiJ0u1uUAK7_WOQjb3UMPW7rIVT6a-vcBgevMLI79OCawIoFO3pFTFO_UuW3upKw\";s:9:\"timestamp\";i:1625729353;s:12:\"RefreshToken\";s:1777:\"eyJjdHkiOiJKV1QiLCJlbmMiOiJBMjU2R0NNIiwiYWxnIjoiUlNBLU9BRVAifQ.q0g4JmcqNwWw896kQ3CZhpTCbxd2kGHX_7mHg_2lPLx0wthCwCz1a-x0VRkVyTHc8xrjyjHJ7Vk8jy7AFIqgFxez-neyLxu7L-hH2butZospgHhmqQasRBXEYuQILzbqkFcY46pDgIv1TXsHizabrYfSblcvLsCm9ngJRQErOYpkbConONv01JiDMH-Z7ToCWOSMF8r_clIaQ2n7zoTTSG1rIJoHCCJFANdjsxi3yeEVEoMiKPeBagw-ewvMMDPGhtu2n91dQ54rlGOROGPeNkTxkAwMX8UBBSoE0LSHf_IQzL430GafHomRqPuHApHkKq_LdNojouHC-shEYRbaAA.a3jTutA6GbXa7W2_.LnHlFfjMp-OXDk-xHY57_30Ug21yo8uxiUKCWdd5GIqDrsexQnVzQD7sIFRZm7QUxPrCw57nUj4nYIWPEPl2ohfbQazI779Pdf6JVO_zRJeajCcbUiJ46qhKC2hU9d-qc_Hc21M8NIOW_O0Nrza5fcNMdD6aOOWGZQwPK_G_JKWW7fLEiyt9wbBG4qVWUk_wT1Fzb34p8pNWsXU-u17lCD7h9EP6Susjcur70lZsPLXd7uD-6axG3BL_VrL4swfVVckvn8Gng1aIwFjG7Uwl91drSeokYOSia5N6xTX-h8OYXLYCdL4GhOvngc1hAp3SqJpQxdqg2fKyI6NgYDUn4OzDdFyBLRKejF8033bXH_gOSvF8gdLbF3W2a6M9wenlqvD0cLUXGjf9U3fbQEaHeosTwAESTIy_aYSpJokJGPPuSkOh7GVcUoL58aO2jOw2WhqJXvXRcGt0kzSoyi3AHm0l6KFPNK1wvtEzoZK_LQ5HUz0-gRZws-G43bUUnSGENzoAfb3tWaeVa0xQVJKsL1OxJ8-f9ocm8xNtXGNWGj7tUne9YjzhyPOPgcJMak046azhkTnT4lnjwl4Z8zINmMnmQNYD8oPQYF59ZDRzQTDtlelQVe7vkuaMqTyiQ_r4jS0mZmjgUvKCVqTmPsCmkGPOoQ-h04pZrbC-_DyD6JEuhRA5w36TYS9Up_AtBG533xeh-N6ncccgpNvaY5R4pNqe7drFoCXEb_P7ZYdlT-BGlKGZEulaQnUpVF06n2ZwQvr6C8ll3JpA-omgFlmEqPTNNvFYVBq1nPWIojBaK-AheN7MyPTivC0r1PMqvWCQxAdr2hws0wcpk5jCOW6IVYghKoeJKneDtHUp75EXowQQ2FWAxSTeLt2jElz_OfdUTkcTLdL6qM6jrmeoSygWheLPJgvkM2ZlzR8h4cVu1d84QbR3cqR13jSwniWnYIfSU9UchFGjNDA0DML7NOjTz8SaZoQGByKQ5VibzV1_i95H2MEtrhKmuIMgpJ2u1Pq_m_G1XBxKeuQeFzTGzTLpU2SJ4_qJYZbw2DKkrc4cxno0wCmfKLCUJRuFlQQ3zVlwodznKMHO3MHFll270amjvFWya3_0f2cp_0ToyU8JS4qyiLOweEYvM1DiVufUGnrUyeEeaCotfdX8TNFzm30kQvrx_1foMaOdqZjMCX3rf0kDqjL6G7zkC1LTeUC8mV5yjWqJKesLffSjCPD5-bdEx76wBntWLL-y1SXondpLFuuO2EhjwFcLEoFhoZY_O3jJx41jsjwaT1FqKBbyGlQAFqRYR7UTAcaIwX4Nrxtd2gV7bx6obGo.eJmTipWBPLdp6FUfbGLV9Q\";s:16:\"refreshTimestamp\";i:1625729353;}','yes'),(4017,'rank_math_already_reviewed','1627471977','yes'),(4018,'rank_math_notifications','a:0:{}','yes'),(4328,'active_plugins','a:8:{i:0;s:34:\"advanced-custom-fields-pro/acf.php\";i:2;s:43:\"custom-post-type-ui/custom-post-type-ui.php\";i:3;s:35:\"erropix-advanced-scripts/plugin.php\";i:4;s:25:\"fluentform/fluentform.php\";i:5;s:23:\"oxy-ninja/oxy-ninja.php\";i:6;s:37:\"oxygen-gutenberg/oxygen-gutenberg.php\";i:7;s:20:\"oxygen/functions.php\";i:8;s:30:\"seo-by-rank-math/rank-math.php\";}','yes'),(4330,'ai1wm_backups_labels','a:0:{}','yes'),(4331,'ai1wm_sites_links','a:0:{}','yes'),(4332,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4339,'template','twentytwentyone','yes'),(4340,'stylesheet','twentytwentyone','yes'),(4341,'_transient_health-check-site-status-result','{\"good\":16,\"recommended\":4,\"critical\":3}','yes'),(4348,'oxygen_vsb_ignore_post_type_wp_template','','yes'),(4352,'_site_transient_ai1wm_last_check_for_updates','1628498013','no'),(4354,'_transient_rank_math_first_submenu_id','rank-math','yes'),(4355,'wp_force_deactivated_plugins','a:0:{}','yes'),(4395,'rank_math_pro_notice_date','1630584365','no'),(11735,'rank_math_pro_notice_added','1','no'),(37423,'wp_page_for_privacy_policy','0','yes'),(37424,'db_upgraded','1','yes'),(40494,'oxygen_vsb_ignore_post_type_wp_template_part','','yes'),(40495,'oxygen_vsb_ignore_post_type_wp_global_styles','','yes'),(40496,'oxygen_vsb_ignore_post_type_wp_navigation','','yes'),(70160,'action_scheduler_migration_status','complete','yes'),(135462,'user_count','2','no'),(534406,'_transient_timeout_acf_plugin_updates','1699511600','no'),(534407,'_transient_acf_plugin_updates','a:6:{s:7:\"plugins\";a:1:{s:34:\"advanced-custom-fields-pro/acf.php\";a:12:{s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:6:\"plugin\";s:34:\"advanced-custom-fields-pro/acf.php\";s:11:\"new_version\";s:5:\"6.2.2\";s:3:\"url\";s:36:\"https://www.advancedcustomfields.com\";s:6:\"tested\";s:3:\"6.4\";s:7:\"package\";s:283:\"https://connect.advancedcustomfields.com/v2/plugins/download?token=eyJwIjoicHJvIiwiayI6ImIzSmtaWEpmYVdROU1UQTFOamsxZkhSNWNHVTlaR1YyWld4dmNHVnlmR1JoZEdVOU1qQXhOeTB3TlMwd05TQXhNRG93TmpveU9BPT0iLCJ3cF91cmwiOiJodHRwOlwvXC9nb3JpbGxhYWZyaWNhc2FmYXJpcy5jb20iLCJ3cF92ZXJzaW9uIjoiNi4zLjIifQ==\";s:5:\"icons\";a:1:{s:7:\"default\";s:63:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=1729102\";s:4:\"high\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=1729099\";}s:8:\"requires\";s:3:\"5.8\";s:12:\"requires_php\";s:3:\"7.0\";s:12:\"release_date\";s:8:\"20231025\";s:13:\"license_valid\";b:1;}}s:9:\"no_update\";a:0:{}s:10:\"expiration\";i:172800;s:14:\"license_status\";a:4:{s:6:\"status\";s:6:\"active\";s:8:\"lifetime\";b:1;s:4:\"name\";s:9:\"Developer\";s:17:\"view_licenses_url\";s:62:\"https://www.advancedcustomfields.com/my-account/view-licenses/\";}s:6:\"status\";i:1;s:7:\"checked\";a:1:{s:34:\"advanced-custom-fields-pro/acf.php\";s:5:\"5.9.9\";}}','no'),(534645,'_site_transient_timeout_available_translations','1699426608','no'),(534646,'_site_transient_available_translations','a:131:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:5:\"6.0.6\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.6/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:8:\"6.2-beta\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2-beta/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-20 14:52:12\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.2/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"متابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.23\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.23/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-17 09:27:56\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.24\";s:7:\"updated\";s:19:\"2019-10-29 07:54:22\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.24/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-30 17:34:42\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-16 10:44:14\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:28:\"চালিয়ে যান\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"6.2.3\";s:7:\"updated\";s:19:\"2023-02-22 20:45:53\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.3/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-11-06 18:20:31\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.2/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-13 05:44:31\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-18 09:36:50\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.2/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-12 12:32:40\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-08-18 08:19:14\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-12 18:16:41\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.3.2/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-08-08 09:52:35\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/6.3.2/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-12 18:16:33\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-08-08 09:49:50\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"6.2.3\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.3/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-31 11:51:34\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.2/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-22 00:24:59\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-07 10:32:51\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-08-03 07:25:21\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-08-28 15:58:51\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-08-28 15:57:23\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-09-20 08:57:43\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.2/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-08-26 01:50:26\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-08-31 02:13:04\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-17 16:18:36\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"6.2.3\";s:7:\"updated\";s:19:\"2023-04-21 13:32:10\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.3/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"6.2.3\";s:7:\"updated\";s:19:\"2023-03-14 22:16:37\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.3/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:5:\"5.8.8\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.8/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"5.8.8\";s:7:\"updated\";s:19:\"2021-10-04 20:53:18\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.8/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-06-14 16:02:22\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.14\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.14/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-16 16:00:04\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.19\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.19/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-09-22 13:44:03\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-05 10:16:58\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.2/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-15 17:16:26\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-18 14:24:18\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-12 23:13:21\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-30 17:30:18\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.2/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-15 23:14:34\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-11-03 13:04:16\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-22 13:54:46\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.23\";s:7:\"updated\";s:19:\"2023-04-30 13:56:46\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.23/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"fy\";a:8:{s:8:\"language\";s:2:\"fy\";s:7:\"version\";s:5:\"6.2.3\";s:7:\"updated\";s:19:\"2022-12-25 12:53:23\";s:12:\"english_name\";s:7:\"Frisian\";s:11:\"native_name\";s:5:\"Frysk\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.3/fy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fy\";i:2;s:3:\"fry\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Trochgean\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-12 23:41:33\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-08-09 07:20:47\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.2/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ચાલુ રાખો\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.31\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.31/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"6.2.3\";s:7:\"updated\";s:19:\"2023-05-28 22:06:16\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.3/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-31 09:18:27\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-09-05 16:40:26\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.2/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"6.2.3\";s:7:\"updated\";s:19:\"2023-02-22 17:37:32\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.3/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-09-06 09:35:55\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-11-07 01:43:33\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.24\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.24/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-25 18:45:51\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-11-07 06:30:43\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.2/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.24\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.24/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"6.0.6\";s:7:\"updated\";s:19:\"2023-10-31 08:47:02\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.6/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"6.2.3\";s:7:\"updated\";s:19:\"2023-07-05 11:40:39\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.3/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:6:\"4.9.24\";s:7:\"updated\";s:19:\"2018-07-10 11:35:44\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.24/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.19\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.19/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:5:\"6.1.4\";s:7:\"updated\";s:19:\"2022-10-20 17:15:28\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.4/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-09-13 00:53:29\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-14 15:26:14\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:3:\"kir\";a:8:{s:8:\"language\";s:3:\"kir\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-29 06:43:10\";s:12:\"english_name\";s:6:\"Kyrgyz\";s:11:\"native_name\";s:16:\"Кыргызча\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3.2/kir.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ky\";i:2;s:3:\"kir\";i:3;s:3:\"kir\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Улантуу\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"6.1.4\";s:7:\"updated\";s:19:\"2022-11-24 03:51:58\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.4/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-09-01 07:05:22\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.2/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"6.0.6\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.6/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-13 08:36:49\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-05 01:27:19\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:6:\"4.9.24\";s:7:\"updated\";s:19:\"2019-11-22 15:32:08\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.24/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.13\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.13/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.36\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.36/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-12 23:32:44\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-18 12:10:13\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-11-02 16:15:05\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-08-29 11:56:04\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.3.2/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-09-10 16:26:11\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.23\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.23/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-20 04:59:22\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.32\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.32/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-27 11:36:32\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-18 18:23:14\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-09-28 12:14:59\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.3.2/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-08-21 12:17:05\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-31 21:49:13\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-20 06:29:06\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.14\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.14/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-23 12:34:38\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-11 16:19:53\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.3.2/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-27 05:53:56\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-21 10:39:13\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.3.2/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"5.8.8\";s:7:\"updated\";s:19:\"2021-08-01 21:21:06\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.8/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-13 08:42:34\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:6:\"5.3.16\";s:7:\"updated\";s:19:\"2019-10-13 15:35:35\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.3.16/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.36\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.36/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"5.8.8\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.8.8/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:6:\"4.8.23\";s:7:\"updated\";s:19:\"2017-09-30 09:04:29\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.23/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-10-14 17:48:14\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-11-07 14:06:17\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"6.1.4\";s:7:\"updated\";s:19:\"2023-03-04 10:46:30\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.4/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.14\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.14/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"6.2.3\";s:7:\"updated\";s:19:\"2023-07-15 15:30:50\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.3/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-11-02 06:09:18\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"6.3.2\";s:7:\"updated\";s:19:\"2023-11-07 21:32:45\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.3.2/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"6.2.3\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.3/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','no'),(534682,'wp_attachment_pages_enabled','1','yes'),(534683,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:4:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/en_GB/wordpress-6.5.4.zip\";s:6:\"locale\";s:5:\"en_GB\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/en_GB/wordpress-6.5.4.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.5.4\";s:7:\"version\";s:5:\"6.5.4\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.5.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.5.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.5.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.5.4-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.5.4\";s:7:\"version\";s:5:\"6.5.4\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.5.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.5.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.5.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.5.4-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.5.4\";s:7:\"version\";s:5:\"6.5.4\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.4.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.4.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.4.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.4.4-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.4.4-partial-0.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.4.4-rollback-0.zip\";}s:7:\"current\";s:5:\"6.4.4\";s:7:\"version\";s:5:\"6.4.4\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:3:\"6.4\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1718971201;s:15:\"version_checked\";s:3:\"6.4\";s:12:\"translations\";a:0:{}}','no'),(534685,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1718971208;s:8:\"response\";a:2:{s:25:\"fluentform/fluentform.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:24:\"w.org/plugins/fluentform\";s:4:\"slug\";s:10:\"fluentform\";s:6:\"plugin\";s:25:\"fluentform/fluentform.php\";s:11:\"new_version\";s:6:\"5.1.19\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/fluentform/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/fluentform.5.1.19.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/fluentform/assets/icon-256x256.png?rev=1794277\";s:2:\"1x\";s:63:\"https://ps.w.org/fluentform/assets/icon-128x128.png?rev=1794277\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/fluentform/assets/banner-1544x500.png?rev=2957809\";s:2:\"1x\";s:65:\"https://ps.w.org/fluentform/assets/banner-772x250.png?rev=2957809\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.5\";s:6:\"tested\";s:5:\"6.5.4\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:30:\"seo-by-rank-math/rank-math.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:30:\"w.org/plugins/seo-by-rank-math\";s:4:\"slug\";s:16:\"seo-by-rank-math\";s:6:\"plugin\";s:30:\"seo-by-rank-math/rank-math.php\";s:11:\"new_version\";s:7:\"1.0.221\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/seo-by-rank-math/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/seo-by-rank-math.1.0.221.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:61:\"https://ps.w.org/seo-by-rank-math/assets/icon.svg?rev=3015810\";s:3:\"svg\";s:61:\"https://ps.w.org/seo-by-rank-math/assets/icon.svg?rev=3015810\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/seo-by-rank-math/assets/banner-1544x500.png?rev=2639678\";s:2:\"1x\";s:71:\"https://ps.w.org/seo-by-rank-math/assets/banner-772x250.png?rev=2639678\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.3\";s:6:\"tested\";s:5:\"6.5.4\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:43:\"custom-post-type-ui/custom-post-type-ui.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:33:\"w.org/plugins/custom-post-type-ui\";s:4:\"slug\";s:19:\"custom-post-type-ui\";s:6:\"plugin\";s:43:\"custom-post-type-ui/custom-post-type-ui.php\";s:11:\"new_version\";s:6:\"1.17.0\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/custom-post-type-ui/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/custom-post-type-ui.1.17.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/custom-post-type-ui/assets/icon-256x256.png?rev=2744389\";s:2:\"1x\";s:72:\"https://ps.w.org/custom-post-type-ui/assets/icon-128x128.png?rev=2744389\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/custom-post-type-ui/assets/banner-1544x500.png?rev=2744389\";s:2:\"1x\";s:74:\"https://ps.w.org/custom-post-type-ui/assets/banner-772x250.png?rev=2744389\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.5\";s:6:\"tested\";s:5:\"6.5.4\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}}s:7:\"checked\";a:8:{s:34:\"advanced-custom-fields-pro/acf.php\";s:5:\"5.9.9\";s:35:\"erropix-advanced-scripts/plugin.php\";s:5:\"2.2.0\";s:43:\"custom-post-type-ui/custom-post-type-ui.php\";s:5:\"1.9.2\";s:25:\"fluentform/fluentform.php\";s:6:\"4.1.51\";s:20:\"oxygen/functions.php\";s:5:\"3.8.1\";s:37:\"oxygen-gutenberg/oxygen-gutenberg.php\";s:3:\"1.4\";s:23:\"oxy-ninja/oxy-ninja.php\";s:5:\"3.4.1\";s:30:\"seo-by-rank-math/rank-math.php\";s:8:\"1.0.69.2\";}}','no'),(534686,'recovery_mode_email_last_sent','1718851213','yes'),(534687,'advanced-scripts-safemode','1','yes'),(534688,'_transient_doing_cron','1718971188.6509270668029785156250','yes'),(534689,'_site_transient_timeout_theme_roots','1718972920','no'),(534690,'_site_transient_theme_roots','a:4:{s:16:\"twentytwentyfour\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),(534692,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1718971214;s:7:\"checked\";a:4:{s:16:\"twentytwentyfour\";s:3:\"1.1\";s:15:\"twentytwentyone\";s:3:\"2.2\";s:17:\"twentytwentythree\";s:3:\"1.4\";s:15:\"twentytwentytwo\";s:3:\"1.7\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:4:{s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.1.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"2.2\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.2.2.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.4.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.7.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:2:{i:0;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:16:\"twentytwentyfour\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"1.1\";s:7:\"updated\";s:19:\"2024-04-02 20:38:57\";s:7:\"package\";s:80:\"https://downloads.wordpress.org/translation/theme/twentytwentyfour/1.1/en_GB.zip\";s:10:\"autoupdate\";b:1;}i:1;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:17:\"twentytwentythree\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:19:\"2024-06-10 07:13:10\";s:7:\"package\";s:81:\"https://downloads.wordpress.org/translation/theme/twentytwentythree/1.4/en_GB.zip\";s:10:\"autoupdate\";b:1;}}}','no');
/*!40000 ALTER TABLE `wpn7_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpn7_postmeta`
--

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

--
-- Dumping data for table `wpn7_postmeta`
--

LOCK TABLES `wpn7_postmeta` WRITE;
/*!40000 ALTER TABLE `wpn7_postmeta` DISABLE KEYS */;
INSERT INTO `wpn7_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(3,3,'_edit_last','1'),(4,3,'_edit_lock','1622089697:1'),(5,2,'_edit_lock','1629784251:2'),(6,2,'_edit_last','2'),(13,11,'_edit_last','1'),(14,11,'_edit_lock','1624102233:1'),(15,18,'_edit_lock','1625764402:1'),(16,18,'_edit_last','1'),(17,18,'ct_other_template','0'),(18,18,'ct_template_archive_post_types_all',''),(19,18,'ct_template_categories','a:0:{}'),(20,18,'ct_template_categories_all',''),(21,18,'ct_template_tags','a:0:{}'),(22,18,'ct_template_tags_all',''),(23,18,'ct_template_custom_taxonomies','a:0:{}'),(24,18,'ct_template_custom_taxonomies_all',''),(25,18,'ct_template_authors_archives_all',''),(26,18,'ct_template_index',''),(27,18,'ct_template_front_page',''),(28,18,'ct_template_blog_posts',''),(29,18,'ct_template_date_archive',''),(30,18,'ct_template_search_page',''),(31,18,'ct_template_inner_content',''),(32,18,'ct_template_404_page',''),(33,18,'ct_template_all_archives',''),(34,18,'ct_template_archive_among_taxonomies','a:0:{}'),(35,18,'ct_template_apply_if_archive_among_taxonomies',''),(36,18,'ct_template_archive_post_types','a:0:{}'),(37,18,'ct_template_apply_if_archive_among_cpt',''),(38,18,'ct_template_authors_archives','a:0:{}'),(39,18,'ct_template_apply_if_archive_among_authors',''),(40,18,'ct_template_single_all',''),(41,18,'ct_template_post_types','a:0:{}'),(42,18,'ct_template_exclude_ids',''),(43,18,'ct_template_include_ids',''),(44,18,'ct_template_taxonomies','a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),(45,18,'ct_use_template_taxonomies',''),(46,18,'ct_template_post_of_parents','a:0:{}'),(47,18,'ct_template_apply_if_post_of_parents',''),(48,18,'ct_template_order','0'),(49,18,'ct_builder_shortcodes','[ct_reusable ct_sign_sha256=\'ed20a04b60e0223452a20154d88c85591d62dec4eaf3b3286cecec0ed2ee5d38\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-148-18\",\"ct_id\":148,\"ct_parent\":0}\'][/ct_reusable][ct_div_block ct_sign_sha256=\'89a774c964a14e1de584b54ae9f875c3bb9b53a345813e0569e04ee324eab71c\' ct_options=\'{\"nicename\":\"Blog Archive 2\",\"selector\":\"div_block-2-18\",\"ct_id\":2,\"ct_parent\":0}\'][ct_code_block ct_sign_sha256=\'5861d744bcf0a2fe30ff0a8c0a5e734ee454b5a83fe9eedcb45846b6e50ef3a0\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"code_block-3-18\",\"original\":{\"code-css\":\"ZGl2Lm94eS1yZXBlYXRlci1wYWdlcywgZGl2Lm94eS1yZXBlYXRlci1wYWdlcy13cmFwIHsKZ3JpZC1jb2x1bW46IDEgLyAtMTsKfQ==\",\"code-php\":\"PD9waHAKaWYgKCBnZXRfcXVlcnlfdmFyKCdwYWdlZCcpICkgeyAkcGFnZWQgPSBnZXRfcXVlcnlfdmFyKCdwYWdlZCcpOyB9CmVsc2VpZiAoIGdldF9xdWVyeV92YXIoJ3BhZ2UnKSApIHsgJHBhZ2VkID0gZ2V0X3F1ZXJ5X3ZhcigncGFnZScpOyB9CmVsc2UgeyAkcGFnZWQgPSAxOyB9CnF1ZXJ5X3Bvc3RzKCdwb3N0c19wZXJfcGFnZT0xMiZwYWdlZD0nIC4gJHBhZ2VkKTsKPz4=\"},\"nicename\":\"CSS Fix for the pagination\"}\'][/ct_code_block][ct_section_2 ct_sign_sha256=\'8cbba2dc8c7a4f64948b4c8d5a7e645cbb6d0fbb9a6fb641774eb9a40a3a0369\' ct_options=\'{\"ct_id\":92,\"ct_parent\":\"2\",\"selector\":\"section-92-18\"}\'][oxy_posts_grid ct_sign_sha256=\'3e11a46a2e97bea7f2dbb6d3d9c4c83f7b77dbe81eecdd965a956aeafdd29ec2\' ct_options=\'{\"ct_id\":93,\"ct_parent\":92,\"selector\":\"_posts_grid-93-18\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QgYy1zaGFkb3cgYy10cmFuc2l0aW9uIGMtY2FyZC1saWdodCBjLWNhcmQtb24taG92ZXInPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgPC9kaXY+ICAgICAgCgk8L2E+CiAgCgk8YSBjbGFzcz0nb3h5LXBvc3QtdGl0bGUnIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nPjw/cGhwIHRoZV90aXRsZSgpOyA/PjwvYT4KCgk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhJz4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1hdXRob3Igb3h5LXBvc3QtbWV0YS1pdGVtJz4KCQkJPD9waHAgZWNobyBnZXRfZmllbGQoICJkdXJhdGlvbiIgKS4iIGRheXMiOyA/PgoJCTwvZGl2PgoKCQk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhLWNvbW1lbnRzIG94eS1wb3N0LW1ldGEtaXRlbSc+CiAgICAgICAgICAgIDw/cGhwIAoKCQkJICAgICRjYXRfYXJyYXkgPSAoIGdldF90aGVfdGVybXMoIGdldF90aGVfSUQoKSwgJ2Rlc3RpbmF0aW9uJykgKTsgCgkJCSAgICAkY2F0X3N0ciA9IGFycmF5KCk7IAogICAgCgkJCSAgICBmb3JlYWNoICgkY2F0X2FycmF5IGFzICRjYXQpIHsgCgkJCSAgICAgICAgJGNhdF9zdHJbXSA9ICRjYXQtPm5hbWU7CgkJCSAgICB9CgkJCSAgICBlY2hvIGltcGxvZGUoIiwgIiwkY2F0X3N0cikgLiAnJzsgCgkJCT8+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkKCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlIGMtYnRuLW1haW4nPlJlYWQgTW9yZTwvYT4KCjwvZGl2Pg==\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGZsZXgtd3JhcDogd3JhcDsKfQoKJSVFUElEJSUgLm94eS1wb3N0IHsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47CiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuOwogIHRleHQtYWxpZ246IGxlZnQ7CiAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7CiAgbWFyZ2luOiAwIDVweCAzZW0gNXB4OwogIHdpZHRoOiAzMiU7CiAgcGFkZGluZzogMWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UgewogIG1hcmdpbi1ib3R0b206IDFlbTsKICBwb3NpdGlvbjogcmVsYXRpdmU7CiAgYmFja2dyb3VuZC1jb2xvcjogZ3JleTsKICBiYWNrZ3JvdW5kLWltYWdlOiByZXBlYXRpbmctbGluZWFyLWdyYWRpZW50KAogIDQ1ZGVnLAogICNlZWUsCiAgI2VlZSAxMHB4LAogICNkZGQgMTBweCwKICAjZGRkIDIwcHgpOwogIHdpZHRoOiAxMDAlOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8gewogIHBhZGRpbmctYm90dG9tOiA3MCU7CiAgYmFja2dyb3VuZC1zaXplOiBjb3ZlcjsKICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiBjZW50ZXIgY2VudGVyOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtdGl0bGUgewogIGZvbnQtc2l6ZTogMS40ZW07CiAgbGluZS1oZWlnaHQ6IDEuMmVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YSB7CiAgbWFyZ2luLXRvcDogMC41ZW07CiAgZm9udC1zaXplOiAuOGVtOwogIGRpc3BsYXk6IGZsZXg7CiAgZmxleC1kaXJlY3Rpb246IHJvdzsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTo6YWZ0ZXIgewoJY29udGVudDogIlwwMGI3IjsKCW1hcmdpbi1yaWdodDogLjVlbTsKCW1hcmdpbi1sZWZ0OiAuNWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YS1pdGVtOmxhc3QtY2hpbGQ6OmFmdGVyIHsKCWNvbnRlbnQ6ICIiOwoJZGlzcGxheTogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgewogIG1hcmdpbi10b3A6IDFlbTsKICBtYXJnaW4tYm90dG9tOiAxZW07Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1jb250ZW50IHAgewogIG1hcmdpbjogMDsKfQoKCgpAbWVkaWEgKG1heC13aWR0aDogMTEyMHB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgewogICAgZGlzcGxheTogbm9uZTsKICB9Cn0KCg==\",\"title_size\":\"\",\"title_size-unit\":\"px\",\"title_color\":\"color(8)\",\"title_hover_color\":\"color(1)\",\"meta_size\":\"\",\"meta_size-unit\":\"px\",\"meta_color\":\"\",\"content_size\":\"\",\"content_size-unit\":\"px\",\"content_color\":\"\",\"read_more_display_as\":\"button\",\"read_more_size\":\"0.8\",\"read_more_size-unit\":\"em\",\"read_more_text_color\":\"white\",\"read_more_text_hover_color\":\"\",\"read_more_button_color\":\"color(1)\",\"read_more_button_hover_color\":\"\",\"paginate_color\":\"\",\"paginate_alignment\":\"center\",\"paginate_link_color\":\"\",\"paginate_link_hover_color\":\"\",\"posts_5050_below\":\"tablet\",\"posts_100_below\":\"tablet\",\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"tour\"},\"query_taxonomies_any\":{},\"query_taxonomies_all\":{},\"query_authors\":{},\"query_all_posts\":\"true\",\"grid-column-count\":\"3\",\"grid-columns-auto-fit\":\"false\",\"grid-column-min-width-unit\":\"vw\",\"grid-justify-items\":\"center\"},\"activeselector\":false}\'][/oxy_posts_grid][/ct_section_2][ct_div_block_2 ct_sign_sha256=\'103a387ac794a2e9e3775db2b576cd2100ca3ca6f6e141afe8d685bbbd0a600e\' ct_options=\'{\"nicename\":\"Blog Archive 2\",\"selector\":\"div_block-95-18\",\"ct_id\":95,\"ct_parent\":2}\'][ct_code_block ct_sign_sha256=\'ef05b9767dfc07e8a4613a65fac39deeacda4f2899a08b6ff73995aecd2b8750\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"code_block-96-18\",\"original\":{\"code-css\":\"ZGl2Lm94eS1yZXBlYXRlci1wYWdlcywgZGl2Lm94eS1yZXBlYXRlci1wYWdlcy13cmFwIHsKZ3JpZC1jb2x1bW46IDEgLyAtMTsKfQ==\",\"code-php\":\"PD9waHAKCS8vIGVjaG8gImhlbGxvIHdvcmxkISI7Cj8+\"},\"nicename\":\"CSS Fix for the pagination\"}\'][/ct_code_block][/ct_div_block_2][/ct_div_block]'),(50,18,'oxygen_lock_post_edit_mode',NULL),(51,20,'_edit_lock','1632898670:2'),(52,20,'_edit_last','1'),(53,20,'ct_other_template','0'),(54,20,'ct_template_archive_post_types_all',''),(55,20,'ct_template_categories','a:0:{}'),(56,20,'ct_template_categories_all',''),(57,20,'ct_template_tags','a:0:{}'),(58,20,'ct_template_tags_all',''),(59,20,'ct_template_custom_taxonomies','a:0:{}'),(60,20,'ct_template_custom_taxonomies_all',''),(61,20,'ct_template_authors_archives_all',''),(62,20,'ct_template_index',''),(63,20,'ct_template_front_page',''),(64,20,'ct_template_blog_posts',''),(65,20,'ct_template_date_archive',''),(66,20,'ct_template_search_page',''),(67,20,'ct_template_inner_content',''),(68,20,'ct_template_404_page',''),(69,20,'ct_template_all_archives',''),(70,20,'ct_template_archive_among_taxonomies','a:0:{}'),(71,20,'ct_template_apply_if_archive_among_taxonomies',''),(72,20,'ct_template_archive_post_types','a:0:{}'),(73,20,'ct_template_apply_if_archive_among_cpt',''),(74,20,'ct_template_authors_archives','a:0:{}'),(75,20,'ct_template_apply_if_archive_among_authors',''),(76,20,'ct_template_single_all',''),(77,20,'ct_template_post_types','a:0:{}'),(78,20,'ct_template_exclude_ids',''),(79,20,'ct_template_include_ids',''),(80,20,'ct_template_taxonomies','a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),(81,20,'ct_use_template_taxonomies',''),(82,20,'ct_template_post_of_parents','a:0:{}'),(83,20,'ct_template_apply_if_post_of_parents',''),(84,20,'ct_template_order','0'),(85,20,'ct_builder_shortcodes','[ct_reusable ct_sign_sha256=\'e3a775bd726e040583aaf05201ac5397638d75c3ce5e3e19a680ff6736056741\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-2-20\",\"ct_id\":2,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'6c0e17e11249bddf1c874116e5f8accdf022f1cf07c2fcc855dfd709767ce343\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-20\"}\'][oxy_posts_grid ct_sign_sha256=\'c067d74ba47a4d8424b2ec5d02cf5d0ac9a210c17ab8132ffe08ee21f56e1e24\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"_posts_grid-4-20\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QgYy1zaGFkb3cgYy10cmFuc2l0aW9uIGMtY2FyZC1saWdodCBjLWNhcmQtb24taG92ZXInPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgPC9kaXY+ICAgICAgCgk8L2E+CiAgCgk8YSBjbGFzcz0nb3h5LXBvc3QtdGl0bGUnIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nPjw/cGhwIHRoZV90aXRsZSgpOyA/PjwvYT4KCgk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhJz4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1hdXRob3Igb3h5LXBvc3QtbWV0YS1pdGVtJz4KCQkJPD9waHAgZWNobyBnZXRfZmllbGQoICJkdXJhdGlvbiIgKS4iIGRheXMiOyA/PgoJCTwvZGl2PgoKCQk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhLWNvbW1lbnRzIG94eS1wb3N0LW1ldGEtaXRlbSc+CiAgICAgICAgICAgIDw/cGhwIAoKCQkJICAgICRjYXRfYXJyYXkgPSAoIGdldF90aGVfdGVybXMoIGdldF90aGVfSUQoKSwgJ2Rlc3RpbmF0aW9uJykgKTsgCgkJCSAgICAkY2F0X3N0ciA9IGFycmF5KCk7IAogICAgCgkJCSAgICBmb3JlYWNoICgkY2F0X2FycmF5IGFzICRjYXQpIHsgCgkJCSAgICAgICAgJGNhdF9zdHJbXSA9ICRjYXQtPm5hbWU7CgkJCSAgICB9CgkJCSAgICBlY2hvIGltcGxvZGUoIiwgIiwkY2F0X3N0cikgLiAnJzsgCgkJCT8+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkKCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlIGMtYnRuLW1haW4nPlJlYWQgTW9yZTwvYT4KCjwvZGl2Pg==\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGZsZXgtd3JhcDogd3JhcDsKfQoKJSVFUElEJSUgLm94eS1wb3N0IHsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47CiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuOwogIHRleHQtYWxpZ246IGxlZnQ7CiAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7CiAgbWFyZ2luOiAwIDVweCAzZW0gNXB4OwogIHdpZHRoOiAzMiU7CiAgcGFkZGluZzogMWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UgewogIG1hcmdpbi1ib3R0b206IDFlbTsKICBwb3NpdGlvbjogcmVsYXRpdmU7CiAgYmFja2dyb3VuZC1jb2xvcjogZ3JleTsKICBiYWNrZ3JvdW5kLWltYWdlOiByZXBlYXRpbmctbGluZWFyLWdyYWRpZW50KAogIDQ1ZGVnLAogICNlZWUsCiAgI2VlZSAxMHB4LAogICNkZGQgMTBweCwKICAjZGRkIDIwcHgpOwogIHdpZHRoOiAxMDAlOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8gewogIHBhZGRpbmctYm90dG9tOiA3MCU7CiAgYmFja2dyb3VuZC1zaXplOiBjb3ZlcjsKICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiBjZW50ZXIgY2VudGVyOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtdGl0bGUgewogIGZvbnQtc2l6ZTogMS40ZW07CiAgbGluZS1oZWlnaHQ6IDEuMmVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YSB7CiAgbWFyZ2luLXRvcDogMC41ZW07CiAgZm9udC1zaXplOiAuOGVtOwogIGRpc3BsYXk6IGZsZXg7CiAgZmxleC1kaXJlY3Rpb246IHJvdzsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTo6YWZ0ZXIgewoJY29udGVudDogIlwwMGI3IjsKCW1hcmdpbi1yaWdodDogLjVlbTsKCW1hcmdpbi1sZWZ0OiAuNWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YS1pdGVtOmxhc3QtY2hpbGQ6OmFmdGVyIHsKCWNvbnRlbnQ6ICIiOwoJZGlzcGxheTogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgewogIG1hcmdpbi10b3A6IDFlbTsKICBtYXJnaW4tYm90dG9tOiAxZW07Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1jb250ZW50IHAgewogIG1hcmdpbjogMDsKfQoKCgpAbWVkaWEgKG1heC13aWR0aDogMTEyMHB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgewogICAgZGlzcGxheTogbm9uZTsKICB9Cn0KCg==\",\"title_size\":\"\",\"title_size-unit\":\"px\",\"title_color\":\"color(8)\",\"title_hover_color\":\"color(1)\",\"meta_size\":\"\",\"meta_size-unit\":\"px\",\"meta_color\":\"\",\"content_size\":\"\",\"content_size-unit\":\"px\",\"content_color\":\"\",\"read_more_display_as\":\"button\",\"read_more_size\":\"0.8\",\"read_more_size-unit\":\"em\",\"read_more_text_color\":\"white\",\"read_more_text_hover_color\":\"\",\"read_more_button_color\":\"color(1)\",\"read_more_button_hover_color\":\"\",\"paginate_color\":\"\",\"paginate_alignment\":\"center\",\"paginate_link_color\":\"\",\"paginate_link_hover_color\":\"\",\"posts_5050_below\":\"tablet\",\"posts_100_below\":\"tablet\",\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"tour\"},\"query_taxonomies_any\":{},\"query_taxonomies_all\":{\"0\":\"destination,2\"},\"query_authors\":{},\"query_all_posts\":\"true\",\"grid-column-count\":\"3\",\"grid-columns-auto-fit\":\"false\",\"grid-column-min-width-unit\":\"vw\",\"grid-justify-items\":\"center\"},\"activeselector\":false}\'][/oxy_posts_grid][/ct_section]'),(86,20,'oxygen_lock_post_edit_mode',NULL),(87,22,'_edit_lock','1625463824:1'),(88,22,'_edit_last','1'),(89,22,'ct_other_template','0'),(90,22,'ct_template_archive_post_types_all',''),(91,22,'ct_template_categories','a:0:{}'),(92,22,'ct_template_categories_all',''),(93,22,'ct_template_tags','a:0:{}'),(94,22,'ct_template_tags_all',''),(95,22,'ct_template_custom_taxonomies','a:0:{}'),(96,22,'ct_template_custom_taxonomies_all',''),(97,22,'ct_template_authors_archives_all',''),(98,22,'ct_template_index',''),(99,22,'ct_template_front_page',''),(100,22,'ct_template_blog_posts',''),(101,22,'ct_template_date_archive',''),(102,22,'ct_template_search_page',''),(103,22,'ct_template_inner_content',''),(104,22,'ct_template_404_page',''),(105,22,'ct_template_all_archives',''),(106,22,'ct_template_archive_among_taxonomies','a:0:{}'),(107,22,'ct_template_apply_if_archive_among_taxonomies',''),(108,22,'ct_template_archive_post_types','a:0:{}'),(109,22,'ct_template_apply_if_archive_among_cpt',''),(110,22,'ct_template_authors_archives','a:0:{}'),(111,22,'ct_template_apply_if_archive_among_authors',''),(112,22,'ct_template_single_all',''),(113,22,'ct_template_post_types','a:0:{}'),(114,22,'ct_template_exclude_ids',''),(115,22,'ct_template_include_ids',''),(116,22,'ct_template_taxonomies','a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),(117,22,'ct_use_template_taxonomies',''),(118,22,'ct_template_post_of_parents','a:0:{}'),(119,22,'ct_template_apply_if_post_of_parents',''),(120,22,'ct_template_order','0'),(121,22,'ct_builder_shortcodes','[ct_reusable ct_sign_sha256=\'2c0330566ef3c1e5bd3f7029416762c041ce5874c4e924703da2babca167ac81\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-2-22\",\"ct_id\":2,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'f43bc6e1d5919d0bb8e441f5dae0954835de2079a5476681515482b7b8daab94\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-22\"}\'][oxy_posts_grid ct_sign_sha256=\'d7c3a410d6d2c2fbe1c7fcbaaabe598025c9ebf37cdd3d66a0146c61175eb443\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"_posts_grid-4-22\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QgYy1zaGFkb3cgYy10cmFuc2l0aW9uIGMtY2FyZC1saWdodCBjLWNhcmQtb24taG92ZXInPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgPC9kaXY+ICAgICAgCgk8L2E+CiAgCgk8YSBjbGFzcz0nb3h5LXBvc3QtdGl0bGUnIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nPjw/cGhwIHRoZV90aXRsZSgpOyA/PjwvYT4KCgk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhJz4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1hdXRob3Igb3h5LXBvc3QtbWV0YS1pdGVtJz4KCQkJPD9waHAgZWNobyBnZXRfZmllbGQoICJkdXJhdGlvbiIgKS4iIGRheXMiOyA/PgoJCTwvZGl2PgoKCQk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhLWNvbW1lbnRzIG94eS1wb3N0LW1ldGEtaXRlbSc+CiAgICAgICAgICAgIDw/cGhwIAoKCQkJICAgICRjYXRfYXJyYXkgPSAoIGdldF90aGVfdGVybXMoIGdldF90aGVfSUQoKSwgJ2Rlc3RpbmF0aW9uJykgKTsgCgkJCSAgICAkY2F0X3N0ciA9IGFycmF5KCk7IAogICAgCgkJCSAgICBmb3JlYWNoICgkY2F0X2FycmF5IGFzICRjYXQpIHsgCgkJCSAgICAgICAgJGNhdF9zdHJbXSA9ICRjYXQtPm5hbWU7CgkJCSAgICB9CgkJCSAgICBlY2hvIGltcGxvZGUoIiwgIiwkY2F0X3N0cikgLiAnJzsgCgkJCT8+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkKCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlIGMtYnRuLW1haW4nPlJlYWQgTW9yZTwvYT4KCjwvZGl2Pg==\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGZsZXgtd3JhcDogd3JhcDsKfQoKJSVFUElEJSUgLm94eS1wb3N0IHsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47CiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuOwogIHRleHQtYWxpZ246IGxlZnQ7CiAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7CiAgbWFyZ2luOiAwIDVweCAzZW0gNXB4OwogIHdpZHRoOiAzMiU7CiAgcGFkZGluZzogMWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UgewogIG1hcmdpbi1ib3R0b206IDFlbTsKICBwb3NpdGlvbjogcmVsYXRpdmU7CiAgYmFja2dyb3VuZC1jb2xvcjogZ3JleTsKICBiYWNrZ3JvdW5kLWltYWdlOiByZXBlYXRpbmctbGluZWFyLWdyYWRpZW50KAogIDQ1ZGVnLAogICNlZWUsCiAgI2VlZSAxMHB4LAogICNkZGQgMTBweCwKICAjZGRkIDIwcHgpOwogIHdpZHRoOiAxMDAlOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8gewogIHBhZGRpbmctYm90dG9tOiA3MCU7CiAgYmFja2dyb3VuZC1zaXplOiBjb3ZlcjsKICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiBjZW50ZXIgY2VudGVyOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtdGl0bGUgewogIGZvbnQtc2l6ZTogMS40ZW07CiAgbGluZS1oZWlnaHQ6IDEuMmVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YSB7CiAgbWFyZ2luLXRvcDogMC41ZW07CiAgZm9udC1zaXplOiAuOGVtOwogIGRpc3BsYXk6IGZsZXg7CiAgZmxleC1kaXJlY3Rpb246IHJvdzsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTo6YWZ0ZXIgewoJY29udGVudDogIlwwMGI3IjsKCW1hcmdpbi1yaWdodDogLjVlbTsKCW1hcmdpbi1sZWZ0OiAuNWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YS1pdGVtOmxhc3QtY2hpbGQ6OmFmdGVyIHsKCWNvbnRlbnQ6ICIiOwoJZGlzcGxheTogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgewogIG1hcmdpbi10b3A6IDFlbTsKICBtYXJnaW4tYm90dG9tOiAxZW07Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1jb250ZW50IHAgewogIG1hcmdpbjogMDsKfQoKCgpAbWVkaWEgKG1heC13aWR0aDogMTEyMHB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgewogICAgZGlzcGxheTogbm9uZTsKICB9Cn0KCg==\",\"title_size\":\"\",\"title_size-unit\":\"px\",\"title_color\":\"color(8)\",\"title_hover_color\":\"color(1)\",\"meta_size\":\"\",\"meta_size-unit\":\"px\",\"meta_color\":\"\",\"content_size\":\"\",\"content_size-unit\":\"px\",\"content_color\":\"\",\"read_more_display_as\":\"button\",\"read_more_size\":\"0.8\",\"read_more_size-unit\":\"em\",\"read_more_text_color\":\"white\",\"read_more_text_hover_color\":\"\",\"read_more_button_color\":\"color(1)\",\"read_more_button_hover_color\":\"\",\"paginate_color\":\"\",\"paginate_alignment\":\"center\",\"paginate_link_color\":\"\",\"paginate_link_hover_color\":\"\",\"posts_5050_below\":\"tablet\",\"posts_100_below\":\"tablet\",\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"tour\"},\"query_taxonomies_any\":{},\"query_taxonomies_all\":{\"0\":\"destination,3\"},\"query_authors\":{},\"query_all_posts\":\"true\",\"grid-column-count\":\"3\",\"grid-columns-auto-fit\":\"false\",\"grid-column-min-width-unit\":\"vw\",\"grid-justify-items\":\"center\"},\"activeselector\":false}\'][/oxy_posts_grid][/ct_section]'),(122,22,'oxygen_lock_post_edit_mode',NULL),(123,24,'_edit_lock','1627461422:1'),(124,24,'_edit_last','1'),(125,24,'ct_other_template','0'),(126,24,'ct_template_archive_post_types_all',''),(127,24,'ct_template_categories','a:0:{}'),(128,24,'ct_template_categories_all',''),(129,24,'ct_template_tags','a:0:{}'),(130,24,'ct_template_tags_all',''),(131,24,'ct_template_custom_taxonomies','a:0:{}'),(132,24,'ct_template_custom_taxonomies_all',''),(133,24,'ct_template_authors_archives_all',''),(134,24,'ct_template_index',''),(135,24,'ct_template_front_page',''),(136,24,'ct_template_blog_posts',''),(137,24,'ct_template_date_archive',''),(138,24,'ct_template_search_page',''),(139,24,'ct_template_inner_content',''),(140,24,'ct_template_404_page',''),(141,24,'ct_template_all_archives',''),(142,24,'ct_template_archive_among_taxonomies','a:0:{}'),(143,24,'ct_template_apply_if_archive_among_taxonomies',''),(144,24,'ct_template_archive_post_types','a:0:{}'),(145,24,'ct_template_apply_if_archive_among_cpt',''),(146,24,'ct_template_authors_archives','a:0:{}'),(147,24,'ct_template_apply_if_archive_among_authors',''),(148,24,'ct_template_single_all',''),(149,24,'ct_template_post_types','a:0:{}'),(150,24,'ct_template_exclude_ids',''),(151,24,'ct_template_include_ids',''),(152,24,'ct_template_taxonomies','a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),(153,24,'ct_use_template_taxonomies',''),(154,24,'ct_template_post_of_parents','a:0:{}'),(155,24,'ct_template_apply_if_post_of_parents',''),(156,24,'ct_template_order','0'),(157,24,'ct_builder_shortcodes','[ct_reusable ct_sign_sha256=\'a1ab0327dae4166057f379de49da0bb8093f62557b1f4c2d02b5bf9be00acc89\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-19-24\",\"ct_id\":19,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'ff4665ac319bf228f249a065c8d95a37b92a6745a32e7a1b7ae0794065de2668\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-24\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false,\"classes\":{},\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'616708318f2083c92b388537f9dd6944e9b50a399ab02fe549b3516d934c2d7e\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-24\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Columns\",\"classes\":{\"0\":\"c-columns-2-3\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'a362439caf34d4b6a53335bd8325b7c1171a38b82bc974e13ddd5d8b3c7d960a\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"div_block-4-24\",\"original\":{\"width-unit\":\"%\",\"globalConditionsResult\":true,\"padding-right\":\"50\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-left\":\"0\",\"padding-right\":\"0\"}},\"page-width\":{\"original\":{\"padding-right\":\"25\"}}},\"activeselector\":false,\"nicename\":\"Column\"}\'][ct_headline ct_sign_sha256=\'7bb7ae84eda24690e92e926d66b28f0fae4392d0eebed5ba52a582c2fb43bb5c\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"headline-5-24\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-dark\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'60d61d6b7d8649a0a762704264e62e43cd553e83b9b242837697ccd110746230\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"span-6-24\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-accent\"},\"activeselector\":\"c-accent\"}\']Safari Experts<br>[/ct_span]<br>With More Than 20 Years Experience[/ct_headline][ct_text_block ct_sign_sha256=\'30a2c58e82679b8fe49ff7582e7c41087c6102036be857af67d3eccd1ead28fd\' ct_options=\'{\"ct_id\":7,\"ct_parent\":4,\"selector\":\"text_block-7-24\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"p\"},\"classes\":{},\"activeselector\":false}\']With professional experience of over 20 years, Gorilla African Safaris delivers cheap and memorable adventures with extremely knowledgeable guides to thousands of vacationers, tourists, holiday makers, couples on honeymoon and students to Uganda, Rwanda, Burundi, DR Congo, Kenya and Tanzania.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75bc7ff56ef20a3a616ed1c8dd3973adc9a9b6cbc63cdd8ca2caa04704b1b5e3\' ct_options=\'{\"ct_id\":11,\"ct_parent\":3,\"selector\":\"div_block-11-24\",\"original\":{\"width\":\"100.00\",\"width-unit\":\"%\",\"globalConditionsResult\":true,\"padding-right\":\"50\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-left\":\"0\",\"padding-right\":\"0\"}}},\"nicename\":\"Column\"}\'][ct_text_block ct_sign_sha256=\'089640c24bcf7a370bf469f1dbc59968107e1d19e7b7ef60ed42156eacd19dbc\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"text_block-12-24\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"p\"},\"classes\":{\"0\":\"c-text-xl\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-dark\"},\"activeselector\":false}\']Our tour packages include Incredible gorilla trekking tours, magical wildlife safaris, excellent bird watching, amazing culture tours, adventurous mountaineering trips, quad biking/cycling tours, wild camping safaris, honeymoon trips, white water rafting, cheap car hire, river and lake boat cruise among others.&nbsp;<br>[/ct_text_block][oxy_rich_text ct_sign_sha256=\'7cd6d330cb9eeea63a299c5f3f44dd75c7a74965e9b44302417c452b26839e4d\' ct_options=\'{\"ct_id\":18,\"ct_parent\":11,\"selector\":\"_rich_text-18-24\"}\']<p>Experience up close the cries of colourful African birds, the lush smell of African impenetrable rainforests, countless flowers and towering trees. Thrill to the sight of hippos, birds and huge Nile crocodiles basking alongside your boat. Marvel at the incredible mountain gorillas of Bwindi Impenetrable Forest, Mgahinga, Virunga or Volcanoes National Park, as well as captivating 13 species of primates in Kibale Forest which include; large communities of chimpanzees, grey-cheeked mangabeys, red-tailed monkeys, vervets, black and white colobus monkeys among others.</p><p>Our river boat cruise along the mighty river Nile to the bottom of Murchison Falls and the Kazinga Channel are perfect for wildlife viewing in Uganda. Our tailor-made itineraries emphasise your convenience in terms of budget and time.</p><p>If you’ve ever dreamed of exploring the wilderness of East Africa, trek the most rare and endangered African mountain gorillas, captivating wild chimpanzees while walking in pristine dense rainforest, or experiencing the unique and amazing African cultures, then our trips are for you.</p>[/oxy_rich_text][oxy_rich_text ct_sign_sha256=\'c4ec1ea8f2114b66297abc86dfb7d2e05c7f8cfc73ab2122510c0cf513fd1b92\' ct_options=\'{\"ct_id\":14,\"ct_parent\":11,\"selector\":\"_rich_text-14-24\"}\'][/oxy_rich_text][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(158,24,'oxygen_lock_post_edit_mode',NULL),(159,26,'_edit_lock','1625730306:1'),(160,26,'_edit_last','1'),(161,26,'ct_other_template','0'),(162,26,'ct_template_archive_post_types_all',''),(163,26,'ct_template_categories','a:0:{}'),(164,26,'ct_template_categories_all',''),(165,26,'ct_template_tags','a:0:{}'),(166,26,'ct_template_tags_all',''),(167,26,'ct_template_custom_taxonomies','a:0:{}'),(168,26,'ct_template_custom_taxonomies_all',''),(169,26,'ct_template_authors_archives_all',''),(170,26,'ct_template_index',''),(171,26,'ct_template_front_page',''),(172,26,'ct_template_blog_posts',''),(173,26,'ct_template_date_archive',''),(174,26,'ct_template_search_page',''),(175,26,'ct_template_inner_content',''),(176,26,'ct_template_404_page',''),(177,26,'ct_template_all_archives',''),(178,26,'ct_template_archive_among_taxonomies','a:0:{}'),(179,26,'ct_template_apply_if_archive_among_taxonomies',''),(180,26,'ct_template_archive_post_types','a:0:{}'),(181,26,'ct_template_apply_if_archive_among_cpt',''),(182,26,'ct_template_authors_archives','a:0:{}'),(183,26,'ct_template_apply_if_archive_among_authors',''),(184,26,'ct_template_single_all',''),(185,26,'ct_template_post_types','a:0:{}'),(186,26,'ct_template_exclude_ids',''),(187,26,'ct_template_include_ids',''),(188,26,'ct_template_taxonomies','a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),(189,26,'ct_use_template_taxonomies',''),(190,26,'ct_template_post_of_parents','a:0:{}'),(191,26,'ct_template_apply_if_post_of_parents',''),(192,26,'ct_template_order','0'),(193,26,'ct_builder_shortcodes','[ct_reusable ct_sign_sha256=\'237205e2ca7cfed0a3e1655707718d3ed30e4c4eb300adc7e9614ef1cc31f7e5\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-61-26\",\"ct_id\":61,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'ae899aa587ea85d79afeb4c77ed8a2ff70d9e5852eeba58c4a444b6a6a6037df\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-26\",\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'2feba2ee70c6de996ae2987faac6faa0c4bcd6b2df4c2bf438f7e2a0ca664765\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-26\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'38cebaa6a9ff67feafbfad0c11b27f2e2b2d28688133964bffb0e68e135683b0\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"div_block-4-26\"}\'][ct_headline ct_sign_sha256=\'f23b2a5c945bc32df3445e26f864faca561a6141507fd14644412829f498a7d1\' ct_options=\'{\"ct_id\":6,\"ct_parent\":4,\"selector\":\"headline-6-26\"}\']Getting into Uganda[/ct_headline][oxy_rich_text ct_sign_sha256=\'832b46185ca53e41b854a89d8ae9f424e521058a176f73df2f116cc284d23f7d\' ct_options=\'{\"ct_id\":9,\"ct_parent\":4,\"selector\":\"_rich_text-9-26\"}\']<p>The major entry point to Uganda is Entebbe International Airport, which lies 40km from the capital Kampala. The airport is serviced by a number of international airlines, including SN Brussels, British Airways, South African Airways, Kenya Airways, Air Tanzania, Rwanda air Express, Egypt Air and Ethiopian Airlines.</p><p>Uganda can also be reached overland from Kenya, Rwanda and Tanzania</p>[/oxy_rich_text][ct_headline ct_sign_sha256=\'5df79fb2c8aba096ebaaf2375cc98ed7f6c28fdc6f052b4599d33830e34b0cbe\' ct_options=\'{\"ct_id\":10,\"ct_parent\":4,\"selector\":\"headline-10-26\"}\']Passport &amp; Visa Requirements[/ct_headline][oxy_rich_text ct_sign_sha256=\'60a0642c1b0c327e1f4bbeec45095e6ea4b2ad523cf1627c06cf8a91761bf57b\' ct_options=\'{\"ct_id\":12,\"ct_parent\":4,\"selector\":\"_rich_text-12-26\"}\']<p>Passports valid for at least six months from date of entry are required by all tourists to enter Uganda, Kenya, Rwanda, Tanzania and Congo. On arrival, customs and immigration officials are polite and efficient, and a visa – for those who require one – can be purchased on the spot at Entebbe International Airport or at any overland border.</p><p>Foreign exchange and ATM facilities are available at the airport, which is also serviced by several shops and restaurants. We will arrange air port transfers.</p><p><strong>NOTE:</strong> Nationals of the countries listed below are exempted from visa requirements for travel to Uganda. They do, however, need to have a current passport issued by their respective countries.</p><p>Members of <strong>COMESA</strong>: Angola, Burundi, Comoros, Eritrea, Kenya, Malawi, Mauritius, Madagascar, Rwanda, Seychelles, Swaziland, Tanzania, Zambia and Zimbabwe.</p><p><strong>Others exempted are:</strong> Antigua &amp; Barbuda, The Bahamas, Barbados, Belize, Fiji, Gambia, Grenada, Jamaica, Lesotho, Malta, Sierra Leone, Singapore, Solomon Islands, St Vincent &amp; the Grenadines, Tonga, Vanuatu, Italy (Only diplomatic passport holders) and Cyprus.</p>[/oxy_rich_text][ct_headline ct_sign_sha256=\'7ce729de5edb7a3233c4cb8adfdd4d1a65b577ab8e35ce0a7bd340d7cd4593a7\' ct_options=\'{\"ct_id\":29,\"ct_parent\":4,\"selector\":\"headline-29-26\"}\']Photography During the Uganda Safari[/ct_headline][oxy_rich_text ct_sign_sha256=\'e77f50185161d1f3daa0865dbf52884bbd0bd5a9f0a1f21bf84211a611412c99\' ct_options=\'{\"ct_id\":31,\"ct_parent\":4,\"selector\":\"_rich_text-31-26\"}\']<p>It is only polite to request people before taking photographs. However, it is not permitted at any time to take pictures of, or near, military buildings or soldiers.</p><p>Film and other photographic accessories are available in Uganda.</p><p>For digital photography, it is recommended that you bring extra batteries and a car charger. Most hotels and lodges provide facilities for battery recharging of visual and audio equipment. Feel free to confirm in time.</p><p>There is no charge for photography cameras and personal video recorders, but there may be a charge for commercial filming and photography in some places.</p>[/oxy_rich_text][ct_headline ct_sign_sha256=\'d2e73bdc2695152fdb94fa4582b0623621408d4cefecc455547c3a3eb5adc782\' ct_options=\'{\"ct_id\":32,\"ct_parent\":4,\"selector\":\"headline-32-26\"}\']Binoculars[/ct_headline][oxy_rich_text ct_sign_sha256=\'fe08165bbebbf5e6bdbd5ffed309098364a17be432f66b6e82d665a86f1f0380\' ct_options=\'{\"ct_id\":34,\"ct_parent\":4,\"selector\":\"_rich_text-34-26\"}\']A pair of binoculars is quite useful for up close game viewing or bird watching so do not forget to carry them.[/oxy_rich_text][ct_headline ct_sign_sha256=\'e5c462c7aa565e31301f121c06e07748635fb8dac513a47a346217c2bec95ea5\' ct_options=\'{\"ct_id\":47,\"ct_parent\":4,\"selector\":\"headline-47-26\"}\']Internet &amp; Telephone Services[/ct_headline][oxy_rich_text ct_sign_sha256=\'0fe4e8ca2db1d05cf57945406458c52e78fbf34f84ffedb6284d2d6f8e2e25ab\' ct_options=\'{\"ct_id\":49,\"ct_parent\":4,\"selector\":\"_rich_text-49-26\"}\']<p>Internal and international telephone communication is good from Kampala but can be problematic in some rural areas. Uganda has a good mobile phone network in most of the country though the network can be weak in some remote areas nonetheless local SIM cards can be bought throughout the country. Also, international roaming facilities are available.</p><p>Internet services are widely available in Kampala at internet cafes, and most major towns will have access, although the quality and speed of the connection may vary.</p>[/oxy_rich_text][ct_headline ct_sign_sha256=\'5511d67f1c1d659be38d4a11a2cdbf83a0ff6a3abaf576a49753c65a2478c09c\' ct_options=\'{\"ct_id\":51,\"ct_parent\":4,\"selector\":\"headline-51-26\"}\']Electricity[/ct_headline][oxy_rich_text ct_sign_sha256=\'a44dc35a7bcb23a2fcbd45cb43f2a8efde643596974b5ab67aa2057161433980\' ct_options=\'{\"ct_id\":53,\"ct_parent\":4,\"selector\":\"_rich_text-53-26\"}\']<p>Uganda: 240 volts. 3-pin sockets. We suggest that you bring your own adaptor. Most hotels, camps and lodges can make arrangements for recharging batteries.</p><p>Please ask us on booking if you have any specific requirements.</p>[/oxy_rich_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'679599736a23028dd590b2eedd31be3476f9bbc046d6e48ee8a6087d4e5230e1\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"div_block-5-26\"}\'][ct_headline ct_sign_sha256=\'3abce7a4d41e5d7b7844928d928545ba303bff799a6f97b095fa3628f2d05304\' ct_options=\'{\"ct_id\":15,\"ct_parent\":5,\"selector\":\"headline-15-26\"}\']When to Visit[/ct_headline][oxy_rich_text ct_sign_sha256=\'39c7227643c15f80fd30fcd4ef11adbc9fe42eb4376f4d64979748a9c2298ccf\' ct_options=\'{\"ct_id\":17,\"ct_parent\":5,\"selector\":\"_rich_text-17-26\"}\']Uganda can be visited at any time, though mountain hikes, gorilla tracking and other forest walks are more challenging during the rains, which generally peak over mid-September to November and March to May.[/oxy_rich_text][ct_headline ct_sign_sha256=\'90b4ff07c5e6be3257ccd624a0bc956ecaae7a8fec2792d3cbd664f42c316317\' ct_options=\'{\"ct_id\":21,\"ct_parent\":5,\"selector\":\"headline-21-26\"}\']Luggage[/ct_headline][oxy_rich_text ct_sign_sha256=\'a914cacd5a5284a1ed1ff92ffe857682a11cc700eaada7cd33d3d1db27d082f2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":5,\"selector\":\"_rich_text-23-26\"}\']<p>Airlines will offer you 20-40 kg, or two pieces, of luggage on most flights. It is preferable for you to use soft luggage as space in vehicles is limited.</p><p>If you come with winter clothes, we can arrange for their storage for you will not need them on safari.</p>[/oxy_rich_text][ct_headline ct_sign_sha256=\'e2aeb31374a5864422f3f6713067ced334646b0a19d50a0a4ab1a03f22520483\' ct_options=\'{\"ct_id\":18,\"ct_parent\":5,\"selector\":\"headline-18-26\"}\']Health Requirements[/ct_headline][oxy_rich_text ct_sign_sha256=\'118db44ea37af973b13f0359c925caebfc8fd124c781907f9a0bba6445b9050e\' ct_options=\'{\"ct_id\":20,\"ct_parent\":5,\"selector\":\"_rich_text-20-26\"}\']<p>Certificates may be required for vaccinations against yellow fever. Check current medical advice on typhoid, cholera and hepatitis. But these diseases are not very common, so do not feel obliged to spend a lot of money on injections.</p><p>The malaria risk is general, and prevention measures should be undertaken. It is advisable to start anti-malarial medications 10 – 14 days before arrival and continue with the same for two- three weeks thereafter.</p>[/oxy_rich_text][ct_headline ct_sign_sha256=\'cb687060d35381a7a5b3ab47b1bce3463925dbda9f62d996fc61089de729eb78\' ct_options=\'{\"ct_id\":26,\"ct_parent\":5,\"selector\":\"headline-26-26\"}\']Currency[/ct_headline][oxy_rich_text ct_sign_sha256=\'4fdeda62f66c1e59f572a67305124f75a1eaf18ad8e5caf130e3b4ba70168ab6\' ct_options=\'{\"ct_id\":28,\"ct_parent\":5,\"selector\":\"_rich_text-28-26\",\"activeselector\":false}\']<p>The currency used is the Uganda Shilling (Ug.shs). Coins are issued for smaller denominations of 50, 100, 200 and 500 shillings. Bigger amounts of 1000, 5000, 10,000, 20,000 and 50,000 Uganda Shillings are issued in notes.</p><p>US dollar, GB Pounds, EURO and Yen are readily exchangeable. Large US dollar bills attract the best exchange rates. Currency exchange rates are not constant and are posted at all banks and forex bureaus around Kampala, in major up-country towns and in the local newspapers. The exchange rate by the beginning of 2013 was US$1 = 2600 Uganda Shillings and GBP1 = 3350 Uganda Shillings. There are no restrictions on other international currencies.</p><p>It is strongly recommended that you change money in Kampala prior to your safari where more favorable rates are offered.</p>[/oxy_rich_text][ct_headline ct_sign_sha256=\'e30e4352be01b36e8a79ce0998fe8631596e3719a726daac81e9d8934b294b5c\' ct_options=\'{\"ct_id\":35,\"ct_parent\":5,\"selector\":\"headline-35-26\"}\']Language[/ct_headline][oxy_rich_text ct_sign_sha256=\'6a5f7cb647c880b7f8725fc42086a18247257a32babbd8ac7fda92faceeb4d99\' ct_options=\'{\"ct_id\":37,\"ct_parent\":5,\"selector\":\"_rich_text-37-26\",\"activeselector\":false}\']The official language is English but Kiswahili and Luganda are commonly spoken. Actually in Uganda over 40 languages are spoken![/oxy_rich_text][ct_headline ct_sign_sha256=\'53bbd53bb3307da2f50ed3ad1246b542572e833df4336288c5268bcdb98a27a7\' ct_options=\'{\"ct_id\":38,\"ct_parent\":5,\"selector\":\"headline-38-26\"}\']Food[/ct_headline][oxy_rich_text ct_sign_sha256=\'ffe4b5812e4217533344a3f01e34417fbd18d30e8955d3fa84959284debd8163\' ct_options=\'{\"ct_id\":40,\"ct_parent\":5,\"selector\":\"_rich_text-40-26\"}\']Fresh tropical fruits and vegetables are plenty throughout the country. A wide range of dishes, both traditional and international, are served in the hotels and restaurants.[/oxy_rich_text][ct_headline ct_sign_sha256=\'0ad5b333960f1010e0b4bdcd59dba9d446e287fbf377d95957ae1035a99b9e30\' ct_options=\'{\"ct_id\":41,\"ct_parent\":5,\"selector\":\"headline-41-26\"}\']Drinking Water[/ct_headline][oxy_rich_text ct_sign_sha256=\'237ed8d5f6b6744fdcef17090cbca69445383756393f57c456bf790a9535f688\' ct_options=\'{\"ct_id\":43,\"ct_parent\":5,\"selector\":\"_rich_text-43-26\",\"activeselector\":false}\']For your health, we strongly recommend that you do not drink spring or tap water. Most restaurants and hotels provide boiled drinking water, or you can alternatively choose from several available brands of mineral water.[/oxy_rich_text][ct_headline ct_sign_sha256=\'bfb7c38687d7b51871f689723c614accaf2c3a873928de29518a3701480fbeae\' ct_options=\'{\"ct_id\":44,\"ct_parent\":5,\"selector\":\"headline-44-26\"}\']Alcohol[/ct_headline][oxy_rich_text ct_sign_sha256=\'bc112418141c2e31d909c00324aef3d99c408a5c5a3cc7dd32f763326c31f52e\' ct_options=\'{\"ct_id\":46,\"ct_parent\":5,\"selector\":\"_rich_text-46-26\"}\']<p>Several brands of local and international beer are available, leading local beers include: Bell lager, Club beer, Pilsner lager and Nile Special lager while Guinness, Heineken and most spirits and wines are imported and are readily available.</p><p>However drinking of alcohol under the age of 18 years is also illegal.</p>[/oxy_rich_text][ct_headline ct_sign_sha256=\'0cf73d75401cab45e27a305c64bcebf39e4e2dda3546815e58927bea569b5de1\' ct_options=\'{\"ct_id\":58,\"ct_parent\":5,\"selector\":\"headline-58-26\"}\']Begging/Donations[/ct_headline][oxy_rich_text ct_sign_sha256=\'2cf1609412a1e105b33e7be6dfc3a63116410f46f617e158a6e61bfd2ef27147\' ct_options=\'{\"ct_id\":60,\"ct_parent\":5,\"selector\":\"_rich_text-60-26\"}\']<p>It is not recommended to give money to street children beggars or beggars as this only worsens the culture of begging and dependency. Donations can be made to established international and local charities that work with the homeless, street children and orphans. We can arrange visits to these local projects and organizations on request.</p>[/oxy_rich_text][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(194,26,'oxygen_lock_post_edit_mode',NULL),(195,28,'_edit_lock','1636631940:2'),(196,28,'_edit_last','2'),(197,28,'ct_other_template','0'),(198,28,'ct_template_archive_post_types_all',''),(199,28,'ct_template_categories','a:0:{}'),(200,28,'ct_template_categories_all',''),(201,28,'ct_template_tags','a:0:{}'),(202,28,'ct_template_tags_all',''),(203,28,'ct_template_custom_taxonomies','a:0:{}'),(204,28,'ct_template_custom_taxonomies_all',''),(205,28,'ct_template_authors_archives_all',''),(206,28,'ct_template_index',''),(207,28,'ct_template_front_page',''),(208,28,'ct_template_blog_posts',''),(209,28,'ct_template_date_archive',''),(210,28,'ct_template_search_page',''),(211,28,'ct_template_inner_content',''),(212,28,'ct_template_404_page',''),(213,28,'ct_template_all_archives',''),(214,28,'ct_template_archive_among_taxonomies','a:0:{}'),(215,28,'ct_template_apply_if_archive_among_taxonomies',''),(216,28,'ct_template_archive_post_types','a:0:{}'),(217,28,'ct_template_apply_if_archive_among_cpt',''),(218,28,'ct_template_authors_archives','a:0:{}'),(219,28,'ct_template_apply_if_archive_among_authors',''),(220,28,'ct_template_single_all',''),(221,28,'ct_template_post_types','a:0:{}'),(222,28,'ct_template_exclude_ids',''),(223,28,'ct_template_include_ids',''),(224,28,'ct_template_taxonomies','a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),(225,28,'ct_use_template_taxonomies',''),(226,28,'ct_template_post_of_parents','a:0:{}'),(227,28,'ct_template_apply_if_post_of_parents',''),(228,28,'ct_template_order','0'),(229,28,'ct_builder_shortcodes','[ct_reusable ct_sign_sha256=\'781532dffdfec2e6122fdda6b94eaa0a325ccba50b97d56333f59efad895b479\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-87-28\",\"ct_id\":87,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'93bc4029277fb190f48a992fb373496a6aa41484e4cb7fa98e4a3c259b90e4c0\' ct_options=\'{\"ct_id\":4,\"ct_parent\":0,\"selector\":\"section-4-28\",\"nicename\":\"2 Columns\",\"original\":{\"display\":\"flex\"}}\'][ct_div_block_2 ct_sign_sha256=\'563d26f9bd982f99516479182e69fc021a528a58c0256ddf78d3470adf3ac6e0\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"div_block-5-28\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false,\"original\":{\"text-align\":\"left\",\"align-items\":\"center\"}}\'][ct_div_block_3 ct_sign_sha256=\'6556b37546a6da092f89e0691704fd0ef9b884a63f9a2f3e510301e5c435c879\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"div_block-6-28\"}\'][ct_headline ct_sign_sha256=\'1fe1ca60d6285b5b78073e0cf1609ce676de96f16f83399656325a7d99a05eb8\' ct_options=\'{\"ct_id\":11,\"ct_parent\":6,\"selector\":\"headline-11-28\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']Gorilla African Guest House[/ct_headline][oxy_rich_text ct_sign_sha256=\'0f17d0065dd17ef94a36ffb2c01f7e25cea8fc9ef17b2dd8430e8a19314c2b23\' ct_options=\'{\"ct_id\":58,\"ct_parent\":6,\"selector\":\"_rich_text-58-28\"}\']<p>Gorilla African Guest House is a private owned and family run accommodation located in Kiwafu zone a quiet and serene residential area of Entebbe Municipality.</p><p>Its located 4 km from Entebbe International Airport and 180 meters from the entrance of Entebbe Virus Research Institute.</p><p>The accommodation offers clean, self contained, quality and affordable accommodation to leisure and business travelers transiting through Entebbe Municipality.</p><p>If you are transiting through Entebbe for whatever reason be travel to and from Entebbe International Airport please book with us.</p>[/oxy_rich_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'00678fcf9d4604f97e111a9036c02b38016d9d6960dfd9c31278099bceb67208\' ct_options=\'{\"ct_id\":7,\"ct_parent\":5,\"selector\":\"div_block-7-28\"}\'][ct_image ct_sign_sha256=\'533ed3c6430c7bf517ad4f949721e9769b74badbd69bd4c365932e927c709e1c\' ct_options=\'{\"ct_id\":59,\"ct_parent\":7,\"selector\":\"image-59-28\",\"original\":{\"image_type\":\"2\",\"attachment_id\":152,\"attachment_height\":520,\"attachment_width\":520,\"attachment_url\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/garden-haven.png\",\"attachment_size\":\"full\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'fb87bd3fc48eba7bf63e531125544ed1feecee826c50c85e91c43020834aecf7\' ct_options=\'{\"ct_id\":60,\"ct_parent\":0,\"selector\":\"section-60-28\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-bg-light\"},\"nicename\":\"Gallery Section\",\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'67f8cd419bce9a386eeb311962a61c80e13c153171a50cef497b31adc1a7b0d3\' ct_options=\'{\"ct_id\":61,\"ct_parent\":60,\"selector\":\"div_block-61-28\",\"original\":{\"globalConditionsResult\":true,\"display\":\"flex\"},\"classes\":{\"0\":\"c-grid-1\",\"1\":\"c-gallery\",\"2\":\"c-columns-gap-m\"},\"nicename\":\"Grid gallery\"}\'][ct_image ct_sign_sha256=\'666d797e712036a55be0d323c3d495ffb152167d5d0ade578ce21759b33d442d\' ct_options=\'{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"image-62-28\",\"original\":{\"globalConditionsResult\":true,\"src\":\"https://images.unsplash.com/photo-1477936821694-ec4233a9a1a0?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1320&q=80\",\"custom-css\":\"\",\"image_type\":\"2\",\"attachment_id\":155,\"attachment_height\":539,\"attachment_width\":720,\"attachment_url\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-african-guesthouse-garden1.png\",\"attachment_size\":\"full\"},\"classes\":{\"0\":\"c-rounded\",\"1\":\"c-shadow\"},\"activeselector\":false}\'][/ct_image][ct_image ct_sign_sha256=\'8a320280876ed5bbfb600499de61830d91f5571cefb59a9d3b4686e38120a44e\' ct_options=\'{\"ct_id\":63,\"ct_parent\":61,\"selector\":\"image-63-28\",\"original\":{\"globalConditionsResult\":true,\"src\":\"https://images.unsplash.com/photo-1517816428104-797678c7cf0c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80\",\"custom-css\":\"\",\"image_type\":\"2\",\"attachment_id\":154,\"attachment_height\":539,\"attachment_width\":720,\"attachment_url\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-african-guesthouse-garden2.png\",\"attachment_size\":\"full\"},\"classes\":{\"0\":\"c-rounded\",\"1\":\"c-shadow\"},\"activeselector\":false}\'][/ct_image][ct_image ct_sign_sha256=\'39f64a10dddd9e8e497e584dc41ec417d913314f93bdc9f7144633aafce7955f\' ct_options=\'{\"ct_id\":64,\"ct_parent\":61,\"selector\":\"image-64-28\",\"original\":{\"globalConditionsResult\":true,\"src\":\"https://images.unsplash.com/photo-1502622796232-e88458466c33?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1489&q=80\",\"custom-css\":\"\",\"image_type\":\"2\",\"attachment_id\":153,\"attachment_height\":539,\"attachment_width\":720,\"attachment_url\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-african-guesthouse-garden3.png\",\"attachment_size\":\"full\"},\"classes\":{\"0\":\"c-rounded\",\"1\":\"c-shadow\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'40c4fda5e6708013ab01d03e4da72e8527484542d6042589a4946eea3abcd21b\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"section-14-28\",\"original\":{\"globalConditionsResult\":true,\"container-padding-top\":\"75\"},\"activeselector\":false,\"classes\":{},\"nicename\":\"3 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'956fcc97de24e2b1111343585ebe80f87165f933fb46121f8bcbabf32a64ae17\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"div_block-15-28\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Columns\",\"classes\":{\"0\":\"c-columns-3\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"}}\'][ct_div_block_3 ct_sign_sha256=\'b0363bb3f79e8426eac1fb3c52759b28647fa9ecbb73bd9ab5fbdafef9f2c1b4\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"div_block-16-28\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Column\",\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'6bbec178be0b1d047dc499c7beda7365e99fec5b306dc7a8c7cbf76470496d0e\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"fancy_icon-17-28\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-shield\"},\"classes\":{\"0\":\"c-icon-accent-l\",\"1\":\"c-margin-bottom-m\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e4d32a3daef9f6d87433a3feed8fe214b7031b199a8b2d05424ed1c66db6f757\' ct_options=\'{\"ct_id\":18,\"ct_parent\":16,\"selector\":\"headline-18-28\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h4\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-heading-dark\"}}\']Safe &amp; Secure<br>[/ct_headline][ct_text_block ct_sign_sha256=\'641f45c52515a566586e00fb3995da70625bcd9dcca40a40bea5d62dc10584e2\' ct_options=\'{\"ct_id\":19,\"ct_parent\":16,\"selector\":\"text_block-19-28\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"p\"},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-text-dark\",\"2\":\"c-text-m\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"text-align\":\"center\"}}}}\']The facility is secured in a walled compound and has a 24/7 security guard service.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f56e7bea09708c0cd9a5ecbb219abc6a0fe91e75e539e4cca1c400a3afab9fb1\' ct_options=\'{\"ct_id\":23,\"ct_parent\":15,\"selector\":\"div_block-23-28\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Column\",\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'b81b44d0afd771360a123e5bef605eefac31e8288db4887af49f14c99a9d2254\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"fancy_icon-24-28\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-bed\"},\"classes\":{\"0\":\"c-icon-accent-l\",\"1\":\"c-margin-bottom-m\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ffc840591542a4df9c23a179fb70f7deb30459cb8671240404e945975ff1f29\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"headline-25-28\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h4\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-heading-dark\"}}\']Comfortable Accommodation<br>[/ct_headline][ct_text_block ct_sign_sha256=\'03c027ccb38edc870d90db6dabc4dacf87d5cab7238e6717f7e8c2aa235af35b\' ct_options=\'{\"ct_id\":26,\"ct_parent\":23,\"selector\":\"text_block-26-28\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"p\"},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-text-dark\",\"2\":\"c-text-m\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"text-align\":\"center\"}}}}\']The range of rooms include: single, double, twin and deluxe.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'534a6850de2807b6f7ef36921fb97df568acf540a13478e6095284efc5c12912\' ct_options=\'{\"ct_id\":30,\"ct_parent\":15,\"selector\":\"div_block-30-28\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Column\",\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'0b3ae8367f9dd52c5793f82fba857ecc2a60f8b13b739c28734b2ef8d395ffce\' ct_options=\'{\"ct_id\":31,\"ct_parent\":30,\"selector\":\"fancy_icon-31-28\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-cutlery\"},\"classes\":{\"0\":\"c-icon-accent-l\",\"1\":\"c-margin-bottom-m\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b5f3271eb64501643c1d27751832bcb9e66e254447b1672abab6c84269d715c0\' ct_options=\'{\"ct_id\":32,\"ct_parent\":30,\"selector\":\"headline-32-28\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h4\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-heading-dark\"}}\']Traditional Hospitality<br>[/ct_headline][ct_text_block ct_sign_sha256=\'3ea6b1079a22e3c3b80546cfd64296e8dbfca0917d0d305c5ba6d51745cf2eb9\' ct_options=\'{\"ct_id\":33,\"ct_parent\":30,\"selector\":\"text_block-33-28\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"p\"},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-text-dark\",\"2\":\"c-text-m\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"text-align\":\"center\"}}}}\']The staff are ready to receive you at anytime with the traditional hospitality[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'33a11b15dfe1799fa0ffb50e1c9312c5da090c3384473a5d4ceaadff59502aa2\' ct_options=\'{\"ct_id\":85,\"ct_parent\":0,\"selector\":\"section-85-28\",\"classes\":{\"0\":\"c-bg-light\"},\"activeselector\":false,\"original\":{\"container-padding-top\":\"75\",\"display\":\"flex\"}}\'][oxy_gallery ct_sign_sha256=\'d178ac9ee592bf46c66bd845502a1c377c1523b4615ae65a8001d84f6d0d2259\' ct_options=\'{\"ct_id\":86,\"ct_parent\":85,\"selector\":\"_gallery-86-28\",\"original\":{\"gallery_source\":\"medialibrary\",\"image_ids\":\"159,158,157,156\",\"lightbox\":\"no\",\"link\":\"no\",\"images_per_row\":\"2\"},\"activeselector\":false}\'][/oxy_gallery][ct_new_columns_2 ct_sign_sha256=\'58feb11b7c62ce5543a9a82ae0147014c7a890365d008cde6875adc12e72dced\' ct_options=\'{\"ct_id\":90,\"ct_parent\":85,\"selector\":\"new_columns-90-28\",\"original\":{\"margin-top\":\"46\",\"stack-columns-vertically\":\"phone-landscape\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'163504a3ac18181fe4d1f7bfde352d47b64a7a1e4dbb903098157550c6ae261a\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"div_block-91-28\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"right\",\"align-items\":\"flex-end\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\"}}}}\'][ct_headline ct_sign_sha256=\'229163443dd7f28229c5e4e1da6bedd0abfcf2ff1780b7917b04bf86cd7138ad\' ct_options=\'{\"ct_id\":93,\"ct_parent\":91,\"selector\":\"headline-93-28\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Room Rates[/ct_headline][ct_text_block ct_sign_sha256=\'b34db4f9607427b794e5e62e40f0b42c7dc6b0769cf32fcc13d6e3c6419f6ec5\' ct_options=\'{\"ct_id\":95,\"ct_parent\":91,\"selector\":\"text_block-95-28\"}\']Bed and breakfast. All taxes paid.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'889418fffb6d89407d9eff50d2fb374d6c122eb92495fda4a3a7359de3b84410\' ct_options=\'{\"ct_id\":92,\"ct_parent\":90,\"selector\":\"div_block-92-28\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false}\'][oxy_rich_text ct_sign_sha256=\'3e87abd2d9ef497b5764a80b1e8800be2fbf9aa5649159338144b44739e587e9\' ct_options=\'{\"ct_id\":97,\"ct_parent\":92,\"selector\":\"_rich_text-97-28\"}\']<ul><li><strong>Single Room:</strong> US$30</li><li><strong>Double/Twin Room:</strong>  US$40</li><li><strong>Triple Room:</strong> US$60</li><li><strong>Dormitory:</strong> 6 bed US$80</li></ul>[/oxy_rich_text][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'0268ba30a52e7b31be4e4599a87edb08d28297b405d22a69ba92d1cd809b2c2a\' ct_options=\'{\"ct_id\":49,\"ct_parent\":0,\"selector\":\"section-49-28\",\"nicename\":\"3 to 2 Columns\",\"original\":{\"text-align\":\"left\",\"display\":\"flex\",\"align-items\":\"center\"}}\'][ct_div_block_2 ct_sign_sha256=\'54943acd6f5139e687327d0970fcd5c299372cecc2b7092bf3265a0359b50cff\' ct_options=\'{\"ct_id\":50,\"ct_parent\":49,\"selector\":\"div_block-50-28\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"center\"}}\'][ct_div_block_3 ct_sign_sha256=\'8be62a2e79cbc9d6788fb96c8294ed9209cb6378036838055c90255f3395c1f5\' ct_options=\'{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"div_block-51-28\"}\'][ct_headline ct_sign_sha256=\'7364d54387a295a752c9de8f894c8844f9f5f79a7e7c061b3b1c835f0bbef1c4\' ct_options=\'{\"ct_id\":54,\"ct_parent\":51,\"selector\":\"headline-54-28\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']Come as Our Guest, Leave as Our Friend[/ct_headline][ct_text_block ct_sign_sha256=\'7c0940c6513fadf0b2fe63d97edf787b2015f14474bbebdae66b9a75f2b6c2a0\' ct_options=\'{\"ct_id\":56,\"ct_parent\":51,\"selector\":\"text_block-56-28\"}\']We have a 24 hour check-in policy. Check out is 11AM. <br><br>For reservations please call +256 781 516 422 or +256 702 348 922 or email us at info@gorillaafricaguesthouse.com.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'192c3a277ce2c7d22b86c9ede20faeda0ffd466bbd61dee6427a2f5c1da02e54\' ct_options=\'{\"ct_id\":52,\"ct_parent\":50,\"selector\":\"div_block-52-28\",\"classes\":{},\"activeselector\":false,\"original\":{\"text-align\":\"left\",\"align-items\":\"flex-end\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\"}}}}\'][ct_link_text ct_sign_sha256=\'1e3a004f6b20bce4f7c5ef7538a289359051d0b61fa65fbbc734ce45c800f5a8\' ct_options=\'{\"ct_id\":46,\"ct_parent\":52,\"selector\":\"link_text-46-28\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/contact/\",\"target\":\"\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-btn-l\",\"2\":\"c-btn-main\"},\"nicename\":\"CTA Button\",\"activeselector\":false}\']Book Now[/ct_link_text][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(230,28,'oxygen_lock_post_edit_mode',NULL),(231,30,'_edit_lock','1625730391:1'),(232,30,'_edit_last','1'),(233,30,'ct_other_template','0'),(234,30,'ct_template_archive_post_types_all',''),(235,30,'ct_template_categories','a:0:{}'),(236,30,'ct_template_categories_all',''),(237,30,'ct_template_tags','a:0:{}'),(238,30,'ct_template_tags_all',''),(239,30,'ct_template_custom_taxonomies','a:0:{}'),(240,30,'ct_template_custom_taxonomies_all',''),(241,30,'ct_template_authors_archives_all',''),(242,30,'ct_template_index',''),(243,30,'ct_template_front_page',''),(244,30,'ct_template_blog_posts',''),(245,30,'ct_template_date_archive',''),(246,30,'ct_template_search_page',''),(247,30,'ct_template_inner_content',''),(248,30,'ct_template_404_page',''),(249,30,'ct_template_all_archives',''),(250,30,'ct_template_archive_among_taxonomies','a:0:{}'),(251,30,'ct_template_apply_if_archive_among_taxonomies',''),(252,30,'ct_template_archive_post_types','a:0:{}'),(253,30,'ct_template_apply_if_archive_among_cpt',''),(254,30,'ct_template_authors_archives','a:0:{}'),(255,30,'ct_template_apply_if_archive_among_authors',''),(256,30,'ct_template_single_all',''),(257,30,'ct_template_post_types','a:0:{}'),(258,30,'ct_template_exclude_ids',''),(259,30,'ct_template_include_ids',''),(260,30,'ct_template_taxonomies','a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),(261,30,'ct_use_template_taxonomies',''),(262,30,'ct_template_post_of_parents','a:0:{}'),(263,30,'ct_template_apply_if_post_of_parents',''),(264,30,'ct_template_order','0'),(265,30,'ct_builder_shortcodes','[ct_reusable ct_sign_sha256=\'4a5173d0b54e9583944936bf055051bbf745bc63b0673177ef9733ee3e290f03\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-94-30\",\"ct_id\":94,\"ct_parent\":0,\"nicename\":\"Banner\"}\'][/ct_reusable][ct_section ct_sign_sha256=\'94bcdd6e382d89737f3d36a53c21d329322d11de7a16673ffc5272a935ada757\' ct_options=\'{\"ct_id\":48,\"ct_parent\":0,\"selector\":\"section-48-30\",\"nicename\":\"2 Text Columns with Heading\",\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'10b30b7680c8f0cb1b249d437247046abc8be19a4860e2c0b30f98d31de8fdc2\' ct_options=\'{\"ct_id\":60,\"ct_parent\":48,\"selector\":\"headline-60-30\",\"original\":{\"tag\":\"h2\",\"width-unit\":\"%\",\"width\":\"100\"},\"classes\":{\"0\":\"c-padding-bottom-m\",\"1\":\"c-center\"},\"activeselector\":false}\']Uganda, A Birdwatcher\'s Paradise[/ct_headline][ct_div_block_2 ct_sign_sha256=\'b4d4ad6005af10cd5fe5d7d67a124b1222e290f1f16d44eb4c5898e3ab701720\' ct_options=\'{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"div_block-49-30\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fe7a5c979e8079a4dcc71f430ed9932268559b06781a9c84f1c06cbc015ea624\' ct_options=\'{\"ct_id\":50,\"ct_parent\":49,\"selector\":\"div_block-50-30\"}\'][oxy_rich_text ct_sign_sha256=\'358dbd5e58d8ef993ca7f9dc9daac0f6874cd558e9000527262e57b8d54fde27\' ct_options=\'{\"ct_id\":85,\"ct_parent\":50,\"selector\":\"_rich_text-85-30\"}\']<p>Uganda is an equatorial country of astonishing contrasts.</p><p>No other area in Africa can match its amazing diversity of habitats ranging from arid semi-deserts, rich savannahs, lowlands and montane rainforests to vast wetlands, volcanoes and an afro-alpine zone, and covering an altitude from 650 to 5,000 metres.</p>[/oxy_rich_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f3dee4ac5939c4ab50a5a176022bd0f6c48028713a36f57f9c9dab143791b72c\' ct_options=\'{\"ct_id\":51,\"ct_parent\":49,\"selector\":\"div_block-51-30\"}\'][oxy_rich_text ct_sign_sha256=\'56572124533ccc9a8145cda91e06c8038b215743c0da5669a80eae39b832c7b1\' ct_options=\'{\"ct_id\":87,\"ct_parent\":51,\"selector\":\"_rich_text-87-30\"}\']<p>This richness is reflected in the number of birds per square kilometer the highest than any other country in Africa!</p><p>Given the small size of the country, which is approximately 235,000 square kilometers, Uganda boasts a national bird list of over 1008 species. This represents more than half the bird species that can be found in the whole of Africa.</p>[/oxy_rich_text][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'3f0212da3dd5955074ab24dc2b0da70e3e0c71ca6e04739cbddceeccea2f90c4\' ct_options=\'{\"ct_id\":95,\"ct_parent\":0,\"selector\":\"section-95-30\",\"nicename\":\"Big Body Image\"}\'][ct_image ct_sign_sha256=\'939c79624dcabf1d9b392f726b1d590042e98a2ec8d802410c033f9529b7dc26\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"image-96-30\",\"original\":{\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/07/birds-uganda.jpeg\"},\"activeselector\":false}\'][/ct_image][/ct_section][ct_section ct_sign_sha256=\'474d5bc3e738a5bd244c4a56d475103545c2bd9b1957bf7091086e2caf73258a\' ct_options=\'{\"ct_id\":63,\"ct_parent\":0,\"selector\":\"section-63-30\",\"nicename\":\"2 to 3 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'c9291b3201149734fc3e56b9c3f5c39a493f374b044d419d3ade261358351b9a\' ct_options=\'{\"ct_id\":64,\"ct_parent\":63,\"selector\":\"div_block-64-30\",\"classes\":{\"0\":\"c-columns-gap-l\",\"1\":\"c-columns-2-3\",\"2\":\"c-columns-m-1\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'ee0c4a6ad0d9f9156c44d35d6019cc1a8d92d3d2af289f7388970191a73be8ee\' ct_options=\'{\"ct_id\":65,\"ct_parent\":64,\"selector\":\"div_block-65-30\",\"media\":{\"phone-landscape\":{\"original\":{\"display\":\"grid\",\"grid-justify-items\":\"center\"}}}}\'][ct_image ct_sign_sha256=\'bed0ac637291ee927e123f0e79e9a422e87036bc9ba31d4ff4a6b72b79320787\' ct_options=\'{\"ct_id\":61,\"ct_parent\":65,\"selector\":\"image-61-30\",\"original\":{\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/ross-turacco.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a79df85ee2a0c378fac2bffad34ce6c4a6baac2f4500714f7c591e99760dae29\' ct_options=\'{\"ct_id\":66,\"ct_parent\":64,\"selector\":\"div_block-66-30\",\"classes\":{}}\'][ct_headline ct_sign_sha256=\'af9dcf36eff9ca75bafe2fb0085d83779ff3418acaf0dcc4c5a138020da5f3cc\' ct_options=\'{\"ct_id\":34,\"ct_parent\":66,\"selector\":\"headline-34-30\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Forests[/ct_headline][oxy_rich_text ct_sign_sha256=\'4621d7e82add11d7d08cfa5c50db47afe08c41f7e91961e9d1f4747bf4a8a27c\' ct_options=\'{\"ct_id\":89,\"ct_parent\":66,\"selector\":\"_rich_text-89-30\"}\']<p>Uganda has an area contiguous with the Great Guinea/Congo Basin rain forest on its western border. Subsequently there are a number of west and central African bird species occurring in Uganda that are not found elsewhere in East Africa.</p><p>There are more than 700 forest reserves in Uganda.<br />One particular region is the Albertine Rift Endemic area (ARE), which has 38 species of birds confined to Uganda, Rwanda, Burundi and the Congo. Of these ARE’s Uganda has 25, mostly confined to the forests of Mgahinga and Bwindi National Parks in the southwest.</p>[/oxy_rich_text][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'83983503a1b9d7d3742fbbf1c9d6f92ec9b605dbc3caf3831cccd21532a364bc\' ct_options=\'{\"ct_id\":67,\"ct_parent\":0,\"selector\":\"section-67-30\",\"nicename\":\"3 to 2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'34d4fd261f7cf0270fd410f9cc0d10a0e3db818b9cb00c98197339e538b8097b\' ct_options=\'{\"ct_id\":68,\"ct_parent\":67,\"selector\":\"div_block-68-30\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\"}\'][ct_div_block_3 ct_sign_sha256=\'c1b2d06689a9a1bbafc635bb8898c7304ab54b93faf673aed9b3ecbcb9675b69\' ct_options=\'{\"ct_id\":69,\"ct_parent\":68,\"selector\":\"div_block-69-30\"}\'][ct_headline ct_sign_sha256=\'9dd6359b22afc49c475fd7fb9ea12dc5e95f46910bccea64be7023c721289832\' ct_options=\'{\"ct_id\":38,\"ct_parent\":69,\"selector\":\"headline-38-30\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Wetlands[/ct_headline][oxy_rich_text ct_sign_sha256=\'96444cfb9bc9d1c4e2145cdc6be27662380884a923baa355b5cb280276b06d73\' ct_options=\'{\"ct_id\":91,\"ct_parent\":69,\"selector\":\"_rich_text-91-30\"}\']<p>Uganda has 30,000 square kilometres of wetlands.</p><p>Not less than 210 species, ranging from the shoebill and African skimmer to the endemic Fox’s weaver, are found in these wetlands. More to the above are four papyrus endemics; the papyrus gonolek, papyrus canary, white-winged warbler and papyrus yellow warbler. And a white-winged black tern roost of 2-3 million birds in the Entebbe area (Lutembe Bay).</p>[/oxy_rich_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e0f82f4565c69f747b26beff7ab9723aa7660b3cde87c95264c67af49103d4d0\' ct_options=\'{\"ct_id\":70,\"ct_parent\":68,\"selector\":\"div_block-70-30\",\"classes\":{\"0\":\"c-row-start-m-1\"},\"media\":{\"phone-landscape\":{\"original\":{\"display\":\"grid\",\"grid-justify-items\":\"center\"}}},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'4bf40ecbd7e496dee931e323e00c21b5f3e78798298c3c1f249b1ade56723d2b\' ct_options=\'{\"ct_id\":62,\"ct_parent\":70,\"selector\":\"image-62-30\",\"original\":{\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/crowned-crane-river.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'bea6b97588bb7072fdb0fdbbd0249e79c8d170ceb6a14dc30eb81b3748160858\' ct_options=\'{\"ct_id\":71,\"ct_parent\":0,\"selector\":\"section-71-30\",\"nicename\":\"2 to 3 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'1b446145f28e0dd56457fae3ce24ad3a8c57cbd1efc342a476d08b2020b82792\' ct_options=\'{\"ct_id\":72,\"ct_parent\":71,\"selector\":\"div_block-72-30\",\"classes\":{\"0\":\"c-columns-m-1\",\"1\":\"c-columns-gap-l\",\"2\":\"c-columns-2-3\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'5e5f30fd0f32e78f085e9c6aebae76837af049c80b3c8af8bc7ff1662b421ecd\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"div_block-73-30\",\"media\":{\"phone-landscape\":{\"original\":{\"display\":\"grid\",\"grid-justify-items\":\"center\"}}}}\'][ct_image ct_sign_sha256=\'536380ac792412c13c1a082230eafef0973d72a9be1273cec850f5db253222cf\' ct_options=\'{\"ct_id\":83,\"ct_parent\":73,\"selector\":\"image-83-30\",\"original\":{\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/geese.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'4fb4b9ecae2c8bb6c7264da68064ce541cfd51c4177e5ae886f5ea6edb13b1ab\' ct_options=\'{\"ct_id\":74,\"ct_parent\":72,\"selector\":\"div_block-74-30\",\"classes\":{},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'0bcca60519e48774983c37de072a4fa8764ed1b5b88d5452772a4f161f9e7efa\' ct_options=\'{\"ct_id\":42,\"ct_parent\":74,\"selector\":\"headline-42-30\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Savannahs[/ct_headline][oxy_rich_text ct_sign_sha256=\'9f5fc1b032effe91318c98d4ee02aff6dc22f5be97bd7e85d4223e9085443a0c\' ct_options=\'{\"ct_id\":93,\"ct_parent\":74,\"selector\":\"_rich_text-93-30\"}\']<p>In Uganda savannahs vary from the remote, semi-desert, dry thorn-scrub region of Karamoja in the northeast, to the richer fertile savannahs of the western rift valley.</p><p>Queen Elizabeth National Park has a bird list of 604 species, the highest for any protected area in Africa.</p>[/oxy_rich_text][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(266,30,'oxygen_lock_post_edit_mode',NULL),(267,32,'_edit_lock','1622103298:1'),(268,32,'_edit_last','1'),(269,32,'ct_other_template','0'),(270,32,'ct_template_archive_post_types_all',''),(271,32,'ct_template_categories','a:0:{}'),(272,32,'ct_template_categories_all',''),(273,32,'ct_template_tags','a:0:{}'),(274,32,'ct_template_tags_all',''),(275,32,'ct_template_custom_taxonomies','a:0:{}'),(276,32,'ct_template_custom_taxonomies_all',''),(277,32,'ct_template_authors_archives_all',''),(278,32,'ct_template_index',''),(279,32,'ct_template_front_page',''),(280,32,'ct_template_blog_posts',''),(281,32,'ct_template_date_archive',''),(282,32,'ct_template_search_page',''),(283,32,'ct_template_inner_content',''),(284,32,'ct_template_404_page',''),(285,32,'ct_template_all_archives',''),(286,32,'ct_template_archive_among_taxonomies','a:0:{}'),(287,32,'ct_template_apply_if_archive_among_taxonomies',''),(288,32,'ct_template_archive_post_types','a:0:{}'),(289,32,'ct_template_apply_if_archive_among_cpt',''),(290,32,'ct_template_authors_archives','a:0:{}'),(291,32,'ct_template_apply_if_archive_among_authors',''),(292,32,'ct_template_single_all',''),(293,32,'ct_template_post_types','a:0:{}'),(294,32,'ct_template_exclude_ids',''),(295,32,'ct_template_include_ids',''),(296,32,'ct_template_taxonomies','a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),(297,32,'ct_use_template_taxonomies',''),(298,32,'ct_template_post_of_parents','a:0:{}'),(299,32,'ct_template_apply_if_post_of_parents',''),(300,32,'ct_template_order','0'),(301,32,'ct_builder_shortcodes',''),(302,32,'oxygen_lock_post_edit_mode',NULL),(303,34,'_edit_lock','1627461300:1'),(304,34,'_edit_last','1'),(305,34,'ct_other_template','0'),(306,34,'ct_template_archive_post_types_all',''),(307,34,'ct_template_categories','a:0:{}'),(308,34,'ct_template_categories_all',''),(309,34,'ct_template_tags','a:0:{}'),(310,34,'ct_template_tags_all',''),(311,34,'ct_template_custom_taxonomies','a:0:{}'),(312,34,'ct_template_custom_taxonomies_all',''),(313,34,'ct_template_authors_archives_all',''),(314,34,'ct_template_index',''),(315,34,'ct_template_front_page',''),(316,34,'ct_template_blog_posts',''),(317,34,'ct_template_date_archive',''),(318,34,'ct_template_search_page',''),(319,34,'ct_template_inner_content',''),(320,34,'ct_template_404_page',''),(321,34,'ct_template_all_archives',''),(322,34,'ct_template_archive_among_taxonomies','a:0:{}'),(323,34,'ct_template_apply_if_archive_among_taxonomies',''),(324,34,'ct_template_archive_post_types','a:0:{}'),(325,34,'ct_template_apply_if_archive_among_cpt',''),(326,34,'ct_template_authors_archives','a:0:{}'),(327,34,'ct_template_apply_if_archive_among_authors',''),(328,34,'ct_template_single_all',''),(329,34,'ct_template_post_types','a:0:{}'),(330,34,'ct_template_exclude_ids',''),(331,34,'ct_template_include_ids',''),(332,34,'ct_template_taxonomies','a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),(333,34,'ct_use_template_taxonomies',''),(334,34,'ct_template_post_of_parents','a:0:{}'),(335,34,'ct_template_apply_if_post_of_parents',''),(336,34,'ct_template_order','0'),(337,34,'ct_builder_shortcodes','[ct_reusable ct_sign_sha256=\'d59d9583c3402fdb0a5c483ac925edb2a592411625ffe2ddd1c1650e6174494a\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-75-34\",\"ct_id\":75,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'4367158da0e1922b678039b3d2017c6f4a04f70e9462bf1f9c96e4383dc8fb92\' ct_options=\'{\"ct_id\":10,\"ct_parent\":0,\"selector\":\"section-10-34\",\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'c62a1d0680108c7ef068ea357a8acf39d2f20efd0a1f2a398b1c3bbc16feb0d4\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"div_block-11-34\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-gap-xl\",\"2\":\"c-columns-l-1\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'0c67e801c6e0cc62b0f9887d53e6eb615b13f82a640500cf58bca03c25d0f717\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"div_block-12-34\"}\'][ct_headline ct_sign_sha256=\'27957b5c37cfaa41bee312b173007c1825a1ffafc7b9143d41b418a353779aa4\' ct_options=\'{\"ct_id\":21,\"ct_parent\":12,\"selector\":\"headline-21-34\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false,\"classes\":{\"0\":\"c-padding-bottom-m\"},\"media\":{\"phone-landscape\":{\"original\":{\"text-align\":\"center\"}}}}\']Contact Us Today About an East Africa Safari[/ct_headline][oxy_icon_box ct_sign_sha256=\'b227e99ef0349fba1ff2de9f50edfa5871d05ab0ddb4ed240e9dbf2dd88c990f\' ct_options=\'{\"ct_id\":70,\"ct_parent\":12,\"selector\":\"_icon_box-70-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"T2ZmaWNlcw==\",\"icon_box_text\":\"PGI+TWFpbiBPZmZpY2U8L2I+PGJyPlBsb3QgMTQgSmluamEgUm9hZCwgRW50ZWJiZSwgVWdhbmRhPGJyPjxiPkJyYW5jaCBPZmZpY2U8L2I+PGJyPlBsb3QgNTEgV2lsbGlhbSBTdHJlZXQsIEthbXBhbGEsIFVnYW5kYQ==\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":\"icon-box-inline\"}\'][ct_fancy_icon ct_sign_sha256=\'de46fd82b11219ccba75d36bf5f9df52a27309044db54e300646153e54448897\' ct_options=\'{\"ct_id\":71,\"ct_parent\":70,\"selector\":\"fancy_icon-71-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-building\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][oxy_icon_box ct_sign_sha256=\'02c24d7e3ef6e35768f7d5cfbd02359e22176a704115a8f9abc573231bc52bf0\' ct_options=\'{\"ct_id\":82,\"ct_parent\":12,\"selector\":\"_icon_box-82-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"UG9zdGFsIEFkZHJlc3M=\",\"icon_box_text\":\"UC5PLiBCb3ggNzQ3MywgS2FtcGFsYSwgVWdhbmRhPGJyPg==\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":\"icon-box-inline\"}\'][ct_fancy_icon ct_sign_sha256=\'61223a2af3143672a100058ba5a2a5d665d5179340ee985195c8aebd3d9c5aae\' ct_options=\'{\"ct_id\":83,\"ct_parent\":82,\"selector\":\"fancy_icon-83-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-envelope-open\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][oxy_icon_box ct_sign_sha256=\'62e48784ccaa6e99a93e9d6370908eac4b475c29b81f19227a16ccb1fcc672cb\' ct_options=\'{\"ct_id\":85,\"ct_parent\":12,\"selector\":\"_icon_box-85-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"RW1haWw=\",\"icon_box_text\":\"aW5mb0Bnb3JpbGxhc2FmYXJpcy5jb208YnI+aW5mb0Bnb3JpbGxhYWZyaWNhZ3Vlc3Rob3VzZS5jb20=\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":\"icon-box-inline\"}\'][ct_fancy_icon ct_sign_sha256=\'f3f87d747295b99aceccbbd3d571d55d7152a1d27633fe5ab7e8169985d4d3a3\' ct_options=\'{\"ct_id\":86,\"ct_parent\":85,\"selector\":\"fancy_icon-86-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-envelope-o\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][oxy_icon_box ct_sign_sha256=\'ce55a84fe7200699b28fad240de267d0002fa1cad74ccdd4d1f65d2f8fa5c5a9\' ct_options=\'{\"ct_id\":87,\"ct_parent\":12,\"selector\":\"_icon_box-87-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"VGVsZXBob25l\",\"icon_box_text\":\"KzI1NiA3ODEgNTE2IDQyMiAvICsyNTYgNzUyIDE3OSAzMDA=\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":\"icon-box-inline\"}\'][ct_fancy_icon ct_sign_sha256=\'2ab982a570dea22350b95a10a3571c437a401f86c276523254551db2f1777146\' ct_options=\'{\"ct_id\":88,\"ct_parent\":87,\"selector\":\"fancy_icon-88-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-phone\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][oxy_icon_box ct_sign_sha256=\'f66e91d0f24c173ca116c18632b40c9e8d64f16e5c0b10716bce0f09664e9e33\' ct_options=\'{\"ct_id\":90,\"ct_parent\":12,\"selector\":\"_icon_box-90-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"V2hhdHNBcHA=\",\"icon_box_text\":\"KzI1NiA3ODQgNTA4IDM5MyAvICsgMjU2IDcwMiAzNDggOTIy\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":\"icon-box-inline\"}\'][ct_fancy_icon ct_sign_sha256=\'9aabc873f82eb86b1f37b130be7afaab96e3b6f7c4619874049d528248749e62\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"fancy_icon-91-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-whatsapp\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ca5aff324df6c43b4461fa1e02f6e37800d2c90e3c8fe08f8ce6d98cdb228f25\' ct_options=\'{\"ct_id\":13,\"ct_parent\":11,\"selector\":\"div_block-13-34\"}\'][ct_div_block_4 ct_sign_sha256=\'0683ee277f8a572ad476875502a689640d8726d743fb12d1957998681217f653\' ct_options=\'{\"ct_id\":77,\"ct_parent\":13,\"selector\":\"div_block-77-34\",\"classes\":{\"0\":\"form-wrapper\"},\"activeselector\":\"form-wrapper\"}\'][ct_headline ct_sign_sha256=\'4c73c3d4718b4c124ed16415129a1c21467799873585388695cd3f3566b583f4\' ct_options=\'{\"ct_id\":78,\"ct_parent\":77,\"selector\":\"headline-78-34\",\"classes\":{\"0\":\"c-heading-light\"},\"activeselector\":false}\']Quick Enquiry<br>[/ct_headline][ct_shortcode ct_sign_sha256=\'a06e9926a5032a5e9848e52adb250c9fede7ec43250a8d2bc4e086f532b185d1\' ct_options=\'{\"ct_id\":74,\"ct_parent\":77,\"selector\":\"shortcode-74-34\",\"original\":{\"full_shortcode\":true},\"ct_shortcode\":\"true\",\"activeselector\":\"fluent-form\",\"classes\":{\"0\":\"fluent-form\"}}\'][fluentform id=\"3\"][/ct_shortcode][/ct_div_block_4][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(338,34,'oxygen_lock_post_edit_mode',NULL),(339,36,'_menu_item_type','post_type'),(340,36,'_menu_item_menu_item_parent','0'),(341,36,'_menu_item_object_id','18'),(342,36,'_menu_item_object','page'),(343,36,'_menu_item_target',''),(344,36,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(345,36,'_menu_item_xfn',''),(346,36,'_menu_item_url',''),(348,37,'_menu_item_type','post_type'),(349,37,'_menu_item_menu_item_parent','36'),(350,37,'_menu_item_object_id','20'),(351,37,'_menu_item_object','page'),(352,37,'_menu_item_target',''),(353,37,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(354,37,'_menu_item_xfn',''),(355,37,'_menu_item_url',''),(357,38,'_menu_item_type','post_type'),(358,38,'_menu_item_menu_item_parent','36'),(359,38,'_menu_item_object_id','22'),(360,38,'_menu_item_object','page'),(361,38,'_menu_item_target',''),(362,38,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(363,38,'_menu_item_xfn',''),(364,38,'_menu_item_url',''),(366,39,'_menu_item_type','post_type'),(367,39,'_menu_item_menu_item_parent','40'),(368,39,'_menu_item_object_id','24'),(369,39,'_menu_item_object','page'),(370,39,'_menu_item_target',''),(371,39,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(372,39,'_menu_item_xfn',''),(373,39,'_menu_item_url',''),(375,40,'_menu_item_type','post_type'),(376,40,'_menu_item_menu_item_parent','0'),(377,40,'_menu_item_object_id','26'),(378,40,'_menu_item_object','page'),(379,40,'_menu_item_target',''),(380,40,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(381,40,'_menu_item_xfn',''),(382,40,'_menu_item_url',''),(384,41,'_menu_item_type','post_type'),(385,41,'_menu_item_menu_item_parent','40'),(386,41,'_menu_item_object_id','28'),(387,41,'_menu_item_object','page'),(388,41,'_menu_item_target',''),(389,41,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(390,41,'_menu_item_xfn',''),(391,41,'_menu_item_url',''),(393,42,'_menu_item_type','post_type'),(394,42,'_menu_item_menu_item_parent','40'),(395,42,'_menu_item_object_id','30'),(396,42,'_menu_item_object','page'),(397,42,'_menu_item_target',''),(398,42,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(399,42,'_menu_item_xfn',''),(400,42,'_menu_item_url',''),(411,44,'_menu_item_type','post_type'),(412,44,'_menu_item_menu_item_parent','0'),(413,44,'_menu_item_object_id','34'),(414,44,'_menu_item_object','page'),(415,44,'_menu_item_target',''),(416,44,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(417,44,'_menu_item_xfn',''),(418,44,'_menu_item_url',''),(420,45,'_edit_last','1'),(421,45,'_edit_lock','1636631431:2'),(422,45,'ct_template_archive_post_types_all',''),(423,45,'ct_template_categories','a:0:{}'),(424,45,'ct_template_categories_all',''),(425,45,'ct_template_tags','a:0:{}'),(426,45,'ct_template_tags_all',''),(427,45,'ct_template_custom_taxonomies','a:0:{}'),(428,45,'ct_template_custom_taxonomies_all',''),(429,45,'ct_template_authors_archives_all',''),(430,45,'ct_template_index','true'),(431,45,'ct_template_front_page',''),(432,45,'ct_template_blog_posts',''),(433,45,'ct_template_date_archive',''),(434,45,'ct_template_search_page',''),(435,45,'ct_template_inner_content',''),(436,45,'ct_template_404_page',''),(437,45,'ct_template_all_archives',''),(438,45,'ct_template_archive_among_taxonomies','a:0:{}'),(439,45,'ct_template_apply_if_archive_among_taxonomies',''),(440,45,'ct_template_archive_post_types','a:0:{}'),(441,45,'ct_template_apply_if_archive_among_cpt',''),(442,45,'ct_template_authors_archives','a:0:{}'),(443,45,'ct_template_apply_if_archive_among_authors',''),(444,45,'ct_template_single_all',''),(445,45,'ct_template_post_types','a:0:{}'),(446,45,'ct_template_exclude_ids',''),(447,45,'ct_template_include_ids',''),(448,45,'ct_template_taxonomies','a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),(449,45,'ct_use_template_taxonomies',''),(450,45,'ct_template_post_of_parents','a:1:{i:0;s:0:\"\";}'),(451,45,'ct_template_apply_if_post_of_parents',''),(452,45,'ct_template_order','0'),(453,45,'ct_builder_shortcodes','[oxy_header ct_sign_sha256=\'1882948f9c7e7ba4339e8e75f871fd7e89d2f14abb7ecdf7c1e5cc5e0211a369\' ct_options=\'{\"ct_id\":72,\"ct_parent\":0,\"selector\":\"_header-72-45\",\"original\":{\"sticky-media\":\"tablet\",\"sticky_scroll_distance\":\"300\",\"globalConditionsResult\":true,\"sticky_header\":\"yes\",\"sticky_header_fade_in\":\"yes\",\"sticky_header_fade_in_speed\":\"0.6\",\"sticky-box-shadow\":\"0px 5px 20px -15px rgba(0,0,0,0.1);\"},\"classes\":{\"0\":\"c-shadow\",\"1\":\"c-header\"},\"nicename\":\"Header\",\"activeselector\":\"c-header\"}\'][oxy_header_row ct_sign_sha256=\'e3bca8885d6144c1a3ea5b6861721fd265e47fea68f28733906d9fc5896802db\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"_header_row-73-45\",\"original\":{\"globalConditionsResult\":true,\"padding-top\":\"10\",\"padding-bottom\":\"10\",\"hide_in_sticky\":\"yes\",\"background-color\":\"color(3)\",\"hide-row\":\"tablet\"},\"classes\":{},\"nicename\":\"Subheader\"}\'][oxy_header_left ct_sign_sha256=\'a924844042f4f6ea4870c63ae7de726462cc4357be094f1274e7279b440a40c1\' ct_options=\'{\"ct_id\":74,\"ct_parent\":73,\"selector\":\"_header_left-74-45\"}\'][ct_div_block_2 ct_sign_sha256=\'f352434f017adde70caf893a4fb671a2d68739492b017d653ef3abc962befe8b\' ct_options=\'{\"ct_id\":75,\"ct_parent\":74,\"selector\":\"div_block-75-45\",\"original\":{\"globalConditionsResult\":true,\"display\":\"flex\"},\"activeselector\":\"c-header-contact\",\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}}},\"nicename\":\"Contacts\",\"classes\":{\"0\":\"c-header-contact\"}}\'][ct_link_3 ct_sign_sha256=\'62a9b1a66a133de6e9fc109c2b30b1eda5a64276293d5b400bb3bc25a16c3ef2\' ct_options=\'{\"ct_id\":76,\"ct_parent\":75,\"selector\":\"link-76-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"mailto:info@gorillaafricasafaris.com\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-link-m\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"7\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d3d4d6165cbace3769cf7339b59cb47ef51c45338ed098108b88ee176edf795d\' ct_options=\'{\"ct_id\":77,\"ct_parent\":76,\"selector\":\"fancy_icon-77-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-envelope\"},\"classes\":{\"0\":\"c-icon-accent-m\",\"1\":\"c-margin-right-xs\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'c5a81e6b7015b87b6e13a156c7afb2086902526926dc33265f4521c9173595cd\' ct_options=\'{\"ct_id\":78,\"ct_parent\":76,\"selector\":\"text_block-78-45\",\"original\":{\"globalConditionsResult\":true,\"color\":\"color(10)\"},\"activeselector\":false}\']info@gorillaafricasafaris.com[/ct_text_block][/ct_link_3][ct_link_3 ct_sign_sha256=\'a2296451bd09074f8626849e1b6efa377901335e0769232aaa0b0ea4553f73d2\' ct_options=\'{\"ct_id\":79,\"ct_parent\":75,\"selector\":\"link-79-45\",\"original\":{\"globalConditionsResult\":true,\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-link-m\"}}\'][ct_fancy_icon ct_sign_sha256=\'484a6671c88991dd2f674fb71324b4d2a9407d343465febd70a3c06ce54eced6\' ct_options=\'{\"ct_id\":80,\"ct_parent\":79,\"selector\":\"fancy_icon-80-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-phone\"},\"classes\":{\"0\":\"c-icon-accent-m\",\"1\":\"c-margin-right-xs\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'0639930b8cf5ec4b41ec292e3c8c95224bfac0c671f5fa7813e7dc3fb9360098\' ct_options=\'{\"ct_id\":81,\"ct_parent\":79,\"selector\":\"text_block-81-45\",\"original\":{\"globalConditionsResult\":true,\"color\":\"color(10)\"},\"activeselector\":false}\']+256 781516422[/ct_text_block][/ct_link_3][/ct_div_block_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'232fc2a82f2ff94a0473506aff39e4ba65f22d1ff370b7136a7085c3d2db2737\' ct_options=\'{\"ct_id\":82,\"ct_parent\":73,\"selector\":\"_header_center-82-45\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'047b719ff577c29e3abadd5f64567390b07ad725f64543ec52b5a24ad58c4278\' ct_options=\'{\"ct_id\":83,\"ct_parent\":73,\"selector\":\"_header_right-83-45\"}\'][ct_div_block_2 ct_sign_sha256=\'d9aae367279fcdfe23d1ff7dc96343a27b8feea5532d43f96d88fe53a53c29b1\' ct_options=\'{\"ct_id\":84,\"ct_parent\":83,\"selector\":\"div_block-84-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-inline\"},\"nicename\":\"Social Icons\"}\'][ct_link_3 ct_sign_sha256=\'62c1011db63d25e32a6f2608241f01e3fe679bc7341a6b3f71a72770f840c805\' ct_options=\'{\"ct_id\":85,\"ct_parent\":84,\"selector\":\"link-85-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'9792c1e08d8992b11a2a387c6e902ea7431ac45eefd9efa5146dc88ed6d6a86d\' ct_options=\'{\"ct_id\":86,\"ct_parent\":85,\"selector\":\"fancy_icon-86-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-facebook\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'b815191707a6797a67e6e3ef2c35d70ac87edcf4517aa2bbafdad3c428d3d0de\' ct_options=\'{\"ct_id\":87,\"ct_parent\":84,\"selector\":\"link-87-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'ea663881ac5a164ddafcf0217f6bc916651722a67f5cf5009defdb307a7e681c\' ct_options=\'{\"ct_id\":88,\"ct_parent\":87,\"selector\":\"fancy_icon-88-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-twitter\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'4490e6c0f86a68b748b318bed5035d1d4bbe81f3a424ba6e60c337f29349f66f\' ct_options=\'{\"ct_id\":89,\"ct_parent\":84,\"selector\":\"link-89-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'1088c105500411b13195bba8294b2dee9d3878a8f7e14a234ccd746979d8824e\' ct_options=\'{\"ct_id\":90,\"ct_parent\":89,\"selector\":\"fancy_icon-90-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-linkedin\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'f2e1089fbc00b88add45da1c3c7eec8cbcf93de1e3e8aaac2ddba271a96b2fe5\' ct_options=\'{\"ct_id\":91,\"ct_parent\":84,\"selector\":\"link-91-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'f3055a5c992f9ceb4041536312dcee296c3d30e4b6f712f1ada33f679cbf91b2\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"fancy_icon-92-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-youtube-play\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][/ct_div_block_2][/oxy_header_right][/oxy_header_row][oxy_header_row ct_sign_sha256=\'dc59dde634af20184def741a04f9b86fad14f056fe5e1c437fbf99899e122d59\' ct_options=\'{\"ct_id\":93,\"ct_parent\":72,\"selector\":\"_header_row-93-45\",\"original\":{\"globalConditionsResult\":true,\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"background-color\":\"color(5)\"},\"nicename\":\"Main Header\",\"activeselector\":false,\"classes\":{}}\'][oxy_header_left ct_sign_sha256=\'0e0ef954b4df7b57f3fd22877f0b39f676731c8673aaf2aeb18193a739f8e7b9\' ct_options=\'{\"ct_id\":94,\"ct_parent\":93,\"selector\":\"_header_left-94-45\"}\'][ct_link_2 ct_sign_sha256=\'4f6f80ef3dfbc55dc60bebf553d76ac6f60c0ca88530eb5298a4f4d9cb7e1da9\' ct_options=\'{\"ct_id\":95,\"ct_parent\":94,\"selector\":\"link-95-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com\",\"url_encoded\":\"true\"},\"nicename\":\"Logo\"}\'][ct_image ct_sign_sha256=\'20f1dda967349142393eeaa3f550179ed4d8af5cee83f13d11b0aa35d89a40b8\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"image-96-45\",\"original\":{\"globalConditionsResult\":true,\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/05/gorilla-african-tours-travel-logo.png\"},\"classes\":{},\"activeselector\":false}\'][/ct_image][/ct_link_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'c12d1cf91fe87ee4ae140dc7d4b28ab7aac334880793ab2be1889d4ed8b856cc\' ct_options=\'{\"ct_id\":97,\"ct_parent\":93,\"selector\":\"_header_center-97-45\"}\'][oxy-pro-menu ct_sign_sha256=\'3f2fa7545c3a39fc8a55fc720587405d6f396f4571afa8fc955a9311ae5df36f\' ct_options=\'{\"ct_id\":98,\"ct_parent\":97,\"selector\":\"-pro-menu-98-45\",\"original\":{\"globalConditionsResult\":true,\"menu_id\":\"2\",\"oxy-pro-menu_show_mobile_menu_below\":\"tablet\",\"oxy-pro-menu_orientation\":\"Horizontal\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\":\"14\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\":\"500\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\":\"color(10)\",\"oxy-pro-menu_menu_item_padding_padding-left\":\"20\",\"oxy-pro-menu_menu_item_padding_padding-right\":\"20\",\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\":\"color(1)\",\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\":\"0.6\",\"oxy-pro-menu_mobile_menu_open_icon\":\"Lineariconsicon-menu\",\"oxy-pro-menu_mobile_menu_open_icon_text\":\"\",\"oxy-pro-menu_mobile_menu_close_icon\":\"Lineariconsicon-cross\",\"oxy-pro-menu_mobile_menu_close_icon_text\":\"\",\"oxy-pro-menu_off_canvas\":\"false\",\"oxy-pro-menu_off_canvas_alignment\":\"left\",\"menu_off_canvas_animation\":\"fade-right\",\"oxy-pro-menu_dropdown-border-radius\":\"7\",\"menu_dropdown_animation\":\"fade\",\"oxy-pro-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\":\"0\",\"oxy-pro-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\":\"3\",\"oxy-pro-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\":\"10\",\"oxy-pro-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\":\"rgba(0,0,0,0.1)\",\"oxy-pro-menu_dropdown_child_item_padding_padding-top\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-left\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-right\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\":\"20\",\"oxy-pro-menu_dropdown_icon\":\"FontAwesomeicon-angle-down\",\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\":\"10\",\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\":\"5\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\":\"color(5)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\":\"color(3)\",\"oxy-pro-menu_show_dropdown_links_on_mobile\":\"toggle\",\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\":\"0.4\",\"oxy-pro-menu_menu_item_padding_padding-bottom\":\"5\",\"oxy-pro-menu_menu_item_padding_padding-top\":\"5\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\":\"color(10)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\":\"color(1)\",\"oxy-pro-menu_desktop_item_text_align\":\"Left\",\"text-transform\":\"uppercase\"},\"hover\":{\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\":\"color(1)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\":\"color(3)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\":\"color(1)\"},\"media\":{\"tablet\":{\"original\":{\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\":\"30\",\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\":\"0.7\",\"order\":\"-1\",\"flex-shrink\":\"1\",\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\":\"0\",\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\":\"15\",\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\":\"4\",\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\":\"30\",\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\":\"4\",\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\":\"0.6\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width\":\"75\",\"oxy-pro-menu_mobile_item_text_align\":\"Center\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width-unit\":\"%\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width-unit\":\"%\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":{\"0\":\"global\",\"1\":\"Display\"},\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"30\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"600\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"1.8\",\"oxy-pro-menu_mobile_menu_item_padding_padding-top\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-left\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-right\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\":\"10\",\"oxy-pro-menu_dropdown_icon_size\":\"35\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\":\"2\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\":\"rgba(0,0,0,0)\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_color\":\"color(2)\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width\":\"80\"}}},\"nicename\":\"Menu\"}\'][/oxy-pro-menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'336130d80ea5bb1cbe327f9d1c3dd160fb168d31b4957ed34e954a86231386fb\' ct_options=\'{\"ct_id\":99,\"ct_parent\":93,\"selector\":\"_header_right-99-45\"}\'][ct_link_text ct_sign_sha256=\'4ce81570240140fc6ded24faaeb56678e54afda074ccd6355d4138839d6f92d7\' ct_options=\'{\"ct_id\":100,\"ct_parent\":99,\"selector\":\"link_text-100-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/reservations/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\",\"1\":\"c-transition\",\"2\":\"c-btn-m\"},\"activeselector\":false,\"nicename\":\"CTA\"}\']Book Now[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content ct_sign_sha256=\'2e04f16a4375128fc9ea35f971fb75f98bb78e7075b51d206be581388a6ce002\' ct_options=\'{\"ct_id\":27,\"ct_parent\":\"0\",\"selector\":\"inner_content-27-45\"}\'][/ct_inner_content][ct_section ct_sign_sha256=\'cecc28aafe37a8762912b7e9f2261593375ac39b2b42067029da75858329e231\' ct_options=\'{\"ct_id\":28,\"ct_parent\":0,\"selector\":\"section-28-45\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"footer\",\"container-padding-bottom\":\"10\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"classes\":{\"0\":\"c-bg-dark\"}}\'][ct_div_block_2 ct_sign_sha256=\'30536c4aa3b47ebfbfdda8afb7d6f4536fcc87e8ec682a375f67d12e5a0879b7\' ct_options=\'{\"ct_id\":30,\"ct_parent\":28,\"selector\":\"div_block-30-45\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Columns\",\"classes\":{\"0\":\"c-columns-l-2\",\"1\":\"c-columns-gap-l\",\"2\":\"c-margin-bottom-m\",\"3\":\"c-columns-5\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'56461571598ca01a38c0d24c6065aab029d8a626311fb43268d6ef987eebd029\' ct_options=\'{\"ct_id\":31,\"ct_parent\":30,\"selector\":\"div_block-31-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-col-span-2\"},\"nicename\":\"Wide column\"}\'][ct_headline ct_sign_sha256=\'bd1a1584ba0a215a62d36a9773a2cd84ca55fe086a1029d58d654e1542bac61b\' ct_options=\'{\"ct_id\":32,\"ct_parent\":31,\"selector\":\"headline-32-45\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h4\",\"max-width\":\"350\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-light\"}}\']Gorilla Tours &amp; Travel Africa Ltd offers you romance, fun and adventure and promises to provide you with the most memorable times of your life.<br>[/ct_headline][ct_div_block_4 ct_sign_sha256=\'b1d5297a8888437ee97152424f1d7001808525e2197adbccf09a781b9851ad17\' ct_options=\'{\"ct_id\":33,\"ct_parent\":31,\"selector\":\"div_block-33-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-inline\"}}\'][ct_link_5 ct_sign_sha256=\'3d99fc4e7d9e8aef72f1de4c3d8957fafdf33e6146acdf962479265946ba588b\' ct_options=\'{\"ct_id\":34,\"ct_parent\":33,\"selector\":\"link-34-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'470f4f276d64b6151172edc3d10ab7cf406690631c313ae65812c732bf4e2706\' ct_options=\'{\"ct_id\":35,\"ct_parent\":34,\"selector\":\"fancy_icon-35-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-facebook-square\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'efff8bd122a42432c0acf8e71a53a173640835e46d817702cae0707f3245baae\' ct_options=\'{\"ct_id\":36,\"ct_parent\":33,\"selector\":\"link-36-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'0c6e93ece9d3ac36a71c6a6bbe3337e289a6fdc5f778132db287c5b2f69ccf40\' ct_options=\'{\"ct_id\":37,\"ct_parent\":36,\"selector\":\"fancy_icon-37-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-instagram\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'29a3fb6d59f75eb948d9b44feb49e83977d685db31608a962be56e6dbe884a90\' ct_options=\'{\"ct_id\":38,\"ct_parent\":33,\"selector\":\"link-38-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'71663c25635fdda328da25051c82c97ccdc4f2aa18b823bf2cbd2369e5c4528f\' ct_options=\'{\"ct_id\":39,\"ct_parent\":38,\"selector\":\"fancy_icon-39-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-twitter-square\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'22c305fb137189935f79d64da0144c43e47dce1680c410fc49139db24c5d8cdf\' ct_options=\'{\"ct_id\":40,\"ct_parent\":33,\"selector\":\"link-40-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'23bf8584f9b01f3209b592af25ab84e9deebaa6d2386b5d1aae5b1b9bc021b63\' ct_options=\'{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"fancy_icon-41-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-youtube-play\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'afd5fe01002bbae3e82d42ed29dfc4771851b9f1cd66e462efb428a733bd1832\' ct_options=\'{\"ct_id\":50,\"ct_parent\":30,\"selector\":\"div_block-50-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'979bd3db35d296227697d630a9eacd8261e4f1e24a6b34d9c38cbc399f27d96f\' ct_options=\'{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"text_block-51-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Safaris[/ct_text_block][ct_link_text ct_sign_sha256=\'e6051a36c58f5fc5f804e1e983ba6e064918564feab3957eac1b4db77eeb83f4\' ct_options=\'{\"ct_id\":52,\"ct_parent\":50,\"selector\":\"link_text-52-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/safaris/uganda-safaris/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']Uganda Safaris[/ct_link_text][ct_link_text ct_sign_sha256=\'0874625feb579c10779bfb21263fa7b5e7ef8d92107e555b8d0ac69ccdc6fe5b\' ct_options=\'{\"ct_id\":53,\"ct_parent\":50,\"selector\":\"link_text-53-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/safaris/rwanda-safaris/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']Rwanda Safaris[/ct_link_text][ct_link_text ct_sign_sha256=\'46e73dd273ba5b1ad9ee943026fe73fd463bcaaba77b806742c5df800e79aac2\' ct_options=\'{\"ct_id\":121,\"ct_parent\":50,\"selector\":\"link_text-121-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/safaris/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"},\"activeselector\":false}\']All Safaris[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f15f847469a9120f7c6cd0363fafff7f1663c0bcbe90d8afe8734df725379831\' ct_options=\'{\"ct_id\":57,\"ct_parent\":30,\"selector\":\"div_block-57-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'2e480f01f3335e484f1734d7e3ab43c359ad096b504787277c04302f069ea39e\' ct_options=\'{\"ct_id\":58,\"ct_parent\":57,\"selector\":\"text_block-58-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Travel<br>[/ct_text_block][ct_link_text ct_sign_sha256=\'44acf02276934a90b342549243e66edd969874a1969e5947b0d0c669995c5ee9\' ct_options=\'{\"ct_id\":59,\"ct_parent\":57,\"selector\":\"link_text-59-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/about-us/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']About Us[/ct_link_text][ct_link_text ct_sign_sha256=\'015269cc0cbc1240802d817b79e163dec21c5eb19f326b9911cd58ccd452d44d\' ct_options=\'{\"ct_id\":117,\"ct_parent\":57,\"selector\":\"link_text-117-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/travel-information/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"},\"activeselector\":false}\']Travel Tips[/ct_link_text][ct_link_text ct_sign_sha256=\'97bd4297633d7f0613d0eaf9a544a56992e60681cef389315352f19dd243c40e\' ct_options=\'{\"ct_id\":60,\"ct_parent\":57,\"selector\":\"link_text-60-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/accommodation/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']Accommodation[/ct_link_text][ct_link_text ct_sign_sha256=\'08f19beb87a674ee21bb817a5fb353dcf605d0e87e457c55abc0ee0f4b7b7ffc\' ct_options=\'{\"ct_id\":61,\"ct_parent\":57,\"selector\":\"link_text-61-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/bird-watching/\",\"url_encoded\":\"true\",\"hover_color\":\"color(1)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"},\"activeselector\":\"c-footer-link-light\"}\']Birdwatching[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a0f5898a5cf20d7c3903829164cd643adfee0a96c3083515e809189bd2f48837\' ct_options=\'{\"ct_id\":64,\"ct_parent\":30,\"selector\":\"div_block-64-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'c50b276c1288f384c4d9523473e00ff9ecb236575c62fafda1b8d03a0dbf5e5d\' ct_options=\'{\"ct_id\":65,\"ct_parent\":64,\"selector\":\"text_block-65-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Contact Us<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'fd59a1735b5adf534af74870a86beabea318260ebe100d6ca35e4669827f49ef\' ct_options=\'{\"ct_id\":105,\"ct_parent\":64,\"selector\":\"text_block-105-45\",\"classes\":{\"0\":\"c-footer-text-light\"},\"activeselector\":\"c-footer-text-light\"}\']P.O. Box, 7473. Kampala, Uganda<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'652e6ed7721e2bad9ebdd553498cba49f565f6c4913dd69c9509a307bc9b09dc\' ct_options=\'{\"ct_id\":107,\"ct_parent\":64,\"selector\":\"text_block-107-45\",\"classes\":{\"0\":\"c-footer-text-light\"},\"activeselector\":\"c-footer-text-light\"}\']+256&nbsp; (0) 781 516 422<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'49943220308feff524e2ed3293022d136aec9f0d070fbc9a3f24c75eb7834de9\' ct_options=\'{\"ct_id\":109,\"ct_parent\":64,\"selector\":\"text_block-109-45\",\"classes\":{\"0\":\"c-footer-text-light\"},\"activeselector\":\"c-footer-text-light\"}\']+256&nbsp; (0) 702 238 922<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'098fd0bd3787877013822614827d205841cdaec2fb39ef8baef531b273b2dc7a\' ct_options=\'{\"ct_id\":123,\"ct_parent\":64,\"selector\":\"text_block-123-45\",\"classes\":{\"0\":\"c-footer-text-light\"},\"activeselector\":\"c-footer-text-light\"}\']+256&nbsp; (0) 784 508 393<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'7bf013433410e034adc157291712029f379c0e43ca69465b2609d1f0b68b1acf\' ct_options=\'{\"ct_id\":111,\"ct_parent\":64,\"selector\":\"text_block-111-45\",\"classes\":{\"0\":\"c-footer-text-light\"},\"activeselector\":\"c-footer-text-light\"}\']info@gorillaafricasafaris.com[/ct_text_block][/ct_div_block_3][/ct_div_block_2][ct_new_columns_2 ct_sign_sha256=\'22c304835b5fbfdd30aa8de47c3f06076818d79be8fd335f8e794c76cc482e14\' ct_options=\'{\"ct_id\":125,\"ct_parent\":28,\"selector\":\"new_columns-125-45\",\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'4dde12124c3e10b3d6012f260c9dcecd56e73b36f8149523d82d95016254fefc\' ct_options=\'{\"ct_id\":126,\"ct_parent\":125,\"selector\":\"div_block-126-45\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\",\"padding-top\":\"0\",\"padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_text_block ct_sign_sha256=\'bde61d618f010fca685e8997b94bb8e0ab907de3570e9977c6ac7c76afedc9c9\' ct_options=\'{\"ct_id\":71,\"ct_parent\":126,\"selector\":\"text_block-71-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-s\",\"1\":\"c-text-light\"},\"nicename\":\"Copyright\"}\']Copyright © 2021 Gorilla Tours &amp; Travel Africa Ltd<br>[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'e2b182c8871168f0c56b6a53fa410cd33b03c9717ad15661f9b126a3946c8482\' ct_options=\'{\"ct_id\":127,\"ct_parent\":125,\"selector\":\"div_block-127-45\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\",\"padding-top\":\"0\",\"padding-bottom\":\"0\",\"margin-top\":\"0\",\"margin-bottom\":\"0\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"flex-end\"},\"activeselector\":false}\'][ct_text_block ct_sign_sha256=\'f3e04ca5ada7d3476e91339e20a956ca08b61e9f94bd544fb68666fbd7e82ebe\' ct_options=\'{\"ct_id\":131,\"ct_parent\":127,\"selector\":\"text_block-131-45\",\"classes\":{\"0\":\"c-text-light\",\"1\":\"c-text-s\"},\"activeselector\":false}\']An <a href=\"https://www.intergise.com\">Intergise</a> website<br>[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section]'),(454,45,'oxygen_lock_post_edit_mode',NULL),(455,45,'ct_preview_url','http://gorillaafricasafaris.com/'),(456,45,'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:3:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";s:21:\"scroll_to_hash_offset\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),(457,26,'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:\"\";}'),(459,47,'_wp_attached_file','2021/05/Favicon.png'),(460,47,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2021/05/Favicon.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Favicon-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:\"Favicon-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:{}}}'),(466,49,'_wp_attached_file','2021/05/gorilla-african-tours-travel-logo.png'),(467,49,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:132;s:6:\"height\";i:80;s:4:\"file\";s:45:\"2021/05/gorilla-african-tours-travel-logo.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:{}}}'),(468,45,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'945ab8f13f96ccea36c0438d9bd167bf2646fc8b43645df8124dcc9434c7f325\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"_header-2-45\",\"original\":{\"sticky-media\":\"tablet\",\"sticky_scroll_distance\":\"300\",\"globalConditionsResult\":true,\"sticky_header\":\"yes\",\"sticky_header_fade_in\":\"yes\",\"sticky_header_fade_in_speed\":\"0.6\"},\"classes\":{\"0\":\"c-shadow\",\"1\":\"c-header\"},\"nicename\":\"Header\",\"activeselector\":\"c-header\"}\'][oxy_header_row ct_sign_sha256=\'0c13da5fd2785259ec8dd447f192063e2a5f559242696c3ecfb0be01ee15b172\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"_header_row-3-45\",\"original\":{\"globalConditionsResult\":true,\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"header-row-width\":\"full-width\"},\"nicename\":\"Main Header\",\"activeselector\":false,\"classes\":{\"0\":\"c-bg-light-alt\"}}\'][oxy_header_left ct_sign_sha256=\'407c48aaa283c1a119c6ce2fab1a7c2d6ae22d2d54f550ef2f887ada539a1b35\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"_header_left-4-45\"}\'][oxy-pro-menu ct_sign_sha256=\'d0b134955cbc25c5b252d9524f9919349ac24226b453442fdd4de31f788e7c88\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"-pro-menu-5-45\",\"original\":{\"globalConditionsResult\":true,\"menu_id\":\"2\",\"oxy-pro-menu_show_mobile_menu_below\":\"always\",\"oxy-pro-menu_orientation\":\"Horizontal\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\":\"14\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\":\"500\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\":\"color(undefined)\",\"oxy-pro-menu_menu_item_padding_padding-left\":\"20\",\"oxy-pro-menu_menu_item_padding_padding-right\":\"20\",\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\":\"color(undefined)\",\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\":\"0.6\",\"oxy-pro-menu_mobile_menu_open_icon\":\"OxyNinjaCoreicon-menu-burger-square6\",\"oxy-pro-menu_mobile_menu_open_icon_text\":\"\",\"oxy-pro-menu_mobile_menu_close_icon\":\"OxyNinjaCoreicon-delete-disabled-cross\",\"oxy-pro-menu_mobile_menu_close_icon_text\":\"\",\"oxy-pro-menu_off_canvas\":\"true\",\"oxy-pro-menu_off_canvas_alignment\":\"left\",\"menu_off_canvas_animation\":\"fade-right\",\"oxy-pro-menu_dropdown-border-radius\":\"7\",\"menu_dropdown_animation\":\"fade\",\"oxy-pro-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\":\"0\",\"oxy-pro-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\":\"3\",\"oxy-pro-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\":\"10\",\"oxy-pro-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\":\"rgba(0,0,0,0.1)\",\"oxy-pro-menu_dropdown_child_item_padding_padding-top\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-left\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-right\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\":\"20\",\"oxy-pro-menu_dropdown_icon\":\"FontAwesomeicon-angle-down\",\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\":\"10\",\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\":\"5\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\":\"color(undefined)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\":\"color(undefined)\",\"oxy-pro-menu_show_dropdown_links_on_mobile\":\"toggle\",\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\":\"0.4\",\"oxy-pro-menu_menu_item_padding_padding-bottom\":\"5\",\"oxy-pro-menu_menu_item_padding_padding-top\":\"5\",\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\":\"10\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width\":\"400\",\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\":\"color(10)\",\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemahover_color\":\"color(1)\",\"oxy-pro-menu_mobile_menu_item_padding_padding-top\":\"15\",\"oxy-pro-menu_mobile_menu_item_padding_padding-left\":\"15\",\"oxy-pro-menu_mobile_menu_item_padding_padding-right\":\"15\",\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\":\"15\",\"oxy-pro-menu_mobile_menu_container_padding_padding-top\":\"50\",\"oxy-pro-menu_mobile_menu_container_padding_padding-left\":\"10\",\"oxy-pro-menu_mobile_menu_container_padding_padding-right\":\"10\",\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\":\"50\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":{\"0\":\"global\",\"1\":\"Display\"},\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"26\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"600\",\"oxy-pro-menu_dropdown_icon_size\":\"30\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\":\"rgba(0,0,0,0)\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\":\"2\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_color\":\"color(2)\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_style\":\"solid\",\"oxy-pro-menu_mobile_item_text_align\":\"Left\",\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\":\"30\",\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\":\"10\",\"margin-right\":\"5\",\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\":\"color(10)\",\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\":\"color(8)\",\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\":\"color(10)\",\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\":\"color(8)\",\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\":\"color(5)\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width-unit\":\"%\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width\":\"80\"},\"hover\":{\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\":\"color(undefined)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\":\"color(undefined)\",\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemacolor\":\"color(1)\"},\"media\":{\"tablet\":{\"original\":{\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\":\"color(undefined)\",\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\":\"30\",\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\":\"0.7\",\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\":\"color(undefined)\",\"order\":\"-1\",\"flex-shrink\":\"1\",\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\":\"0\",\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\":\"15\",\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\":\"4\",\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\":\"30\",\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\":\"4\",\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\":\"color(undefined)\",\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\":\"color(undefined)\",\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\":\"0.6\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width\":\"75\",\"oxy-pro-menu_mobile_item_text_align\":\"Center\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width-unit\":\"%\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width-unit\":\"%\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":{\"0\":\"global\",\"1\":\"Display\"},\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"30\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"600\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"1.8\",\"oxy-pro-menu_mobile_menu_item_padding_padding-top\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-left\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-right\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\":\"10\",\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\":\"rgba(249,249,249,0.9)\",\"oxy-pro-menu_dropdown_icon_size\":\"35\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\":\"2\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\":\"rgba(0,0,0,0)\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_color\":\"color(undefined)\"}},\"page-width\":{\"original\":{\"margin-right\":\"10\"}},\"phone-portrait\":{\"original\":{\"margin-right\":\"0\"}}},\"nicename\":\"Menu\"}\'][/oxy-pro-menu][ct_link_2 ct_sign_sha256=\'42ef23bf7bf36dbf6bce829c47115bbb77e3a6871adfae3e70e8a74fab271d37\' ct_options=\'{\"ct_id\":6,\"ct_parent\":4,\"selector\":\"link-6-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"https://core.oxyninja.com/\",\"url_encoded\":\"true\"},\"nicename\":\"Logo\"}\'][ct_image ct_sign_sha256=\'be8b027a4d74bcebd6df36de7bf8f31820a981d3ccfe4a2fae5806fe7a22565b\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"image-7-45\",\"original\":{\"globalConditionsResult\":true,\"src\":\"https://core.oxyninja.com/wp-content/uploads/2020/04/Core-Logo-Main@0.5x.png\"},\"classes\":{\"0\":\"c-logo\",\"1\":\"c-margin-right-s\"}}\'][/ct_image][/ct_link_2][ct_div_block_2 ct_sign_sha256=\'cee429152db719a6e87d17457c72ac7f79e3885e12ec42ff2e73ea4cb25c285f\' ct_options=\'{\"ct_id\":8,\"ct_parent\":4,\"selector\":\"div_block-8-45\",\"original\":{\"globalConditionsResult\":true,\"display\":\"flex\"},\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}}},\"nicename\":\"Contacts\",\"classes\":{\"0\":\"c-header-contact\"}}\'][ct_link_3 ct_sign_sha256=\'5bb1455cb61104b93eeb24740ca24ef2a54613066348945a4d30fe4c7bc2f8a7\' ct_options=\'{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"link-9-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"mailto:\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-link-m\"},\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"7\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'dd2deadbb4a18b9128cb37863c6d7943c941fb54e92325c6183dcfc65ba1f544\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"fancy_icon-10-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"OxyNinjaCoreicon-email-letter-square\"},\"classes\":{\"0\":\"c-icon-accent-m\",\"1\":\"c-margin-right-xs\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'3794dc3c455c870c67186bba70d1f15bfcc46dc720ec4e0573041b740c23e5af\' ct_options=\'{\"ct_id\":11,\"ct_parent\":9,\"selector\":\"text_block-11-45\",\"original\":{\"globalConditionsResult\":true}}\']hello@oxyninja.com[/ct_text_block][/ct_link_3][ct_link_3 ct_sign_sha256=\'9a36e4aadf0974c618ebd10306fcc53a04ef83ff18371371c05b09de6cea69ae\' ct_options=\'{\"ct_id\":12,\"ct_parent\":8,\"selector\":\"link-12-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"tel:\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-link-m\"}}\'][ct_fancy_icon ct_sign_sha256=\'cca3b9aefe3fd2db43477ed144ab4d2d8e033b62c76e43979284c13127620418\' ct_options=\'{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"fancy_icon-13-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"OxyNinjaCoreicon-Mobile\"},\"classes\":{\"0\":\"c-icon-accent-m\",\"1\":\"c-margin-right-xs\"}}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'c6fd886d03de2b7ff6e2f5d03142f10d44e774247cf75805573483cd54e42879\' ct_options=\'{\"ct_id\":14,\"ct_parent\":12,\"selector\":\"text_block-14-45\",\"original\":{\"globalConditionsResult\":true}}\'](592) 591-8362[/ct_text_block][/ct_link_3][/ct_div_block_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'f932b31660f629b2c348b7b6f5ce3992bf98a6ef0611f1051ffa815230747191\' ct_options=\'{\"ct_id\":15,\"ct_parent\":3,\"selector\":\"_header_center-15-45\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'49e86b10e16e1309a544ad9a3cab6b129593868daea0373f20b30c8e2f094ca0\' ct_options=\'{\"ct_id\":16,\"ct_parent\":3,\"selector\":\"_header_right-16-45\"}\'][ct_div_block_2 ct_sign_sha256=\'c60feb91a3c37b543207ecc1ac87e25c6f35465745603ed27083bb7e00f3de17\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"div_block-17-45\",\"original\":{\"globalConditionsResult\":true,\"margin-right\":\"15\"},\"classes\":{\"0\":\"c-inline\"},\"nicename\":\"Social Icons\",\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"unset\",\"display\":\"none\"}}}}\'][ct_link_3 ct_sign_sha256=\'2f61414b015c0a474bbb94e546d9eb7220e6b10820eba68b2900f1e31f2617b6\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"link-18-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'8342f7ec1e29a41d28d8b7a46b257068458aba349dd933ab09457efad3f26ffa\' ct_options=\'{\"ct_id\":19,\"ct_parent\":18,\"selector\":\"fancy_icon-19-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-facebook\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'bf761a9fe6002ce968a91c67b3c8eb68bfd551cb50929242b153c14324fda494\' ct_options=\'{\"ct_id\":20,\"ct_parent\":17,\"selector\":\"link-20-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'5a5de0f872023da8fe9b56160ec44157b21115538f23653d475513ca579258a9\' ct_options=\'{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"fancy_icon-21-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-twitter\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'634021f971391eb3cf3e515707c1b1550e1f6a0803c70defb474ce06510c1d00\' ct_options=\'{\"ct_id\":22,\"ct_parent\":17,\"selector\":\"link-22-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'69196226d5785012f26e25f79b2d836b51433216fa97cc242a9d2f8da199bdab\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"fancy_icon-23-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-linkedin\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'24435b5b995e8e76fb1b8d608cb2fc13f234f5ce4345c5e4104e253d29d26458\' ct_options=\'{\"ct_id\":24,\"ct_parent\":17,\"selector\":\"link-24-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'7963293d863cc7c676e08dfdbabe81ba6dab53cc034ffa0b91157582b123e34f\' ct_options=\'{\"ct_id\":25,\"ct_parent\":24,\"selector\":\"fancy_icon-25-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-youtube-play\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][/ct_div_block_2][ct_link_text ct_sign_sha256=\'1e3a8ed03f959a8665ff1931d6d499ea808d0c15c259ee6cb59e6cfe49a0122a\' ct_options=\'{\"ct_id\":26,\"ct_parent\":16,\"selector\":\"link_text-26-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-btn-main\",\"1\":\"c-transition\",\"2\":\"c-btn-m\"},\"nicename\":\"CTA\"}\']Purchase[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content ct_sign_sha256=\'2e04f16a4375128fc9ea35f971fb75f98bb78e7075b51d206be581388a6ce002\' ct_options=\'{\"ct_id\":27,\"ct_parent\":\"0\",\"selector\":\"inner_content-27-45\"}\'][/ct_inner_content][ct_section ct_sign_sha256=\'f2d21ab43bd398fd867920923509e1f8b6c37af13a5381e300b8333ead2d06f6\' ct_options=\'{\"ct_id\":28,\"ct_parent\":0,\"selector\":\"section-28-45\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"footer\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"classes\":{\"0\":\"c-bg-dark\"}}\'][ct_image ct_sign_sha256=\'eac36b4f79b8c18fa68cca5f1dfea7efd4311203ecd25595cfef78122b678a8e\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"image-29-45\",\"original\":{\"globalConditionsResult\":true,\"src\":\"https://core.oxyninja.com/wp-content/uploads/2020/04/Core-Logo-White@0.5x.png\",\"opacity\":\"0.4\"},\"classes\":{\"0\":\"c-logo\",\"1\":\"c-margin-bottom-m\"},\"activeselector\":\"c-header\",\"nicename\":\"Logo\"}\'][/ct_image][ct_div_block_2 ct_sign_sha256=\'61538a97c4c97d6e1e3293dfe61b560d6ad3f80a34914cc6c7a63736250cbf57\' ct_options=\'{\"ct_id\":30,\"ct_parent\":28,\"selector\":\"div_block-30-45\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Columns\",\"classes\":{\"0\":\"c-columns-l-2\",\"1\":\"c-columns-gap-l\",\"2\":\"c-margin-bottom-m\",\"3\":\"c-columns-6\"}}\'][ct_div_block_3 ct_sign_sha256=\'e67dcf074ce270a617f0a732a2ef13fb9603f0104b98423dab7d1eb557713d02\' ct_options=\'{\"ct_id\":31,\"ct_parent\":30,\"selector\":\"div_block-31-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-col-span-2\"},\"nicename\":\"Wide column\"}\'][ct_headline ct_sign_sha256=\'432711d578dd0559016483857e890ad382e83c618857881d99c59327e312aeda\' ct_options=\'{\"ct_id\":32,\"ct_parent\":31,\"selector\":\"headline-32-45\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h4\",\"max-width\":\"350\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-light\"}}\']Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC.[/ct_headline][ct_div_block_4 ct_sign_sha256=\'9eef00dd8185e97770b7672604e786220c5a12f780abaca4ae6238ac591c5c92\' ct_options=\'{\"ct_id\":33,\"ct_parent\":31,\"selector\":\"div_block-33-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-inline\"}}\'][ct_link_5 ct_sign_sha256=\'3d99fc4e7d9e8aef72f1de4c3d8957fafdf33e6146acdf962479265946ba588b\' ct_options=\'{\"ct_id\":34,\"ct_parent\":33,\"selector\":\"link-34-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'470f4f276d64b6151172edc3d10ab7cf406690631c313ae65812c732bf4e2706\' ct_options=\'{\"ct_id\":35,\"ct_parent\":34,\"selector\":\"fancy_icon-35-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-facebook-square\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'efff8bd122a42432c0acf8e71a53a173640835e46d817702cae0707f3245baae\' ct_options=\'{\"ct_id\":36,\"ct_parent\":33,\"selector\":\"link-36-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'0c6e93ece9d3ac36a71c6a6bbe3337e289a6fdc5f778132db287c5b2f69ccf40\' ct_options=\'{\"ct_id\":37,\"ct_parent\":36,\"selector\":\"fancy_icon-37-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-instagram\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'29a3fb6d59f75eb948d9b44feb49e83977d685db31608a962be56e6dbe884a90\' ct_options=\'{\"ct_id\":38,\"ct_parent\":33,\"selector\":\"link-38-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'71663c25635fdda328da25051c82c97ccdc4f2aa18b823bf2cbd2369e5c4528f\' ct_options=\'{\"ct_id\":39,\"ct_parent\":38,\"selector\":\"fancy_icon-39-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-twitter-square\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'22c305fb137189935f79d64da0144c43e47dce1680c410fc49139db24c5d8cdf\' ct_options=\'{\"ct_id\":40,\"ct_parent\":33,\"selector\":\"link-40-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'23bf8584f9b01f3209b592af25ab84e9deebaa6d2386b5d1aae5b1b9bc021b63\' ct_options=\'{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"fancy_icon-41-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-youtube-play\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'5eb781d102b5e82a20f24788a617fb82de47423a260b62386937adc7504b107d\' ct_options=\'{\"ct_id\":42,\"ct_parent\":33,\"selector\":\"link-42-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'24675d55a17d90ff4ad138d346279984a1748c9dd7f37dcd57d49561a429490a\' ct_options=\'{\"ct_id\":43,\"ct_parent\":42,\"selector\":\"fancy_icon-43-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-linkedin-square\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b9e226afa462963ad6da42d692dbd976025ba93247eaa0561fd7475fad24a27a\' ct_options=\'{\"ct_id\":44,\"ct_parent\":30,\"selector\":\"div_block-44-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'05ae3163a18c83319120a96bcc914b8954eac8a60fa1dbc7fc576152a9e9ab11\' ct_options=\'{\"ct_id\":45,\"ct_parent\":44,\"selector\":\"text_block-45-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Use Cases[/ct_text_block][ct_link_text ct_sign_sha256=\'dfa783c9e23f3cf0e0b5d39d4e4f89d95ee15eb17413affe1c5aac99ff29fa9a\' ct_options=\'{\"ct_id\":46,\"ct_parent\":44,\"selector\":\"link_text-46-45\",\"original\":{\"globalConditionsResult\":true,\"hover_color\":\"color(1)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Marketing[/ct_link_text][ct_link_text ct_sign_sha256=\'790c072c357c98f32e32a60ee7ce57e080549336aab051e876ae85505f86c09c\' ct_options=\'{\"ct_id\":47,\"ct_parent\":44,\"selector\":\"link_text-47-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Facebook Ads[/ct_link_text][ct_link_text ct_sign_sha256=\'3f839576f3ab39f37b75821b8ce544b235e201da029f54314d0f0b02c5e2bfbc\' ct_options=\'{\"ct_id\":48,\"ct_parent\":44,\"selector\":\"link_text-48-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Google Shopping[/ct_link_text][ct_link_text ct_sign_sha256=\'0fcea87f4bb54b0e83718d2ea60b6fe05065d9b81787258ac3e711081b6fe9d6\' ct_options=\'{\"ct_id\":49,\"ct_parent\":44,\"selector\":\"link_text-49-45\",\"original\":{\"globalConditionsResult\":true,\"hover_color\":\"color(1)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']SEM[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a620a0140b9da1713ad449914f3ada890821b26c494900199bb10fec013de8bc\' ct_options=\'{\"ct_id\":50,\"ct_parent\":30,\"selector\":\"div_block-50-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'a1372a0ae9f5df51287bf53f195c9e6d2e984ef67f8eedb6981ce46c18a9f6a4\' ct_options=\'{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"text_block-51-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Company[/ct_text_block][ct_link_text ct_sign_sha256=\'1958af94dc1f98bc5960c3d23ff8f3e2ab6ef6fde18d2b3e4cf4d6bd9d09a7f0\' ct_options=\'{\"ct_id\":52,\"ct_parent\":50,\"selector\":\"link_text-52-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']About Us[/ct_link_text][ct_link_text ct_sign_sha256=\'942101120ad2a1ecec6681f685d9e61b9c3e39d4672826f0f9afee0a5a214491\' ct_options=\'{\"ct_id\":53,\"ct_parent\":50,\"selector\":\"link_text-53-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Jobs[/ct_link_text][ct_link_text ct_sign_sha256=\'ac242e61293e840800fcfb498001d8582a1f70076f18ae9f9818f262a2fc0417\' ct_options=\'{\"ct_id\":54,\"ct_parent\":50,\"selector\":\"link_text-54-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Press[/ct_link_text][ct_link_text ct_sign_sha256=\'f7837b448012ee3f0c90f88a3d2e8dd8fca708157c2fa3d92391db017c52eee1\' ct_options=\'{\"ct_id\":55,\"ct_parent\":50,\"selector\":\"link_text-55-45\",\"original\":{\"globalConditionsResult\":true,\"hover_color\":\"color(1)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Resources[/ct_link_text][ct_link_text ct_sign_sha256=\'07c0bb63930648a2d75147353cbf864474e9ce65542590ab8aa6fad6bfab03c7\' ct_options=\'{\"ct_id\":56,\"ct_parent\":50,\"selector\":\"link_text-56-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"},\"activeselector\":\"c-header\"}\']Policies[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3193cc8bd7a7d6c1d0146898e4501ea67143b90730401abf551da522654504de\' ct_options=\'{\"ct_id\":57,\"ct_parent\":30,\"selector\":\"div_block-57-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'82571e8b6d17a2ed8f98fc75bd8ff7cae38189fc2de5ae628de670f188006407\' ct_options=\'{\"ct_id\":58,\"ct_parent\":57,\"selector\":\"text_block-58-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Company[/ct_text_block][ct_link_text ct_sign_sha256=\'31f92ceeb47c1ee43fc565df8dfbfd1b0fdad40f12b11a798654509f2bd5aa4d\' ct_options=\'{\"ct_id\":59,\"ct_parent\":57,\"selector\":\"link_text-59-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']About Us[/ct_link_text][ct_link_text ct_sign_sha256=\'6cf30e53b657a2341a345a2fdeaaad7778234a06307f4a528664cbb28869b6ba\' ct_options=\'{\"ct_id\":60,\"ct_parent\":57,\"selector\":\"link_text-60-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Jobs[/ct_link_text][ct_link_text ct_sign_sha256=\'2e93efa7ca6d9f0f6d0429d6f48f21ed37b771f3a821def89a3c3921b1562d0f\' ct_options=\'{\"ct_id\":61,\"ct_parent\":57,\"selector\":\"link_text-61-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Press[/ct_link_text][ct_link_text ct_sign_sha256=\'16a8d6be7e527bef71924792db3fe1f8fa55f0739bce7cb68ea2c3d934e16349\' ct_options=\'{\"ct_id\":62,\"ct_parent\":57,\"selector\":\"link_text-62-45\",\"original\":{\"globalConditionsResult\":true,\"hover_color\":\"color(1)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Resources[/ct_link_text][ct_link_text ct_sign_sha256=\'20cc2573f2719ed86d43d6a6cf4e5f2291c0a20c61257ac9974e3cc6a26bc60f\' ct_options=\'{\"ct_id\":63,\"ct_parent\":57,\"selector\":\"link_text-63-45\",\"original\":{\"globalConditionsResult\":true,\"hover_color\":\"color(undefined)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Policies[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f6897040b3f7ae04167ebc95a2f295b43946243fca758de20293d706f13c5a79\' ct_options=\'{\"ct_id\":64,\"ct_parent\":30,\"selector\":\"div_block-64-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'7fc33e008495049f47c37dca6ae1a72f67c1c932c88bccd23e51168efdd997d9\' ct_options=\'{\"ct_id\":65,\"ct_parent\":64,\"selector\":\"text_block-65-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Company[/ct_text_block][ct_link_text ct_sign_sha256=\'c073f01afce573dcb16e5d9c169f79d46c5a065e7f2a4ea3070765386d25e0e3\' ct_options=\'{\"ct_id\":66,\"ct_parent\":64,\"selector\":\"link_text-66-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']About Us[/ct_link_text][ct_link_text ct_sign_sha256=\'51facd6cc5a0a598486fe4bf55f0038f68efd4209b8633b311dd35f02c228aca\' ct_options=\'{\"ct_id\":67,\"ct_parent\":64,\"selector\":\"link_text-67-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Jobs[/ct_link_text][ct_link_text ct_sign_sha256=\'44e7e47459f5e92e967dcdadac931d4cb9f691bb58a11120d9b79e0902331622\' ct_options=\'{\"ct_id\":68,\"ct_parent\":64,\"selector\":\"link_text-68-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Press[/ct_link_text][ct_link_text ct_sign_sha256=\'19634dff089c7c11b636cf60f81bd849b905ee024a83fdfce78c276af09a47c1\' ct_options=\'{\"ct_id\":69,\"ct_parent\":64,\"selector\":\"link_text-69-45\",\"original\":{\"globalConditionsResult\":true,\"hover_color\":\"color(1)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Resources[/ct_link_text][ct_link_text ct_sign_sha256=\'58e0458876b49cb67c1c4820916fdb0d5f7c60e1a9cf79d1ff957a0815cc7174\' ct_options=\'{\"ct_id\":70,\"ct_parent\":64,\"selector\":\"link_text-70-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Policies[/ct_link_text][/ct_div_block_3][/ct_div_block_2][ct_text_block ct_sign_sha256=\'4a6ff34a1db4115d0c4ab80cf5713331cf2b2c981569b5c707081e5d91c99fd2\' ct_options=\'{\"ct_id\":71,\"ct_parent\":28,\"selector\":\"text_block-71-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-s\",\"1\":\"c-text-light\"},\"nicename\":\"Copyright\"}\']Copyright © 2020 OxyNinja.com[/ct_text_block][/ct_section]'),(469,45,'ct_builder_shortcodes_revisions_dates','1622110533'),(470,45,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'e9797e48339c0f4594f27726595c2a42ab1a0dd0684bacd52b94b3c86f59db0d\' ct_options=\'{\"ct_id\":72,\"ct_parent\":0,\"selector\":\"_header-72-45\",\"original\":{\"sticky-media\":\"tablet\",\"sticky_scroll_distance\":\"300\",\"globalConditionsResult\":true,\"sticky_header\":\"yes\",\"sticky_header_fade_in\":\"yes\",\"sticky_header_fade_in_speed\":\"0.6\",\"sticky-box-shadow\":\"0px 5px 20px -15px rgba(0,0,0,0.1);\"},\"classes\":{\"0\":\"c-shadow\",\"1\":\"c-header\"},\"nicename\":\"Header\",\"activeselector\":\"c-header\"}\'][oxy_header_row ct_sign_sha256=\'568dbd38456eae52a9ee2885a3a18a0b49019aac8f4b9f5c83220f068ce86e75\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"_header_row-73-45\",\"original\":{\"globalConditionsResult\":true,\"padding-top\":\"10\",\"padding-bottom\":\"10\",\"hide_in_sticky\":\"yes\",\"background-color\":\"color(3)\",\"hide-row\":\"tablet\"},\"classes\":{},\"nicename\":\"Subheader\"}\'][oxy_header_left ct_sign_sha256=\'57554cb60000c82eec36865e904aff3f304473fa7f9bbaaf208fe71a32b3f84b\' ct_options=\'{\"ct_id\":74,\"ct_parent\":73,\"selector\":\"_header_left-74-45\"}\'][ct_div_block_2 ct_sign_sha256=\'19c185d88b7419bf37015b8fa8bebd8245ffa76ea2266a471ed4cf25944ca1e6\' ct_options=\'{\"ct_id\":75,\"ct_parent\":74,\"selector\":\"div_block-75-45\",\"original\":{\"globalConditionsResult\":true,\"display\":\"flex\"},\"activeselector\":\"c-header-contact\",\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}}},\"nicename\":\"Contacts\",\"classes\":{\"0\":\"c-header-contact\"}}\'][ct_link_3 ct_sign_sha256=\'bcf166df4839700acabf95f251126dda99109057aec489f528ac2cda56bf1b23\' ct_options=\'{\"ct_id\":76,\"ct_parent\":75,\"selector\":\"link-76-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"mailto:\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-link-m\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"7\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d3d4d6165cbace3769cf7339b59cb47ef51c45338ed098108b88ee176edf795d\' ct_options=\'{\"ct_id\":77,\"ct_parent\":76,\"selector\":\"fancy_icon-77-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-envelope\"},\"classes\":{\"0\":\"c-icon-accent-m\",\"1\":\"c-margin-right-xs\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'bf465cab7c6823b6e79c147077336e54e118dc8bbf1024149827b0dbdccff015\' ct_options=\'{\"ct_id\":78,\"ct_parent\":76,\"selector\":\"text_block-78-45\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false}\']info@gorillaafricasafaris.com[/ct_text_block][/ct_link_3][ct_link_3 ct_sign_sha256=\'7baeba17cba2213cd449209ff3a6eca299b0e98a1964b281cd6c37891d4986fc\' ct_options=\'{\"ct_id\":79,\"ct_parent\":75,\"selector\":\"link-79-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"tel:\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-link-m\"}}\'][ct_fancy_icon ct_sign_sha256=\'484a6671c88991dd2f674fb71324b4d2a9407d343465febd70a3c06ce54eced6\' ct_options=\'{\"ct_id\":80,\"ct_parent\":79,\"selector\":\"fancy_icon-80-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-phone\"},\"classes\":{\"0\":\"c-icon-accent-m\",\"1\":\"c-margin-right-xs\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'98600a1600555c0cb10169842bf51934cbfe2fe4b287443e11eae5a61aa413a6\' ct_options=\'{\"ct_id\":81,\"ct_parent\":79,\"selector\":\"text_block-81-45\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false}\']+256 781516422[/ct_text_block][/ct_link_3][/ct_div_block_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'232fc2a82f2ff94a0473506aff39e4ba65f22d1ff370b7136a7085c3d2db2737\' ct_options=\'{\"ct_id\":82,\"ct_parent\":73,\"selector\":\"_header_center-82-45\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'047b719ff577c29e3abadd5f64567390b07ad725f64543ec52b5a24ad58c4278\' ct_options=\'{\"ct_id\":83,\"ct_parent\":73,\"selector\":\"_header_right-83-45\"}\'][ct_div_block_2 ct_sign_sha256=\'d9aae367279fcdfe23d1ff7dc96343a27b8feea5532d43f96d88fe53a53c29b1\' ct_options=\'{\"ct_id\":84,\"ct_parent\":83,\"selector\":\"div_block-84-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-inline\"},\"nicename\":\"Social Icons\"}\'][ct_link_3 ct_sign_sha256=\'62c1011db63d25e32a6f2608241f01e3fe679bc7341a6b3f71a72770f840c805\' ct_options=\'{\"ct_id\":85,\"ct_parent\":84,\"selector\":\"link-85-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'9792c1e08d8992b11a2a387c6e902ea7431ac45eefd9efa5146dc88ed6d6a86d\' ct_options=\'{\"ct_id\":86,\"ct_parent\":85,\"selector\":\"fancy_icon-86-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-facebook\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'b815191707a6797a67e6e3ef2c35d70ac87edcf4517aa2bbafdad3c428d3d0de\' ct_options=\'{\"ct_id\":87,\"ct_parent\":84,\"selector\":\"link-87-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'ea663881ac5a164ddafcf0217f6bc916651722a67f5cf5009defdb307a7e681c\' ct_options=\'{\"ct_id\":88,\"ct_parent\":87,\"selector\":\"fancy_icon-88-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-twitter\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'4490e6c0f86a68b748b318bed5035d1d4bbe81f3a424ba6e60c337f29349f66f\' ct_options=\'{\"ct_id\":89,\"ct_parent\":84,\"selector\":\"link-89-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'1088c105500411b13195bba8294b2dee9d3878a8f7e14a234ccd746979d8824e\' ct_options=\'{\"ct_id\":90,\"ct_parent\":89,\"selector\":\"fancy_icon-90-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-linkedin\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'f2e1089fbc00b88add45da1c3c7eec8cbcf93de1e3e8aaac2ddba271a96b2fe5\' ct_options=\'{\"ct_id\":91,\"ct_parent\":84,\"selector\":\"link-91-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'f3055a5c992f9ceb4041536312dcee296c3d30e4b6f712f1ada33f679cbf91b2\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"fancy_icon-92-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-youtube-play\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][/ct_div_block_2][/oxy_header_right][/oxy_header_row][oxy_header_row ct_sign_sha256=\'2adbe075ca4c1af1dd1d9df1f9e99665a54679fd99af84aca5911cf38880fcfc\' ct_options=\'{\"ct_id\":93,\"ct_parent\":72,\"selector\":\"_header_row-93-45\",\"original\":{\"globalConditionsResult\":true,\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"background-color\":\"color(5)\"},\"nicename\":\"Main Header\",\"activeselector\":false,\"classes\":{}}\'][oxy_header_left ct_sign_sha256=\'8c30dfe568b7208ee4dc795d82a34c502ebcb4cb1a686cac006d563de39e3855\' ct_options=\'{\"ct_id\":94,\"ct_parent\":93,\"selector\":\"_header_left-94-45\"}\'][ct_link_2 ct_sign_sha256=\'c929ac842dff35b87f5674d88db0b1ad5e492c6d4fce7f476ab370eb0b3222a3\' ct_options=\'{\"ct_id\":95,\"ct_parent\":94,\"selector\":\"link-95-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"https://core.oxyninja.com/\",\"url_encoded\":\"true\"},\"nicename\":\"Logo\"}\'][ct_image ct_sign_sha256=\'244ac42fbaac70e3472614e62cd18f86ac90185ea0e1d807ed5e3230133d1848\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"image-96-45\",\"original\":{\"globalConditionsResult\":true,\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/05/gorilla-african-tours-travel-logo.png\"},\"classes\":{\"0\":\"c-logo\"},\"activeselector\":false}\'][/ct_image][/ct_link_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'389a8625408fad11c0e7c14131131b2f983d4d3cbaafa4dde14e1fc7ed58c5e2\' ct_options=\'{\"ct_id\":97,\"ct_parent\":93,\"selector\":\"_header_center-97-45\"}\'][oxy-pro-menu ct_sign_sha256=\'19c1457f8156c33372a6748183c6263a80e47faed80d745939bcd7920664be0e\' ct_options=\'{\"ct_id\":98,\"ct_parent\":97,\"selector\":\"-pro-menu-98-45\",\"original\":{\"globalConditionsResult\":true,\"menu_id\":\"2\",\"oxy-pro-menu_show_mobile_menu_below\":\"tablet\",\"oxy-pro-menu_orientation\":\"Horizontal\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\":\"14\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\":\"500\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\":\"color(10)\",\"oxy-pro-menu_menu_item_padding_padding-left\":\"20\",\"oxy-pro-menu_menu_item_padding_padding-right\":\"20\",\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\":\"color(1)\",\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\":\"0.6\",\"oxy-pro-menu_mobile_menu_open_icon\":\"Lineariconsicon-menu\",\"oxy-pro-menu_mobile_menu_open_icon_text\":\"\",\"oxy-pro-menu_mobile_menu_close_icon\":\"Lineariconsicon-cross\",\"oxy-pro-menu_mobile_menu_close_icon_text\":\"\",\"oxy-pro-menu_off_canvas\":\"false\",\"oxy-pro-menu_off_canvas_alignment\":\"left\",\"menu_off_canvas_animation\":\"fade-right\",\"oxy-pro-menu_dropdown-border-radius\":\"7\",\"menu_dropdown_animation\":\"fade\",\"oxy-pro-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\":\"0\",\"oxy-pro-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\":\"3\",\"oxy-pro-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\":\"10\",\"oxy-pro-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\":\"rgba(0,0,0,0.1)\",\"oxy-pro-menu_dropdown_child_item_padding_padding-top\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-left\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-right\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\":\"20\",\"oxy-pro-menu_dropdown_icon\":\"FontAwesomeicon-angle-down\",\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\":\"10\",\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\":\"5\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\":\"color(5)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\":\"color(3)\",\"oxy-pro-menu_show_dropdown_links_on_mobile\":\"toggle\",\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\":\"0.4\",\"oxy-pro-menu_menu_item_padding_padding-bottom\":\"5\",\"oxy-pro-menu_menu_item_padding_padding-top\":\"5\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\":\"color(10)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\":\"color(1)\",\"oxy-pro-menu_desktop_item_text_align\":\"Left\"},\"hover\":{\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\":\"color(1)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\":\"color(3)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\":\"color(1)\"},\"media\":{\"tablet\":{\"original\":{\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\":\"30\",\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\":\"0.7\",\"order\":\"-1\",\"flex-shrink\":\"1\",\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\":\"0\",\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\":\"15\",\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\":\"4\",\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\":\"30\",\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\":\"4\",\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\":\"0.6\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width\":\"75\",\"oxy-pro-menu_mobile_item_text_align\":\"Center\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width-unit\":\"%\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width-unit\":\"%\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":{\"0\":\"global\",\"1\":\"Display\"},\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"30\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"600\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"1.8\",\"oxy-pro-menu_mobile_menu_item_padding_padding-top\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-left\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-right\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\":\"10\",\"oxy-pro-menu_dropdown_icon_size\":\"35\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\":\"2\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\":\"rgba(0,0,0,0)\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_color\":\"color(2)\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width\":\"80\"}}},\"nicename\":\"Menu\"}\'][/oxy-pro-menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'bda37f2debfe946a0d72eca1c0e3b490ed289c7537b9c6a35b965b1aecaaa6aa\' ct_options=\'{\"ct_id\":99,\"ct_parent\":93,\"selector\":\"_header_right-99-45\"}\'][ct_link_text ct_sign_sha256=\'c4ead220183cb7dd7ab5c98044b28a23b07a1ef0b306235c040f37dc916af308\' ct_options=\'{\"ct_id\":100,\"ct_parent\":99,\"selector\":\"link_text-100-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-btn-main\",\"1\":\"c-transition\",\"2\":\"c-btn-m\"},\"nicename\":\"CTA\"}\']Purchase[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content ct_sign_sha256=\'2e04f16a4375128fc9ea35f971fb75f98bb78e7075b51d206be581388a6ce002\' ct_options=\'{\"ct_id\":27,\"ct_parent\":\"0\",\"selector\":\"inner_content-27-45\"}\'][/ct_inner_content][ct_section ct_sign_sha256=\'f2d21ab43bd398fd867920923509e1f8b6c37af13a5381e300b8333ead2d06f6\' ct_options=\'{\"ct_id\":28,\"ct_parent\":0,\"selector\":\"section-28-45\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"footer\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"classes\":{\"0\":\"c-bg-dark\"}}\'][ct_image ct_sign_sha256=\'eac36b4f79b8c18fa68cca5f1dfea7efd4311203ecd25595cfef78122b678a8e\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"image-29-45\",\"original\":{\"globalConditionsResult\":true,\"src\":\"https://core.oxyninja.com/wp-content/uploads/2020/04/Core-Logo-White@0.5x.png\",\"opacity\":\"0.4\"},\"classes\":{\"0\":\"c-logo\",\"1\":\"c-margin-bottom-m\"},\"activeselector\":\"c-header\",\"nicename\":\"Logo\"}\'][/ct_image][ct_div_block_2 ct_sign_sha256=\'61538a97c4c97d6e1e3293dfe61b560d6ad3f80a34914cc6c7a63736250cbf57\' ct_options=\'{\"ct_id\":30,\"ct_parent\":28,\"selector\":\"div_block-30-45\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Columns\",\"classes\":{\"0\":\"c-columns-l-2\",\"1\":\"c-columns-gap-l\",\"2\":\"c-margin-bottom-m\",\"3\":\"c-columns-6\"}}\'][ct_div_block_3 ct_sign_sha256=\'e67dcf074ce270a617f0a732a2ef13fb9603f0104b98423dab7d1eb557713d02\' ct_options=\'{\"ct_id\":31,\"ct_parent\":30,\"selector\":\"div_block-31-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-col-span-2\"},\"nicename\":\"Wide column\"}\'][ct_headline ct_sign_sha256=\'432711d578dd0559016483857e890ad382e83c618857881d99c59327e312aeda\' ct_options=\'{\"ct_id\":32,\"ct_parent\":31,\"selector\":\"headline-32-45\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h4\",\"max-width\":\"350\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-light\"}}\']Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC.[/ct_headline][ct_div_block_4 ct_sign_sha256=\'9eef00dd8185e97770b7672604e786220c5a12f780abaca4ae6238ac591c5c92\' ct_options=\'{\"ct_id\":33,\"ct_parent\":31,\"selector\":\"div_block-33-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-inline\"}}\'][ct_link_5 ct_sign_sha256=\'3d99fc4e7d9e8aef72f1de4c3d8957fafdf33e6146acdf962479265946ba588b\' ct_options=\'{\"ct_id\":34,\"ct_parent\":33,\"selector\":\"link-34-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'470f4f276d64b6151172edc3d10ab7cf406690631c313ae65812c732bf4e2706\' ct_options=\'{\"ct_id\":35,\"ct_parent\":34,\"selector\":\"fancy_icon-35-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-facebook-square\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'efff8bd122a42432c0acf8e71a53a173640835e46d817702cae0707f3245baae\' ct_options=\'{\"ct_id\":36,\"ct_parent\":33,\"selector\":\"link-36-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'0c6e93ece9d3ac36a71c6a6bbe3337e289a6fdc5f778132db287c5b2f69ccf40\' ct_options=\'{\"ct_id\":37,\"ct_parent\":36,\"selector\":\"fancy_icon-37-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-instagram\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'29a3fb6d59f75eb948d9b44feb49e83977d685db31608a962be56e6dbe884a90\' ct_options=\'{\"ct_id\":38,\"ct_parent\":33,\"selector\":\"link-38-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'71663c25635fdda328da25051c82c97ccdc4f2aa18b823bf2cbd2369e5c4528f\' ct_options=\'{\"ct_id\":39,\"ct_parent\":38,\"selector\":\"fancy_icon-39-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-twitter-square\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'22c305fb137189935f79d64da0144c43e47dce1680c410fc49139db24c5d8cdf\' ct_options=\'{\"ct_id\":40,\"ct_parent\":33,\"selector\":\"link-40-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'23bf8584f9b01f3209b592af25ab84e9deebaa6d2386b5d1aae5b1b9bc021b63\' ct_options=\'{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"fancy_icon-41-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-youtube-play\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'5eb781d102b5e82a20f24788a617fb82de47423a260b62386937adc7504b107d\' ct_options=\'{\"ct_id\":42,\"ct_parent\":33,\"selector\":\"link-42-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'24675d55a17d90ff4ad138d346279984a1748c9dd7f37dcd57d49561a429490a\' ct_options=\'{\"ct_id\":43,\"ct_parent\":42,\"selector\":\"fancy_icon-43-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-linkedin-square\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b9e226afa462963ad6da42d692dbd976025ba93247eaa0561fd7475fad24a27a\' ct_options=\'{\"ct_id\":44,\"ct_parent\":30,\"selector\":\"div_block-44-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'05ae3163a18c83319120a96bcc914b8954eac8a60fa1dbc7fc576152a9e9ab11\' ct_options=\'{\"ct_id\":45,\"ct_parent\":44,\"selector\":\"text_block-45-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Use Cases[/ct_text_block][ct_link_text ct_sign_sha256=\'dfa783c9e23f3cf0e0b5d39d4e4f89d95ee15eb17413affe1c5aac99ff29fa9a\' ct_options=\'{\"ct_id\":46,\"ct_parent\":44,\"selector\":\"link_text-46-45\",\"original\":{\"globalConditionsResult\":true,\"hover_color\":\"color(1)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Marketing[/ct_link_text][ct_link_text ct_sign_sha256=\'790c072c357c98f32e32a60ee7ce57e080549336aab051e876ae85505f86c09c\' ct_options=\'{\"ct_id\":47,\"ct_parent\":44,\"selector\":\"link_text-47-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Facebook Ads[/ct_link_text][ct_link_text ct_sign_sha256=\'3f839576f3ab39f37b75821b8ce544b235e201da029f54314d0f0b02c5e2bfbc\' ct_options=\'{\"ct_id\":48,\"ct_parent\":44,\"selector\":\"link_text-48-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Google Shopping[/ct_link_text][ct_link_text ct_sign_sha256=\'0fcea87f4bb54b0e83718d2ea60b6fe05065d9b81787258ac3e711081b6fe9d6\' ct_options=\'{\"ct_id\":49,\"ct_parent\":44,\"selector\":\"link_text-49-45\",\"original\":{\"globalConditionsResult\":true,\"hover_color\":\"color(1)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']SEM[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a620a0140b9da1713ad449914f3ada890821b26c494900199bb10fec013de8bc\' ct_options=\'{\"ct_id\":50,\"ct_parent\":30,\"selector\":\"div_block-50-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'a1372a0ae9f5df51287bf53f195c9e6d2e984ef67f8eedb6981ce46c18a9f6a4\' ct_options=\'{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"text_block-51-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Company[/ct_text_block][ct_link_text ct_sign_sha256=\'1958af94dc1f98bc5960c3d23ff8f3e2ab6ef6fde18d2b3e4cf4d6bd9d09a7f0\' ct_options=\'{\"ct_id\":52,\"ct_parent\":50,\"selector\":\"link_text-52-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']About Us[/ct_link_text][ct_link_text ct_sign_sha256=\'942101120ad2a1ecec6681f685d9e61b9c3e39d4672826f0f9afee0a5a214491\' ct_options=\'{\"ct_id\":53,\"ct_parent\":50,\"selector\":\"link_text-53-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Jobs[/ct_link_text][ct_link_text ct_sign_sha256=\'ac242e61293e840800fcfb498001d8582a1f70076f18ae9f9818f262a2fc0417\' ct_options=\'{\"ct_id\":54,\"ct_parent\":50,\"selector\":\"link_text-54-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Press[/ct_link_text][ct_link_text ct_sign_sha256=\'f7837b448012ee3f0c90f88a3d2e8dd8fca708157c2fa3d92391db017c52eee1\' ct_options=\'{\"ct_id\":55,\"ct_parent\":50,\"selector\":\"link_text-55-45\",\"original\":{\"globalConditionsResult\":true,\"hover_color\":\"color(1)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Resources[/ct_link_text][ct_link_text ct_sign_sha256=\'07c0bb63930648a2d75147353cbf864474e9ce65542590ab8aa6fad6bfab03c7\' ct_options=\'{\"ct_id\":56,\"ct_parent\":50,\"selector\":\"link_text-56-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"},\"activeselector\":\"c-header\"}\']Policies[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3193cc8bd7a7d6c1d0146898e4501ea67143b90730401abf551da522654504de\' ct_options=\'{\"ct_id\":57,\"ct_parent\":30,\"selector\":\"div_block-57-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'82571e8b6d17a2ed8f98fc75bd8ff7cae38189fc2de5ae628de670f188006407\' ct_options=\'{\"ct_id\":58,\"ct_parent\":57,\"selector\":\"text_block-58-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Company[/ct_text_block][ct_link_text ct_sign_sha256=\'31f92ceeb47c1ee43fc565df8dfbfd1b0fdad40f12b11a798654509f2bd5aa4d\' ct_options=\'{\"ct_id\":59,\"ct_parent\":57,\"selector\":\"link_text-59-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']About Us[/ct_link_text][ct_link_text ct_sign_sha256=\'6cf30e53b657a2341a345a2fdeaaad7778234a06307f4a528664cbb28869b6ba\' ct_options=\'{\"ct_id\":60,\"ct_parent\":57,\"selector\":\"link_text-60-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Jobs[/ct_link_text][ct_link_text ct_sign_sha256=\'2e93efa7ca6d9f0f6d0429d6f48f21ed37b771f3a821def89a3c3921b1562d0f\' ct_options=\'{\"ct_id\":61,\"ct_parent\":57,\"selector\":\"link_text-61-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Press[/ct_link_text][ct_link_text ct_sign_sha256=\'16a8d6be7e527bef71924792db3fe1f8fa55f0739bce7cb68ea2c3d934e16349\' ct_options=\'{\"ct_id\":62,\"ct_parent\":57,\"selector\":\"link_text-62-45\",\"original\":{\"globalConditionsResult\":true,\"hover_color\":\"color(1)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Resources[/ct_link_text][ct_link_text ct_sign_sha256=\'20cc2573f2719ed86d43d6a6cf4e5f2291c0a20c61257ac9974e3cc6a26bc60f\' ct_options=\'{\"ct_id\":63,\"ct_parent\":57,\"selector\":\"link_text-63-45\",\"original\":{\"globalConditionsResult\":true,\"hover_color\":\"color(undefined)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Policies[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f6897040b3f7ae04167ebc95a2f295b43946243fca758de20293d706f13c5a79\' ct_options=\'{\"ct_id\":64,\"ct_parent\":30,\"selector\":\"div_block-64-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'7fc33e008495049f47c37dca6ae1a72f67c1c932c88bccd23e51168efdd997d9\' ct_options=\'{\"ct_id\":65,\"ct_parent\":64,\"selector\":\"text_block-65-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Company[/ct_text_block][ct_link_text ct_sign_sha256=\'c073f01afce573dcb16e5d9c169f79d46c5a065e7f2a4ea3070765386d25e0e3\' ct_options=\'{\"ct_id\":66,\"ct_parent\":64,\"selector\":\"link_text-66-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']About Us[/ct_link_text][ct_link_text ct_sign_sha256=\'51facd6cc5a0a598486fe4bf55f0038f68efd4209b8633b311dd35f02c228aca\' ct_options=\'{\"ct_id\":67,\"ct_parent\":64,\"selector\":\"link_text-67-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Jobs[/ct_link_text][ct_link_text ct_sign_sha256=\'44e7e47459f5e92e967dcdadac931d4cb9f691bb58a11120d9b79e0902331622\' ct_options=\'{\"ct_id\":68,\"ct_parent\":64,\"selector\":\"link_text-68-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Press[/ct_link_text][ct_link_text ct_sign_sha256=\'19634dff089c7c11b636cf60f81bd849b905ee024a83fdfce78c276af09a47c1\' ct_options=\'{\"ct_id\":69,\"ct_parent\":64,\"selector\":\"link_text-69-45\",\"original\":{\"globalConditionsResult\":true,\"hover_color\":\"color(1)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Resources[/ct_link_text][ct_link_text ct_sign_sha256=\'58e0458876b49cb67c1c4820916fdb0d5f7c60e1a9cf79d1ff957a0815cc7174\' ct_options=\'{\"ct_id\":70,\"ct_parent\":64,\"selector\":\"link_text-70-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Policies[/ct_link_text][/ct_div_block_3][/ct_div_block_2][ct_text_block ct_sign_sha256=\'4a6ff34a1db4115d0c4ab80cf5713331cf2b2c981569b5c707081e5d91c99fd2\' ct_options=\'{\"ct_id\":71,\"ct_parent\":28,\"selector\":\"text_block-71-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-s\",\"1\":\"c-text-light\"},\"nicename\":\"Copyright\"}\']Copyright © 2020 OxyNinja.com[/ct_text_block][/ct_section]'),(471,45,'ct_builder_shortcodes_revisions_dates','1622111838'),(472,45,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'2b7270336c14f3aaf81f380f748566355939c76985814db25ea072a8fe8c4294\' ct_options=\'{\"ct_id\":72,\"ct_parent\":0,\"selector\":\"_header-72-45\",\"original\":{\"sticky-media\":\"tablet\",\"sticky_scroll_distance\":\"300\",\"globalConditionsResult\":true,\"sticky_header\":\"yes\",\"sticky_header_fade_in\":\"yes\",\"sticky_header_fade_in_speed\":\"0.6\",\"sticky-box-shadow\":\"0px 5px 20px -15px rgba(0,0,0,0.1);\"},\"classes\":{\"0\":\"c-shadow\",\"1\":\"c-header\"},\"nicename\":\"Header\",\"activeselector\":\"c-header\"}\'][oxy_header_row ct_sign_sha256=\'568dbd38456eae52a9ee2885a3a18a0b49019aac8f4b9f5c83220f068ce86e75\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"_header_row-73-45\",\"original\":{\"globalConditionsResult\":true,\"padding-top\":\"10\",\"padding-bottom\":\"10\",\"hide_in_sticky\":\"yes\",\"background-color\":\"color(3)\",\"hide-row\":\"tablet\"},\"classes\":{},\"nicename\":\"Subheader\"}\'][oxy_header_left ct_sign_sha256=\'57554cb60000c82eec36865e904aff3f304473fa7f9bbaaf208fe71a32b3f84b\' ct_options=\'{\"ct_id\":74,\"ct_parent\":73,\"selector\":\"_header_left-74-45\"}\'][ct_div_block_2 ct_sign_sha256=\'19c185d88b7419bf37015b8fa8bebd8245ffa76ea2266a471ed4cf25944ca1e6\' ct_options=\'{\"ct_id\":75,\"ct_parent\":74,\"selector\":\"div_block-75-45\",\"original\":{\"globalConditionsResult\":true,\"display\":\"flex\"},\"activeselector\":\"c-header-contact\",\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}}},\"nicename\":\"Contacts\",\"classes\":{\"0\":\"c-header-contact\"}}\'][ct_link_3 ct_sign_sha256=\'bcf166df4839700acabf95f251126dda99109057aec489f528ac2cda56bf1b23\' ct_options=\'{\"ct_id\":76,\"ct_parent\":75,\"selector\":\"link-76-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"mailto:\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-link-m\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"7\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d3d4d6165cbace3769cf7339b59cb47ef51c45338ed098108b88ee176edf795d\' ct_options=\'{\"ct_id\":77,\"ct_parent\":76,\"selector\":\"fancy_icon-77-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-envelope\"},\"classes\":{\"0\":\"c-icon-accent-m\",\"1\":\"c-margin-right-xs\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'bf465cab7c6823b6e79c147077336e54e118dc8bbf1024149827b0dbdccff015\' ct_options=\'{\"ct_id\":78,\"ct_parent\":76,\"selector\":\"text_block-78-45\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false}\']info@gorillaafricasafaris.com[/ct_text_block][/ct_link_3][ct_link_3 ct_sign_sha256=\'7baeba17cba2213cd449209ff3a6eca299b0e98a1964b281cd6c37891d4986fc\' ct_options=\'{\"ct_id\":79,\"ct_parent\":75,\"selector\":\"link-79-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"tel:\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-link-m\"}}\'][ct_fancy_icon ct_sign_sha256=\'484a6671c88991dd2f674fb71324b4d2a9407d343465febd70a3c06ce54eced6\' ct_options=\'{\"ct_id\":80,\"ct_parent\":79,\"selector\":\"fancy_icon-80-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-phone\"},\"classes\":{\"0\":\"c-icon-accent-m\",\"1\":\"c-margin-right-xs\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'98600a1600555c0cb10169842bf51934cbfe2fe4b287443e11eae5a61aa413a6\' ct_options=\'{\"ct_id\":81,\"ct_parent\":79,\"selector\":\"text_block-81-45\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false}\']+256 781516422[/ct_text_block][/ct_link_3][/ct_div_block_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'232fc2a82f2ff94a0473506aff39e4ba65f22d1ff370b7136a7085c3d2db2737\' ct_options=\'{\"ct_id\":82,\"ct_parent\":73,\"selector\":\"_header_center-82-45\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'047b719ff577c29e3abadd5f64567390b07ad725f64543ec52b5a24ad58c4278\' ct_options=\'{\"ct_id\":83,\"ct_parent\":73,\"selector\":\"_header_right-83-45\"}\'][ct_div_block_2 ct_sign_sha256=\'d9aae367279fcdfe23d1ff7dc96343a27b8feea5532d43f96d88fe53a53c29b1\' ct_options=\'{\"ct_id\":84,\"ct_parent\":83,\"selector\":\"div_block-84-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-inline\"},\"nicename\":\"Social Icons\"}\'][ct_link_3 ct_sign_sha256=\'62c1011db63d25e32a6f2608241f01e3fe679bc7341a6b3f71a72770f840c805\' ct_options=\'{\"ct_id\":85,\"ct_parent\":84,\"selector\":\"link-85-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'9792c1e08d8992b11a2a387c6e902ea7431ac45eefd9efa5146dc88ed6d6a86d\' ct_options=\'{\"ct_id\":86,\"ct_parent\":85,\"selector\":\"fancy_icon-86-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-facebook\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'b815191707a6797a67e6e3ef2c35d70ac87edcf4517aa2bbafdad3c428d3d0de\' ct_options=\'{\"ct_id\":87,\"ct_parent\":84,\"selector\":\"link-87-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'ea663881ac5a164ddafcf0217f6bc916651722a67f5cf5009defdb307a7e681c\' ct_options=\'{\"ct_id\":88,\"ct_parent\":87,\"selector\":\"fancy_icon-88-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-twitter\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'4490e6c0f86a68b748b318bed5035d1d4bbe81f3a424ba6e60c337f29349f66f\' ct_options=\'{\"ct_id\":89,\"ct_parent\":84,\"selector\":\"link-89-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'1088c105500411b13195bba8294b2dee9d3878a8f7e14a234ccd746979d8824e\' ct_options=\'{\"ct_id\":90,\"ct_parent\":89,\"selector\":\"fancy_icon-90-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-linkedin\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'f2e1089fbc00b88add45da1c3c7eec8cbcf93de1e3e8aaac2ddba271a96b2fe5\' ct_options=\'{\"ct_id\":91,\"ct_parent\":84,\"selector\":\"link-91-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'f3055a5c992f9ceb4041536312dcee296c3d30e4b6f712f1ada33f679cbf91b2\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"fancy_icon-92-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-youtube-play\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][/ct_div_block_2][/oxy_header_right][/oxy_header_row][oxy_header_row ct_sign_sha256=\'5ff400bf9983789b5355a186902a7f329003a7eb7f5c1e7be0f70774cc8aa4df\' ct_options=\'{\"ct_id\":93,\"ct_parent\":72,\"selector\":\"_header_row-93-45\",\"original\":{\"globalConditionsResult\":true,\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"background-color\":\"color(5)\"},\"nicename\":\"Main Header\",\"activeselector\":false,\"classes\":{}}\'][oxy_header_left ct_sign_sha256=\'43d0156b244ab2510a51b3fdc10e94981178674c0c9d202457e4917c2a1b7287\' ct_options=\'{\"ct_id\":94,\"ct_parent\":93,\"selector\":\"_header_left-94-45\"}\'][ct_link_2 ct_sign_sha256=\'67020cd4b5699ece0755fe6da13e9b5a92e2bb93dd5d531d3bf4889ef55f19a4\' ct_options=\'{\"ct_id\":95,\"ct_parent\":94,\"selector\":\"link-95-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"https://core.oxyninja.com/\",\"url_encoded\":\"true\"},\"nicename\":\"Logo\"}\'][ct_image ct_sign_sha256=\'58a6694c73dae277d747d01009670b6883f5e7adb4e23e8714e7a9a488032a36\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"image-96-45\",\"original\":{\"globalConditionsResult\":true,\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/05/gorilla-african-tours-travel-logo.png\"},\"classes\":{},\"activeselector\":false}\'][/ct_image][/ct_link_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'389a8625408fad11c0e7c14131131b2f983d4d3cbaafa4dde14e1fc7ed58c5e2\' ct_options=\'{\"ct_id\":97,\"ct_parent\":93,\"selector\":\"_header_center-97-45\"}\'][oxy-pro-menu ct_sign_sha256=\'19c1457f8156c33372a6748183c6263a80e47faed80d745939bcd7920664be0e\' ct_options=\'{\"ct_id\":98,\"ct_parent\":97,\"selector\":\"-pro-menu-98-45\",\"original\":{\"globalConditionsResult\":true,\"menu_id\":\"2\",\"oxy-pro-menu_show_mobile_menu_below\":\"tablet\",\"oxy-pro-menu_orientation\":\"Horizontal\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\":\"14\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\":\"500\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\":\"color(10)\",\"oxy-pro-menu_menu_item_padding_padding-left\":\"20\",\"oxy-pro-menu_menu_item_padding_padding-right\":\"20\",\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\":\"color(1)\",\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\":\"0.6\",\"oxy-pro-menu_mobile_menu_open_icon\":\"Lineariconsicon-menu\",\"oxy-pro-menu_mobile_menu_open_icon_text\":\"\",\"oxy-pro-menu_mobile_menu_close_icon\":\"Lineariconsicon-cross\",\"oxy-pro-menu_mobile_menu_close_icon_text\":\"\",\"oxy-pro-menu_off_canvas\":\"false\",\"oxy-pro-menu_off_canvas_alignment\":\"left\",\"menu_off_canvas_animation\":\"fade-right\",\"oxy-pro-menu_dropdown-border-radius\":\"7\",\"menu_dropdown_animation\":\"fade\",\"oxy-pro-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\":\"0\",\"oxy-pro-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\":\"3\",\"oxy-pro-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\":\"10\",\"oxy-pro-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\":\"rgba(0,0,0,0.1)\",\"oxy-pro-menu_dropdown_child_item_padding_padding-top\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-left\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-right\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\":\"20\",\"oxy-pro-menu_dropdown_icon\":\"FontAwesomeicon-angle-down\",\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\":\"10\",\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\":\"5\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\":\"color(5)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\":\"color(3)\",\"oxy-pro-menu_show_dropdown_links_on_mobile\":\"toggle\",\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\":\"0.4\",\"oxy-pro-menu_menu_item_padding_padding-bottom\":\"5\",\"oxy-pro-menu_menu_item_padding_padding-top\":\"5\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\":\"color(10)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\":\"color(1)\",\"oxy-pro-menu_desktop_item_text_align\":\"Left\"},\"hover\":{\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\":\"color(1)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\":\"color(3)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\":\"color(1)\"},\"media\":{\"tablet\":{\"original\":{\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\":\"30\",\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\":\"0.7\",\"order\":\"-1\",\"flex-shrink\":\"1\",\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\":\"0\",\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\":\"15\",\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\":\"4\",\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\":\"30\",\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\":\"4\",\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\":\"0.6\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width\":\"75\",\"oxy-pro-menu_mobile_item_text_align\":\"Center\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width-unit\":\"%\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width-unit\":\"%\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":{\"0\":\"global\",\"1\":\"Display\"},\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"30\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"600\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"1.8\",\"oxy-pro-menu_mobile_menu_item_padding_padding-top\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-left\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-right\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\":\"10\",\"oxy-pro-menu_dropdown_icon_size\":\"35\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\":\"2\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\":\"rgba(0,0,0,0)\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_color\":\"color(2)\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width\":\"80\"}}},\"nicename\":\"Menu\"}\'][/oxy-pro-menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'27c517062b8915706b4cf6488b781ad3f22483fcd8a5b83d7fc7c3a5523ff3ed\' ct_options=\'{\"ct_id\":99,\"ct_parent\":93,\"selector\":\"_header_right-99-45\"}\'][ct_link_text ct_sign_sha256=\'3fe3320b1d73206b0761db5140bd019bec684b6a3c5c7743179b70f6356a6a9f\' ct_options=\'{\"ct_id\":100,\"ct_parent\":99,\"selector\":\"link_text-100-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-btn-main\",\"1\":\"c-transition\",\"2\":\"c-btn-m\"},\"activeselector\":false,\"nicename\":\"CTA\"}\']Purchase[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content ct_sign_sha256=\'2e04f16a4375128fc9ea35f971fb75f98bb78e7075b51d206be581388a6ce002\' ct_options=\'{\"ct_id\":27,\"ct_parent\":\"0\",\"selector\":\"inner_content-27-45\"}\'][/ct_inner_content][ct_section ct_sign_sha256=\'f2d21ab43bd398fd867920923509e1f8b6c37af13a5381e300b8333ead2d06f6\' ct_options=\'{\"ct_id\":28,\"ct_parent\":0,\"selector\":\"section-28-45\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"footer\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"classes\":{\"0\":\"c-bg-dark\"}}\'][ct_image ct_sign_sha256=\'eac36b4f79b8c18fa68cca5f1dfea7efd4311203ecd25595cfef78122b678a8e\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"image-29-45\",\"original\":{\"globalConditionsResult\":true,\"src\":\"https://core.oxyninja.com/wp-content/uploads/2020/04/Core-Logo-White@0.5x.png\",\"opacity\":\"0.4\"},\"classes\":{\"0\":\"c-logo\",\"1\":\"c-margin-bottom-m\"},\"activeselector\":\"c-header\",\"nicename\":\"Logo\"}\'][/ct_image][ct_div_block_2 ct_sign_sha256=\'61538a97c4c97d6e1e3293dfe61b560d6ad3f80a34914cc6c7a63736250cbf57\' ct_options=\'{\"ct_id\":30,\"ct_parent\":28,\"selector\":\"div_block-30-45\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Columns\",\"classes\":{\"0\":\"c-columns-l-2\",\"1\":\"c-columns-gap-l\",\"2\":\"c-margin-bottom-m\",\"3\":\"c-columns-6\"}}\'][ct_div_block_3 ct_sign_sha256=\'e67dcf074ce270a617f0a732a2ef13fb9603f0104b98423dab7d1eb557713d02\' ct_options=\'{\"ct_id\":31,\"ct_parent\":30,\"selector\":\"div_block-31-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-col-span-2\"},\"nicename\":\"Wide column\"}\'][ct_headline ct_sign_sha256=\'432711d578dd0559016483857e890ad382e83c618857881d99c59327e312aeda\' ct_options=\'{\"ct_id\":32,\"ct_parent\":31,\"selector\":\"headline-32-45\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h4\",\"max-width\":\"350\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-light\"}}\']Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC.[/ct_headline][ct_div_block_4 ct_sign_sha256=\'9eef00dd8185e97770b7672604e786220c5a12f780abaca4ae6238ac591c5c92\' ct_options=\'{\"ct_id\":33,\"ct_parent\":31,\"selector\":\"div_block-33-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-inline\"}}\'][ct_link_5 ct_sign_sha256=\'3d99fc4e7d9e8aef72f1de4c3d8957fafdf33e6146acdf962479265946ba588b\' ct_options=\'{\"ct_id\":34,\"ct_parent\":33,\"selector\":\"link-34-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'470f4f276d64b6151172edc3d10ab7cf406690631c313ae65812c732bf4e2706\' ct_options=\'{\"ct_id\":35,\"ct_parent\":34,\"selector\":\"fancy_icon-35-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-facebook-square\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'efff8bd122a42432c0acf8e71a53a173640835e46d817702cae0707f3245baae\' ct_options=\'{\"ct_id\":36,\"ct_parent\":33,\"selector\":\"link-36-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'0c6e93ece9d3ac36a71c6a6bbe3337e289a6fdc5f778132db287c5b2f69ccf40\' ct_options=\'{\"ct_id\":37,\"ct_parent\":36,\"selector\":\"fancy_icon-37-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-instagram\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'29a3fb6d59f75eb948d9b44feb49e83977d685db31608a962be56e6dbe884a90\' ct_options=\'{\"ct_id\":38,\"ct_parent\":33,\"selector\":\"link-38-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'71663c25635fdda328da25051c82c97ccdc4f2aa18b823bf2cbd2369e5c4528f\' ct_options=\'{\"ct_id\":39,\"ct_parent\":38,\"selector\":\"fancy_icon-39-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-twitter-square\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'22c305fb137189935f79d64da0144c43e47dce1680c410fc49139db24c5d8cdf\' ct_options=\'{\"ct_id\":40,\"ct_parent\":33,\"selector\":\"link-40-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'23bf8584f9b01f3209b592af25ab84e9deebaa6d2386b5d1aae5b1b9bc021b63\' ct_options=\'{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"fancy_icon-41-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-youtube-play\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'5eb781d102b5e82a20f24788a617fb82de47423a260b62386937adc7504b107d\' ct_options=\'{\"ct_id\":42,\"ct_parent\":33,\"selector\":\"link-42-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'24675d55a17d90ff4ad138d346279984a1748c9dd7f37dcd57d49561a429490a\' ct_options=\'{\"ct_id\":43,\"ct_parent\":42,\"selector\":\"fancy_icon-43-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-linkedin-square\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b9e226afa462963ad6da42d692dbd976025ba93247eaa0561fd7475fad24a27a\' ct_options=\'{\"ct_id\":44,\"ct_parent\":30,\"selector\":\"div_block-44-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'05ae3163a18c83319120a96bcc914b8954eac8a60fa1dbc7fc576152a9e9ab11\' ct_options=\'{\"ct_id\":45,\"ct_parent\":44,\"selector\":\"text_block-45-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Use Cases[/ct_text_block][ct_link_text ct_sign_sha256=\'dfa783c9e23f3cf0e0b5d39d4e4f89d95ee15eb17413affe1c5aac99ff29fa9a\' ct_options=\'{\"ct_id\":46,\"ct_parent\":44,\"selector\":\"link_text-46-45\",\"original\":{\"globalConditionsResult\":true,\"hover_color\":\"color(1)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Marketing[/ct_link_text][ct_link_text ct_sign_sha256=\'790c072c357c98f32e32a60ee7ce57e080549336aab051e876ae85505f86c09c\' ct_options=\'{\"ct_id\":47,\"ct_parent\":44,\"selector\":\"link_text-47-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Facebook Ads[/ct_link_text][ct_link_text ct_sign_sha256=\'3f839576f3ab39f37b75821b8ce544b235e201da029f54314d0f0b02c5e2bfbc\' ct_options=\'{\"ct_id\":48,\"ct_parent\":44,\"selector\":\"link_text-48-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Google Shopping[/ct_link_text][ct_link_text ct_sign_sha256=\'0fcea87f4bb54b0e83718d2ea60b6fe05065d9b81787258ac3e711081b6fe9d6\' ct_options=\'{\"ct_id\":49,\"ct_parent\":44,\"selector\":\"link_text-49-45\",\"original\":{\"globalConditionsResult\":true,\"hover_color\":\"color(1)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']SEM[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a620a0140b9da1713ad449914f3ada890821b26c494900199bb10fec013de8bc\' ct_options=\'{\"ct_id\":50,\"ct_parent\":30,\"selector\":\"div_block-50-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'a1372a0ae9f5df51287bf53f195c9e6d2e984ef67f8eedb6981ce46c18a9f6a4\' ct_options=\'{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"text_block-51-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Company[/ct_text_block][ct_link_text ct_sign_sha256=\'1958af94dc1f98bc5960c3d23ff8f3e2ab6ef6fde18d2b3e4cf4d6bd9d09a7f0\' ct_options=\'{\"ct_id\":52,\"ct_parent\":50,\"selector\":\"link_text-52-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']About Us[/ct_link_text][ct_link_text ct_sign_sha256=\'942101120ad2a1ecec6681f685d9e61b9c3e39d4672826f0f9afee0a5a214491\' ct_options=\'{\"ct_id\":53,\"ct_parent\":50,\"selector\":\"link_text-53-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Jobs[/ct_link_text][ct_link_text ct_sign_sha256=\'ac242e61293e840800fcfb498001d8582a1f70076f18ae9f9818f262a2fc0417\' ct_options=\'{\"ct_id\":54,\"ct_parent\":50,\"selector\":\"link_text-54-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Press[/ct_link_text][ct_link_text ct_sign_sha256=\'f7837b448012ee3f0c90f88a3d2e8dd8fca708157c2fa3d92391db017c52eee1\' ct_options=\'{\"ct_id\":55,\"ct_parent\":50,\"selector\":\"link_text-55-45\",\"original\":{\"globalConditionsResult\":true,\"hover_color\":\"color(1)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Resources[/ct_link_text][ct_link_text ct_sign_sha256=\'07c0bb63930648a2d75147353cbf864474e9ce65542590ab8aa6fad6bfab03c7\' ct_options=\'{\"ct_id\":56,\"ct_parent\":50,\"selector\":\"link_text-56-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"},\"activeselector\":\"c-header\"}\']Policies[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3193cc8bd7a7d6c1d0146898e4501ea67143b90730401abf551da522654504de\' ct_options=\'{\"ct_id\":57,\"ct_parent\":30,\"selector\":\"div_block-57-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'82571e8b6d17a2ed8f98fc75bd8ff7cae38189fc2de5ae628de670f188006407\' ct_options=\'{\"ct_id\":58,\"ct_parent\":57,\"selector\":\"text_block-58-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Company[/ct_text_block][ct_link_text ct_sign_sha256=\'31f92ceeb47c1ee43fc565df8dfbfd1b0fdad40f12b11a798654509f2bd5aa4d\' ct_options=\'{\"ct_id\":59,\"ct_parent\":57,\"selector\":\"link_text-59-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']About Us[/ct_link_text][ct_link_text ct_sign_sha256=\'6cf30e53b657a2341a345a2fdeaaad7778234a06307f4a528664cbb28869b6ba\' ct_options=\'{\"ct_id\":60,\"ct_parent\":57,\"selector\":\"link_text-60-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Jobs[/ct_link_text][ct_link_text ct_sign_sha256=\'2e93efa7ca6d9f0f6d0429d6f48f21ed37b771f3a821def89a3c3921b1562d0f\' ct_options=\'{\"ct_id\":61,\"ct_parent\":57,\"selector\":\"link_text-61-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Press[/ct_link_text][ct_link_text ct_sign_sha256=\'16a8d6be7e527bef71924792db3fe1f8fa55f0739bce7cb68ea2c3d934e16349\' ct_options=\'{\"ct_id\":62,\"ct_parent\":57,\"selector\":\"link_text-62-45\",\"original\":{\"globalConditionsResult\":true,\"hover_color\":\"color(1)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Resources[/ct_link_text][ct_link_text ct_sign_sha256=\'20cc2573f2719ed86d43d6a6cf4e5f2291c0a20c61257ac9974e3cc6a26bc60f\' ct_options=\'{\"ct_id\":63,\"ct_parent\":57,\"selector\":\"link_text-63-45\",\"original\":{\"globalConditionsResult\":true,\"hover_color\":\"color(undefined)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Policies[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f6897040b3f7ae04167ebc95a2f295b43946243fca758de20293d706f13c5a79\' ct_options=\'{\"ct_id\":64,\"ct_parent\":30,\"selector\":\"div_block-64-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'7fc33e008495049f47c37dca6ae1a72f67c1c932c88bccd23e51168efdd997d9\' ct_options=\'{\"ct_id\":65,\"ct_parent\":64,\"selector\":\"text_block-65-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Company[/ct_text_block][ct_link_text ct_sign_sha256=\'c073f01afce573dcb16e5d9c169f79d46c5a065e7f2a4ea3070765386d25e0e3\' ct_options=\'{\"ct_id\":66,\"ct_parent\":64,\"selector\":\"link_text-66-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']About Us[/ct_link_text][ct_link_text ct_sign_sha256=\'51facd6cc5a0a598486fe4bf55f0038f68efd4209b8633b311dd35f02c228aca\' ct_options=\'{\"ct_id\":67,\"ct_parent\":64,\"selector\":\"link_text-67-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Jobs[/ct_link_text][ct_link_text ct_sign_sha256=\'44e7e47459f5e92e967dcdadac931d4cb9f691bb58a11120d9b79e0902331622\' ct_options=\'{\"ct_id\":68,\"ct_parent\":64,\"selector\":\"link_text-68-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Press[/ct_link_text][ct_link_text ct_sign_sha256=\'19634dff089c7c11b636cf60f81bd849b905ee024a83fdfce78c276af09a47c1\' ct_options=\'{\"ct_id\":69,\"ct_parent\":64,\"selector\":\"link_text-69-45\",\"original\":{\"globalConditionsResult\":true,\"hover_color\":\"color(1)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Resources[/ct_link_text][ct_link_text ct_sign_sha256=\'58e0458876b49cb67c1c4820916fdb0d5f7c60e1a9cf79d1ff957a0815cc7174\' ct_options=\'{\"ct_id\":70,\"ct_parent\":64,\"selector\":\"link_text-70-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Policies[/ct_link_text][/ct_div_block_3][/ct_div_block_2][ct_text_block ct_sign_sha256=\'4a6ff34a1db4115d0c4ab80cf5713331cf2b2c981569b5c707081e5d91c99fd2\' ct_options=\'{\"ct_id\":71,\"ct_parent\":28,\"selector\":\"text_block-71-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-s\",\"1\":\"c-text-light\"},\"nicename\":\"Copyright\"}\']Copyright © 2020 OxyNinja.com[/ct_text_block][/ct_section]'),(473,45,'ct_builder_shortcodes_revisions_dates','1622112646'),(474,50,'_edit_lock','1623397924:1'),(475,50,'_edit_last','1'),(476,50,'duration','17'),(477,50,'_duration','field_60af2bf1dac02'),(478,50,'itinerary_0_day_heading','Day 1: Arrival in Uganda : Entebbe Airport'),(479,50,'_itinerary_0_day_heading','field_60af2c57dac04'),(480,50,'itinerary_0_day_details','On your arrival, you will receive warm greetings from your driver guide and transfer to Kampala Holiday Express Hotel or Grand Imperial or Kampala Forest Cottages.\r\n\r\nIf you arrive in morning hours, you can take a city tour in Kampala, visit Kasubi Tombs, Bahai Tempo and Nakasero Fruits market where you can interact with Kampala’s friendly people.\r\n\r\nAll meals at the hotel.'),(481,50,'_itinerary_0_day_details','field_60af2c6cdac05'),(482,50,'itinerary_1_day_heading','Day 2: Depart for Jinja, Source of River Nile'),(483,50,'_itinerary_1_day_heading','field_60af2c57dac04'),(484,50,'itinerary_1_day_details','Have breakfast at the hotel and then drive eastwards to Jinja, town on the shores of Lake Victoria and the source of the Nile. The activities in here include white water rafting along the river Nile, one of the most exciting and safest in the world, quad biking, boat trips on the Nile, mountain bike cycling and horse riding. Have lunch and visit\r\n\r\nVisit Bujagali Falls, the rapids on the river Nile few kilometers from the source. Dinner and overnight at The Haven/Junja Nile Resort.'),(485,50,'_itinerary_1_day_details','field_60af2c6cdac05'),(486,50,'itinerary_2_day_heading','Day 3: Jinja – Mt. Elgon National Park'),(487,50,'_itinerary_2_day_heading','field_60af2c57dac04'),(488,50,'itinerary_2_day_details','Have breakfast and continue to Mbale via Tirinyi Road. Proceed to Mt. Elgon National Park and trek through the Sipi Falls, characterized by 4 spectacular falls along river Sipi, flowing down the Mount Elgon. The area is particularly panoramic with view of the Karamoja valley.\r\n\r\nThe activity will take you through the daily life of a typical African village.\r\n\r\nDinner and overnight at Sipi Lacam Lodge/Sipi falls rest camp at the foothills of Mt. Elgon, overlooking the romantic Sipi Falls, surrounded by several other waterfalls and huge caves.'),(489,50,'_itinerary_2_day_details','field_60af2c6cdac05'),(490,50,'itinerary_3_day_heading','Day 4: Mt. Elgon – Kidepo Valley National Park'),(491,50,'_itinerary_3_day_heading','field_60af2c57dac04'),(492,50,'itinerary_3_day_details','Have early breakfast and proceed northwards with packed lunch via Kitgum to one of the most un-spoilt, pure wild places remaining in Africa, Kidepo valley National Park. This is a very long journey and takes you through dirt roads of Karamoja.\r\n\r\nDinner and overnight at Apoka Safari Lodge or UWA Bandas.'),(493,50,'_itinerary_3_day_details','field_60af2c6cdac05'),(494,50,'itinerary_4_day_heading','Day 5: Full Day Game Drive in Kidepo Valley Park'),(495,50,'_itinerary_4_day_heading','field_60af2c57dac04'),(496,50,'itinerary_4_day_details','Wake up early for a cup of tea/coffee and embark on a photographic game drive along the trails of the national park to catch up with early raisers and predators returning to their hideouts. Expect to explore the region of the river Narus Valley and localised carnivores like the bat-eared fox, striped hyena, aardwolf, caracal and cheetah.\r\n\r\nOther carnivores found here are lion, leopard, and spotted hyena, black-backed and side-striped jackals. Less common ungulates include the greater and lesser kudu, Chandler\'s mountain reedbuck, klipspringer and Guenther’s dikdik. Other large ungulates include elephant, Burchell’s zebra, bush pig, warthog, Rothschild’s giraffe, Cape buffalo, eland, bushbuck, bush duiker, Defassa waterbuck, Bohor reedbuck, Jackson’s hartebeest and Oribi, with over 465 bird species.\r\n\r\nAll meals at the lodge.'),(497,50,'_itinerary_4_day_details','field_60af2c6cdac05'),(498,50,'itinerary_5_day_heading','Day 6: Connect to Murchison Falls National Park'),(499,50,'_itinerary_5_day_heading','field_60af2c57dac04'),(500,50,'itinerary_5_day_details','Morning breakfast will be followed by connection to Murchison Falls National Park (7-8 hr drive), arrive by lunch time.\r\n\r\nMurchison Falls is the largest park in the country with a large population of animals, birds and beautiful landscapes of savannah and forests, relax in the evening as you wait for dinner and overnight at Paraa Safari Lodge/Sambiya River Lodge.'),(501,50,'_itinerary_5_day_details','field_60af2c6cdac05'),(502,50,'itinerary_6_day_heading','Day 7: Full Day in Murchison Falls National Park'),(503,50,'_itinerary_6_day_heading','field_60af2c57dac04'),(504,50,'itinerary_6_day_details','Set out after some tea or coffee and embark on an exciting 3-4 hour early morning game drive to explore the savannah in the northern bank of the Nile. Expect to see herds of buffaloes, elephants, lions, giraffes, waterbucks, Oribis, bushbucks, spotted hyenas and leopards. Return to the lodge for late breakfast and relax as we wait for lunch.\r\n\r\nGather your strength after lunch for an unforgettable, spectacular, fascinating safari by boat along the magnificent River Nile to the bottom of the Murchison Falls. Expect to find many hippos, huge Nile crocodiles and buffalos basking along the shores. Return for dinner and overnight stay.'),(505,50,'_itinerary_6_day_details','field_60af2c6cdac05'),(506,50,'itinerary_7_day_heading','Day 8: Murchison Falls – Albertine Rift Valley – Kibale Forest'),(507,50,'_itinerary_7_day_heading','field_60af2c57dac04'),(508,50,'itinerary_7_day_details','Have breakfast and drive for 6-8 hours through Lake Albert and the Rift Valley escarpment, with breathtaking panoramic sceneries en route to Fort Portal; the capital town of Tooro kingdom which lies on the shadow of Rwenzori Mountains.\r\n\r\nRelax in the evening at Ndali lodge/Primates lodge as you wait for dinner and overnight.'),(509,50,'_itinerary_7_day_details','field_60af2c6cdac05'),(510,50,'itinerary_8_day_heading','Day 9: Primates Tracking & Bird Watching'),(511,50,'_itinerary_8_day_heading','field_60af2c57dac04'),(512,50,'itinerary_8_day_details','Assemble at Kanyanchu Tourist Center for a briefing on chimpanzee tracking. Expect to encounter other primates like black and white colobus, vervet and red tailed monkey with over 350 bird species including the rare shoebill.\r\n\r\nAfter lunch, gather your strength for a nature walk to Bigodi ecotourism project near Kibale Forest. Expect to typical/traditional homestead, to hear storytellers, the local healer and get an idea of the traditional culture of the Batoro and Bakiga.\r\n\r\nReturn for dinner and overnight at Ndali lodge/Primates Lodge.'),(513,50,'_itinerary_8_day_details','field_60af2c6cdac05'),(514,50,'itinerary_9_day_heading','Day 10: Depart for Queen Elizabeth National Park'),(515,50,'_itinerary_9_day_heading','field_60af2c57dac04'),(516,50,'itinerary_9_day_details','We shall have breakfast and start a 2-3 hr drive to Queen Elizabeth National Park, with lots of game viewing en route. Expect to find early risers and predators returning to the hideouts; relax as we wait for lunch at Mweya Safari Lodge.\r\n\r\nEmbark on a launch cruise after lunch from Mweya peninsula along Kazinga Channel, famous for the highest concentration of hippos in Africa, with huge Nile crocodiles, buffalos and elephants along the shores and about 611 bird species. The boat provides a clear platform for photographing.\r\n\r\nRelax in the evening as we wait for dinner and overnight at Mweya Safari Lodge/Simba Safari Camp.'),(517,50,'_itinerary_9_day_details','field_60af2c6cdac05'),(518,50,'itinerary_10_day_heading','Day 11: Wildlife Exploration in Queen Elizabeth'),(519,50,'_itinerary_10_day_heading','field_60af2c57dac04'),(520,50,'itinerary_10_day_details','Another extraordinary wildlife experience awaits you this morning!\r\n\r\nAfter a cup of coffee, go for a game drive along the tracks of Queen Elizabeth, in the northern side towards Lake George and Kasenyi Village. Expect to see lions, herds of elephant, buffaloes, spotted hyenas, waterbucks, Ugandan kobs, and shy/rare leopard.\r\n\r\nGather your strength in afternoon for more exploration of the park to the southern Ishasha sector in Queen Elizabeth. The game drive here rewards your with tree climbing lions which are seen during the hot hours of the day, as they lie resting on top of Figs trees. Also expect herds of buffaloes, elephants, topi antelopes and more. Return for dinner and overnight.'),(521,50,'_itinerary_10_day_details','field_60af2c6cdac05'),(522,50,'itinerary_11_day_heading','Day 12: Chambura Gorge, Bwindi Impenetrable Forest'),(523,50,'_itinerary_11_day_heading','field_60af2c57dac04'),(524,50,'itinerary_11_day_details','After breakfast, drive to Kyambura/Chambura Gorge for wild chimpanzee tracking.\r\n\r\nExpect other primates like vervets, colobus and red-tailed monkeys, giant forest hog, galago and mangabeys with many bird species. Later proceed to Bwindi Impenetrable Forest; Home to half of the remaining world population of the endangered mountain gorillas.\r\n\r\nArrive by evening, dinner and overnight at Gorilla Resort/Buhoma Community Bandas.'),(525,50,'_itinerary_11_day_details','field_60af2c6cdac05'),(526,50,'itinerary_12_day_heading','Day 13: Day for Life Changing Event; Gorilla Tracking'),(527,50,'_itinerary_12_day_heading','field_60af2c57dac04'),(528,50,'itinerary_12_day_details','After early breakfast, proceed to park headquarters with packed lunch for a briefing about the dos and don’ts while with the gorillas.\r\n\r\nTracking can take 2-9 hours depending on their movements. Tracking involves walking up through steep and densely forested hills before finally coming across the gorillas camouflaged in the vegetation. You will stay with these giant apes for 1 hour for observation and photography.\r\n\r\nIn the evening, you can relax at the lodge or take a cultural walk to nearby Batwa communities and learn about their cultures. Dinner and overnight stay in Gorilla Forest or Buhoma Homestead.'),(529,50,'_itinerary_12_day_details','field_60af2c6cdac05'),(530,50,'itinerary_13_day_heading','Day 14: Bwindi Forest – Lake Bunyonyi'),(531,50,'_itinerary_13_day_heading','field_60af2c57dac04'),(532,50,'itinerary_13_day_details','Breakfast will be followed by transfer to Lake Bunyonyi with wonderful sceneries en route. Enjoy one of the most extraordinary wildlife and birding experience by boat as you cross the Lake Bunyonyi. The forested green islands on the lake are home to different species of endemic birds which the guide will help you to spot.\r\n\r\nAll meals at Arcadia Cottages.'),(533,50,'_itinerary_13_day_details','field_60af2c6cdac05'),(534,50,'itinerary_14_day_heading','Day 15: Lake Bunyonyi, Lake Mburo National Park'),(535,50,'_itinerary_14_day_heading','field_60af2c57dac04'),(536,50,'itinerary_14_day_details','Have breakfast and drive through Kabale in the Kigezi region, known as the Switzerland of Africa, characterised by terraced cultivated hills. Visit the Bakiga cultural museum and later connect to Lake Mburo National Park, the smallest of Ugandan national parks.\r\n\r\nExpect big game drive en route as you head to Lake Mburo National Park. Take an evening game drive before sunset in search for the beautiful impalas, elands, topi and many antelopes, buffaloes, and zebras among others.\r\n\r\nDinner and overnight at Arcadia Cottages/Rwonyo Camps.'),(537,50,'_itinerary_14_day_details','field_60af2c6cdac05'),(538,50,'itinerary_15_day_heading','Day 16: Boat Ride on Lake Mburo – Kampala'),(539,50,'_itinerary_15_day_heading','field_60af2c57dac04'),(540,50,'itinerary_15_day_details','After breakfast, embark on a morning boat trip on Mburo Lake, an excellent place for birding including the rare shoebill. Other animals include hippos and huge crocodiles.\r\n\r\nLater proceed to Kampala with a stop at the equator for photographs, reach by afternoon.\r\n\r\nDinner and overnight at Serena Hotel, Kampala Sheraton or Holiday Express Hotel.'),(541,50,'_itinerary_15_day_details','field_60af2c6cdac05'),(542,50,'itinerary_16_day_heading','Day 17: Departure'),(543,50,'_itinerary_16_day_heading','field_60af2c57dac04'),(544,50,'itinerary_16_day_details','Depending on your flight schedule, relax at your hotel, or transfer to Ngamba Island (Chimpanzee sanctuary) and later transfer to the airport.'),(545,50,'_itinerary_16_day_details','field_60af2c6cdac05'),(546,50,'itinerary','17'),(547,50,'_itinerary','field_60af2c3adac03'),(548,50,'inclusions','a:9:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:6;s:15:\"Gorilla permits\";i:7;s:27:\"Chimpanzee trekking permits\";i:8;s:52:\"Professional full-time English speaking driver-guide\";}'),(549,50,'_inclusions','field_60af2c8ddac06'),(550,50,'exclusions','a:6:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";}'),(551,50,'_exclusions','field_60af2dbedac07'),(552,51,'_edit_lock','1623398106:1'),(553,51,'_edit_last','1'),(554,51,'duration','10'),(555,51,'_duration','field_60af2bf1dac02'),(556,51,'itinerary_0_day_heading','Day 1: Arrival at Entebbe Airport'),(557,51,'_itinerary_0_day_heading','field_60af2c57dac04'),(558,51,'itinerary_0_day_details','Meet your safari guide (our Company representative) at the airport, transfer to the hotel.\r\n\r\nIf you arrive early you may go for a city tour to check out some of the nice places in Kampala. Places to visit include, the Bahai temple, Uganda Museum, Kasubi tombs and many more.\r\n\r\nDinner and overnight in Holiday Express Hotel, Kampala Forest Cottages, Sheraton Hotel Kampala.'),(559,51,'_itinerary_0_day_details','field_60af2c6cdac05'),(560,51,'itinerary_1_day_heading','Day 2: Kampala – Lake Mburo National Park'),(561,51,'_itinerary_1_day_heading','field_60af2c57dac04'),(562,51,'itinerary_1_day_details','After breakfast, transfer to Lake Mburo National Park (3 Hours drive) with a stop at the equatorfor photographs. Expect en route game viewing with animals such as Zebra, Impala, Eland and other savannah species and birds like African Fin foot, Papyrus, Bush Shrike, and so on.\r\n\r\nAfter lunch, take an afternoon Boat trip on lake Mburo to see hippos, crocodiles, buffaloes, and variety of bird species including the rare shoebill.\r\n\r\nDinner and overnight at Mantana Tented Camp/Muhingo Lodge or Arcadia Cottages.'),(563,51,'_itinerary_1_day_details','field_60af2c6cdac05'),(564,51,'itinerary_2_day_heading','Day 3: Lake Mburo – Bwindi Impenetrable Forest: Home to 360 Mountain Gorillas '),(565,51,'_itinerary_2_day_heading','field_60af2c57dac04'),(566,51,'itinerary_2_day_details','Wake up early for morning game drive to catch up with early raisers and predators returning to the hideouts, return to the lodge for full breakfast and proceed to Bwindi Impenetrable National Park with en route game viewing.\r\n\r\nThe journey goes through beautifull views of Kigezi Hills, “the Switzerland of Africa”, have picnic lunch enrote and relax in the evening as we wait for dinner and overnight at Gorilla Resort or Buhoma Community Bandas.'),(567,51,'_itinerary_2_day_details','field_60af2c6cdac05'),(568,51,'itinerary_3_day_heading','Day 4: Gorilla Tracking Adventure'),(569,51,'_itinerary_3_day_heading','field_60af2c57dac04'),(570,51,'itinerary_3_day_details','Have breakfast to transfer to the park headquarters (with packed lunch and water) for briefing before setting off to the forest in search for gorillas. Time taken searching for these humble giant apes is unpredictable. However, it ranges between 2-8 hours depending on their movement.\r\n\r\nThe activity goes through steep rocks climbing up and down making it tiresome. However, the thrill of encountering these giant primates erases the poor memories you went through in trying to find them.\r\n\r\nTime permitting, take a cultural walk in the evening to nearby Batwa communities (pygmies).\r\n\r\nDinner and over night at Gorilla Resort/Buhoma Homestead.'),(571,51,'_itinerary_3_day_details','field_60af2c6cdac05'),(572,51,'itinerary_4_day_heading','Day 5: Bwindi Forest – Queen Elizabeth National Park'),(573,51,'_itinerary_4_day_heading','field_60af2c57dac04'),(574,51,'itinerary_4_day_details','Have breakfast to depart for Queen Elizabeth National Park with lots of game viewing enroute, including tree-climbing lions in Ishasha Sector.\r\n\r\nRelax after lunch at Mweya Safari Lodge, and later go for an evening game drive to see animals like buffaloes, lions, herds of elephants, bushbucks, bush pigs, warthogs, Deffassa waterbucks and many more.\r\n\r\nDinner and overnight at Mweya Safari Lodge/ Institute of Ecology/Jacana Lodge.'),(575,51,'_itinerary_4_day_details','field_60af2c6cdac05'),(576,51,'itinerary_5_day_heading','Day 6: Full Day Tour Activities in Queen Elizabeth Park'),(577,51,'_itinerary_5_day_heading','field_60af2c57dac04'),(578,51,'itinerary_5_day_details','After a cup of tea/coffee, to go for a game drive and catch up with the early risers, and predators trying to get back to their hideouts.\r\n\r\nReturn for full breakfast and lunch at the lodge, relax as we wait for lunch, later go for afternoon launch cruise on the Kazinga Channel, famous for the highest concentration of hippos in Africa, along side other animals like buffaloes, and huge crocodiles basking on the shores, as well as 611 bird species.'),(579,51,'_itinerary_5_day_details','field_60af2c6cdac05'),(580,51,'itinerary_6_day_heading','Day 7: Queen Elizabeth – Kibale Forest; Home to 13 Primate Species'),(581,51,'_itinerary_6_day_heading','field_60af2c57dac04'),(582,51,'itinerary_6_day_details','Have breakfast to transfer to Kibale Forest National Park through Fort Portal, amidst the great mountains of the moon offering you beautiful sceneries.\r\n\r\nLunch at Ndali Lodge and proceed for chimpanzee tracking. Expect other primates too like the mangabeys, colobus monkeys, red-tailed monkeys, bush babies baboons and many more.\r\n\r\nDinner and overnight at Ndali Lodge/Primate Lodge/Rwenzori View Guesthouse<strong>. </strong>'),(583,51,'_itinerary_6_day_details','field_60af2c6cdac05'),(584,51,'itinerary_7_day_heading','Day 8: Kibale Forest – Murchison Falls National Park'),(585,51,'_itinerary_7_day_heading','field_60af2c57dac04'),(586,51,'itinerary_7_day_details','Have breakfast and connect to Murchison Falls National Park, arrive by afternoon, have lunch and drive direct to the top of the falls where the park derives its name. Here you will see the calm Nile forcing its self through a narrow gorge of 7 meters wide to fall a distance of about 150 ft down producing a thunderous roar of white water- incredible scenery!\r\n\r\nTransfer to Paraa Lodge/Red Chilli Camp/Sambiya Safari Lodge for dinner and overnight.'),(587,51,'_itinerary_7_day_details','field_60af2c6cdac05'),(588,51,'itinerary_8_day_heading','Day 9: Full Day Tour Activities in Murchison Falls Park'),(589,51,'_itinerary_8_day_heading','field_60af2c57dac04'),(590,51,'itinerary_8_day_details','Take a cup of tea/coffee and go for a game drive before dawn to catch up with predators and early risers. Expect animals such as jackals, lions, leopards, spotted hyenas, giraffe, antelope, elephant, buffaloes, Uganda kob and many more.\r\n\r\nYou will retire from the game drive for late breakfast and lunch and then in the afternoon you will go for a boat ride on the Victoria Nile.  The boat trip will take you to the bottom of the falls where you will view animals like the buffaloes, hippos, crocodiles, elephants and plenty of water birds like fish eagles and rare shoebills and many more.'),(591,51,'_itinerary_8_day_details','field_60af2c6cdac05'),(592,51,'itinerary','10'),(593,51,'_itinerary','field_60af2c3adac03'),(594,51,'inclusions','a:8:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:18:\"Park entrance fees\";i:3;s:12:\"Guiding fees\";i:4;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:5;s:15:\"Gorilla permits\";i:6;s:27:\"Chimpanzee trekking permits\";i:7;s:52:\"Professional full-time English speaking driver-guide\";}'),(595,51,'_inclusions','field_60af2c8ddac06'),(596,51,'exclusions','a:6:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";}'),(597,51,'_exclusions','field_60af2dbedac07'),(598,52,'_edit_lock','1623398053:1'),(599,52,'_edit_last','1'),(600,52,'duration','9'),(601,52,'_duration','field_60af2bf1dac02'),(602,52,'itinerary_0_day_heading','Day 1: Arrival at Kampala'),(603,52,'_itinerary_0_day_heading','field_60af2c57dac04'),(604,52,'itinerary_0_day_details','You will arrive at Entebbe International Airport to meet our company representative/your tour guide, who will transfer you to your Hotel.\r\n\r\nIf you arrive early you may go for a city tour, to visit interesting places in Kampala such as the Kasubi tombs, Uganda Museum, Bahai temple, cathedral and many more.\r\n\r\nDinner and overnight at your hotel.'),(605,52,'_itinerary_0_day_details','field_60af2c6cdac05'),(606,52,'itinerary_1_day_heading','Day 2: Kampala – Jinja (full day rafting)'),(607,52,'_itinerary_1_day_heading','field_60af2c57dac04'),(608,52,'itinerary_1_day_details','Have breakfast in the morning and drive off to Jinja. You will then raft the whole day starting at the Nile for about 31km. You will spend the Night at Kadogo Camp or you may drive back to Jinja town for the night Jinja Nile Resort Hotel / Hotel Triangle.'),(609,52,'_itinerary_1_day_details','field_60af2c6cdac05'),(610,52,'itinerary_2_day_heading','Day 3: Another full day rafting'),(611,52,'_itinerary_2_day_heading','field_60af2c57dac04'),(612,52,'itinerary_2_day_details','Go for another raft from Kadogo Camp to Malulu Camp where you will have your meals. You will Camp here for the rest of the night.'),(613,52,'_itinerary_2_day_details','field_60af2c6cdac05'),(614,52,'itinerary_3_day_heading','Day 4: Depart for Kampala'),(615,52,'_itinerary_3_day_heading','field_60af2c57dac04'),(616,52,'itinerary_3_day_details','Have breakfast to have an interesting time at the adrift site while you bungee jump, kayak and do some quads. It is astounding! Dinner and overnight in Kampala'),(617,52,'_itinerary_3_day_details','field_60af2c6cdac05'),(618,52,'itinerary_4_day_heading','Day 5: Kampala – Queen Elizabeth National Park'),(619,52,'_itinerary_4_day_heading','field_60af2c57dac04'),(620,52,'itinerary_4_day_details','Have breakfast very early in the morning to drive off to Queen Elizabeth national park.\r\n\r\nThe journey will take you through lush country sides, homesteads and farms offering splendid scenery. You will reach the park in the early afternoons to embark on the game drive in the Mweya peninsula. You should watch out for game like Bushpigs, elephants, warthogs, herds of buffaloes, elephants, several antelope species, and birds and many more.\r\n\r\nDinner and overnight at Mweya Safari Lodge/simba safari lodge.'),(621,52,'_itinerary_4_day_details','field_60af2c6cdac05'),(622,52,'itinerary_5_day_heading','Day 6: Game viewing drive & Launch cruise'),(623,52,'_itinerary_5_day_heading','field_60af2c57dac04'),(624,52,'itinerary_5_day_details','This morning before dawn go for a game drive to catch up with the early risers and predators retiring from their nights hard work. Expect animals like the hyenas, leopards, jackals, Lions, buffaloes, elephants, Uganda Kob and many more. You will retire from the game drive for late breakfast and lunch at the lodge. I\r\n\r\nn the afternoon you will go for a launch cruise / boat trip on the Kazinga channel to search for water game like hippos, buffaloes, crocodiles and plenty of birds including the rare shoe bill. The cruise provides good plat form for photography.\r\n\r\nDinner and overnight at your Mweya Safari Lodge / Simba Safari lodge.'),(625,52,'_itinerary_5_day_details','field_60af2c6cdac05'),(626,52,'itinerary_6_day_heading','Day 7: Queen Elizabeth – Kibale Forest National Park'),(627,52,'_itinerary_6_day_heading','field_60af2c57dac04'),(628,52,'itinerary_6_day_details','Have early breakfast and drive to Kibale Forest, check-in Ndali lodge/primates lodge.\r\n\r\nAfter lunch, proceed for a nature walk at Bigodi swamps where you will see primates like red-tailed monkeys, colobus, grey cheeked mangabeys, baboons, Sitatunga, bush pigs, Bushbuck, Otter Mongoose, Civet Cat, and Chimpanzees, and aver 200 bird species including the Great blue Turaco.\r\n\r\nDinner and overnight at Ndali Lodge / Primates Lodge.'),(629,52,'_itinerary_6_day_details','field_60af2c6cdac05'),(630,52,'itinerary_7_day_heading','Day 8: Primates tracking in Kiable Forest and Drive to Kampala'),(631,52,'_itinerary_7_day_heading','field_60af2c57dac04'),(632,52,'itinerary_7_day_details','We shall drive to the park for briefing about chimpanzee tracking, later enter the forest for this incredible activity. Return to your lodge for luch, and connect to Kampala via Mubende, reach in the evening.\r\n\r\nDinner and overnight at Sheraton Hotel/Grand Imperial Hotel/Holiday Express Hotel Kampala.'),(633,52,'_itinerary_7_day_details','field_60af2c6cdac05'),(634,52,'itinerary_8_day_heading','Day 9: UWEC and Ngamba Island Chimpanzee Sanctuary'),(635,52,'_itinerary_8_day_heading','field_60af2c57dac04'),(636,52,'itinerary_8_day_details','In the morning have breakfast to go visit UWEC in the morning hours and then Ngamba Island in the afternoon before you set off. You will visit the island for chimpanzees in the afternoon and then later you will be transferred back to your Hotel to pack and then transfer to the airport to catch your flight.'),(637,52,'_itinerary_8_day_details','field_60af2c6cdac05'),(638,52,'itinerary','9'),(639,52,'_itinerary','field_60af2c3adac03'),(640,52,'inclusions','a:7:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";}'),(641,52,'_inclusions','field_60af2c8ddac06'),(642,52,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(643,52,'_exclusions','field_60af2dbedac07'),(644,53,'_edit_lock','1623398127:1'),(645,53,'_edit_last','1'),(646,53,'duration','7'),(647,53,'_duration','field_60af2bf1dac02'),(648,53,'itinerary_0_day_heading','Day 1: Murchison Falls National Park'),(649,53,'_itinerary_0_day_heading','field_60af2c57dac04'),(650,53,'itinerary_0_day_details','You will get briefed about the camping safari and then drive off to Murchison Falls national park passing via through Budongo forest and enjoy the spectacular views across Lake Albert from the rift valley escarpment. Picnic lunch en route and continue reaching late afternoon.\r\n\r\nOvernight, dinner and accommodation atNile safari camp/ Murchison River Lodge/ Paraa safari lodge.'),(651,53,'_itinerary_0_day_details','field_60af2c6cdac05'),(652,53,'itinerary_1_day_heading','Day 2: Chimpanzee tracking at Kaniyo Pabidi Forest'),(653,53,'_itinerary_1_day_heading','field_60af2c57dac04'),(654,53,'itinerary_1_day_details','Early morning breakfast and then proceed for the tracking of the noisy chimps and other primates crashing through Kaniyo Pabidi forest. Take note of the colourful birds squawking in through the forest canopy.\r\n\r\nHave packed lunch and then take an afternoon launch cruise upstream the falls which takes around three hours.\r\n\r\nReturn in the evening for dinner and overnight at Nile Safari camp/ Murchison river lodge/ Paraa safari lodge.'),(655,53,'_itinerary_1_day_details','field_60af2c6cdac05'),(656,53,'itinerary_2_day_heading','Day 3:Kibale Forest National Park. '),(657,53,'_itinerary_2_day_heading','field_60af2c57dac04'),(658,53,'itinerary_2_day_details','After breakfast drive to Kibale Forest National Park. You will have lunch en route and get to Kibale in the afternoon.\r\n\r\nHave nature walk in the forest and get to see different animal species and primates such as colobus monkey, Mangabeys, red tailed monkeys and the rare specie L’Hoest monkey.\r\n\r\nReturn in the evening, dinner and overnight at Kibale Primate lodge/ Ndali lodge/ Mountains of the moon hotel.'),(659,53,'_itinerary_2_day_details','field_60af2c6cdac05'),(660,53,'itinerary_3_day_heading','Day 4: Chimpanzee Tracking.'),(661,53,'_itinerary_3_day_heading','field_60af2c57dac04'),(662,53,'itinerary_3_day_details','After an early morning breakfast you will go to Kanyanchu tourist centre and get briefed by the authority guide before you proceed to track chimpanzees in the forest.\r\n\r\nChimpanzees are one of man’s closest relations and therefore seeing them is a wonderful adventure. This will take you two to three hours depending on how soon you will be able to see the chimpanzees. The guide will take you through the thick forest and while giving you information about the different tree species in the forest which will make your walk interesting and informative. You will have a chance to see more of the red tailed monkeys, Mangabeys, grey cheeked monkeys and also listen to the sounds of the birds in the forest.\r\n\r\nYou will then return for late breakfast and have your packed lunch then proceed to Queen Elizabeth National Park. Dinner and overnight at Mweya Safari lodge / Jacana Lodge / Enganzi Lodge.'),(663,53,'_itinerary_3_day_details','field_60af2c6cdac05'),(664,53,'itinerary_4_day_heading','Day 5: Kyambura Gorge Primates Trekking'),(665,53,'_itinerary_4_day_heading','field_60af2c57dac04'),(666,53,'itinerary_4_day_details','After breakfast in the morning, you will go for a nature walk in the Maramagambo Forest to see different tree species, primates, the bat colony and the blue lake.\r\n\r\nAfter lunch take a launch cruise on the Kazinga Channel where different animals such as hippos, elephants, buffaloes, and an array of water birds can be seen. Go on the hunt for the tree-climbing lions lounging on old fig trees in the Ishasha region.\r\n\r\nDinner and Overnight at Jacana/ Mweya safari lodge /Enganzi Lodge.'),(667,53,'_itinerary_4_day_details','field_60af2c6cdac05'),(668,53,'itinerary_5_day_heading','Day 6: Bwindi Impenetrable Forest.'),(669,53,'_itinerary_5_day_heading','field_60af2c57dac04'),(670,53,'itinerary_5_day_details','After breakfast, depart for Bwindi Impenetrable Forest passing either via Ishasha, the home of the tree climbing lion, or take the alternative route through cultivated expanses. This will depend on the road situation. Explore the village and the native communities if time allows<strong>.</strong>\r\n\r\nDinner and overnight at Gorilla Forest Camp / Mahogany Springs / Gorilla Mist Camp.'),(671,53,'_itinerary_5_day_details','field_60af2c6cdac05'),(672,53,'itinerary_6_day_heading','Day 7: Gorilla Safari – Bwindi Impenetrable national park'),(673,53,'_itinerary_6_day_heading','field_60af2c57dac04'),(674,53,'itinerary_6_day_details','Take early morning breakfast and proceed to the forest for gorilla tracking. Remember you need jungle boots since gorilla tracking involves walking up steep densely forested hills before finally coming across the endangered gorillas camouflaged in the dense tropical vegetation.\r\n\r\nDepart for Kampala in the afternoon reaching late evening. Dinner and overnight at Cassia Cottages/ Sheraton hotel/ Tourist Hotel/ Holiday Express.'),(675,53,'_itinerary_6_day_details','field_60af2c6cdac05'),(676,53,'itinerary','7'),(677,53,'_itinerary','field_60af2c3adac03'),(678,53,'inclusions','a:6:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:4;s:24:\"Primate tracking permits\";i:5;s:52:\"Professional full-time English speaking driver-guide\";}'),(679,53,'_inclusions','field_60af2c8ddac06'),(680,53,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(681,53,'_exclusions','field_60af2dbedac07'),(682,51,'itinerary_9_day_heading','Day 10: Picnic Drive Back to Kampala'),(683,51,'_itinerary_9_day_heading','field_60af2c57dac04'),(684,51,'itinerary_9_day_details','After breakfast, we can take a short game drive and then drive back to Kampala, stop at the royal drum makers to have a look at the local methods of drum making that have been adopted for generations.'),(685,51,'_itinerary_9_day_details','field_60af2c6cdac05'),(686,54,'_edit_lock','1623398194:1'),(687,54,'_edit_last','1'),(688,54,'duration','5'),(689,54,'_duration','field_60af2bf1dac02'),(690,54,'itinerary_0_day_heading','Day 1: Arrival in Uganda and transfer to Queen Elizabeth National Park'),(691,54,'_itinerary_0_day_heading','field_60af2c57dac04'),(692,54,'itinerary_0_day_details','Hit the road in the morning following the foot hills of the mystical Rwenzoris mountain ranges to Queen Elizabeth National park.\r\n\r\nDinner and overnight Mweya Safari Lodge / Kyambura Lodge / Hippo Hill Camp / Enganzi Safari Lodge.'),(693,54,'_itinerary_0_day_details','field_60af2c6cdac05'),(694,54,'itinerary_1_day_heading','Day 2: Game Drive and Wild Chimps Trek'),(695,54,'_itinerary_1_day_heading','field_60af2c57dac04'),(696,54,'itinerary_1_day_details','After a cup of tea/coffee, go for a prior to dawn game drive to catch up with the early risers and predator returning to their conceal outs. Expect an adventurous encounter with Lions, hyenas, herds of elephants, buffaloes, jackals, bush pigs, bush bucks and many more.\r\n\r\nAfter lunch, gather your nerves for chimpanzee tracking in Kyambura gorge, with other primates such as black and white colobus monkeys, Olive baboons, vervets, Giant Forest Hogs, Grey Cheeked Mangabeys, red tailed monkeys, etc.\r\n\r\nDinner and overnight at your lodge on Day 1.'),(697,54,'_itinerary_1_day_details','field_60af2c6cdac05'),(698,54,'itinerary_2_day_heading','Day 3: Ishasha Tree Climbing Lions Tour, Transfer to Bwindi Forest '),(699,54,'_itinerary_2_day_heading','field_60af2c57dac04'),(700,54,'itinerary_2_day_details','Have breakfast and go for an exclusive game drive as you transfer to Bwindi Impenetrable National Park. You will go through the Ishasha sector (home of tree lions) to reach Bwindi in the late afternoon.\r\n\r\nDinner and overnight at Gorilla Forest Camp (Superior) / Buhoma Community Rest Camp (basic).'),(701,54,'_itinerary_2_day_details','field_60af2c6cdac05'),(702,54,'itinerary_3_day_heading','Day 4: Gorilla Tracking Excursion'),(703,54,'_itinerary_3_day_heading','field_60af2c57dac04'),(704,54,'itinerary_3_day_details','Have breakfast and assemble at the park headquarters for briefing before penetrating the impenetrable bwindi forest in search for gorillas.\r\n\r\nTime taken searching for the Giant humble apes is unpredictable, but ranges between 2-9 hours depending on their movement. The trek goes through steep rocks climbing up and down making it tiresome. However, the thrill of encountering these giant primates erases the poor memories you went through in trying to find them. An astounding experience!\r\n\r\nDinner and over night at Dinner and overnight at Gorilla Forest Camp (Superior) / Gorilla Mist Camp / Buhoma Rest Camp.'),(705,54,'_itinerary_3_day_details','field_60af2c6cdac05'),(706,54,'itinerary_4_day_heading','Day 5: Travel back to Kampala'),(707,54,'_itinerary_4_day_heading','field_60af2c57dac04'),(708,54,'itinerary_4_day_details','Early in the morning after breakfast we shall leave for Kampala and have enrout stop at the Equator for photographs to act as souvenirs reaching Kampala in early afternoon fort your flight back to Kampala.'),(709,54,'_itinerary_4_day_details','field_60af2c6cdac05'),(710,54,'itinerary','5'),(711,54,'_itinerary','field_60af2c3adac03'),(712,54,'inclusions','a:8:{i:0;s:24:\"Full board accommodation\";i:1;s:48:\"All tour activities as detailed in the itinerary\";i:2;s:18:\"Park entrance fees\";i:3;s:12:\"Guiding fees\";i:4;s:29:\"Bottled water while on safari\";i:5;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:6;s:15:\"Gorilla permits\";i:7;s:52:\"Professional full-time English speaking driver-guide\";}'),(713,54,'_inclusions','field_60af2c8ddac06'),(714,54,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(715,54,'_exclusions','field_60af2dbedac07'),(716,55,'_edit_lock','1629785610:2'),(717,55,'_edit_last','2'),(718,55,'duration','8'),(719,55,'_duration','field_60af2bf1dac02'),(720,55,'itinerary_0_day_heading','Day 1: Entebbe - Kampala – Mubende – Kibale Forest'),(721,55,'_itinerary_0_day_heading','field_60af2c57dac04'),(722,55,'itinerary_0_day_details','Have breakfast to drive through Mubende to Fort Portal. You will pass through tea farms, traditional homestead, and reach the town that is located amidst the <strong>mountains of the moon</strong>. You will reach late in the afternoon to go visit the <strong>craters lakes </strong>regions near Ndali lodge and later dine and be entertained in some of the cultural dances of the country. Dinner and overnight at <strong>Ndali Lodge / Kibale primate lodge</strong>.'),(723,55,'_itinerary_0_day_details','field_60af2c6cdac05'),(724,55,'itinerary_1_day_heading','Day 2: Chimpanzee tracking / Bird watching '),(725,55,'_itinerary_1_day_heading','field_60af2c57dac04'),(726,55,'itinerary_1_day_details','You will go search chimpanzees in the forest and this will enable you view other primates like the <strong>colobus monkeys</strong>, Mangabeys, baboons, Bush babies and many more. You will move with a guide who will make your walk informative and productive making it interesting. He will provide information on both flora and fauna. Have lunch and then in the afternoon you will go for a walk to <strong>Bigodi wetland sanctuary</strong> for plenty of birds and rare fauna and flora. Dinner and overnight at<strong> Ndali Lodge or Kibale Primate Lodge</strong>'),(727,55,'_itinerary_1_day_details','field_60af2c6cdac05'),(728,55,'itinerary_2_day_heading','Day 3: Kibale Forest – Queen Elizabeth Park (Lauch cruise '),(729,55,'_itinerary_2_day_heading','field_60af2c57dac04'),(730,55,'itinerary_2_day_details','Connect to Queen Elizabeth National Park after breakfast to follow the mystical Rwenzori Mountain Ranges. The journey will offer you with game enroute for 2 – 3 Hours. You should watch out for game like a leopard, hyena, elephant, buffalo, and the King of the Jungle Lion. You will reach in the afternoon to have lunch and then go for a boat trip on the <strong>Kazinga Channel</strong> where you will view Hippos, crocodiles, buffaloes and water birds at a close range. The boat trip gives a clear platform for photographing. Dinner and overnight <strong>Mweya Safari Lodge / Enganzi Lodge.</strong>'),(731,55,'_itinerary_2_day_details','field_60af2c6cdac05'),(732,55,'itinerary_3_day_heading','Day 4: Game drives / forest walk or primates trekking '),(733,55,'_itinerary_3_day_heading','field_60af2c57dac04'),(734,55,'itinerary_3_day_details','Wake up very early in the morning, take a cup of coffee or tea very quickly and go for a prior to Dawn Game drive to catch up with the early risers and predator returning to their conceal outs. This drive will reward you with game like Lions, elephants, buffaloes, hyenas, jackals, bush bucks, bush pigs, and many more. You will retire from the game drive for full/late breakfast and later lunch at the lodge. In the afternoon you may go for a nature walk / forest walk and caves exploration in the Maramagambo forest or the <strong>Kyambura/Chambura gorge</strong> for chimpanzees, monkeys, Mangabeys and many more. Dinner and overnight at <strong>Mweya Safari Lodge / Enganzi lodge </strong>.'),(735,55,'_itinerary_3_day_details','field_60af2c6cdac05'),(736,55,'itinerary_4_day_heading','Day 5: Queen Elizabeth – Ishasha sector – Bwindi Forest '),(737,55,'_itinerary_4_day_heading','field_60af2c57dac04'),(738,55,'itinerary_4_day_details','You will go for an early morning game drive for game viewing and then drive to Bwindi through the <strong>Ishasha sector</strong>. This sector offers one an opportunity to view<strong>tree climbing lions</strong>. You will reach the park in the late afternoon to dine and spend the night at the <strong>Gorilla Forest Camp / Gorilla Mist Camp.</strong>'),(739,55,'_itinerary_4_day_details','field_60af2c6cdac05'),(740,55,'itinerary_5_day_heading','Day 6: Gorillas in the mist'),(741,55,'_itinerary_5_day_heading','field_60af2c57dac04'),(742,55,'itinerary_5_day_details','Have breakfast to transfer to the park headquarters for briefing before setting off to the forest in search for gorillas. The time you will take searching these humble apes in unpredictable however it ranges between 2-8 hours depending on their movement. The activity requires you to go through steep rocks climbing up and down making it tiresome however, the thrill of encountering these giant primates erases the poor memories you went through in trying to find them. Dinner and over night at <strong>Gorilla Forest Camp / Gorilla Mist Camp.</strong>'),(743,55,'_itinerary_5_day_details','field_60af2c6cdac05'),(744,55,'itinerary_6_day_heading','Day 7: Bwindi – Lake Bunyonyi'),(745,55,'_itinerary_6_day_heading','field_60af2c57dac04'),(746,55,'itinerary_6_day_details','Drive to lake Bunyonyi after break fast with lots of game viewing en-route. The activities here include canoeing/boat trip to different beautiful islands found on this lake, bird watching, sun bathing, nature walk among others. Dinner and overnight in <strong>Arcadia Cottages.</strong>'),(747,55,'_itinerary_6_day_details','field_60af2c6cdac05'),(748,55,'itinerary_7_day_heading','Day 8: Lake Bunyonyi – Drive back to Kampala'),(749,55,'_itinerary_7_day_heading','field_60af2c57dac04'),(750,55,'itinerary_7_day_details','You have breakfast to drive back to Entebbe. You will stop in any town of your wish for lunch and at the <strong>Mpambire drum makers</strong> to have a glimpse in the methods used to make drums that have lasted for generations.'),(751,55,'_itinerary_7_day_details','field_60af2c6cdac05'),(752,55,'itinerary','8'),(753,55,'_itinerary','field_60af2c3adac03'),(754,55,'inclusions','a:10:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:27:\"Chimpanzee trekking permits\";i:9;s:52:\"Professional full-time English speaking driver-guide\";}'),(755,55,'_inclusions','field_60af2c8ddac06'),(756,55,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(757,55,'_exclusions','field_60af2dbedac07'),(758,56,'_edit_lock','1622625550:1'),(759,56,'_edit_last','1'),(760,56,'duration','3'),(761,56,'_duration','field_60af2bf1dac02'),(762,56,'itinerary_0_day_heading','Day 1: Travel to Bwindi Impenetrable Forest: Home of Gorillas'),(763,56,'_itinerary_0_day_heading','field_60af2c57dac04'),(764,56,'itinerary_0_day_details','Have breakfast at the hotel and drive to Bwindi Impenetrable forest in south Western Uganda. Stop at the equator for photographs and continue to Mbarara where you will have another stop for lunch, reach Bwindi by late afternoon. In the evening you may relax at the lodge or go for a community walk where you will be entertained in some of the cultural dance of the Batwa community. Dinner and overnight at the <strong>Gorilla Forest Camp/ Gorilla mist Camp.</strong>'),(765,56,'_itinerary_0_day_details','field_60af2c6cdac05'),(766,56,'itinerary_1_day_heading','Day 2: Gorilla Tracking Adventure'),(767,56,'_itinerary_1_day_heading','field_60af2c57dac04'),(768,56,'itinerary_1_day_details','Wake up and prepare for the unforgettable experience. You will have breakfast to transfer to the park headquarters for briefing before setting off to the forest in search for gorillas. The guide will brief you and at 9:00 am you will set off to the forest for these apes. The time taken searching these humble Giant apes is unpredictable, however, it ranges between 2-9 hours depending on their movement. Tracking goes through steep rocks climbing up and down before you find Gorillas Camouflaged in thick vegetation. However, the thrill of encountering these giant primates erases the poor memories you went through in trying to find them. Dinner and over night at <strong>Gorilla Forest Camp/ Gorilla Mist Camp.</strong>'),(769,56,'_itinerary_1_day_details','field_60af2c6cdac05'),(770,56,'itinerary_2_day_heading','Day 3: Return to Kampala.'),(771,56,'_itinerary_2_day_heading','field_60af2c57dac04'),(772,56,'itinerary_2_day_details','After these extra-ordinary experiences we have to go back to Kampala. Have breakfast and hit the road to Kampala with lots of scenic viewing enroute. You will have a stop in any of the districts for lunch to reach Kampala in the evening.'),(773,56,'_itinerary_2_day_details','field_60af2c6cdac05'),(774,56,'itinerary','3'),(775,56,'_itinerary','field_60af2c3adac03'),(776,56,'inclusions','a:9:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:52:\"Professional full-time English speaking driver-guide\";}'),(777,56,'_inclusions','field_60af2c8ddac06'),(778,56,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(779,56,'_exclusions','field_60af2dbedac07'),(780,57,'_edit_lock','1623396627:1'),(781,57,'_edit_last','1'),(782,57,'duration','4'),(783,57,'_duration','field_60af2bf1dac02'),(784,57,'itinerary_0_day_heading','Day 1: Kampala / Lake Mburo National park'),(785,57,'_itinerary_0_day_heading','field_60af2c57dac04'),(786,57,'itinerary_0_day_details','Have breakfast to drive off along Masaka road to Lake Mburo National park. Lake Mburo is one of the smallest Savannah parks with plenty of antelopes, hyenas, Giraffes, zebras, and many bird species along the shores of Lake Mburo. You will reach in the afternoon to have lunch and then proceed for a boat ride on Lake Mburo. This ride will reward you with view of animals like Hippos and crocodiles, as well as birds at the shores. Dinner and overnight at <strong>Arcadia Cottages / Rwonyo camp.</strong>'),(787,57,'_itinerary_0_day_details','field_60af2c6cdac05'),(788,57,'itinerary_1_day_heading','Day 2: Lake Mburo / Bwindi Impenetrable Forest'),(789,57,'_itinerary_1_day_heading','field_60af2c57dac04'),(790,57,'itinerary_1_day_details','After a cup of tea or coffee, go for an early game drive (3-4 hours) to have a closer look at animals such as hyenas, Giraffes, zebras and antelopes. Return to your lodge for full breakfast and then later you will proceed to <strong>Bwindi Impenetrable national Park</strong>. It is most famous for mountain gorillas although the park is also a habitat for other animals and plenty of birds. You will reach Bwindi in the evening. Dinner and overnight at <strong>Gorilla resort / Buhoma community Bandas</strong>.'),(791,57,'_itinerary_1_day_details','field_60af2c6cdac05'),(792,57,'itinerary_2_day_heading','Day 3: Gorilla tracking in Bwindi forest'),(793,57,'_itinerary_2_day_heading','field_60af2c57dac04'),(794,57,'itinerary_2_day_details','Wake up and prepare for the remarkable experience. You will have breakfast to transfer to the park headquarters for briefing before setting off to the forest in search for gorillas. The time you will take searching these humble apes is unpredictable however it ranges between 1-9 hours depending on their movement. The activity requires you to go through steep rocks climbing up and down making it tiresome, however the thrill of encountering these giant primates erases the poor memories you went through in trying to find them. Dinner and over night at Gorilla Resort / Buhoma homestead.'),(795,57,'_itinerary_2_day_details','field_60af2c6cdac05'),(796,57,'itinerary_3_day_heading','Day 4: Day Hike / Departure'),(797,57,'_itinerary_3_day_heading','field_60af2c57dac04'),(798,57,'itinerary_3_day_details','In the morning you may go for a forest walk or community walk after breakfast. Later on you will drive back to Kampala to reach in the evening.'),(799,57,'_itinerary_3_day_details','field_60af2c6cdac05'),(800,57,'itinerary','4'),(801,57,'_itinerary','field_60af2c3adac03'),(802,57,'inclusions','a:8:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:52:\"Professional full-time English speaking driver-guide\";}'),(803,57,'_inclusions','field_60af2c8ddac06'),(804,57,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(805,57,'_exclusions','field_60af2dbedac07'),(806,58,'_edit_lock','1622625933:1'),(807,58,'_edit_last','1'),(808,58,'duration','10'),(809,58,'_duration','field_60af2bf1dac02'),(810,58,'itinerary_0_day_heading','Day 1: Kigali'),(811,58,'_itinerary_0_day_heading','field_60af2c57dac04'),(812,58,'itinerary_0_day_details','Arrive at Kigali Airport where you are met by your guide. Transfer to your hotel for a briefing and overnight. Overnight at Kigali Serena Hotel (B).'),(813,58,'_itinerary_0_day_details','field_60af2c6cdac05'),(814,58,'itinerary_1_day_heading','Day 2: Kigali – Butare – Nyungwe Forest'),(815,58,'_itinerary_1_day_heading','field_60af2c57dac04'),(816,58,'itinerary_1_day_details','After breakfast you will depart for Huye (Butare) the second largest city of Rwanda,regarded as the intellectual city of Rwanda. It hosts the National Museum, as well as several academic and research institutions. On your way to Huye (Butare) you will visit Nyanza (currently Nyabisindu) the former Mwami’s palace (King’s palace) and the seat of the feudal monarchy. The palace has been reconstructed to its 19th century state and shows a traditional dome that can be compared to the Kabaka’s palace of Buganda.\r\n\r\nYou will visit the National Museum in Huye which is one the well set-up if not the finest ethnographic museum of East Africa. It’s a good source of information on the cultural history of Rwanda and the region.\r\n\r\nAfter the visit of the museum, enjoy a spectacular performance of the Urugangazi group of Intore-dancers. This is probably the best group of Rwanda and their performance is regarded by many as one of the highlights of your safari! Lunch is foreseen in Butare. Afterward, we will drive to Nyungwe Forest NP. Your driver-guide will stop at the Uwinka offices of Nyungwe Forest NP to have the last update on the presence of the semi-habituated groups of chimps and colobus monkeys. This will help you to prepare your activities of the next two days.\r\n\r\nOvernight at Nyungwe Forest Lodge.(BLD)'),(817,58,'_itinerary_1_day_details','field_60af2c6cdac05'),(818,58,'itinerary_2_day_heading','Days 3: Nyungwe Forest'),(819,58,'_itinerary_2_day_heading','field_60af2c57dac04'),(820,58,'itinerary_2_day_details','This is the Day to track chimps in Nyungwe Forest, the only remaining high altitude rainforest in East Africa. After an early breakfast, we leave for a guided nature walk in Nyungwe Forest in search of primates like the colobus monkey, l’hoests monkey, grey-cheeked mangabey or blue monkey. Birdwatchers will also appreciate the exceptional rich bird life. Nyungwe is a primate and bird nirvana! We take all the time needed to explore Nyungwe and have a second overnight at Nyungwe Forest Lodge. (BLD)'),(821,58,'_itinerary_2_day_details','field_60af2c6cdac05'),(822,58,'itinerary_3_day_heading','Day 4 : Nyungwe – Kibuye'),(823,58,'_itinerary_3_day_heading','field_60af2c57dac04'),(824,58,'itinerary_3_day_details','After breakfast we start our exploration of lake Kivu. Along the shores of lake Kivu you have three resort towns: Cyangungu, Kibuye and Gisenyi. Kibuye with his Guest House is the most beautiful of the three. On our way to Kibuye we visit the Genocide Memorial of Bisesero. After lunch, we take time for some relaxation on the shores of lake Kivu. Overnight at Serena Hotel on Lake Kivu shores.(BLD)'),(825,58,'_itinerary_3_day_details','field_60af2c6cdac05'),(826,58,'itinerary_4_day_heading','Day 5 : Kibuye – Gisenyi – Kinigi'),(827,58,'_itinerary_4_day_heading','field_60af2c57dac04'),(828,58,'itinerary_4_day_details','After breakfast, you will have an enjoyable speed-boat trip to Gisenyi. The trip is not only an encounter with local people; fishermen, fishing villages but also with the residents of Idjwi Island (Congo) who are rowing long distances in their dugout canoes to visit the Rwandan markets. You will be picked up in Gisenyi for lunch and if time/security allows, we make arrangements to cross the border to Goma (Optional -Congo visa is $30 and you will need to pay for a re-entry visa into Rwanda). Goma was devastated by the eruption of the Nyiragongo volcano. The visit shows the fantastic capabilities of the local population to overcome this natural catastrophe! We drive to Ruhengeri and Kinigi for an overnight at your hotel. Overnight at Mountain Gorilla View or Le Bambou Gorilla Lodge (BLD).'),(829,58,'_itinerary_4_day_details','field_60af2c6cdac05'),(830,58,'itinerary_5_day_heading','Day 6: Gorilla Trekking Adventure '),(831,58,'_itinerary_5_day_heading','field_60af2c57dac04'),(832,58,'itinerary_5_day_details','After breakfast we report at the headquarters for your gorilla trekking day. After the trekking, lunch at your hotel or at Ruhengeri and in the afternoon, if time allows, an excursion to explore the beautiful lakes in the region: Lake Bulera &amp; Ruhondo. An excellent view of the Virunga chain of Volcanoes can be seen while there depending on weather conditions. Overnight at Mountain Gorilla View or Le Bambou Gorilla Lodge.'),(833,58,'_itinerary_5_day_details','field_60af2c6cdac05'),(834,58,'itinerary_6_day_heading','Day 7: Second Gorilla tracking Excursion '),(835,58,'_itinerary_6_day_heading','field_60af2c57dac04'),(836,58,'itinerary_6_day_details','For those who would like to have a second gorilla trek, we invite you to visit one of the groups with a longer hiking time; the Susa group which is located on the slopes of the Karisimbi has 35 members and will give you a great sense of achievement ! (extra gorilla permit not included).'),(837,58,'_itinerary_6_day_details','field_60af2c6cdac05'),(838,58,'itinerary_7_day_heading','Day 8 Cultural and Historical Tour'),(839,58,'_itinerary_7_day_heading','field_60af2c57dac04'),(840,58,'itinerary_7_day_details','Have early breakfast and visit the grave of Dian Fossey, situated at the former Karisoke Research Center where Dian spent some twenty years studying the Mountain Gorillas. The trek to the site is quite spectacular, passing through bamboo forest and afro-montane habitats, criss-crossed trails with tracks of forest buffalo and elephant! You may see all sorts of wildlife as you make our way up and down to Karisoke, nestled between the volcanic peaks of Karismbi and Visoke. Overnight at Mountain Gorilla View or Le Bambou Gorilla Lodge (BLD).'),(841,58,'_itinerary_7_day_details','field_60af2c6cdac05'),(842,58,'itinerary_8_day_heading','Day 9: Iby’Iwacu Cultural Excursion'),(843,58,'_itinerary_8_day_heading','field_60af2c57dac04'),(844,58,'itinerary_8_day_details','Have early breakfast and visit Iby’Iwacu Cultural Village for a wonderful and interactive experience, learning all about Rwandan traditions, culture, songs and dance. You may also participate in the local activities and taste local foods and wines. You will spend the night here, in traditional houses and participate in Gitaramo, a cultural tradition of sharing stories, song and dance while sitting around a warm fire. Or you can have dinner and overnight atMountain Gorilla View or Le Bambou Gorilla Lodge.'),(845,58,'_itinerary_8_day_details','field_60af2c6cdac05'),(846,58,'itinerary_9_day_heading','Day 10: Kigali – Departure'),(847,58,'_itinerary_9_day_heading','field_60af2c57dac04'),(848,58,'itinerary_9_day_details','After breakfast, a half day Kigali City trip includes a visit to the Genocide Memorial Centre at Gisozi, which takes a few hours. It’s a touching visit! Transfer to Kigali Airportafterward, in time to catch your homebound flight.'),(849,58,'_itinerary_9_day_details','field_60af2c6cdac05'),(850,58,'itinerary','10'),(851,58,'_itinerary','field_60af2c3adac03'),(852,58,'inclusions','a:8:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:18:\"Park entrance fees\";i:3;s:29:\"Bottled water while on safari\";i:4;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:5;s:15:\"Gorilla permits\";i:6;s:24:\"Primate tracking permits\";i:7;s:52:\"Professional full-time English speaking driver-guide\";}'),(853,58,'_inclusions','field_60af2c8ddac06'),(854,58,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(855,58,'_exclusions','field_60af2dbedac07'),(856,59,'_edit_lock','1623400532:1'),(857,59,'_edit_last','1'),(858,59,'duration','8'),(859,59,'_duration','field_60af2bf1dac02'),(860,59,'itinerary_0_day_heading','Day 1: Arrival in Kigali'),(861,59,'_itinerary_0_day_heading','field_60af2c57dac04'),(862,59,'itinerary_0_day_details','Upon arrival, you will be welcomed in Rwanda by our professional tour guide, transfer to your Hotel for a welcome meal and a briefing about the Chimpanzee and Gorilla trekking Safari. Then  you will take on  a City tour in Kigali, visit the genocide memorial in Gosozi or Maramba, the old town of Nyamirambo, the new handicraft village, the Batwa pottery and dance centre, and the Kimironko fruits. And then later you will be transferred to the hotel of your dinner and overnight at Hotel Gorillas / Kigali Serena hotel'),(863,59,'_itinerary_0_day_details','field_60af2c6cdac05'),(864,59,'itinerary_1_day_heading','Day 2: Kigali – Butare cultural tour – Nyungwe Forest NP.'),(865,59,'_itinerary_1_day_heading','field_60af2c57dac04'),(866,59,'itinerary_1_day_details','This morning after breakfast we head to Butare; an intellectual city of Rwanda and the second largest of Rwanda cities. Butare which is now HUYE hosts the National Museum (supreme museum in East Africa) which is one of the best sources of information about the cultural history of the country and the region.\r\n\r\nAlong the road to Butare, you will pay a visit to Nyanza; presently Nyabisindu, the former Mwami’s palace (King’s palace) and the base of the feudal kingdom. Later you will have a thrilling concert of the national ballet with the Intore-dancers.  The performance is considered by many as one of the highlights of your safari. Lunch is foreseen in Butare.  Connect to Nyungwe Forest National park, dinner and overnight at Gisakura Guest House / Nyungwe Forest Lodge.'),(867,59,'_itinerary_1_day_details','field_60af2c6cdac05'),(868,59,'itinerary_2_day_heading','Day 3: Nyungwe Forest Primates walk'),(869,59,'_itinerary_2_day_heading','field_60af2c57dac04'),(870,59,'itinerary_2_day_details','After early breakfast, you will assemble at Uwinka tourist information centre for briefing before you start you hike in Nyungwe forest. The landscape is craggy and sheer, and you will be at relatively high altitude.  Good hiking boots are highly recommended. The hike will expose you to the commonest species such as large communal troops of Angolan Colobus, which may be over 300 in number, and many bird species. It may be a strenuous walk but guides always make it more enjoyable and informative by giving you information about the flora and fauna that you encounter while on the walk.\r\n\r\nAfter Lunch, the exploration continues along different beautiful trails available then encounter the superb waterfall trail of Gisakura is probably the most thrilling along .The afternoon trek may take 2 – 3 hours, and it will also expose you to more birds and primate species such as the Angola Colobus Monkeys and the endangered Golden Monkeys.  An encounter is a thrilling moment!\r\nDinner and Overnight at Gisakura Guest House / Nyungwe Forest Lodge'),(871,59,'_itinerary_2_day_details','field_60af2c6cdac05'),(872,59,'itinerary_3_day_heading','Day 4: Chimpanzee trekking (Nyungwe National Park)'),(873,59,'_itinerary_3_day_heading','field_60af2c57dac04'),(874,59,'itinerary_3_day_details','A trek into Nyungwe forest (A trekkers’ paradise) gives an opportunity to encounter with Chimpanzees, L’Hoest’s monkeys and blue monkeys around Uwinka after a less strenuous hike. You will connect to the Bigugu Mountain trail which takes you to the highest peak in Nyungwe Forest at   3000m above sea level. Along the trek, bird lovers are certainly in for a treat as Nyungwe hosts so many Albertine rift endemics   that you will encounter along the trek to Bigugu Mountain. Dinner and overnight at the lodge.'),(875,59,'_itinerary_3_day_details','field_60af2c6cdac05'),(876,59,'itinerary_4_day_heading','Day 5: Nyungwe Forest – Kibuye'),(877,59,'_itinerary_4_day_heading','field_60af2c57dac04'),(878,59,'itinerary_4_day_details','Have early breakfast and embark on our journey to Kibuye, through the green fields of tea plantations before exploring the shorelines of Lake Kivu. Kibuye is the most beautiful resort of the three towns on Lake Kivu. To refresh from trekking in Nyungwe, you may spend the rest of the day at leisure.'),(879,59,'_itinerary_4_day_details','field_60af2c6cdac05'),(880,59,'itinerary_5_day_heading','Day 6: Kibuye – Gisenyi Kinigi'),(881,59,'_itinerary_5_day_heading','field_60af2c57dac04'),(882,59,'itinerary_5_day_details','Take breakfast and proceed for a speed-boat trip to Gisenyi.  You will encounter fishing villages of Lake Kivu and also have an opportunity to interact with people of Idjwi Island, it is thought to be the largest inland island in Africa the eighth largest in the world. Idjwi is roughly halfway between the DRC and Rwanda. You can also cross the boarder to Goma in Congo (Optional). Goma was devastated by the eruption of the Nyiragongo volcano.  The Nyiragongo Volcano which is 3470 metres above sea level erupted on the 17th of January 2002 and shattered part of Goma town.  The eruption ruined the homes of over 120,000 people and caused over 100 victims. Your visit to this site will exhibit fantastic capabilities of the local population to surmount this natural upheaval! We drive to Kinigi for an overnight at Kinigi Guest House / Mountain Gorilla’s Nest.'),(883,59,'_itinerary_5_day_details','field_60af2c6cdac05'),(884,59,'itinerary_6_day_heading','Day 7: Gorillas in the mist; Parc National des Volcans'),(885,59,'_itinerary_6_day_heading','field_60af2c57dac04'),(886,59,'itinerary_6_day_details','After early breakfast, drive for an assembly at Kinigi Park Head quarters with packed lunch, meet your ranger guide for a briefing about the greatest primates experience ever to see the only left Mountain gorillas in the world the ones that might have led to the murder of an American Zoologist Dianne Fossey as she tried to research about them and also save them from poachers.  The gorilla trek in Rwanda starts from the foothills of Virunga volcanoes and you will be led by an experienced English speaking ranger guide. The guide will give you information not only about the gorillas but also about the other flora and fauna that you will encounter along the trek. The time taken to track gorillas is unpredictable and depends on the movements of the gorillas. If tracking ends early enough, you will take a short excursion to discover the beautiful lakes of Lake Bulera and Ruhondo. Here you will have a magnificent view of the Virunga chain of Volcanoes.  Return for dinner and overnight at your lodge.'),(887,59,'_itinerary_6_day_details','field_60af2c6cdac05'),(888,59,'itinerary_7_day_heading','Day 8: Final day in Rwanda'),(889,59,'_itinerary_7_day_heading','field_60af2c57dac04'),(890,59,'itinerary_7_day_details','This is the day to say farewell to your fellow travelers, the guide and to a country that has been your home for a short while. Following breakfast, you will drive to Kigali City and transfer to the airport and catch your flight back home.'),(891,59,'_itinerary_7_day_details','field_60af2c6cdac05'),(892,59,'itinerary','8'),(893,59,'_itinerary','field_60af2c3adac03'),(894,59,'inclusions','a:10:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:27:\"Chimpanzee trekking permits\";i:9;s:52:\"Professional full-time English speaking driver-guide\";}'),(895,59,'_inclusions','field_60af2c8ddac06'),(896,59,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(897,59,'_exclusions','field_60af2dbedac07'),(898,60,'_edit_lock','1622625966:1'),(899,60,'_edit_last','1'),(900,60,'duration','6'),(901,60,'_duration','field_60af2bf1dac02'),(902,60,'itinerary_0_day_heading','Day 1: Kigali – Akagera National park'),(903,60,'_itinerary_0_day_heading','field_60af2c57dac04'),(904,60,'itinerary_0_day_details','Your driver guide will pick you from your Hotel in the morning after breakfast, visit Gisozi genocide memorial museum, and later start a 2-hour drive eastwards to Akagera National Park near Tanzania boarder. You will be exposed to beautiful scenic views en-route. Have check-in Akagera Game Lodge, relax as you wait for lunch. Enjoy an afternoon boat ride on Lake Ihema that will reward you with large number of hippos, huge Nile crocodiles and about 525 bird species. Dinner and overnight at the Lodge.'),(905,60,'_itinerary_0_day_details','field_60af2c6cdac05'),(906,60,'itinerary_1_day_heading','Day 2: Game drive, Full Day Akagera Explorer'),(907,60,'_itinerary_1_day_heading','field_60af2c57dac04'),(908,60,'itinerary_1_day_details','Wake up early for a cup of tea / coffee and proceed for a morning game drive to catch up with early raisers and predators returning to their hideouts. The game drive will reward you with big game like elephants, buffalos, lion, Maasai giraffe, gazelles, Impala, Baboons, Oribi, Butchel’s zebra, Topi, Bush baby, Leopard and Bushbuck among others. After lunch, we drive to Rusumo falls on Tanzania, enjoy beautiful scenic views enroute. Dinner &amp; overnight at <strong>Akagera game lodge.</strong>'),(909,60,'_itinerary_1_day_details','field_60af2c6cdac05'),(910,60,'itinerary_2_day_heading','Day 3: Game drive and transfer to Volcanoes National Park'),(911,60,'_itinerary_2_day_heading','field_60af2c57dac04'),(912,60,'itinerary_2_day_details','Wake up early for a cup of tea / coffee and proceed for a half-day game drive around lake Ihema for more animal viewing. Return to the lodge for full breakfast and prepare your self to travel Parc National des Volcans, a home to mountain gorillas. Overnight at <strong>Le Bambou Gorilla Lodge (Budget and Deluxe) or Mountain Gorilla View Lodge (Luxury)</strong>.'),(913,60,'_itinerary_2_day_details','field_60af2c6cdac05'),(914,60,'itinerary_3_day_heading','Day 4: Mountain Gorilla Trekking Adventure'),(915,60,'_itinerary_3_day_heading','field_60af2c57dac04'),(916,60,'itinerary_3_day_details','Breakfast followed by transfer to the park headquarters for a briefing about the <a href=\"http://www.junglesafarisuganda.com/rwanda-wildlife-parks/parc-national-des-volcans.html\">gorilla tracking</a>. The trek takes 2-7 hours depending on the movement of gorillas. Sight and stay with these gentle giants is 1hour for observation and photographing. Relax at <strong>your lodge / hotel</strong> in the evening. Or we can take a community walk or cultural entertainment in nearby communities. Dinner &amp; overnight at your lodge on DAY 3.'),(917,60,'_itinerary_3_day_details','field_60af2c6cdac05'),(918,60,'itinerary_4_day_heading','Day 5: Second gorilla trekking (Optional)'),(919,60,'_itinerary_4_day_heading','field_60af2c57dac04'),(920,60,'itinerary_4_day_details','Second gorilla trek in Volcanoes Gorilla park (same or different gorilla family), then afternoon nature walk to the beautiful twin lakes of Burera &amp; Ruhondo. Overnight at your lodge on<strong> DAY 3</strong>.'),(921,60,'_itinerary_4_day_details','field_60af2c6cdac05'),(922,60,'itinerary_5_day_heading','Day 6: Golden monkey trek or Dian Fossey hiking, Departure'),(923,60,'_itinerary_5_day_heading','field_60af2c57dac04'),(924,60,'itinerary_5_day_details','We either go for golden monkey tracking or hike to Dian fossey tombs. Return by mid-day, have lunch and drive back to Kigali for last minute shopping, later proceed to the airport for your scheduled departure flight.'),(925,60,'_itinerary_5_day_details','field_60af2c6cdac05'),(926,60,'itinerary','6'),(927,60,'_itinerary','field_60af2c3adac03'),(928,60,'inclusions','a:9:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:52:\"Professional full-time English speaking driver-guide\";}'),(929,60,'_inclusions','field_60af2c8ddac06'),(930,60,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(931,60,'_exclusions','field_60af2dbedac07'),(932,61,'_edit_lock','1623405704:1'),(933,61,'_edit_last','1'),(934,61,'duration','3'),(935,61,'_duration','field_60af2bf1dac02'),(936,61,'itinerary_0_day_heading','Day 1: Travel From Kigali to Volcano National Park'),(937,61,'_itinerary_0_day_heading','field_60af2c57dac04'),(938,61,'itinerary_0_day_details','In the morning, you will be picked from the hotel in Kigali or at the airport upon arrival and proceed for a city tour to Genocide Memorial museum, later transfer to Volcanoes national park in Ruhengeri.\r\n\r\nIn the evening, we can go for a nature walk to beautiful twin lakes of Burera and Ruhondo.\r\n\r\nDinner &amp; Overnight at Kinigi Guesthouse (Budget) / Le bamboo Gorilla Lodge (Deluxe) or Gorilla Nest lodge (Luxury).'),(939,61,'_itinerary_0_day_details','field_60af2c6cdac05'),(940,61,'itinerary_1_day_heading','Day 2: Gorilla Trekking Adventure'),(941,61,'_itinerary_1_day_heading','field_60af2c57dac04'),(942,61,'itinerary_1_day_details','In the morning, you will have briefing at the headquarters before setting off for the adorable gorilla trek in the virunga hills in the rain forest.\r\n\r\nPacked food will be carried, as lunch can only be self provided, since trekking may take 2 to 7 hours depending on the availability of the gorillas due to their movements in their natural environment.\r\n\r\nThen retreat to you hotel for late lunch, relax in the evening or take a nature walk to Ruhengeri town, market and interact with local people.\r\n\r\nDinner &amp; overnight at your lodge on DAY 1<strong>.</strong>'),(943,61,'_itinerary_1_day_details','field_60af2c6cdac05'),(944,61,'itinerary_2_day_heading','Day 3: Golden Monkey Tracking, Departure'),(945,61,'_itinerary_2_day_heading','field_60af2c57dac04'),(946,61,'itinerary_2_day_details','Breakfast at the hotel/lodge and transfer back to volcanoes national park for another adventurous activity of golden monkey trekking. The activity ends early afternoon, for early lunch and proceed to Kigali city / airport where the tour ends.'),(947,61,'_itinerary_2_day_details','field_60af2c6cdac05'),(948,61,'itinerary','3'),(949,61,'_itinerary','field_60af2c3adac03'),(950,61,'inclusions','a:10:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:24:\"Primate tracking permits\";i:9;s:52:\"Professional full-time English speaking driver-guide\";}'),(951,61,'_inclusions','field_60af2c8ddac06'),(952,61,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(953,61,'_exclusions','field_60af2dbedac07'),(954,62,'_edit_lock','1623397637:1'),(955,62,'_edit_last','1'),(956,62,'duration','6'),(957,62,'_duration','field_60af2bf1dac02'),(958,62,'itinerary_0_day_heading','Day 1: Arrival at Kigali International Airport'),(959,62,'_itinerary_0_day_heading','field_60af2c57dac04'),(960,62,'itinerary_0_day_details','Upon arrival at Kigali airport, you will meet your tour guide, and depart for Nyungwe Forest National Park. Enroute, make stops at places of interest including local markets and the traditional palace of Rwanda’s Former King in Nyanza. Dinner and Overnight at Gisakura Guest House / Nyungwe forest lodge.'),(961,62,'_itinerary_0_day_details','field_60af2c6cdac05'),(962,62,'itinerary_1_day_heading','Day 2: Nyungwe National Park (Birding /Nature walk)'),(963,62,'_itinerary_1_day_heading','field_60af2c57dac04'),(964,62,'itinerary_1_day_details','After early break fast, take a guided nature walk (with packed lunch and water) to see some of the 300 bird species in Nyungwe forest; the birders paradise, which include the Rwenzori turaco and black and white casqued hornbill, the great blue Turaco and, paradise flycatcher, long-tailed blue, orange and white bird, and the forest hornbills.\r\n\r\nProceed with an escorted forest walk in search of primates such as the chimpanzees, the handsome L’Hoest’s monkey, the endangered golden monkeys, strong troops of the delightfully acrobatic Angola Colobus, vervet monkeys, Silver Monkey, Hamlyn’s Monkey, Red-tailed Monkey, Dent’s Mona Monkey, Olive Baboon, Grey-cheeked Mangabey and so on.\r\n\r\nReturn late afternoon for dinner and overnight at Gisakura Guest House / Nyungwe forest Lodge.'),(965,62,'_itinerary_1_day_details','field_60af2c6cdac05'),(966,62,'itinerary_2_day_heading','Day 3: Nyungwe Forest N.P – Kigali – PNV '),(967,62,'_itinerary_2_day_heading','field_60af2c57dac04'),(968,62,'itinerary_2_day_details','Drive back to Kigali after breakfast; stop over in Butare town; visit the Botanical Gardens and cultural museum.\r\n\r\nArrive in Kigali City by lunch time. Afterwards drive northwards to Kinigi via Ruhengeri. Enjoy the rolling hills for which Rwanda is well known.\r\n\r\nDinner and overnight Mountain Gorilla’s Nest / Kinigi guest house.'),(969,62,'_itinerary_2_day_details','field_60af2c6cdac05'),(970,62,'itinerary_3_day_heading','Day 4: A Day for life changing event (Gorilla tracking)'),(971,62,'_itinerary_3_day_heading','field_60af2c57dac04'),(972,62,'itinerary_3_day_details','Wake up early for breakfast and prepare for this incredible experience.\r\n\r\nAfter the briefing from the authorities of the park at Kinigi, you will set off for the trekking into the tropical rain forest with packed lunch and water, searching for the habituated gorilla family. Gorilla tracking through the forest, hills and swamps can be tough, arduous and tiring, sometimes taking up to 8 hours in the forest. But coming face to face with the great primates and apes is well worth the effort.\r\n\r\nIn the course of searching for the Mountain Gorillas, you will be exposed to excellent birding and primates such as the Golden Monkeys, Blue Monkeys, Black and White colobus monkey, and giant forest hogs among others. You will stay with mountain gorillas for one hour for observation and photography.\r\n\r\nPicnic return to the lodge for a rest, dinner and overnight'),(973,62,'_itinerary_3_day_details','field_60af2c6cdac05'),(974,62,'itinerary_4_day_heading','Day 5: Parc National des Volcans '),(975,62,'_itinerary_4_day_heading','field_60af2c57dac04'),(976,62,'itinerary_4_day_details','After early breakfast, you can choose what to do from the following activities; go for a gorilla tracking (on payment of gorilla permit supplement at time of booking) or trek to Karisoke Research Centre which Dian Fossey; the famous primatologist set up, or climb the awesome Visoke volcano, or track the golden monkeys or visit local communities.\r\n\r\nAll meals at Mountain Gorilla’s Nest / Kinigi guest house.'),(977,62,'_itinerary_4_day_details','field_60af2c6cdac05'),(978,62,'itinerary_5_day_heading','Day 6: Departure '),(979,62,'_itinerary_5_day_heading','field_60af2c57dac04'),(980,62,'itinerary_5_day_details','Picnic drive back to Kigali for your flight back home.'),(981,62,'_itinerary_5_day_details','field_60af2c6cdac05'),(982,62,'itinerary','6'),(983,62,'_itinerary','field_60af2c3adac03'),(984,62,'inclusions','a:10:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:27:\"Chimpanzee trekking permits\";i:9;s:52:\"Professional full-time English speaking driver-guide\";}'),(985,62,'_inclusions','field_60af2c8ddac06'),(986,62,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(987,62,'_exclusions','field_60af2dbedac07'),(988,63,'_edit_lock','1622626034:1'),(989,63,'_edit_last','1'),(990,63,'duration','4'),(991,63,'_duration','field_60af2bf1dac02'),(992,63,'itinerary_0_day_heading','Day 1: Kigali City- Kinigi Town '),(993,63,'_itinerary_0_day_heading','field_60af2c57dac04'),(994,63,'itinerary_0_day_details','Murakaza neza mu Rwanda! (Welcome to Rwanda!) You are met on arrival at Kigali International Airport by your driver-guide. Depending on your arrival time, your driver-guide may propose you a visit of Kigali city which includes the Genocide Memorial centre at Gisozi. A two hour transfer brings you to Kinigi at the foothills of the Volcanoes. Overnight at Gorilla View Lodge or Le Bambou Gorilla Lodge.'),(995,63,'_itinerary_0_day_details','field_60af2c6cdac05'),(996,63,'itinerary_1_day_heading','Day 2: Kinigi – Mountain Gorilla Tracking'),(997,63,'_itinerary_1_day_heading','field_60af2c57dac04'),(998,63,'itinerary_1_day_details','After breakfast, you will depart for the Headquarters of the Park where your driver-guide will accomplish the necessary formalities for you. You will meet your ranger guide(s) for a briefing about the greatest animal experience ever! You will be taken to the slopes of one of the Virunga volcanoes for your trekking. After the trekking, if time allows,enjoy lunch at Ruhengeri and an excursion to explore the beautiful lakes in the region (Lake Bulera &amp; Ruhondo). Overnight at your DAY 1 Lodge on full board basis. Your guide will make the necessary arrangements for the next day.'),(999,63,'_itinerary_1_day_details','field_60af2c6cdac05'),(1000,63,'itinerary_2_day_heading','Day 3 : Second gorilla tracking – Kigali'),(1001,63,'_itinerary_2_day_heading','field_60af2c57dac04'),(1002,63,'itinerary_2_day_details','After breakfast, you will report to the headquarters for your second Gorilla trek to a different gorilla group. If you love to hike and enjoy a great sense of achievement, we advise you to take one of the groups with a longer hiking distance.\r\nAfter the trekking, visit the Iby’Iwacu traditional village (a community based tourism project where the local community displays the traditional ways of living). On your way to Kigali, several stops will be made to admire the scenery. Rwanda is the country of the thousand hills! Overnight at Kigali Serena Hotel on full board basis. The Sussa group with more than 30 members is the most challenging gorilla group to be visited in Rwanda. The gorilla group is located at the Karisimbi volcano about one hour drive from the park headquarters. The trekking usually last for the whole day. Good physical condition is recommended!'),(1003,63,'_itinerary_2_day_details','field_60af2c6cdac05'),(1004,63,'itinerary_3_day_heading','Day 4: Departure'),(1005,63,'_itinerary_3_day_heading','field_60af2c57dac04'),(1006,63,'itinerary_3_day_details','Pick up at your hotel, depending on your departure time and if you missed the opportunity the first day, you will have Kigali city trip including the visit of the Genocide Memorial centre at Gizozi. Transfer to the Airport for your departure.'),(1007,63,'_itinerary_3_day_details','field_60af2c6cdac05'),(1008,63,'itinerary','4'),(1009,63,'_itinerary','field_60af2c3adac03'),(1010,63,'inclusions','a:9:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:52:\"Professional full-time English speaking driver-guide\";}'),(1011,63,'_inclusions','field_60af2c8ddac06'),(1012,63,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(1013,63,'_exclusions','field_60af2dbedac07'),(1014,64,'_edit_lock','1623395428:1'),(1015,64,'_edit_last','1'),(1016,64,'duration','2'),(1017,64,'_duration','field_60af2bf1dac02'),(1018,64,'itinerary_0_day_heading','Day 1: Transfer to Volcanoes National Park'),(1019,64,'_itinerary_0_day_heading','field_60af2c57dac04'),(1020,64,'itinerary_0_day_details','Our representative shall meet you at the hotel in Kigali or at the airport upon arrival and transfer for a city tour to Gisozi Genocide Memorial Center, later head northwards to Volcanoes National Park, also named as parc National des Volcans.\r\n\r\nThe journey is amazing as you are able to see the magnificent hills, well terraced and having a breath taking view of valleys the five peaks of the Virunga Mountains.\r\n\r\nOn arrival, you will check inMuhabura Hotel (Budget) / Hotel La Palme(Deluxe) / Mountain Gorilla View Lodge (Luxury) for dinner and overnight.'),(1021,64,'_itinerary_0_day_details','field_60af2c6cdac05'),(1022,64,'itinerary_1_day_heading','Day 2: Gorilla Trekking & Departure'),(1023,64,'_itinerary_1_day_heading','field_60af2c57dac04'),(1024,64,'itinerary_1_day_details','Early in the morning, together with the necessary tracking gear and packed lunch, you will move to the park headquarters for briefing, before proceeding with the ranger guides for the memorable adventure.\r\n\r\nTracking will take you through steep slopes and thick forest trails, and may take 2-8 hours depending on the movement of the giants in their natural environment. The activity is quite strenuous, but worth undertaking. A maximum of one hour will be allowed with the gorillas.\r\n\r\nAfter tracking, you will descend to the park headquarters/lodge and then embark on the journey back to Kigali where the tour ends.'),(1025,64,'_itinerary_1_day_details','field_60af2c6cdac05'),(1026,64,'itinerary','2'),(1027,64,'_itinerary','field_60af2c3adac03'),(1028,64,'inclusions','a:9:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:52:\"Professional full-time English speaking driver-guide\";}'),(1029,64,'_inclusions','field_60af2c8ddac06'),(1030,64,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(1031,64,'_exclusions','field_60af2dbedac07'),(1034,66,'_wp_attached_file','2021/05/chimpanzee-sleeping.jpeg'),(1035,66,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:32:\"2021/05/chimpanzee-sleeping.jpeg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"chimpanzee-sleeping-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:32:\"chimpanzee-sleeping-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:32:\"chimpanzee-sleeping-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:{}}}'),(1036,60,'_thumbnail_id','66'),(1037,67,'_wp_attached_file','2021/05/mountain-gorilla-family.jpeg'),(1038,67,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:36:\"2021/05/mountain-gorilla-family.jpeg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"mountain-gorilla-family-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:36:\"mountain-gorilla-family-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:\"mountain-gorilla-family-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:{}}}'),(1039,58,'_thumbnail_id','67'),(1040,68,'_wp_attached_file','2021/05/Candid-Western-Lowland-Gorilla.jpeg'),(1041,68,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:43:\"2021/05/Candid-Western-Lowland-Gorilla.jpeg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Candid-Western-Lowland-Gorilla-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:43:\"Candid-Western-Lowland-Gorilla-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:43:\"Candid-Western-Lowland-Gorilla-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:{}}}'),(1042,61,'_thumbnail_id','68'),(1043,69,'_wp_attached_file','2021/05/Gorilla_gorilla_gorilla_Nbg.jpeg'),(1044,69,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:40:\"2021/05/Gorilla_gorilla_gorilla_Nbg.jpeg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Gorilla_gorilla_gorilla_Nbg-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:40:\"Gorilla_gorilla_gorilla_Nbg-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:40:\"Gorilla_gorilla_gorilla_Nbg-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:{}}}'),(1045,63,'_thumbnail_id','69'),(1046,70,'_wp_attached_file','2021/05/mountain-gorilla-mother-child.jpeg'),(1047,70,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:42:\"2021/05/mountain-gorilla-mother-child.jpeg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"mountain-gorilla-mother-child-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:42:\"mountain-gorilla-mother-child-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:42:\"mountain-gorilla-mother-child-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:{}}}'),(1048,64,'_thumbnail_id','70'),(1050,71,'_wp_attached_file','2021/05/River_Nile.jpeg'),(1051,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:23:\"2021/05/River_Nile.jpeg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"River_Nile-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:23:\"River_Nile-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:23:\"River_Nile-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:22:\"River_Nile-120x90.jpeg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(1052,50,'_thumbnail_id','71'),(1053,72,'_wp_attached_file','2021/05/mystery-lion.jpeg'),(1054,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2021/05/mystery-lion.jpeg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"mystery-lion-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:\"mystery-lion-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:\"mystery-lion-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:24:\"mystery-lion-120x90.jpeg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(1055,51,'_wp_old_slug','uganda-grand-tour'),(1056,51,'_thumbnail_id','72'),(1057,74,'_wp_attached_file','2021/05/white-water-rafting.jpeg'),(1058,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:32:\"2021/05/white-water-rafting.jpeg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"white-water-rafting-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:32:\"white-water-rafting-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:32:\"white-water-rafting-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:31:\"white-water-rafting-120x90.jpeg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(1059,52,'_thumbnail_id','74'),(1060,75,'_wp_attached_file','2021/05/bwindi-impenetrable-forest-lodges.jpeg'),(1061,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:46:\"2021/05/bwindi-impenetrable-forest-lodges.jpeg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"bwindi-impenetrable-forest-lodges-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:46:\"bwindi-impenetrable-forest-lodges-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:46:\"bwindi-impenetrable-forest-lodges-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:45:\"bwindi-impenetrable-forest-lodges-120x90.jpeg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(1062,56,'_thumbnail_id','75'),(1063,76,'_edit_last','1'),(1064,76,'_edit_lock','1628141844:1'),(1065,76,'ct_template_archive_post_types_all',''),(1066,76,'ct_template_categories','a:0:{}'),(1067,76,'ct_template_categories_all',''),(1068,76,'ct_template_tags','a:0:{}'),(1069,76,'ct_template_tags_all',''),(1070,76,'ct_template_custom_taxonomies','a:0:{}'),(1071,76,'ct_template_custom_taxonomies_all',''),(1072,76,'ct_template_authors_archives_all',''),(1073,76,'ct_template_index',''),(1074,76,'ct_template_front_page',''),(1075,76,'ct_template_blog_posts',''),(1076,76,'ct_template_date_archive',''),(1077,76,'ct_template_search_page',''),(1078,76,'ct_template_inner_content',''),(1079,76,'ct_template_404_page',''),(1080,76,'ct_template_all_archives',''),(1081,76,'ct_template_archive_among_taxonomies','a:0:{}'),(1082,76,'ct_template_apply_if_archive_among_taxonomies',''),(1083,76,'ct_template_archive_post_types','a:0:{}'),(1084,76,'ct_template_apply_if_archive_among_cpt',''),(1085,76,'ct_template_authors_archives','a:0:{}'),(1086,76,'ct_template_apply_if_archive_among_authors',''),(1087,76,'ct_template_single_all',''),(1088,76,'ct_template_post_types','a:1:{i:0;s:4:\"tour\";}'),(1089,76,'ct_template_exclude_ids',''),(1090,76,'ct_template_include_ids',''),(1091,76,'ct_template_taxonomies','a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),(1092,76,'ct_use_template_taxonomies',''),(1093,76,'ct_template_post_of_parents','a:1:{i:0;s:0:\"\";}'),(1094,76,'ct_template_apply_if_post_of_parents',''),(1095,76,'ct_template_order','0'),(1096,76,'ct_builder_shortcodes','[ct_section ct_sign_sha256=\'ab21c4edec1f5fa945f75d1a2f46cdea33940db31dcdac1bdf05473608d93874\' ct_options=\'{\"ct_id\":339,\"ct_parent\":0,\"selector\":\"section-339-76\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-title-1\"},\"activeselector\":\"c-title-1\",\"nicename\":\"Title\"}\'][ct_headline ct_sign_sha256=\'6968da809ea5371d473287dd7e0ce7c1db5be19a34e211e8205fea9f567715b8\' ct_options=\'{\"ct_id\":340,\"ct_parent\":339,\"selector\":\"headline-340-76\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-h1\",\"1\":\"c-heading-light\",\"2\":\"c-margin-bottom-s\"}}\'][ct_span ct_sign_sha256=\'b0c1e15ebc99de7643f7fdd66a9cb42c3068604c0a4e2bb6ea15beeb992a27c9\' ct_options=\'{\"ct_id\":341,\"ct_parent\":340,\"selector\":\"span-341-76\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span][/ct_headline][/ct_section][ct_section ct_sign_sha256=\'77fbfa1aeadcb5b690808761437ca1a66595a768a3690bd37e2a33d1f1c26dac\' ct_options=\'{\"ct_id\":210,\"ct_parent\":0,\"selector\":\"section-210-76\"}\'][ct_new_columns_2 ct_sign_sha256=\'57341d1ee4b09bc3faba06de1bb61bafd80e3676ad5dad7983bcf0a0843cf87a\' ct_options=\'{\"ct_id\":311,\"ct_parent\":210,\"selector\":\"new_columns-311-76\"}\'][ct_div_block_2 ct_sign_sha256=\'99b8a36cc30a8f145c6c6061327c8c9cf20ae9a7f30993c14149a0794bc47068\' ct_options=\'{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"div_block-312-76\",\"original\":{\"width-unit\":\"%\",\"width\":\"65\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'be16f5f08ff93791bcd1863676daa4b65653b7d476092554f6213bd9b051171c\' ct_options=\'{\"ct_id\":250,\"ct_parent\":312,\"selector\":\"image-250-76\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'199daf2d416f4ea1b900bdfa3ea016d44cfdd2cd90f09d5a79300a6e0838a4f7\' data=\'featured_image\' ]\",\"srcdynamic\":true,\"alt\":\"W294eWdlbiBjdF9zaWduX3NoYTI1Nj0nYzNhMjFlNmNjOTQxYjUyMzlhNjg2NmExYTQzYjcwYjA3MTExNmExMzlkMDYyYjYwMGI2NmJiMzQ4NzlkMWJkNycgZGF0YT0nZmVhdHVyZWRfaW1hZ2VfYWx0JyBd\",\"globalconditions\":{\"0\":{\"name\":\"Post Has Featured Image\",\"operator\":0,\"value\":\"MQ==\",\"searchValue\":\"MQ==\"}}},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'992d0a3929590dd8a769733af9f35bdb9e9a42f1d85dbb35d64adf97710c02c9\' ct_options=\'{\"ct_id\":214,\"ct_parent\":312,\"selector\":\"headline-214-76\",\"original\":{\"tag\":\"h1\"}}\'][ct_span ct_sign_sha256=\'3ee1e8572c7ad2f6c70c19c3294c211ba44c2e6b1ae6c25bbd53a44ed8eb6e12\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"span-215-76\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span]<br>[/ct_headline][oxy_dynamic_list_3 ct_sign_sha256=\'a2651bbd3b1669ee4b217e2f6cd34f42a82dd3bc96cb8cd44865fb13e2563634\' ct_options=\'{\"ct_id\":217,\"ct_parent\":312,\"selector\":\"_dynamic_list-217-76\",\"original\":{\"use_acf_repeater\":\"true\",\"acf_repeater\":\"field_60af2c3adac03\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'e519c4cd0c4f526bfbd86721997d931b7406be0845ae35c7ab5604fc96444041\' ct_options=\'{\"ct_id\":218,\"ct_parent\":217,\"selector\":\"div_block-218-76\"}\'][ct_headline ct_sign_sha256=\'44ec188d29d67b4d84dcdf062c83c2bb76bf0aa9f8d44a27ca4e375da8143cd7\' ct_options=\'{\"ct_id\":219,\"ct_parent\":218,\"selector\":\"headline-219-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'92ec11af143454f42644d286a6c30b0ffde74232bb0cd60d51a300dade7bbec5\' ct_options=\'{\"ct_id\":220,\"ct_parent\":219,\"selector\":\"span-220-76\"}\'][oxygen ct_sign_sha256=\'a71beacffe36041017ce299fb8e6e4e56d72aa94b6a11785c913e152187cf07a\' data=\'acfreparray\' field=\'day_heading\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'70d1edeb65055cad26ffcc7e55202eed465e8c3ff038c32ec6131ead2048d814\' ct_options=\'{\"ct_id\":221,\"ct_parent\":218,\"selector\":\"text_block-221-76\"}\'][ct_span ct_sign_sha256=\'feea15b6b8eca9e6a7736886a853ae2e49ea31e75a4f6de14d750e949bb864bd\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"span-222-76\"}\'][oxygen ct_sign_sha256=\'388dfe89c4d6d2a3ba1c7dc6f9b93548b9f8722c40ae54bbee1716975fe5bc63\' data=\'acfreparray\' field=\'day_details\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_text_block][/ct_div_block_4][/oxy_dynamic_list_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9555aa13b82c98756068c3668dcff598e62600d887618564a75b6342f6cbce01\' ct_options=\'{\"ct_id\":313,\"ct_parent\":311,\"selector\":\"div_block-313-76\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'a5a16c1ed72a70a79987813a5746df93c043ec8d823e5fe6058e6c5225defae8\' ct_options=\'{\"ct_id\":259,\"ct_parent\":313,\"selector\":\"div_block-259-76\",\"classes\":{\"0\":\"form-wrapper\",\"1\":\"sticky\"},\"activeselector\":\"sticky\"}\'][ct_headline ct_sign_sha256=\'9f04107d6327e0832c25ae6f359873b4b7101c6ca2bae45aa63c12b179e001e6\' ct_options=\'{\"ct_id\":252,\"ct_parent\":259,\"selector\":\"headline-252-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false,\"classes\":{\"0\":\"c-heading-light\"}}\']Talk to Us About This Tour[/ct_headline][ct_text_block ct_sign_sha256=\'d114f518f4805b589cd4207e10e22d7615e68c50f43986154d7cf61cdc180c94\' ct_options=\'{\"ct_id\":255,\"ct_parent\":259,\"selector\":\"text_block-255-76\",\"classes\":{\"0\":\"c-text-light\",\"1\":\"c-margin-bottom-m\"},\"activeselector\":false}\']Speak to a East Africa safari specialist to start planning your trip.[/ct_text_block][ct_shortcode ct_sign_sha256=\'61e7bd284fb739519679566e5519a20d924c6647cffc4c1896430efec028cd20\' ct_options=\'{\"ct_id\":257,\"ct_parent\":259,\"selector\":\"shortcode-257-76\",\"original\":{\"full_shortcode\":true},\"ct_shortcode\":\"true\",\"classes\":{\"0\":\"advanced-form\"},\"activeselector\":\"advanced-form\"}\'][fluentform id=\"1\"][/ct_shortcode][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'4d3f23e882080d88f10dcd93a88438554bd70dcd9720502fe0c6786d4f757a4a\' ct_options=\'{\"ct_id\":175,\"ct_parent\":0,\"selector\":\"section-175-76\",\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'84bd9357027801f3ff091a53abfa4a8898725ccf9408b34d2c5934fcd0b61de6\' ct_options=\'{\"ct_id\":176,\"ct_parent\":175,\"selector\":\"div_block-176-76\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'2f52f79df898f06935fa8aaf944d64abcdd73ed76ebfb16baac9d13214dacece\' ct_options=\'{\"ct_id\":177,\"ct_parent\":176,\"selector\":\"div_block-177-76\"}\'][ct_headline ct_sign_sha256=\'14c96a7b006b617948e3e4751365968031933ce55ae2c899e7057d3abcd354a0\' ct_options=\'{\"ct_id\":179,\"ct_parent\":177,\"selector\":\"headline-179-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Inclusions[/ct_headline][ct_code_block ct_sign_sha256=\'08fda626a5c1d88de2e36ae41c9a8c329cfd597547c10c1eb9204eac8e19e403\' ct_options=\'{\"ct_id\":181,\"ct_parent\":177,\"selector\":\"code_block-181-76\",\"original\":{\"code-php\":\"PD9waHAKJGluY2x1ZGVkID0gZ2V0X2ZpZWxkKCdpbmNsdXNpb25zJyk7CmlmKCAkaW5jbHVkZWQgKTogPz4KPHVsPgogICAgPD9waHAgZm9yZWFjaCggJGluY2x1ZGVkIGFzICRpbmMgKTogPz4KICAgICAgICA8bGk+PD9waHAgZWNobyAkaW5jOyA/PjwvbGk+CiAgICA8P3BocCBlbmRmb3JlYWNoOyA/Pgo8L3VsPgo8P3BocCBlbmRpZjsgPz4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'dfac5be201cf66a5dbd9b00ffe8c7a96e62bf7b4202908b092a013f02d87d858\' ct_options=\'{\"ct_id\":178,\"ct_parent\":176,\"selector\":\"div_block-178-76\",\"activeselector\":\"sticky\"}\'][ct_headline ct_sign_sha256=\'30889d066e052916c7ff4cb547cea3988181fb9b44983e99ea3611ac42c15418\' ct_options=\'{\"ct_id\":182,\"ct_parent\":178,\"selector\":\"headline-182-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Excluded[/ct_headline][ct_code_block ct_sign_sha256=\'a7c284dd67fa7441795ad1abff4cbfbd4f44fab597a384b5124362037379a4f2\' ct_options=\'{\"ct_id\":184,\"ct_parent\":178,\"selector\":\"code_block-184-76\",\"original\":{\"code-php\":\"PD9waHAKJGV4Y2x1ZGVkID0gZ2V0X2ZpZWxkKCdleGNsdXNpb25zJyk7CmlmKCAkZXhjbHVkZWQgKTogPz4KPHVsPgogICAgPD9waHAgZm9yZWFjaCggJGV4Y2x1ZGVkIGFzICRleGMgKTogPz4KICAgICAgICA8bGk+PD9waHAgZWNobyAkZXhjOyA/PjwvbGk+CiAgICA8P3BocCBlbmRmb3JlYWNoOyA/Pgo8L3VsPgo8P3BocCBlbmRpZjsgPz4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(1097,76,'oxygen_lock_post_edit_mode',NULL),(1098,76,'ct_preview_url','http://gorillaafricasafaris.com/tour/5-day-gorillas-akagera-wildlife/'),(1099,76,'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:3:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";s:21:\"scroll_to_hash_offset\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),(1100,76,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'689c32b9ddc82180dd19fb2305fbae2cf3e02ee755a46e5ef677868f6ee101df\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"section-1-76\",\"nicename\":\"3 to 2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'fd51945d60179aec3d6b169935ca3505155f68d550d1f643d366d05e72acf749\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"div_block-2-76\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'64c712c68bb9c2fc1ce4b46a19cfd110dc04321b51edd54ecb772479ba4398b0\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-76\"}\'][ct_image ct_sign_sha256=\'482606276d8dfada00018f5369ac1f60194e6ee4396b621b679381089938eb2d\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"image-5-76\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'199daf2d416f4ea1b900bdfa3ea016d44cfdd2cd90f09d5a79300a6e0838a4f7\' data=\'featured_image\' ]\",\"srcdynamic\":true,\"alt\":\"W294eWdlbiBjdF9zaWduX3NoYTI1Nj0nYzNhMjFlNmNjOTQxYjUyMzlhNjg2NmExYTQzYjcwYjA3MTExNmExMzlkMDYyYjYwMGI2NmJiMzQ4NzlkMWJkNycgZGF0YT0nZmVhdHVyZWRfaW1hZ2VfYWx0JyBd\",\"width\":\"800\",\"height\":\"600\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'5933d15e89a865b4af4452467a5e653bc7c49ad9a0176ed69c8581aa71939d8d\' ct_options=\'{\"ct_id\":6,\"ct_parent\":3,\"selector\":\"headline-6-76\"}\']Double-click this headline to edit the text.[/ct_headline][oxy_dynamic_list_4 ct_sign_sha256=\'e3eae557f55047fad616fb4254b2ae851a462a10f2070dc383afcd96b49d5c67\' ct_options=\'{\"ct_id\":9,\"ct_parent\":3,\"selector\":\"_dynamic_list-9-76\",\"original\":{\"use_acf_repeater\":\"true\",\"acf_repeater\":\"field_60af2c3adac03\"},\"activeselector\":false}\'][ct_div_block_5 ct_sign_sha256=\'572f8cbe362970efe8f905589aac05d4a59f64729c8127c8432b4aaef3919b14\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"div_block-10-76\"}\'][ct_headline ct_sign_sha256=\'b1bb83bb8dc8dcb81806e143e1a8a231eb3a78f754013c6132375bb1c1038672\' ct_options=\'{\"ct_id\":13,\"ct_parent\":10,\"selector\":\"headline-13-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Double-click this headline to edit the text.[/ct_headline][ct_text_block ct_sign_sha256=\'22cb00e02d80789f4a6b97c9d24d00f004fb3689524a5cc05e39dfb3d1552bb3\' ct_options=\'{\"ct_id\":70,\"ct_parent\":10,\"selector\":\"text_block-70-76\"}\']This is a block of text. Double-click this text to edit it.[/ct_text_block][/ct_div_block_5][/oxy_dynamic_list_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'34e9259d8963cccc6fac3f27610832ad1c49c9d25ab5419a3303513ab205565c\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"div_block-4-76\",\"classes\":{}}\'][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(1101,76,'ct_builder_shortcodes_revisions_dates','1622447479'),(1108,76,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'21c13b0b6686c9e5aa7d274d6c5579885c7d8234551ecebc952c979580f924ce\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"section-1-76\",\"nicename\":\"3 to 2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'b13a0bd9eea1a8842d13a3292a5a09187bec8178bc76fe4adb35ec6abdc25a37\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"div_block-2-76\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'5a6274da00b90cb03f5b263057a8b294383d9261122295cf94f5a16018059923\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-76\"}\'][ct_image ct_sign_sha256=\'0d1d4f0fcc70729a7ef34b92a85b4d57a8eb18a5e187ca324efbcf0db2aac946\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"image-5-76\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'199daf2d416f4ea1b900bdfa3ea016d44cfdd2cd90f09d5a79300a6e0838a4f7\' data=\'featured_image\' ]\",\"srcdynamic\":true,\"alt\":\"W294eWdlbiBjdF9zaWduX3NoYTI1Nj0nYzNhMjFlNmNjOTQxYjUyMzlhNjg2NmExYTQzYjcwYjA3MTExNmExMzlkMDYyYjYwMGI2NmJiMzQ4NzlkMWJkNycgZGF0YT0nZmVhdHVyZWRfaW1hZ2VfYWx0JyBd\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'5933d15e89a865b4af4452467a5e653bc7c49ad9a0176ed69c8581aa71939d8d\' ct_options=\'{\"ct_id\":6,\"ct_parent\":3,\"selector\":\"headline-6-76\"}\']Double-click this headline to edit the text.[/ct_headline][oxy_dynamic_list_4 ct_sign_sha256=\'e3eae557f55047fad616fb4254b2ae851a462a10f2070dc383afcd96b49d5c67\' ct_options=\'{\"ct_id\":9,\"ct_parent\":3,\"selector\":\"_dynamic_list-9-76\",\"original\":{\"use_acf_repeater\":\"true\",\"acf_repeater\":\"field_60af2c3adac03\"},\"activeselector\":false}\'][ct_div_block_5 ct_sign_sha256=\'572f8cbe362970efe8f905589aac05d4a59f64729c8127c8432b4aaef3919b14\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"div_block-10-76\"}\'][ct_headline ct_sign_sha256=\'b1bb83bb8dc8dcb81806e143e1a8a231eb3a78f754013c6132375bb1c1038672\' ct_options=\'{\"ct_id\":13,\"ct_parent\":10,\"selector\":\"headline-13-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Double-click this headline to edit the text.[/ct_headline][ct_text_block ct_sign_sha256=\'22cb00e02d80789f4a6b97c9d24d00f004fb3689524a5cc05e39dfb3d1552bb3\' ct_options=\'{\"ct_id\":70,\"ct_parent\":10,\"selector\":\"text_block-70-76\"}\']This is a block of text. Double-click this text to edit it.[/ct_text_block][/ct_div_block_5][/oxy_dynamic_list_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'42723e4796fccf7fb416d58069c3ad3ec83d25147990c7faa402f406d75b08de\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"div_block-4-76\",\"classes\":{}}\'][ct_text_block ct_sign_sha256=\'6d9d6a7648ea383bad952e196d25652251bba6a0ae9787b645420e13881c2b5d\' ct_options=\'{\"ct_id\":82,\"ct_parent\":4,\"selector\":\"text_block-82-76\"}\']This is a block of text. Double-click this text to edit it.[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(1109,76,'ct_builder_shortcodes_revisions_dates','1622453214'),(1110,76,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'21c13b0b6686c9e5aa7d274d6c5579885c7d8234551ecebc952c979580f924ce\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"section-1-76\",\"nicename\":\"3 to 2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'b13a0bd9eea1a8842d13a3292a5a09187bec8178bc76fe4adb35ec6abdc25a37\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"div_block-2-76\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'5a6274da00b90cb03f5b263057a8b294383d9261122295cf94f5a16018059923\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-76\"}\'][ct_image ct_sign_sha256=\'0d1d4f0fcc70729a7ef34b92a85b4d57a8eb18a5e187ca324efbcf0db2aac946\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"image-5-76\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'199daf2d416f4ea1b900bdfa3ea016d44cfdd2cd90f09d5a79300a6e0838a4f7\' data=\'featured_image\' ]\",\"srcdynamic\":true,\"alt\":\"W294eWdlbiBjdF9zaWduX3NoYTI1Nj0nYzNhMjFlNmNjOTQxYjUyMzlhNjg2NmExYTQzYjcwYjA3MTExNmExMzlkMDYyYjYwMGI2NmJiMzQ4NzlkMWJkNycgZGF0YT0nZmVhdHVyZWRfaW1hZ2VfYWx0JyBd\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'5933d15e89a865b4af4452467a5e653bc7c49ad9a0176ed69c8581aa71939d8d\' ct_options=\'{\"ct_id\":6,\"ct_parent\":3,\"selector\":\"headline-6-76\"}\']Double-click this headline to edit the text.[/ct_headline][oxy_dynamic_list_4 ct_sign_sha256=\'e3eae557f55047fad616fb4254b2ae851a462a10f2070dc383afcd96b49d5c67\' ct_options=\'{\"ct_id\":9,\"ct_parent\":3,\"selector\":\"_dynamic_list-9-76\",\"original\":{\"use_acf_repeater\":\"true\",\"acf_repeater\":\"field_60af2c3adac03\"},\"activeselector\":false}\'][ct_div_block_5 ct_sign_sha256=\'572f8cbe362970efe8f905589aac05d4a59f64729c8127c8432b4aaef3919b14\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"div_block-10-76\"}\'][ct_headline ct_sign_sha256=\'b1bb83bb8dc8dcb81806e143e1a8a231eb3a78f754013c6132375bb1c1038672\' ct_options=\'{\"ct_id\":13,\"ct_parent\":10,\"selector\":\"headline-13-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Double-click this headline to edit the text.[/ct_headline][ct_text_block ct_sign_sha256=\'22cb00e02d80789f4a6b97c9d24d00f004fb3689524a5cc05e39dfb3d1552bb3\' ct_options=\'{\"ct_id\":70,\"ct_parent\":10,\"selector\":\"text_block-70-76\"}\']This is a block of text. Double-click this text to edit it.[/ct_text_block][/ct_div_block_5][/oxy_dynamic_list_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'42723e4796fccf7fb416d58069c3ad3ec83d25147990c7faa402f406d75b08de\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"div_block-4-76\",\"classes\":{}}\'][ct_text_block ct_sign_sha256=\'6d9d6a7648ea383bad952e196d25652251bba6a0ae9787b645420e13881c2b5d\' ct_options=\'{\"ct_id\":82,\"ct_parent\":4,\"selector\":\"text_block-82-76\"}\']This is a block of text. Double-click this text to edit it.[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(1111,76,'ct_builder_shortcodes_revisions_dates','1622454973'),(1112,76,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'21c13b0b6686c9e5aa7d274d6c5579885c7d8234551ecebc952c979580f924ce\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"section-1-76\",\"nicename\":\"3 to 2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'b13a0bd9eea1a8842d13a3292a5a09187bec8178bc76fe4adb35ec6abdc25a37\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"div_block-2-76\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'5a6274da00b90cb03f5b263057a8b294383d9261122295cf94f5a16018059923\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-76\"}\'][ct_image ct_sign_sha256=\'0d1d4f0fcc70729a7ef34b92a85b4d57a8eb18a5e187ca324efbcf0db2aac946\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"image-5-76\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'199daf2d416f4ea1b900bdfa3ea016d44cfdd2cd90f09d5a79300a6e0838a4f7\' data=\'featured_image\' ]\",\"srcdynamic\":true,\"alt\":\"W294eWdlbiBjdF9zaWduX3NoYTI1Nj0nYzNhMjFlNmNjOTQxYjUyMzlhNjg2NmExYTQzYjcwYjA3MTExNmExMzlkMDYyYjYwMGI2NmJiMzQ4NzlkMWJkNycgZGF0YT0nZmVhdHVyZWRfaW1hZ2VfYWx0JyBd\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'5933d15e89a865b4af4452467a5e653bc7c49ad9a0176ed69c8581aa71939d8d\' ct_options=\'{\"ct_id\":6,\"ct_parent\":3,\"selector\":\"headline-6-76\"}\']Double-click this headline to edit the text.[/ct_headline][oxy_dynamic_list_4 ct_sign_sha256=\'e3eae557f55047fad616fb4254b2ae851a462a10f2070dc383afcd96b49d5c67\' ct_options=\'{\"ct_id\":9,\"ct_parent\":3,\"selector\":\"_dynamic_list-9-76\",\"original\":{\"use_acf_repeater\":\"true\",\"acf_repeater\":\"field_60af2c3adac03\"},\"activeselector\":false}\'][ct_div_block_5 ct_sign_sha256=\'572f8cbe362970efe8f905589aac05d4a59f64729c8127c8432b4aaef3919b14\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"div_block-10-76\"}\'][ct_headline ct_sign_sha256=\'b1bb83bb8dc8dcb81806e143e1a8a231eb3a78f754013c6132375bb1c1038672\' ct_options=\'{\"ct_id\":13,\"ct_parent\":10,\"selector\":\"headline-13-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Double-click this headline to edit the text.[/ct_headline][ct_text_block ct_sign_sha256=\'22cb00e02d80789f4a6b97c9d24d00f004fb3689524a5cc05e39dfb3d1552bb3\' ct_options=\'{\"ct_id\":70,\"ct_parent\":10,\"selector\":\"text_block-70-76\"}\']This is a block of text. Double-click this text to edit it.[/ct_text_block][/ct_div_block_5][/oxy_dynamic_list_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'42723e4796fccf7fb416d58069c3ad3ec83d25147990c7faa402f406d75b08de\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"div_block-4-76\",\"classes\":{}}\'][ct_text_block ct_sign_sha256=\'6d9d6a7648ea383bad952e196d25652251bba6a0ae9787b645420e13881c2b5d\' ct_options=\'{\"ct_id\":82,\"ct_parent\":4,\"selector\":\"text_block-82-76\"}\']This is a block of text. Double-click this text to edit it.[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(1113,76,'ct_builder_shortcodes_revisions_dates','1622455560'),(1114,76,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'97cfef78a970d2ab94fb3438fe1283c85560024ee21c7bc3012791ea034b0090\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"section-1-76\",\"nicename\":\"3 to 2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'15863ce50304dc2589e3e580ff6ef3471b09a1c55c1adec42cd060b254250aec\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"div_block-2-76\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'219b6ff19d4140ce75a77d7cf9e713d3aa08c969226ec5d8556e35c81b558deb\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-76\"}\'][ct_image ct_sign_sha256=\'0d1d4f0fcc70729a7ef34b92a85b4d57a8eb18a5e187ca324efbcf0db2aac946\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"image-5-76\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'199daf2d416f4ea1b900bdfa3ea016d44cfdd2cd90f09d5a79300a6e0838a4f7\' data=\'featured_image\' ]\",\"srcdynamic\":true,\"alt\":\"W294eWdlbiBjdF9zaWduX3NoYTI1Nj0nYzNhMjFlNmNjOTQxYjUyMzlhNjg2NmExYTQzYjcwYjA3MTExNmExMzlkMDYyYjYwMGI2NmJiMzQ4NzlkMWJkNycgZGF0YT0nZmVhdHVyZWRfaW1hZ2VfYWx0JyBd\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'ad14411553324d923d0567345ce307ed6cb98003f73ea4320add417f5d9161d8\' ct_options=\'{\"ct_id\":6,\"ct_parent\":3,\"selector\":\"headline-6-76\"}\'][ct_span ct_sign_sha256=\'6122ac191dc66877bc13af487bc4dedbbf258f01fc4244b7808a8d8080a2d740\' ct_options=\'{\"ct_id\":94,\"ct_parent\":6,\"selector\":\"span-94-76\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span]<br>[/ct_headline][oxy_dynamic_list_4 ct_sign_sha256=\'e3eae557f55047fad616fb4254b2ae851a462a10f2070dc383afcd96b49d5c67\' ct_options=\'{\"ct_id\":9,\"ct_parent\":3,\"selector\":\"_dynamic_list-9-76\",\"original\":{\"use_acf_repeater\":\"true\",\"acf_repeater\":\"field_60af2c3adac03\"},\"activeselector\":false}\'][ct_div_block_5 ct_sign_sha256=\'572f8cbe362970efe8f905589aac05d4a59f64729c8127c8432b4aaef3919b14\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"div_block-10-76\"}\'][ct_headline ct_sign_sha256=\'b1bb83bb8dc8dcb81806e143e1a8a231eb3a78f754013c6132375bb1c1038672\' ct_options=\'{\"ct_id\":13,\"ct_parent\":10,\"selector\":\"headline-13-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Double-click this headline to edit the text.[/ct_headline][ct_text_block ct_sign_sha256=\'22cb00e02d80789f4a6b97c9d24d00f004fb3689524a5cc05e39dfb3d1552bb3\' ct_options=\'{\"ct_id\":70,\"ct_parent\":10,\"selector\":\"text_block-70-76\"}\']This is a block of text. Double-click this text to edit it.[/ct_text_block][/ct_div_block_5][/oxy_dynamic_list_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'051957f5e13281bb0520059ad61e7d6894c45bb89f3ad062887e208e893a91a5\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"div_block-4-76\",\"classes\":{}}\'][ct_text_block ct_sign_sha256=\'6d9d6a7648ea383bad952e196d25652251bba6a0ae9787b645420e13881c2b5d\' ct_options=\'{\"ct_id\":82,\"ct_parent\":4,\"selector\":\"text_block-82-76\"}\']This is a block of text. Double-click this text to edit it.[/ct_text_block][ct_shortcode ct_sign_sha256=\'1cc2db4c831ae49679354236a1371f8b43d88a4397e54d63318766e1b0437869\' ct_options=\'{\"ct_id\":93,\"ct_parent\":4,\"selector\":\"shortcode-93-76\",\"original\":{\"full_shortcode\":true},\"ct_shortcode\":\"true\",\"activeselector\":false}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_shortcode][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(1115,76,'ct_builder_shortcodes_revisions_dates','1622459091'),(1116,76,'ct_parent_template','45'),(1117,45,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'b003dba7045315a407fc4d51a81ed7567ce2d92f2d805e390cd0a75dab677a59\' ct_options=\'{\"ct_id\":72,\"ct_parent\":0,\"selector\":\"_header-72-45\",\"original\":{\"sticky-media\":\"tablet\",\"sticky_scroll_distance\":\"300\",\"globalConditionsResult\":true,\"sticky_header\":\"yes\",\"sticky_header_fade_in\":\"yes\",\"sticky_header_fade_in_speed\":\"0.6\",\"sticky-box-shadow\":\"0px 5px 20px -15px rgba(0,0,0,0.1);\"},\"classes\":{\"0\":\"c-shadow\",\"1\":\"c-header\"},\"nicename\":\"Header\",\"activeselector\":\"c-header\"}\'][oxy_header_row ct_sign_sha256=\'568dbd38456eae52a9ee2885a3a18a0b49019aac8f4b9f5c83220f068ce86e75\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"_header_row-73-45\",\"original\":{\"globalConditionsResult\":true,\"padding-top\":\"10\",\"padding-bottom\":\"10\",\"hide_in_sticky\":\"yes\",\"background-color\":\"color(3)\",\"hide-row\":\"tablet\"},\"classes\":{},\"nicename\":\"Subheader\"}\'][oxy_header_left ct_sign_sha256=\'57554cb60000c82eec36865e904aff3f304473fa7f9bbaaf208fe71a32b3f84b\' ct_options=\'{\"ct_id\":74,\"ct_parent\":73,\"selector\":\"_header_left-74-45\"}\'][ct_div_block_2 ct_sign_sha256=\'19c185d88b7419bf37015b8fa8bebd8245ffa76ea2266a471ed4cf25944ca1e6\' ct_options=\'{\"ct_id\":75,\"ct_parent\":74,\"selector\":\"div_block-75-45\",\"original\":{\"globalConditionsResult\":true,\"display\":\"flex\"},\"activeselector\":\"c-header-contact\",\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}}},\"nicename\":\"Contacts\",\"classes\":{\"0\":\"c-header-contact\"}}\'][ct_link_3 ct_sign_sha256=\'bcf166df4839700acabf95f251126dda99109057aec489f528ac2cda56bf1b23\' ct_options=\'{\"ct_id\":76,\"ct_parent\":75,\"selector\":\"link-76-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"mailto:\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-link-m\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"7\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d3d4d6165cbace3769cf7339b59cb47ef51c45338ed098108b88ee176edf795d\' ct_options=\'{\"ct_id\":77,\"ct_parent\":76,\"selector\":\"fancy_icon-77-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-envelope\"},\"classes\":{\"0\":\"c-icon-accent-m\",\"1\":\"c-margin-right-xs\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'bf465cab7c6823b6e79c147077336e54e118dc8bbf1024149827b0dbdccff015\' ct_options=\'{\"ct_id\":78,\"ct_parent\":76,\"selector\":\"text_block-78-45\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false}\']info@gorillaafricasafaris.com[/ct_text_block][/ct_link_3][ct_link_3 ct_sign_sha256=\'7baeba17cba2213cd449209ff3a6eca299b0e98a1964b281cd6c37891d4986fc\' ct_options=\'{\"ct_id\":79,\"ct_parent\":75,\"selector\":\"link-79-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"tel:\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-link-m\"}}\'][ct_fancy_icon ct_sign_sha256=\'484a6671c88991dd2f674fb71324b4d2a9407d343465febd70a3c06ce54eced6\' ct_options=\'{\"ct_id\":80,\"ct_parent\":79,\"selector\":\"fancy_icon-80-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-phone\"},\"classes\":{\"0\":\"c-icon-accent-m\",\"1\":\"c-margin-right-xs\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'98600a1600555c0cb10169842bf51934cbfe2fe4b287443e11eae5a61aa413a6\' ct_options=\'{\"ct_id\":81,\"ct_parent\":79,\"selector\":\"text_block-81-45\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false}\']+256 781516422[/ct_text_block][/ct_link_3][/ct_div_block_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'232fc2a82f2ff94a0473506aff39e4ba65f22d1ff370b7136a7085c3d2db2737\' ct_options=\'{\"ct_id\":82,\"ct_parent\":73,\"selector\":\"_header_center-82-45\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'047b719ff577c29e3abadd5f64567390b07ad725f64543ec52b5a24ad58c4278\' ct_options=\'{\"ct_id\":83,\"ct_parent\":73,\"selector\":\"_header_right-83-45\"}\'][ct_div_block_2 ct_sign_sha256=\'d9aae367279fcdfe23d1ff7dc96343a27b8feea5532d43f96d88fe53a53c29b1\' ct_options=\'{\"ct_id\":84,\"ct_parent\":83,\"selector\":\"div_block-84-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-inline\"},\"nicename\":\"Social Icons\"}\'][ct_link_3 ct_sign_sha256=\'62c1011db63d25e32a6f2608241f01e3fe679bc7341a6b3f71a72770f840c805\' ct_options=\'{\"ct_id\":85,\"ct_parent\":84,\"selector\":\"link-85-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'9792c1e08d8992b11a2a387c6e902ea7431ac45eefd9efa5146dc88ed6d6a86d\' ct_options=\'{\"ct_id\":86,\"ct_parent\":85,\"selector\":\"fancy_icon-86-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-facebook\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'b815191707a6797a67e6e3ef2c35d70ac87edcf4517aa2bbafdad3c428d3d0de\' ct_options=\'{\"ct_id\":87,\"ct_parent\":84,\"selector\":\"link-87-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'ea663881ac5a164ddafcf0217f6bc916651722a67f5cf5009defdb307a7e681c\' ct_options=\'{\"ct_id\":88,\"ct_parent\":87,\"selector\":\"fancy_icon-88-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-twitter\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'4490e6c0f86a68b748b318bed5035d1d4bbe81f3a424ba6e60c337f29349f66f\' ct_options=\'{\"ct_id\":89,\"ct_parent\":84,\"selector\":\"link-89-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'1088c105500411b13195bba8294b2dee9d3878a8f7e14a234ccd746979d8824e\' ct_options=\'{\"ct_id\":90,\"ct_parent\":89,\"selector\":\"fancy_icon-90-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-linkedin\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'f2e1089fbc00b88add45da1c3c7eec8cbcf93de1e3e8aaac2ddba271a96b2fe5\' ct_options=\'{\"ct_id\":91,\"ct_parent\":84,\"selector\":\"link-91-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'f3055a5c992f9ceb4041536312dcee296c3d30e4b6f712f1ada33f679cbf91b2\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"fancy_icon-92-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-youtube-play\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][/ct_div_block_2][/oxy_header_right][/oxy_header_row][oxy_header_row ct_sign_sha256=\'1581a67ea22ed8df66d36786c612c536414ec0d698aba78057e350e89a31b3ad\' ct_options=\'{\"ct_id\":93,\"ct_parent\":72,\"selector\":\"_header_row-93-45\",\"original\":{\"globalConditionsResult\":true,\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"background-color\":\"color(5)\"},\"nicename\":\"Main Header\",\"activeselector\":false,\"classes\":{}}\'][oxy_header_left ct_sign_sha256=\'aec8a31a511fcacd0ceb6df585782ead185306a970fd354f0cbe0618d5021a03\' ct_options=\'{\"ct_id\":94,\"ct_parent\":93,\"selector\":\"_header_left-94-45\"}\'][ct_link_2 ct_sign_sha256=\'71235476ed909f48b1525747ebb22dac6d13e1771cc7128f934e0007b1de36f0\' ct_options=\'{\"ct_id\":95,\"ct_parent\":94,\"selector\":\"link-95-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"https://core.oxyninja.com/\",\"url_encoded\":\"true\"},\"nicename\":\"Logo\"}\'][ct_image ct_sign_sha256=\'bf3250a97eaf2b1e00214d8b88ff8166a141a6013afec2be8be602f98397e492\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"image-96-45\",\"original\":{\"globalConditionsResult\":true,\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/05/gorilla-african-tours-travel-logo.png\"},\"classes\":{},\"activeselector\":false}\'][/ct_image][/ct_link_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'389a8625408fad11c0e7c14131131b2f983d4d3cbaafa4dde14e1fc7ed58c5e2\' ct_options=\'{\"ct_id\":97,\"ct_parent\":93,\"selector\":\"_header_center-97-45\"}\'][oxy-pro-menu ct_sign_sha256=\'19c1457f8156c33372a6748183c6263a80e47faed80d745939bcd7920664be0e\' ct_options=\'{\"ct_id\":98,\"ct_parent\":97,\"selector\":\"-pro-menu-98-45\",\"original\":{\"globalConditionsResult\":true,\"menu_id\":\"2\",\"oxy-pro-menu_show_mobile_menu_below\":\"tablet\",\"oxy-pro-menu_orientation\":\"Horizontal\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\":\"14\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\":\"500\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\":\"color(10)\",\"oxy-pro-menu_menu_item_padding_padding-left\":\"20\",\"oxy-pro-menu_menu_item_padding_padding-right\":\"20\",\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\":\"color(1)\",\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\":\"0.6\",\"oxy-pro-menu_mobile_menu_open_icon\":\"Lineariconsicon-menu\",\"oxy-pro-menu_mobile_menu_open_icon_text\":\"\",\"oxy-pro-menu_mobile_menu_close_icon\":\"Lineariconsicon-cross\",\"oxy-pro-menu_mobile_menu_close_icon_text\":\"\",\"oxy-pro-menu_off_canvas\":\"false\",\"oxy-pro-menu_off_canvas_alignment\":\"left\",\"menu_off_canvas_animation\":\"fade-right\",\"oxy-pro-menu_dropdown-border-radius\":\"7\",\"menu_dropdown_animation\":\"fade\",\"oxy-pro-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\":\"0\",\"oxy-pro-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\":\"3\",\"oxy-pro-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\":\"10\",\"oxy-pro-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\":\"rgba(0,0,0,0.1)\",\"oxy-pro-menu_dropdown_child_item_padding_padding-top\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-left\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-right\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\":\"20\",\"oxy-pro-menu_dropdown_icon\":\"FontAwesomeicon-angle-down\",\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\":\"10\",\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\":\"5\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\":\"color(5)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\":\"color(3)\",\"oxy-pro-menu_show_dropdown_links_on_mobile\":\"toggle\",\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\":\"0.4\",\"oxy-pro-menu_menu_item_padding_padding-bottom\":\"5\",\"oxy-pro-menu_menu_item_padding_padding-top\":\"5\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\":\"color(10)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\":\"color(1)\",\"oxy-pro-menu_desktop_item_text_align\":\"Left\"},\"hover\":{\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\":\"color(1)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\":\"color(3)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\":\"color(1)\"},\"media\":{\"tablet\":{\"original\":{\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\":\"30\",\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\":\"0.7\",\"order\":\"-1\",\"flex-shrink\":\"1\",\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\":\"0\",\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\":\"15\",\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\":\"4\",\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\":\"30\",\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\":\"4\",\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\":\"0.6\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width\":\"75\",\"oxy-pro-menu_mobile_item_text_align\":\"Center\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width-unit\":\"%\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width-unit\":\"%\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":{\"0\":\"global\",\"1\":\"Display\"},\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"30\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"600\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"1.8\",\"oxy-pro-menu_mobile_menu_item_padding_padding-top\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-left\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-right\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\":\"10\",\"oxy-pro-menu_dropdown_icon_size\":\"35\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\":\"2\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\":\"rgba(0,0,0,0)\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_color\":\"color(2)\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width\":\"80\"}}},\"nicename\":\"Menu\"}\'][/oxy-pro-menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'27c517062b8915706b4cf6488b781ad3f22483fcd8a5b83d7fc7c3a5523ff3ed\' ct_options=\'{\"ct_id\":99,\"ct_parent\":93,\"selector\":\"_header_right-99-45\"}\'][ct_link_text ct_sign_sha256=\'3fe3320b1d73206b0761db5140bd019bec684b6a3c5c7743179b70f6356a6a9f\' ct_options=\'{\"ct_id\":100,\"ct_parent\":99,\"selector\":\"link_text-100-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-btn-main\",\"1\":\"c-transition\",\"2\":\"c-btn-m\"},\"activeselector\":false,\"nicename\":\"CTA\"}\']Purchase[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content ct_sign_sha256=\'2e04f16a4375128fc9ea35f971fb75f98bb78e7075b51d206be581388a6ce002\' ct_options=\'{\"ct_id\":27,\"ct_parent\":\"0\",\"selector\":\"inner_content-27-45\"}\'][/ct_inner_content][ct_section ct_sign_sha256=\'f2d21ab43bd398fd867920923509e1f8b6c37af13a5381e300b8333ead2d06f6\' ct_options=\'{\"ct_id\":28,\"ct_parent\":0,\"selector\":\"section-28-45\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"footer\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"classes\":{\"0\":\"c-bg-dark\"}}\'][ct_image ct_sign_sha256=\'eac36b4f79b8c18fa68cca5f1dfea7efd4311203ecd25595cfef78122b678a8e\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"image-29-45\",\"original\":{\"globalConditionsResult\":true,\"src\":\"https://core.oxyninja.com/wp-content/uploads/2020/04/Core-Logo-White@0.5x.png\",\"opacity\":\"0.4\"},\"classes\":{\"0\":\"c-logo\",\"1\":\"c-margin-bottom-m\"},\"activeselector\":\"c-header\",\"nicename\":\"Logo\"}\'][/ct_image][ct_div_block_2 ct_sign_sha256=\'61538a97c4c97d6e1e3293dfe61b560d6ad3f80a34914cc6c7a63736250cbf57\' ct_options=\'{\"ct_id\":30,\"ct_parent\":28,\"selector\":\"div_block-30-45\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Columns\",\"classes\":{\"0\":\"c-columns-l-2\",\"1\":\"c-columns-gap-l\",\"2\":\"c-margin-bottom-m\",\"3\":\"c-columns-6\"}}\'][ct_div_block_3 ct_sign_sha256=\'e67dcf074ce270a617f0a732a2ef13fb9603f0104b98423dab7d1eb557713d02\' ct_options=\'{\"ct_id\":31,\"ct_parent\":30,\"selector\":\"div_block-31-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-col-span-2\"},\"nicename\":\"Wide column\"}\'][ct_headline ct_sign_sha256=\'432711d578dd0559016483857e890ad382e83c618857881d99c59327e312aeda\' ct_options=\'{\"ct_id\":32,\"ct_parent\":31,\"selector\":\"headline-32-45\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h4\",\"max-width\":\"350\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-light\"}}\']Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC.[/ct_headline][ct_div_block_4 ct_sign_sha256=\'9eef00dd8185e97770b7672604e786220c5a12f780abaca4ae6238ac591c5c92\' ct_options=\'{\"ct_id\":33,\"ct_parent\":31,\"selector\":\"div_block-33-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-inline\"}}\'][ct_link_5 ct_sign_sha256=\'3d99fc4e7d9e8aef72f1de4c3d8957fafdf33e6146acdf962479265946ba588b\' ct_options=\'{\"ct_id\":34,\"ct_parent\":33,\"selector\":\"link-34-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'470f4f276d64b6151172edc3d10ab7cf406690631c313ae65812c732bf4e2706\' ct_options=\'{\"ct_id\":35,\"ct_parent\":34,\"selector\":\"fancy_icon-35-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-facebook-square\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'efff8bd122a42432c0acf8e71a53a173640835e46d817702cae0707f3245baae\' ct_options=\'{\"ct_id\":36,\"ct_parent\":33,\"selector\":\"link-36-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'0c6e93ece9d3ac36a71c6a6bbe3337e289a6fdc5f778132db287c5b2f69ccf40\' ct_options=\'{\"ct_id\":37,\"ct_parent\":36,\"selector\":\"fancy_icon-37-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-instagram\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'29a3fb6d59f75eb948d9b44feb49e83977d685db31608a962be56e6dbe884a90\' ct_options=\'{\"ct_id\":38,\"ct_parent\":33,\"selector\":\"link-38-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'71663c25635fdda328da25051c82c97ccdc4f2aa18b823bf2cbd2369e5c4528f\' ct_options=\'{\"ct_id\":39,\"ct_parent\":38,\"selector\":\"fancy_icon-39-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-twitter-square\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'22c305fb137189935f79d64da0144c43e47dce1680c410fc49139db24c5d8cdf\' ct_options=\'{\"ct_id\":40,\"ct_parent\":33,\"selector\":\"link-40-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'23bf8584f9b01f3209b592af25ab84e9deebaa6d2386b5d1aae5b1b9bc021b63\' ct_options=\'{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"fancy_icon-41-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-youtube-play\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'5eb781d102b5e82a20f24788a617fb82de47423a260b62386937adc7504b107d\' ct_options=\'{\"ct_id\":42,\"ct_parent\":33,\"selector\":\"link-42-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'24675d55a17d90ff4ad138d346279984a1748c9dd7f37dcd57d49561a429490a\' ct_options=\'{\"ct_id\":43,\"ct_parent\":42,\"selector\":\"fancy_icon-43-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-linkedin-square\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b9e226afa462963ad6da42d692dbd976025ba93247eaa0561fd7475fad24a27a\' ct_options=\'{\"ct_id\":44,\"ct_parent\":30,\"selector\":\"div_block-44-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'05ae3163a18c83319120a96bcc914b8954eac8a60fa1dbc7fc576152a9e9ab11\' ct_options=\'{\"ct_id\":45,\"ct_parent\":44,\"selector\":\"text_block-45-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Use Cases[/ct_text_block][ct_link_text ct_sign_sha256=\'dfa783c9e23f3cf0e0b5d39d4e4f89d95ee15eb17413affe1c5aac99ff29fa9a\' ct_options=\'{\"ct_id\":46,\"ct_parent\":44,\"selector\":\"link_text-46-45\",\"original\":{\"globalConditionsResult\":true,\"hover_color\":\"color(1)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Marketing[/ct_link_text][ct_link_text ct_sign_sha256=\'790c072c357c98f32e32a60ee7ce57e080549336aab051e876ae85505f86c09c\' ct_options=\'{\"ct_id\":47,\"ct_parent\":44,\"selector\":\"link_text-47-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Facebook Ads[/ct_link_text][ct_link_text ct_sign_sha256=\'3f839576f3ab39f37b75821b8ce544b235e201da029f54314d0f0b02c5e2bfbc\' ct_options=\'{\"ct_id\":48,\"ct_parent\":44,\"selector\":\"link_text-48-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Google Shopping[/ct_link_text][ct_link_text ct_sign_sha256=\'0fcea87f4bb54b0e83718d2ea60b6fe05065d9b81787258ac3e711081b6fe9d6\' ct_options=\'{\"ct_id\":49,\"ct_parent\":44,\"selector\":\"link_text-49-45\",\"original\":{\"globalConditionsResult\":true,\"hover_color\":\"color(1)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']SEM[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a620a0140b9da1713ad449914f3ada890821b26c494900199bb10fec013de8bc\' ct_options=\'{\"ct_id\":50,\"ct_parent\":30,\"selector\":\"div_block-50-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'a1372a0ae9f5df51287bf53f195c9e6d2e984ef67f8eedb6981ce46c18a9f6a4\' ct_options=\'{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"text_block-51-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Company[/ct_text_block][ct_link_text ct_sign_sha256=\'1958af94dc1f98bc5960c3d23ff8f3e2ab6ef6fde18d2b3e4cf4d6bd9d09a7f0\' ct_options=\'{\"ct_id\":52,\"ct_parent\":50,\"selector\":\"link_text-52-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']About Us[/ct_link_text][ct_link_text ct_sign_sha256=\'942101120ad2a1ecec6681f685d9e61b9c3e39d4672826f0f9afee0a5a214491\' ct_options=\'{\"ct_id\":53,\"ct_parent\":50,\"selector\":\"link_text-53-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Jobs[/ct_link_text][ct_link_text ct_sign_sha256=\'ac242e61293e840800fcfb498001d8582a1f70076f18ae9f9818f262a2fc0417\' ct_options=\'{\"ct_id\":54,\"ct_parent\":50,\"selector\":\"link_text-54-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Press[/ct_link_text][ct_link_text ct_sign_sha256=\'f7837b448012ee3f0c90f88a3d2e8dd8fca708157c2fa3d92391db017c52eee1\' ct_options=\'{\"ct_id\":55,\"ct_parent\":50,\"selector\":\"link_text-55-45\",\"original\":{\"globalConditionsResult\":true,\"hover_color\":\"color(1)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Resources[/ct_link_text][ct_link_text ct_sign_sha256=\'07c0bb63930648a2d75147353cbf864474e9ce65542590ab8aa6fad6bfab03c7\' ct_options=\'{\"ct_id\":56,\"ct_parent\":50,\"selector\":\"link_text-56-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"},\"activeselector\":\"c-header\"}\']Policies[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3193cc8bd7a7d6c1d0146898e4501ea67143b90730401abf551da522654504de\' ct_options=\'{\"ct_id\":57,\"ct_parent\":30,\"selector\":\"div_block-57-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'82571e8b6d17a2ed8f98fc75bd8ff7cae38189fc2de5ae628de670f188006407\' ct_options=\'{\"ct_id\":58,\"ct_parent\":57,\"selector\":\"text_block-58-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Company[/ct_text_block][ct_link_text ct_sign_sha256=\'31f92ceeb47c1ee43fc565df8dfbfd1b0fdad40f12b11a798654509f2bd5aa4d\' ct_options=\'{\"ct_id\":59,\"ct_parent\":57,\"selector\":\"link_text-59-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']About Us[/ct_link_text][ct_link_text ct_sign_sha256=\'6cf30e53b657a2341a345a2fdeaaad7778234a06307f4a528664cbb28869b6ba\' ct_options=\'{\"ct_id\":60,\"ct_parent\":57,\"selector\":\"link_text-60-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Jobs[/ct_link_text][ct_link_text ct_sign_sha256=\'2e93efa7ca6d9f0f6d0429d6f48f21ed37b771f3a821def89a3c3921b1562d0f\' ct_options=\'{\"ct_id\":61,\"ct_parent\":57,\"selector\":\"link_text-61-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Press[/ct_link_text][ct_link_text ct_sign_sha256=\'16a8d6be7e527bef71924792db3fe1f8fa55f0739bce7cb68ea2c3d934e16349\' ct_options=\'{\"ct_id\":62,\"ct_parent\":57,\"selector\":\"link_text-62-45\",\"original\":{\"globalConditionsResult\":true,\"hover_color\":\"color(1)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Resources[/ct_link_text][ct_link_text ct_sign_sha256=\'20cc2573f2719ed86d43d6a6cf4e5f2291c0a20c61257ac9974e3cc6a26bc60f\' ct_options=\'{\"ct_id\":63,\"ct_parent\":57,\"selector\":\"link_text-63-45\",\"original\":{\"globalConditionsResult\":true,\"hover_color\":\"color(undefined)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Policies[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f6897040b3f7ae04167ebc95a2f295b43946243fca758de20293d706f13c5a79\' ct_options=\'{\"ct_id\":64,\"ct_parent\":30,\"selector\":\"div_block-64-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'7fc33e008495049f47c37dca6ae1a72f67c1c932c88bccd23e51168efdd997d9\' ct_options=\'{\"ct_id\":65,\"ct_parent\":64,\"selector\":\"text_block-65-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Company[/ct_text_block][ct_link_text ct_sign_sha256=\'c073f01afce573dcb16e5d9c169f79d46c5a065e7f2a4ea3070765386d25e0e3\' ct_options=\'{\"ct_id\":66,\"ct_parent\":64,\"selector\":\"link_text-66-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']About Us[/ct_link_text][ct_link_text ct_sign_sha256=\'51facd6cc5a0a598486fe4bf55f0038f68efd4209b8633b311dd35f02c228aca\' ct_options=\'{\"ct_id\":67,\"ct_parent\":64,\"selector\":\"link_text-67-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Jobs[/ct_link_text][ct_link_text ct_sign_sha256=\'44e7e47459f5e92e967dcdadac931d4cb9f691bb58a11120d9b79e0902331622\' ct_options=\'{\"ct_id\":68,\"ct_parent\":64,\"selector\":\"link_text-68-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Press[/ct_link_text][ct_link_text ct_sign_sha256=\'19634dff089c7c11b636cf60f81bd849b905ee024a83fdfce78c276af09a47c1\' ct_options=\'{\"ct_id\":69,\"ct_parent\":64,\"selector\":\"link_text-69-45\",\"original\":{\"globalConditionsResult\":true,\"hover_color\":\"color(1)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Resources[/ct_link_text][ct_link_text ct_sign_sha256=\'58e0458876b49cb67c1c4820916fdb0d5f7c60e1a9cf79d1ff957a0815cc7174\' ct_options=\'{\"ct_id\":70,\"ct_parent\":64,\"selector\":\"link_text-70-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Policies[/ct_link_text][/ct_div_block_3][/ct_div_block_2][ct_text_block ct_sign_sha256=\'4a6ff34a1db4115d0c4ab80cf5713331cf2b2c981569b5c707081e5d91c99fd2\' ct_options=\'{\"ct_id\":71,\"ct_parent\":28,\"selector\":\"text_block-71-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-s\",\"1\":\"c-text-light\"},\"nicename\":\"Copyright\"}\']Copyright © 2020 OxyNinja.com[/ct_text_block][/ct_section]'),(1118,45,'ct_builder_shortcodes_revisions_dates','1622460050'),(1119,77,'_edit_lock','1623396941:1'),(1120,77,'_edit_last','1'),(1121,77,'duration','2'),(1122,77,'_duration','field_60af2bf1dac02'),(1123,77,'itinerary_0_day_heading','Day 1: Pickup from Kigali'),(1124,77,'_itinerary_0_day_heading','field_60af2c57dac04'),(1125,77,'itinerary_0_day_details','Our tour guide will pick you up in the morning from your hotel or the Airport. Take a brief Kigali City Tour – Take a Gisozi Genocide Memorial Tour where you will learn about the 1994 Rwanda Genocide that saw almost a million people dead in just a few days. Have Lunch in Kigali and Travel to Southern Bwindi Impenetrable National Park. If we travel via Cyanika Border, you will have a stopover at the Twin Lakes of Bulera and Ruhondo. Then continue past the Mgahinga Gorilla National Park, and on a clear day you will take great photos of the 3 Virunga Mountains: Sabinyo, Muhabura and Gahinga Mountains. Continue to Bwindi Impenetrable National Park in South Western Uganda. Depending on the location where there is availability of gorilla permits, stay at\r\n<ul>\r\n 	<li>Gorilla Valley Lodge (Budget) / Gorilla Mist Camp / Bakiga Lodge (Deluxe or Luxury) in the Ruhija Sector</li>\r\n 	<li>Rushaga Gorilla Camp (Budget) / Rushaga Gorilla Camp Cottages (Midrange) / Chameleon Hill Lodge or Nkuringo Bwindi Lodge (Luxury)</li>\r\n</ul>'),(1126,77,'_itinerary_0_day_details','field_60af2c6cdac05'),(1127,77,'itinerary_1_day_heading','Day 2: Gorilla Tracking in Southern Bwindi'),(1128,77,'_itinerary_1_day_heading','field_60af2c57dac04'),(1129,77,'itinerary_1_day_details','The guide will pick you up after early breakfast, and drive you to Bwindi Impenetrable Park offices. Get briefed about the ‘Dos’ and ‘Don’ts’ of gorilla trekking and how you should behave while with the gorillas within the forest. Guided by a UWA Ranger Guide, start the hike into the impenetrable jungle to look for the endangered mountain gorillas. Gorilla Tracking can take 2-8 hours depending on the movements of the mountain gorillas within the forest. Tracking involves walking up steep and densely forested hills before finally coming across the gorillas camouflaged in the vegetation. Upon meeting the mountain gorillas, you will stay with these giant apes for 1 hour enjoying observation and photography. After the <span class=\"il\">gorilla</span> trek, return to the park offices for your certificate. Embark on a return trip to Kigali. Drop off at the hotel or Kigali Airport.'),(1130,77,'_itinerary_1_day_details','field_60af2c6cdac05'),(1131,77,'itinerary','2'),(1132,77,'_itinerary','field_60af2c3adac03'),(1133,77,'inclusions','a:9:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:52:\"Professional full-time English speaking driver-guide\";}'),(1134,77,'_inclusions','field_60af2c8ddac06'),(1135,77,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(1136,77,'_exclusions','field_60af2dbedac07'),(1137,78,'_edit_lock','1623400561:1'),(1138,78,'_edit_last','1'),(1139,78,'duration','2'),(1140,78,'_duration','field_60af2bf1dac02'),(1141,78,'itinerary_0_day_heading','Day 1: Travel to Mgahinga Gorilla National Park (For Gorilla Trekking, Uganda)'),(1142,78,'_itinerary_0_day_heading','field_60af2c57dac04'),(1143,78,'itinerary_0_day_details','Pickup from your hotel or airport in Kigali, Rwanda. If pickup is within the morning hours, take a Kigali City Tour – Visit the Gisozi Genocide Memorial Site, Caplaki and the Local Market.\r\n\r\nAfter lunch in Kigali, hit the road to Mgahinga Gorilla National Park, part of the Virunga Forest that is home the mountain gorillas in Uganda. Have a stopover at the Twin Lakes – Take photographs! Cross to Uganda.\r\n\r\nCheck in at Kisoro Tourist Hotel (Budget) / Kisoro Travelers Hotel (Midrange) / Bwindi Jungle Lodge or Gahinga Lodge (Luxury).'),(1144,78,'_itinerary_0_day_details','field_60af2c6cdac05'),(1145,78,'itinerary_1_day_heading','Day 2: Gorilla Tracking in Uganda'),(1146,78,'_itinerary_1_day_heading','field_60af2c57dac04'),(1147,78,'itinerary_1_day_details','After early breakfast, the guide will drive you to the Mgahinga National Park offices. With packed lunch get ready for the briefing about the ‘Dos’ and ‘Don’ts’ while with the endangered mountain gorillas. Led by a local guide, enter into the montane forest and start your search for the endangered mountain gorillas.\r\n\r\nGorilla tracking can take 2-8 hours depending on the movement of the gorillas. Tracking involves walking up steep and densely forested hills before finally coming across the gorillas camouflaged in the vegetation. You will stay with these giant apes for 1 hour for observation and photography.\r\n\r\nAfter the gorilla trek, return to the park office for your certificate. Embark on a return trip to Kigali.'),(1148,78,'_itinerary_1_day_details','field_60af2c6cdac05'),(1149,78,'itinerary','2'),(1150,78,'_itinerary','field_60af2c3adac03'),(1151,78,'inclusions','a:9:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:52:\"Professional full-time English speaking driver-guide\";}'),(1152,78,'_inclusions','field_60af2c8ddac06'),(1153,78,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(1154,78,'_exclusions','field_60af2dbedac07'),(1155,79,'_edit_lock','1623397690:1'),(1156,79,'_edit_last','1'),(1157,79,'duration','3'),(1158,79,'_duration','field_60af2bf1dac02'),(1159,79,'itinerary_0_day_heading','Day 1: Transfer to Bwindi Impenetrable Forest National Park'),(1160,79,'_itinerary_0_day_heading','field_60af2c57dac04'),(1161,79,'itinerary_0_day_details','After a fully served breakfast at your hotel in Kampala, you will set out together with your driver guide and transfer to Bwindi Impenetrable Forest National Park in South Western Uganda. En route to the park, you will have a brief stop over at the Equator for water experiments and also get a chance to stand at a point where the two hemispheres start from.\r\n\r\nContinue with the journey and have another stopover at Mpambire Drum Village basically known as drum making village. You will have lunch in Mbarara town. Later after lunch, you will proceed with your journey to the park headquarters in Buhoma.\r\n\r\nDinner and overnight at Gorilla Forest Camp or Gorilla Resort for up market/ Lake Kitandara Camp or Buhoma Lodge for mid range/Buhoma Community Bandas for budget.'),(1162,79,'_itinerary_0_day_details','field_60af2c6cdac05'),(1163,79,'itinerary_1_day_heading','Day 2: Gorilla Tracking Experience'),(1164,79,'_itinerary_1_day_heading','field_60af2c57dac04'),(1165,79,'itinerary_1_day_details','After breakfast at the lodge, you will go to the park headquarters for briefing from the Uganda Wildlife Authority ranger guides. After the briefing, the ranger will lead you into the thick impenetrable forest to start your search for the endangered rare species of mountain gorillas.\r\n\r\nThe gorilla search always continues from the place where they were last seen the previous day. Upon reaching the area where these famous species are, you will only be allowed to interact with them for only one hour and you should always keep maximum silence while with these gorillas. You are allowed to take photographs and so one.\r\n\r\nTo find the gorillas, it’s such a tiresome experience since it can take you almost 3-8 hours to find them. However, once you meet these gorillas, you will easily forget the hatches you have gone through to find them and instead save the good memories you will experience with them. After the interaction, you will return late to the lodge for dinner and overnight stay as above.'),(1166,79,'_itinerary_1_day_details','field_60af2c6cdac05'),(1167,79,'itinerary_2_day_heading','Day 3: Transfer Back to Kampala'),(1168,79,'_itinerary_2_day_heading','field_60af2c57dac04'),(1169,79,'itinerary_2_day_details','After an early breakfast at the lodge, you will drive back to Kampala with your lunch en route in Mbarara town. On your way back, you will pass via Kabale, commonly known as the Switzerland of Africa because of its hills and beautiful scenery. Reach Kampala late evening and drop off will be at your hotel in Kampala.'),(1170,79,'_itinerary_2_day_details','field_60af2c6cdac05'),(1171,79,'itinerary','3'),(1172,79,'_itinerary','field_60af2c3adac03'),(1173,79,'inclusions','a:9:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:52:\"Professional full-time English speaking driver-guide\";}'),(1174,79,'_inclusions','field_60af2c8ddac06'),(1175,79,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(1176,79,'_exclusions','field_60af2dbedac07'),(1177,80,'_edit_lock','1623400592:1'),(1178,80,'_edit_last','1'),(1179,80,'duration','4'),(1180,80,'_duration','field_60af2bf1dac02'),(1181,80,'itinerary_0_day_heading','Day 1: Arrival and Transfer to Kinigi'),(1182,80,'_itinerary_0_day_heading','field_60af2c57dac04'),(1183,80,'itinerary_0_day_details','Our tour guide will meet you at the airport or your hotel in Kigali for a transfer to Volcanoes National Park, the place where the American primatologist Dian Fossey spent almost 20 years pioneering studies of mountain gorilla behaviour.\r\n\r\nOn arrival at the park, check into the lodge for dinner and overnight. O/D Gorillas Nest Lodge (LUX) / La Palme Hotel or Volcanoes Gorillas Hotel (Mid Range) / Kinigi Guest House.'),(1184,80,'_itinerary_0_day_details','field_60af2c6cdac05'),(1185,80,'itinerary_1_day_heading','Day 2: Gorilla Trekking in Pac des Volcanoes and Cross to Uganda'),(1186,80,'_itinerary_1_day_heading','field_60af2c57dac04'),(1187,80,'itinerary_1_day_details','After an early breakfast, our driver head to the ORTPN offices and get briefed about the activity of gorilla trekking. After the briefing, set off in the forest for gorilla trekking.\r\n\r\nThe trek is a thrilling adventure taking you through the refined foothills of the Virungas as you hike into the densely forested canopy. On finding the gorillas, you have one hour to spend time watching them. Feel free to photograph the gorillas.\r\n\r\nAfter the trek, have lunch and depart for Uganda. You will cross the border via Kisoro then clear at the border.\r\n\r\nO/D Clouds Mountain Gorillas Lodge Bwindi (LUX), Travellers Rest Hotel Kisoro (Mid Range) / Travellers Rest Hotel Kisoro (Budget).'),(1188,80,'_itinerary_1_day_details','field_60af2c6cdac05'),(1189,80,'itinerary_2_day_heading','Day 3: Gorilla Tracking in Bwindi Impenetrable National Park'),(1190,80,'_itinerary_2_day_heading','field_60af2c57dac04'),(1191,80,'itinerary_2_day_details','After breakfast, head to the park head quarters for briefing and then set off into the rainforest and bamboo covered slopes, searching for the mountain gorillas. The trek in Bwindi can sometimes be tough and long, therefore be ready for the hike.\r\n\r\nDinner and Overnight at the Clouds Mountain Gorillas Lodge Bwindi (Luxury) / Travellers Rest Hotel Kisoro (Mid Range) / Travellers Rest Hotel Kisoro (Budget Hotel)'),(1192,80,'_itinerary_2_day_details','field_60af2c6cdac05'),(1193,80,'itinerary_3_day_heading','Day 4: Return to Kigali / Continue to Kampala'),(1194,80,'_itinerary_3_day_heading','field_60af2c57dac04'),(1195,80,'itinerary_3_day_details','<strong>Option 1:</strong> After breakfast, leave for Kigali. You have the opportunity to take a Kigali city tour including a visit to the Gisozi Genocide Memorial Museum before getting transferred to the airport.\r\n\r\n<strong>Option 2:</strong> After breakfast drive to Kampala, the capital of Uganda. Drop off at the hotel or at the Entebbe airport.'),(1196,80,'_itinerary_3_day_details','field_60af2c6cdac05'),(1197,80,'itinerary','4'),(1198,80,'_itinerary','field_60af2c3adac03'),(1199,80,'inclusions','a:9:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:52:\"Professional full-time English speaking driver-guide\";}'),(1200,80,'_inclusions','field_60af2c8ddac06'),(1201,80,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(1202,80,'_exclusions','field_60af2dbedac07'),(1203,81,'_edit_lock','1623399953:1'),(1204,81,'_edit_last','1'),(1205,81,'duration','7'),(1206,81,'_duration','field_60af2bf1dac02'),(1207,81,'itinerary_0_day_heading','Day 1: Kampala to Fort Portal'),(1208,81,'_itinerary_0_day_heading','field_60af2c57dac04'),(1209,81,'itinerary_0_day_details','In the morning at around 7.00am after breakfast you will be met by our representative who will double as your driver as well as your guide. He will then drive you to Fort Portal. Arrival will be in the afternoon.\r\n\r\nTake a nature walk through the Bigodi Wetland where you will be able to see a good number of bird species. You may also some of the primates such as monkeys. The walk takes you past the surrounding villages giving you an opportunity to interact with locals or exploring the eco-tourism activities in the area.\r\n\r\nDinner and overnight at Chimpanzee Guest House (Midrange) / Kibale Primates Lodge (Luxury).'),(1210,81,'_itinerary_0_day_details','field_60af2c6cdac05'),(1211,81,'itinerary_1_day_heading','Day 2: Chimpanzee Tracking – Queen Elizabeth National Park'),(1212,81,'_itinerary_1_day_heading','field_60af2c57dac04'),(1213,81,'itinerary_1_day_details','After breakfast you will be transferred to the Kanyanchu park headquarter offices. Go for chimpanzee tracking within the Kibale Forest.\r\n\r\nDuring the walk you will see different flora and fauna that may include other primates such as the Colobus Monkeys, Vervet Monkeys plus other primates that share this forest with chimpanzees. The park also hosts over 320 species of birds including the yellow spotted nectar, yellow rumped tinker birds etc. There are also colorful butterflies; over 250 species have been recorded in the park. For nature lovers, the dense forest is still intact you can see trees of different species.\r\n\r\nTrack chimps in their natural habitat. Kibale Forest National Park is believed to have most concentration of primates in the world. Over 12 different species of primates including chimps in this park have been recorded.\r\n\r\nAfter the trek, have lunch. Transfer to Queen Elizabeth National Park.\r\n\r\nDinner and overnight at Bush Lodge / Enganzi Safari Lodge (Midrange) / Mweya Safari Lodge (Kuxury).'),(1214,81,'_itinerary_1_day_details','field_60af2c6cdac05'),(1215,81,'itinerary_2_day_heading','Day 3: Queen Elizabeth National Park - Kabale'),(1216,81,'_itinerary_2_day_heading','field_60af2c57dac04'),(1217,81,'itinerary_2_day_details','Early morning go for a game drive within the plains of Queen Elizabeth National Park.\r\n\r\nCatch up with the early risers  viewing herds of elephants, buffaloes and antelopes and some predators - lions leopards hyenas etc. Watch different species of birds.\r\n\r\nAfter this game drive, have breakfast at the lodge. In the afternoon, take a boat ride along the Kazinga Channel.\r\n\r\nDinner and overnight at Bush Lodge / Enganzi Safari Lodge (Midrange) / Mweya Safari Lodge (Kuxury).'),(1218,81,'_itinerary_2_day_details','field_60af2c6cdac05'),(1219,81,'itinerary_3_day_heading','Day 4: Travel to Bwindi Impenetrable National Park'),(1220,81,'_itinerary_3_day_heading','field_60af2c57dac04'),(1221,81,'itinerary_3_day_details','After breakfast travel to Bwindi Impenetrable National Park via the Ishasha Sector. If you are lucky, you may see the tree climbing lions hanging in the fig trees. Bwindi Impenetrable national Park is a UNESCO world heritage site protecting the mountain gorillas.\r\n\r\nYou will reach the park in the afternoon. Relax at the lodge awaiting for the next day gorilla trek.\r\n\r\nDinner and overnight at:\r\n<ul>\r\n 	<li>Buhoma Gorilla Haven (Midrange) / Bwindi (Luxury) in Buhoma</li>\r\n 	<li>Gift of Nature Lodge (Budget) / Bakiga Lodge or Gorilla Mist Camp (Midrange)</li>\r\n 	<li>Rushaga Gorilla Haven (Budget) / Rushaga Gorilla Camp (Midrange) / Nkuringo Bwindi Lodge (Luxury)</li>\r\n</ul>'),(1222,81,'_itinerary_3_day_details','field_60af2c6cdac05'),(1223,81,'itinerary_4_day_heading','Day 5: Travel to Volcanoes National Park'),(1224,81,'_itinerary_4_day_heading','field_60af2c57dac04'),(1225,81,'itinerary_4_day_details','In the morning after breakfast, travel to Volcanoes National Park via the Cyanika Border. The journey takes you past Kisoro Town where you will have clear views of the three volcanoes of Maghinga Gorilla National Park.\r\n\r\nHave a stopover at the Twin Lakes for photography.\r\n\r\nDinner and overnight at Muhabura Lodge (Budget) / Le Bambou Gorilla Lodge (Midrange) / Five Volcanoes or Mountain Gorilla View Lodge (Luxury).'),(1226,81,'_itinerary_4_day_details','field_60af2c6cdac05'),(1227,81,'itinerary_5_day_heading','Day 6: Golden Monkey Tracking in Pac de Volcans'),(1228,81,'_itinerary_5_day_heading','field_60af2c57dac04'),(1229,81,'itinerary_5_day_details','Morning after breakfast with packed lunch, you will be driven to the park offices for briefing.\r\n\r\nGo for golden monkey tracking in the Volcanoes National Park. The hike starts in the morning. After tracking, have lunch.\r\n\r\nGo for the Ibywacu Cultural Experience at the Gorilla’s Guardian Village. The experience takes you through the culture and traditions of the Rwandan people including the amazing history, customs and beliefs.\r\n\r\nReturn to your lodge dinner and overnight.'),(1230,81,'_itinerary_5_day_details','field_60af2c6cdac05'),(1231,81,'itinerary_6_day_heading','Day 7: Ruhengeri to Kigali'),(1232,81,'_itinerary_6_day_heading','field_60af2c57dac04'),(1233,81,'itinerary_6_day_details','After breakfast will drive from Ruhengeri to Kigali.\r\n\r\nVisit the Genocide Memorial site – the Centre is built on a site where over 250,000 people are buried. These graves are a clear reminder of the cost of vengeance. The Center is a permanent memorial to those who fell victim to the genocide and serves as a place for people to grieve those they lost.\r\n\r\nFrom there your driver/guide will drive you to drop you to the airport or hotel.'),(1234,81,'_itinerary_6_day_details','field_60af2c6cdac05'),(1235,81,'itinerary','7'),(1236,81,'_itinerary','field_60af2c3adac03'),(1237,81,'inclusions','a:11:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:27:\"Chimpanzee trekking permits\";i:9;s:24:\"Primate tracking permits\";i:10;s:52:\"Professional full-time English speaking driver-guide\";}'),(1238,81,'_inclusions','field_60af2c8ddac06'),(1239,81,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(1240,81,'_exclusions','field_60af2dbedac07'),(1241,82,'_edit_lock','1623400305:1'),(1242,82,'_edit_last','1'),(1243,82,'duration','12'),(1244,82,'_duration','field_60af2bf1dac02'),(1245,82,'itinerary_0_day_heading','Day 1: Kigali Tour'),(1246,82,'_itinerary_0_day_heading','field_60af2c57dac04'),(1247,82,'itinerary_0_day_details','Arrive Kanombe airport, met by our smiling guides. Greet and transfer to Kigali. [Approximate driving time: ½ hour].\r\n\r\nTime permitting, go for a tour of the city (optional). This includes a visit to a genocide memorial and a visit to the local general goods market and the craft centre.\r\n\r\nO/N: Hotel chez Lando (Budget) / Mille Collines Hotel / Serena Hotel Kigali or Radisson Blue Hotel (Luxury).'),(1248,82,'_itinerary_0_day_details','field_60af2c6cdac05'),(1249,82,'itinerary_1_day_heading','Day 2: Kigali – Butare – Nyungwe Forest National Park'),(1250,82,'_itinerary_1_day_heading','field_60af2c57dac04'),(1251,82,'itinerary_1_day_details','After breakfast you will depart for Butare the second largest city of Rwanda and is regarded as the intellectual city of Rwanda. It hosts the National Museum, several academic (University) and research institutions.\r\n\r\nOn your way to Butare you will visit Nyanza (currently Nyabisindu) the former Mwami’s palace (King’s palace) and the seat of the feudal monarchy. The palace has been reconstructed to its 19th century state and shows a traditional dome that can be compared with the Kabaka’s palace of Buganda. You will visit the National Museum there, which, is one the well set-up if not the finest ethnographic museum of East Africa. It’s a good source of information on the cultural history of Rwanda and the region.\r\n\r\nO/N: ORTPN Gisakura Guest House / Nyungwe House (Luxury).'),(1252,82,'_itinerary_1_day_details','field_60af2c6cdac05'),(1253,82,'itinerary_2_day_heading','Day 3: Chimpanzee Tracking in Nyungwe Forest'),(1254,82,'_itinerary_2_day_heading','field_60af2c57dac04'),(1255,82,'itinerary_2_day_details','In Nyungwe Forest: Go chimp tracking and birding. There are different beautiful trails available and the superb waterfall trail of Gisakura is probably the most rewarding. The hiking time is 2 up to 3 hours and is a very enjoyable hike accessible to everybody. If you missed the Angolan Colobus you can have another try near to the tea factory where another troop is hosted.\r\n\r\nNyungwe Forest is the only place in Africa where troops of 300 black-and-white colobus monkeys (Angolan Colobus) can be seen jumping in the trees! In the afternoon, go for a canopy walk in Nyungwe Forest.\r\n\r\nO/N: ORTPN Gisakura Guest House (Budget) / Nyungwe House (Luxury).'),(1256,82,'_itinerary_2_day_details','field_60af2c6cdac05'),(1257,82,'itinerary_3_day_heading','Day 4: Nyungwe to Parc National des Volcans'),(1258,82,'_itinerary_3_day_heading','field_60af2c57dac04'),(1259,82,'itinerary_3_day_details','Travel to Volcanoes National Park via Gisenyi. Drive north to Kinigi, a town located at the foothills of the Virunga Volcanoes. Enjoy the drive through the rolling hills for which Rwanda is well known. [Approximate driving time: 6 hours]\r\n\r\nO/N: Muhabura Hotel or Virunga Hotel(Budget) / Le Bambou Gorilla Lodge (Midrange) / Mountain Gorilla View Lodge (Luxury).'),(1260,82,'_itinerary_3_day_details','field_60af2c6cdac05'),(1261,82,'itinerary_4_day_heading','Day 5: Parc National des Volcans'),(1262,82,'_itinerary_4_day_heading','field_60af2c57dac04'),(1263,82,'itinerary_4_day_details','After breakfast you will report at the ORTPN headquarters where you will go for golden monkey tracking in the Volcanoes. After the trek, have lunch at the lodge.\r\n\r\nAfter lunch travel to the nearby Mgahinga Gorilla National Park. Along the way, have a brief stopover at the beautiful Twin lakes of Bulera &amp; Ruhondo. This vantage point offers an excellent view of the Virunga chain of Volcanoes can be seen while there depending on weather conditions.\r\n\r\nOvernight at Kisoro Travelers Rest (Midrange) / Mount Gahinga Lodge (Luxury).'),(1264,82,'_itinerary_4_day_details','field_60af2c6cdac05'),(1265,82,'itinerary_5_day_heading','Day 6: Gorilla Trekking in Mgahinga National Park'),(1266,82,'_itinerary_5_day_heading','field_60af2c57dac04'),(1267,82,'itinerary_5_day_details','Early departure for Ntebeko. At the amphitheatre, get briefed about gorilla tracking in Mgahinga National Park. Led by a guide, embark on a gorilla trek in Mgahinga Forest. The time spent on the gorilla trek in unpredictable given that the search for these great apes depend on their movement.\r\n\r\nAfter the gorilla trek, return to the lodge for lunch.\r\n\r\nOvernight at Travelers Rest (Midrange) / Mount Gahinga Lodge (Luxury).'),(1268,82,'_itinerary_5_day_details','field_60af2c6cdac05'),(1269,82,'itinerary_6_day_heading','Day 7: Travel to Queen Elizabeth Park'),(1270,82,'_itinerary_6_day_heading','field_60af2c57dac04'),(1271,82,'itinerary_6_day_details','Transfer to Queen Elizabeth National Park, one of the most bio-diverse national parks in Uganda.\r\n\r\nThis National Park is a UNESCO World Biosphere and has one of the highest biodiversity ratings of any game reserve in the world. Almost 100 mammal species and a remarkable 606 bird species can be found. Elephants, Lots of hippos, the elusive giant forest hog and the handsome Uganda Kob all regularly sighted.\r\n\r\nO/N: Simba Safari Camp / Bush Lodge (Budget) / Buffalo Safari Lodge or Enganzi Lodge (Midrange) / Mweya Safari Lodge or Katara Lodge (Luxury).'),(1272,82,'_itinerary_6_day_details','field_60af2c6cdac05'),(1273,82,'itinerary_7_day_heading','Day 8: Game Drives in Queen Elizabeth Park'),(1274,82,'_itinerary_7_day_heading','field_60af2c57dac04'),(1275,82,'itinerary_7_day_details','Go for a morning game drive in the Queen Elizabeth National Park. After the game drive go back to the lodge for mid-morning breakfast and lunch.\r\n\r\nIn the afternoon go for the launch cruise along the Kazinga channel. The boat rise is rewarding with sightings of a diversity wildlife including schools of hippos, crocodiles, and many bird species that can be seen on the shores of the lake.\r\n\r\nO/N: Simba Safari Camp / Bush Lodge (Budget) / Buffalo Safari Lodge or Enganzi Lodge (Midrange) / Mweya Safari Lodge or Katara Lodge (Luxury).'),(1276,82,'_itinerary_7_day_details','field_60af2c6cdac05'),(1277,82,'itinerary_8_day_heading','Day 9: Wildlife Safari in Queen Elizabeth National Park'),(1278,82,'_itinerary_8_day_heading','field_60af2c57dac04'),(1279,82,'itinerary_8_day_details','Go for another morning game drive in Queen Elizabeth National Park. Look out for the early risers. Have Lunch. Go for an evening game drive in Queen Elizabeth National Park.\r\n\r\nOvernight at Simba Safari Camp / Bush Lodge (Budget) / Buffalo Safari Lodge or Enganzi Lodge (Midrange) / Mweya Safari Lodge or Katara Lodge (Luxury).'),(1280,82,'_itinerary_8_day_details','field_60af2c6cdac05'),(1281,82,'itinerary_9_day_heading','Day 10: Lake Bunyonyi'),(1282,82,'_itinerary_9_day_heading','field_60af2c57dac04'),(1283,82,'itinerary_9_day_details','Travel to Lake Bunyonyi, the Switzerland of Africa, one of the most beautiful scenic areas in Uganda. You will have lunch in Kabale town after which you will transfer to Lake Bunyonyi for relaxation.\r\n\r\nDinner and overnight stay at Bunyonyi Overland Resort (Budget) / Arcadia Cottages (Midrange) / Bunyonyi Bird Nest Lodge (Luxury).'),(1284,82,'_itinerary_9_day_details','field_60af2c6cdac05'),(1285,82,'itinerary_10_day_heading','Day 11: Full Day Excursion at Lake Bunyonyi'),(1286,82,'_itinerary_10_day_heading','field_60af2c57dac04'),(1287,82,'itinerary_10_day_details','Breakfast will be served early morning and after you will go for the boat tour on the lake to one of the islands. The lake has almost 38 small islands and each was named according to the bird species that reside on the island. Go for an evening scenic view of the most beautiful lake in the region.\r\n\r\nOvernight at Bunyonyi Overland Resort (Budget) / Arcadia Cottages (Midrange) / Bunyonyi Bird Nest Lodge (Luxury).'),(1288,82,'_itinerary_10_day_details','field_60af2c6cdac05'),(1289,82,'itinerary_11_day_heading','Day 12: Travel Back to Kigali'),(1290,82,'_itinerary_11_day_heading','field_60af2c57dac04'),(1291,82,'itinerary_11_day_details','Leave for Kigali in Rwanda. Finalise boarder arrangements at the Katuna border. [Approximate driving time: 6 hours] Drop off at the hotel or Kigali Airport.'),(1292,82,'_itinerary_11_day_details','field_60af2c6cdac05'),(1293,82,'itinerary','12'),(1294,82,'_itinerary','field_60af2c3adac03'),(1295,82,'inclusions','a:11:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:27:\"Chimpanzee trekking permits\";i:9;s:24:\"Primate tracking permits\";i:10;s:52:\"Professional full-time English speaking driver-guide\";}'),(1296,82,'_inclusions','field_60af2c8ddac06'),(1297,82,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(1298,82,'_exclusions','field_60af2dbedac07'),(1299,83,'_edit_lock','1623396198:1'),(1300,83,'_edit_last','1'),(1301,83,'duration','15'),(1302,83,'_duration','field_60af2bf1dac02'),(1303,83,'itinerary_0_day_heading','Day 1: Entebbe'),(1304,83,'_itinerary_0_day_heading','field_60af2c57dac04'),(1305,83,'itinerary_0_day_details','On your arrival into Entebbe International Airport you will be met by your private vehicle and professional driver/guide and escorted to your guesthouse for the night. If time permits, you can have a stroll around the sleepy tropical town of Entebbe.\r\n\r\nOvernight: Boma Guesthouse – a clean and comfortable guest house providing easy access from the airport.'),(1306,83,'_itinerary_0_day_details','field_60af2c6cdac05'),(1307,83,'itinerary_1_day_heading','Day 2: Kibale Forest National Park'),(1308,83,'_itinerary_1_day_heading','field_60af2c57dac04'),(1309,83,'itinerary_1_day_details','Today, you will head west towards Kibale Forest through the verdant hillsides of Uganda (an approximate 7hr drive). You arrive this afternoon where you have a chance to relax and enjoy your surroundings.\r\n\r\nOvernight: Ndali Lodge – is a fantastic traditional colonial lodge set in the stunning crater region of Western Uganda. Built of local stone and thatch, the 8 luxury bandas offer views over the dramatic Rwenzori Mountains; each banda is en-suite with a private veranda. The dining room and lounge offer relaxing views over the Crater Lake below (B/D)'),(1310,83,'_itinerary_1_day_details','field_60af2c6cdac05'),(1311,83,'itinerary_2_day_heading','Day 3: Chimpanzee Tracking in Kibale Forest National Park'),(1312,83,'_itinerary_2_day_heading','field_60af2c57dac04'),(1313,83,'itinerary_2_day_details','This morning you have the chance to track a troop of about 120 habituated chimpanzees that live in the Kibale Forest National Park.\r\n\r\nThis 766 km<sup>2</sup> tropical rain forest is the natural habitat for an amazing 12 primate species, and contains the highest primate density of an area on Earth. Here, on a guided forest walk, you may find families of Chimpanzees and Red Colobus Monkeys chattering and swinging through the ancient forest trees. Some of the trees are 50 to 60 meters (150 to 180 feet) in height, and provide a majestic canopy for the profusion of rain forest life, including 325 bird species.\r\n\r\nEven though you may only rarely see them, the park is home to the largest population of Forest Elephant in Uganda, and is also home to Buffalo, Uganda Kob, Genet, Civet, Waterbuck and Bushbuck. You will track the chimpanzees through this fascinating forest, following the well-marked trails. Like the gorilla tracking the amount of time spend with the chimps is limited to 1 hour. This is to prevent the spread of disease, but also to allow the chimps to have a normal life in the forest.\r\n\r\nThis afternoon you will visit the Bigodi Wetland Sanctuary lies 5 km southeast of Kibale National Park.\r\n\r\nThe sanctuary is managed by the Kibale Association for Rural and Environmental Development (KAFRED), a community based environmental organisation formed in 1992 with the aim of achieving social and economic development for local communities. With the generated income KAFRED has been able to maintain the tourism infrastructure and support community projects. Here you can find out about the Bigodi Women’s Group, Bigodi Peanut Group, and Enyange Dance and Drama Group.\r\n\r\nRich in biodiversity and scenic beauty the 8 km long wetlands acts as an important wildlife corridor of Kibale Forest. The sanctuary harbours 8 species of primates, including one of the best sightings in Africa to see the elusive Red Colobus monkey. It is rich in the abundance of butterflies and species of vegetation such as wild palms, polita figs, water lilies and papyrus. The guided nature/bird walk around Magombe Swamp, its boardwalk trail and viewing platforms lasts 3hrs.\r\n\r\nOvernight: Ndali Lodge (B/L/D)'),(1314,83,'_itinerary_2_day_details','field_60af2c6cdac05'),(1315,83,'itinerary_3_day_heading','Day 4: Queen Elizabeth National Park'),(1316,83,'_itinerary_3_day_heading','field_60af2c57dac04'),(1317,83,'itinerary_3_day_details','You enjoy a relaxing morning prior to transferring in a southerly direction (an approximate 2 hr drive) to the lovely Queen Elizabeth National Park, the Mweya section. If it is a clear day you may even catch a glimpse of the Rwenzori Mountains on your right hand side, also known as the Mountains of the Moon.\r\n\r\nQueen Elizabeth is arguably one of the most scenic national parks in Uganda. Gazetted in 1952, the park occupies an area of 1,978 km<sup>2</sup> and is located on the rift valley floor at 910m (a.s.l) and rises to 1,390m (a.s.l) in the Explosion Crater Field. The dramatic scenery is enhanced by the Rwenzori Mountain range beyond the park boundary. A staggering fifty-seven vegetation types exist in Queen Elizabeth National Park. The habitats include moist semi-deciduous forest, moist thicket, riparian and riverine forests, bush savannah and open acacia woodland, open grassland, swamps, craters, and crater lakes.\r\n\r\nYou will enjoy a game drive en-route to the lodge and if lucky you can spot elephant, lion, savannah cape buffalo, defassa waterbuck, bushbuck and kob. Hippopotamus, warthog, spotted hyena, side-striped jackal, blotched genet, and banded mongoose are known to wander close to Mweya Safari Lodge.\r\n\r\nOvernight: Mweya Safari Lodge – a 1960’s lodge located on a peninsular in the heart of Queen Elizabeth National Park; this lodge offers spectacular views over the Kazinga Channel with great bird watching and a variety of savannah game drives possible. Perfect pool positioning means that you can look down onto the plains whilst enjoying a cooling swim. All rooms have en-suite facilities (B/L/D).'),(1318,83,'_itinerary_3_day_details','field_60af2c6cdac05'),(1319,83,'itinerary_4_day_heading','Day 5: Queen Elizabeth National Park'),(1320,83,'_itinerary_4_day_heading','field_60af2c57dac04'),(1321,83,'itinerary_4_day_details','After an early breakfast you will head out for a long morning’s game drive returning for lunch.\r\n\r\nYou head towards the Kasenyi Track which is one of the best game-viewing areas in Queen Elizabeth National Park and renowned for its rutting herds of Ugandan Kob. Common mammals to be seen include herds of defassa waterbuck, savannah buffalo, elephant, warthog and lion.\r\n\r\nYou will return to the lodge for a well deserved lunch. Here you can enjoy the lodge swimming pool.\r\n\r\nAfter a restful afternoon you head to the Kazinga Channel for an evening boat cruise. 40km’s in length, the Kazinga Channel connects Lake George to Lake Edward. It’s the park’s prime wildlife location attracting large numbers of birds, mammals and reptiles annually. It acts as a migrant trap for birds journeying along the Albertine Rift.\r\n\r\nHere you have the chance to see a wide variety of water-related species. It is also home to some of the largest concentration of hippopotamus populations in the world. Here they spend most of the daylight hours in the water emerging frequently to bask on the sandy mud-banks and on occasion to feed. If you are lucky elephant herds may make their way to the Channel for their evening refreshments. This sometimes consists of splendid cooling displays. Several reptiles also are seen along the banks of the river, including huge Nile Crocodiles and Nile Monitor Lizards.\r\n\r\nYou return in the late afternoon, and transfer to our lodge. As dusk falls, we prepare for dinner and a good night’s rest.\r\n\r\nOvernight: Mweya Safari Lodge (B/L/D).'),(1322,83,'_itinerary_4_day_details','field_60af2c6cdac05'),(1323,83,'itinerary_5_day_heading','Day 6: Ishasha, Queen Elizabeth National Park'),(1324,83,'_itinerary_5_day_heading','field_60af2c57dac04'),(1325,83,'itinerary_5_day_details','From the Mweya section of the park you drive to the quieter area of Ishasha.\r\n\r\nThis is one of our favourite areas of Queen Elizabeth; based from the beautiful Ishasha Wilderness Camp we explore this remote corner of Queen Elizabeth famous for its tree climbing lions. This area is also popular with migrating elephant herds, a variety of grazers and more and more frequently, leopard. Sit back and relax this evening on the banks of the river as you listen to the sounds of the wilderness unfold before you.\r\n\r\nOvernight: Ishasha Wilderness Camp – is a cosy camp consisting of 6 Meru Style tents located on the banks of the Ntungwe River and providing access to a host of game viewing including the famous tree climbing lions. There are en-suite bathrooms with hot bush showers and eco-friendly toilets. Ishasha Wilderness Camp is the perfect place to stop on the way to track the gorillas of Bwindi (B/L/D).'),(1326,83,'_itinerary_5_day_details','field_60af2c6cdac05'),(1327,83,'itinerary_6_day_heading','Day 7: Ishasha, Queen Elizabeth National Park'),(1328,83,'_itinerary_6_day_heading','field_60af2c57dac04'),(1329,83,'itinerary_6_day_details','Today you will explore Ishasha, the southern sector of Queen Elizabeth considered by some experts as one of the most alluring game viewing area of East Africa.\r\n\r\nIt’s an off-the-beaten-track destination that you will surely enjoy. You wake up early, of course, since this is the best time for observing nature.  You start from the southern circuit in search of the elephants and we will drive over the plains of Ishasha in the open savannah. The southern circuit usually has large herds of buffalo, Uganda Kob and topi. Near to the swamps of the southern circuit you might see even leopard.\r\n\r\nYou continue and drive to the northern circuit which is the area near the main road known for its tree climbing lions. You will look particularly at the many fig trees where lions like to stay and also visit the Uganda Kob mating ground which is their preferred hunting area.\r\n\r\nAfter an initial scouting expedition, you will return to the camp for a lunch, relax, observe the hippos and take time for a shower or siesta in the shadow of the woods.\r\n\r\nIn the afternoon you will have another game drive and if the weather is favourable you may be driven to the Edward’s flats to see elephants, large herds of buffalo and different water birds.\r\n\r\nOvernight: Ishasha Wilderness Camp (B/L/D).'),(1330,83,'_itinerary_6_day_details','field_60af2c6cdac05'),(1331,83,'itinerary_7_day_heading','Day 8: Bwindi Impenetrable Forest'),(1332,83,'_itinerary_7_day_heading','field_60af2c57dac04'),(1333,83,'itinerary_7_day_details','This morning you enjoy a game drive on the way out of the park and travel further south to Bwindi Impenetrable Forest (an approximate 2-3 hr drive). This is a leisurely drive climbing out of the Rift Valley and through the Kigezi Highlands of South-Western Uganda. The scenery gets increasingly breathtaking as we switchback up and down the hills and 30 km before the end of your journey, you will see your objective – the mist-swathed mountains of the Bwindi Impenetrable National Park. This is a UNESCO World Heritage Site and is one of the most biologically diverse areas in the world. Upon arrival, you are welcomed at your cosy lodge.\r\n\r\nAfter lunch, you then get the opportunity to visit the small communities of Batwa (pygmies). The Bwindi area supports one of the highest rural population densities in Uganda with 350 people per km<sup>2</sup>. A 2-3 hr village walk will allow you to immerse yourself into village life where you may get to visit a typical homestead, the traditional healer and a banana beer brewery. These activities enable the community to benefit from gorilla tourism and profits are shared with the community through assistance in funding local schools and clinics. After dinner, you retire for the night, lulled to sleep by the sounds of one of Africa’s most incredible natural environments.\r\n\r\nOvernight: Buhoma Lodge – is located only 5 minutes walk from Bwindi Park Headquarters. The lodge consists of 8 traditionally built wooden cottages. With en-suite bathrooms and hot and cold running water this is a lovely place to stay. If you’re lucky you may even spot gorillas walking past the property. (B/L/D).'),(1334,83,'_itinerary_7_day_details','field_60af2c6cdac05'),(1335,83,'itinerary_8_day_heading','Day 9: Gorilla Trek in Bwindi Impenetrable Forest'),(1336,83,'_itinerary_8_day_heading','field_60af2c57dac04'),(1337,83,'itinerary_8_day_details','The Mountain Gorillas in Bwindi are part of a worldwide population of just 720 individuals. The gorillas you are allowed to track belong to one of five habituated family groups. For up to five years each, these groups have undergone an extremely delicate process that has gradually brought them to tolerate the presence of humans for a brief period every day and allowed a few privileged visitors to interact with them in the wild.\r\n\r\nThe gorillas are by no means tame, and are completely wild animals. However, experienced guides will accompany you on your tracking, many of who have been involved in the habituation process themselves. The guides will use their knowledge of the gorillas’ habits and information from the previous day to locate the group’s whereabouts. Because of this, the time taken to track the gorillas varies enormously, from as little as half an hour to as much as 9 hours before one returns to camp. Once the gorillas are located, your group will be allowed a maximum of one hour with them.\r\n\r\nThis is one of the world’s truly memorable experiences – a look into one of these magnificent creatures’ eyes brings home the bond that exists between them and us. It also brings home the poignant fact that they are on the edge of extinction, and that your presence here contributes to ensuring their continued survival. Tracking the mountain gorillas is an awe inspiring experience and as you come across them in their forest surroundings all thought of fatigue disappear!\r\n\r\nThe hour is often over all too quickly, and you slowly make our way back to our lodge to recount the day’s adventures.\r\n\r\nOvernight: Buhoma Lodge (B/L/D).'),(1338,83,'_itinerary_8_day_details','field_60af2c6cdac05'),(1339,83,'itinerary_9_day_heading','Day 10: Bwindi Impenetrable Forest'),(1340,83,'_itinerary_9_day_heading','field_60af2c57dac04'),(1341,83,'itinerary_9_day_details','Today you can enjoy a nature forest walk passing tree ferns, epiphytic ferns, orchids and a colourful array of butterflies. This trail leads to 3 scenic crystal clear waterfalls in the middle of the tropical rain forest. The rest of the day is yours at leisure. You may wish to do a gentle bird walk around the gardens of the lodge and the community area.\r\n\r\nOvernight: Buhoma Lodge (B/L/D).'),(1342,83,'_itinerary_9_day_details','field_60af2c6cdac05'),(1343,83,'itinerary_10_day_heading','Day 11: Volcanoes National Park, Rwanda'),(1344,83,'_itinerary_10_day_heading','field_60af2c57dac04'),(1345,83,'itinerary_10_day_details','Today you have a wonderfully scenic drive to Volcanoes National Park in Rwanda clearing customs en-route (an approximate 8 hr drive).\r\n\r\nThe drive undulates over Rwanda’s extremely hilly and picturesque countryside, and as you near the end of your journey, you will (weather permitting) begin to catch glimpses of the Virungas – a chain of 5 impossibly steep and lofty volcanoes straddling the western branch of the Rift Valley from east to west. Each mountain possesses its own unique character and silhouette, but together they form one of the most isolated and visually dramatic ecosystems in the world.\r\n\r\nA ‘true island in the sky’, the Volcanoes National Park is home to some of the worlds few remaining Mountain Gorilla, which were first studied here in 1959 by George Schaller, and through the 1960’s by Dian Fossey and her colleagues.\r\n\r\nOvernight: Virunga Lodge – consists of eight bandas set on a stunning hillside with a panoramic view of the Virunga volcanoes and the lakes Ruhondo and Bulera. The Lodge is situated 45mins from the Park Headquarters (B/L/D).'),(1346,83,'_itinerary_10_day_details','field_60af2c6cdac05'),(1347,83,'itinerary_11_day_heading','Day 12: Gorilla Trek in Volcanoes National Park'),(1348,83,'_itinerary_11_day_heading','field_60af2c57dac04'),(1349,83,'itinerary_11_day_details','Today you set off to the park headquarters in Kinigi to be allocated the gorilla group that you are going to track. Your final day of gorilla tracking is one that you will not forget. Try not to spend too much time behind the camera and just take in your surroundings as you enjoy the company of these amiable primates. Spending an hour with these gentle giants is a true privilege and one that you will never forget.\r\n\r\nOvernight: Virunga Lodge (B/L/D).'),(1350,83,'_itinerary_11_day_details','field_60af2c6cdac05'),(1351,83,'itinerary_12_day_heading','Day 13: Mountain Gorilla Veterinary Project'),(1352,83,'_itinerary_12_day_heading','field_60af2c57dac04'),(1353,83,'itinerary_12_day_details','After breakfast you will journey to the Mountain Gorilla Veterinary Project headquarters in Ruhengeri.\r\n\r\nIt is here, to ensure their healthy future, that a huge amount of time and effort is put into caring for these critically endangered primates. You will spend time with the staff learning about how the gorillas are monitored, how life-saving medical care is provided; how health studies are conducted and how veterinary medicine and ecosystem health is taught. You will tour around centre with one of the doctors and watch a presentation about gorilla conservation.\r\n\r\nIn the afternoon, there may be an opportunity to visit the local communities and the bustling market town of Ruhengeri or take a drive out to the scenic Lakes Bulera and Ruhondo. Return to the lodge later in the afternoon to relax, have a hot shower and reflect on the days activities.\r\n\r\nOvernight: Virunga Lodge (B/L/D).'),(1354,83,'_itinerary_12_day_details','field_60af2c6cdac05'),(1355,83,'itinerary_13_day_heading','Day 14: Golden Monkey Trek'),(1356,83,'_itinerary_13_day_heading','field_60af2c57dac04'),(1357,83,'itinerary_13_day_details','This morning you will set off into the forest to track the golden monkeys. Here, it is hoped to spend an hour with the cheeky primates.\r\n\r\nListed as ‘endangered’ by the World Conservation Union, the Golden monkey (Cercopithecus Kandti) is endemic to the Albertine Rift. The Virunga Volcanoes harbour the only remaining viable breeding population of this localised monkey, a rare subspecies of the Blue monkey with a golden-orange patch on the upper flanks and back, each individual are only 5kg in weight. The activity will involve venturing through open farmland and searching high into the dense bamboo forest canopy.\r\n\r\nHere, the Golden monkey feed most of the year on bamboo leaves, insects and on ripe fruit when it is available. If successful at tracking the Golden monkeys it is hoped to spend a whole hour studying their behaviour. And watch them effortlessly glide atop the bamboo stems, stopping intermittingly to pluck tiny shoots out of the budding leaves. On standing still, the monkeys can come close – sometimes to watch us while other times to forage nearby. It can be a very peaceful atmosphere.\r\n\r\nOn returning to the lodge you leave this stunning landscape behind you and make your way to Kigali where you will spend your final night in the comforts of the Kigali Serena.\r\n\r\nOvernight: Kigali Serena – is ideally located on one of Kigali’s most charming boulevards and is just 10kms from Kigali International Airport. This relaxed, yet elegant hotel, centres on the executive lounge and bar, which opens onto a wide sundeck overlooking the newly refurbished swimming pool (B/L/D).'),(1358,83,'_itinerary_13_day_details','field_60af2c6cdac05'),(1359,83,'itinerary_14_day_heading','Day 15: Departure'),(1360,83,'_itinerary_14_day_heading','field_60af2c57dac04'),(1361,83,'itinerary_14_day_details','After breakfast, you are finally driven to the Kigali International Airport in order to meet your international flight back home.\r\n\r\n(B)'),(1362,83,'_itinerary_14_day_details','field_60af2c6cdac05'),(1363,83,'itinerary','15'),(1364,83,'_itinerary','field_60af2c3adac03'),(1365,83,'inclusions','a:11:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:27:\"Chimpanzee trekking permits\";i:9;s:24:\"Primate tracking permits\";i:10;s:52:\"Professional full-time English speaking driver-guide\";}'),(1366,83,'_inclusions','field_60af2c8ddac06'),(1367,83,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(1368,83,'_exclusions','field_60af2dbedac07'),(1369,84,'_edit_lock','1623400623:1'),(1370,84,'_edit_last','1'),(1371,84,'duration','4'),(1372,84,'_duration','field_60af2bf1dac02'),(1373,84,'itinerary_0_day_heading','Day 1: Kampala – Bwindi Impenetrable Forest'),(1374,84,'_itinerary_0_day_heading','field_60af2c57dac04'),(1375,84,'itinerary_0_day_details','Our guide will pick you up from Kampala or Entebbe. Get briefed on safari. Start for Bwindi Impenetrable National Park. Have a stopover at the equator for photography. After a cup of coffee, continue to Mbarara Town for lunch. After lunch continue with the journey to Bwindi Impenetrable National park arriving in the evening. Check into the lodge.\r\n\r\nOvernight at:\r\n<ul>\r\n 	<li>BUHOMA SECTOR: Buhoma Community Bandas (Budget) / Buhoma Have Lodge (Midrange) / Mahogany Springs Lodge (Luxury)</li>\r\n 	<li>RUHIJA SECTOR: Gorilla Mist Camp or Bunyonyi Overland Camp (Budget) / Gorilla Mist Camp or Arcadia Cottage (Midrange) / Ruhija Safari Lodge or Bird Nest at Bunyonyi (Luxury)</li>\r\n</ul>'),(1376,84,'_itinerary_0_day_details','field_60af2c6cdac05'),(1377,84,'itinerary_1_day_heading','Day 2: Go Gorilla Trekking'),(1378,84,'_itinerary_1_day_heading','field_60af2c57dac04'),(1379,84,'itinerary_1_day_details','Go gorilla tracking (subject to permit availability at time of booking) in the northern part of Bwindi Impenetrable National Park.\r\n\r\nThe hike to meet the mountain gorillas doesn’t come on a silver plate. It involves walking up steep densely forested hills before finally coming across the gorillas camouflaged in the vegetation. The trek is an inspiring moment taking you through the park. Tracking in Bwindi requires stamina and can often take most of the day.\r\n\r\nAfter getting your certificate, have a hot meal. Travel to the nearby Rushaga Sector in the Southern part of Bwindi Impenetrable Forest.\r\n\r\nOvernight at Rushaga Gorilla Havens (Budget) / Rushaga Gorilla Camp (Midrange) / Four Gorillas Lodge or Chameleon Hill Lodge (Luxury)'),(1380,84,'_itinerary_1_day_details','field_60af2c6cdac05'),(1381,84,'itinerary_2_day_heading','Day 3: Second Gorilla Trek in Bwindi'),(1382,84,'_itinerary_2_day_heading','field_60af2c57dac04'),(1383,84,'itinerary_2_day_details','After breakfast, go for a second gorilla trek in Bwindi Impenetrable Forest. This time you will track one of the habituated gorilla families in the Rushaga Sector of Bwindi.\r\n\r\nAfter the trek, return to the lodge for a hot meal. You choose to have a leisurely evening or go for a nature walk or local community tour around Bwindi Impenetrable National Park.'),(1384,84,'_itinerary_2_day_details','field_60af2c6cdac05'),(1385,84,'itinerary_3_day_heading','Day 4: Return to Kampala'),(1386,84,'_itinerary_3_day_heading','field_60af2c57dac04'),(1387,84,'itinerary_3_day_details','Early start for Kampala or Entebbe. Have a brief stopover at Mbarara for lunch. Drop off at the hotel or Entebbe Airport.\r\n\r\nYou can also choose to be dropped off in Kigali of Rwanda.'),(1388,84,'_itinerary_3_day_details','field_60af2c6cdac05'),(1389,84,'itinerary','4'),(1390,84,'_itinerary','field_60af2c3adac03'),(1391,84,'inclusions','a:9:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:52:\"Professional full-time English speaking driver-guide\";}'),(1392,84,'_inclusions','field_60af2c8ddac06'),(1393,84,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(1394,84,'_exclusions','field_60af2dbedac07'),(1395,85,'_edit_lock','1623399581:1'),(1396,85,'_edit_last','1'),(1397,85,'duration','6'),(1398,85,'_duration','field_60af2bf1dac02'),(1399,85,'itinerary_0_day_heading','Day 1: Fly to Bwindi Impenetrable National Park'),(1400,85,'_itinerary_0_day_heading','field_60af2c57dac04'),(1401,85,'itinerary_0_day_details','Fly from the Entebbe International Airport to Kihihi in the north of Bwindi Impenetrable National Park. Bwindi is a UNESCO World Heritage Site and is one of the most biologically diverse areas in the world. Upon reaching Kihihi, our guide will transfer you to the lodge.\r\n\r\nThe rest of the afternoon is at leisure to relax or explore the local communities that live adjacent to the forest.\r\n\r\nAfter dinner, retire for the night, lulled to sleep by the sounds of one of Africa’s most incredible natural environments.\r\n\r\nOvernight: – Buhoma Gorilla Haven (Budget) / Mahogany Springs Lodge in Northern Bwindi.'),(1402,85,'_itinerary_0_day_details','field_60af2c6cdac05'),(1403,85,'itinerary_1_day_heading','Day 2: Gorilla Tracking in Bwindi Forest'),(1404,85,'_itinerary_1_day_heading','field_60af2c57dac04'),(1405,85,'itinerary_1_day_details','Go for mountain gorilla trekking, one of the most exciting wildlife safari experiences in the world. The mountain gorillas in Bwindi are part of a worldwide population of just 700 individuals. The gorillas we are allowed to track belong to either one of three habituated family groups. For up to five years each, these groups have undergone an extremely delicate process that has gradually brought them to tolerate the presence of humans for a brief period every day and allowed a few privileged visitors to interact with them in the wild.\r\n\r\nThe gorillas are by no means tame, and are completely wild animals. However, experienced guides will accompany us on our tracking, many of who have been involved in the habituation process themselves. The guides will use their knowledge of the gorillas’ habits and information from the previous day to locate the group’s whereabouts.\r\n\r\nBecause of this, the time taken to track the gorillas varies enormously, from as little as half an hour to as much as 8 hours before one returns to camp. Once the gorillas are located, our group will be allowed a maximum of one hour with them. This is one of the world’s truly memorable experiences – a look into one of these magnificent creatures’ eyes brings home the bond that exists between them and us. It also brings home the poignant fact that they are on the edge of extinction, and that our presence here contributes to ensuring their continued survival. Tracking the mountain gorillas is an awe inspiring experience and as you come across them in their forest surroundings all thought of fatigue disappear! The hour is often over all too quickly, and we slowly make our way back to camp to recount the day’s adventures.\r\n\r\nOvernight: Gorilla Forest Camp (F/B).'),(1406,85,'_itinerary_1_day_details','field_60af2c6cdac05'),(1407,85,'itinerary_2_day_heading','Day 3: Travel to Queen Elizabeth National Park'),(1408,85,'_itinerary_2_day_heading','field_60af2c57dac04'),(1409,85,'itinerary_2_day_details','Travel to Queen Elizabeth National Park, a rich bio diverse area in Uganda. Today we will stay in the Ishasha Sector, a place known for hosting the tree climbing lions. Ishasha sector is dominated by acacia woodland and scrubland and features the meandering Ishasha River, banked by a riparian forest.\r\n\r\nHave an evening game drive to catch with the late grazers that normally feed in the evening. Try to look out for the tree climbing lions that hang within the fig trees as they always shelter from the hot sun.\r\n\r\nOvernight at Ishasha Jungle Lodge (Midrange) / Ishasha Wilderness Camp (Luxury).'),(1410,85,'_itinerary_2_day_details','field_60af2c6cdac05'),(1411,85,'itinerary_3_day_heading','Day 4: Game Drive in Queen Elizabeth National Park'),(1412,85,'_itinerary_3_day_heading','field_60af2c57dac04'),(1413,85,'itinerary_3_day_details','Go for a morning game drive in the Ishasha Sector of Queen Elizabeth National Park as we travel to Mweya. Have lunch at Mweya. Look out for interesting wildlife that include elephants, buffaloes, hyena etc. The Ishasha sector is dominated by acacia woodland and scrubland and features the meandering Ishasha River, banked by a riparian forest.\r\n\r\nAfter picnic lunch, drive to Mweya. En route, you are likely to meet grazing hippos, elephants, lions, spotted hyenas and leopards, bushbuck, waterbuck and stripped jackal and of-course the several warthogs.\r\n\r\nOvernight at Park View safari Lodge or Buffalo Safari Lodge (Midrange) / Mweya Safari Lodge (Luxury).'),(1414,85,'_itinerary_3_day_details','field_60af2c6cdac05'),(1415,85,'itinerary_4_day_heading','Day 5:  Chimpanzee Tracking in Queen Elizabeth National Park'),(1416,85,'_itinerary_4_day_heading','field_60af2c57dac04'),(1417,85,'itinerary_4_day_details','Early breakfast. Go for chimpanzee tracking in the Kyambura Gorge, a renowned place that host the wild chimpanzees.\r\n\r\nAfter lunch, go for a 2 hour boat cruise along the Kazinga water channel, a water channel that connects Lake Edward to Lake George. You are likely to meet grazing hippos, elephants,, bushbuck, waterbuck and stripped jackal and of-course the several warthogs. The evening will be at leisure. Dinner and overnight. Relax at the lodge.\r\n\r\nOvernight at Buffalo Safari Lodge (Midrange) / Mweya Safari Lodge (Luxury).'),(1418,85,'_itinerary_4_day_details','field_60af2c6cdac05'),(1419,85,'itinerary_5_day_heading','Day 6: Fly Back to Entebbe'),(1420,85,'_itinerary_5_day_heading','field_60af2c57dac04'),(1421,85,'itinerary_5_day_details','This morning you will carry out a game drive looking for wildlife including elephants, leopard, hyena, and many more that inhabit this park.\r\n\r\nAfter game drive, transfer to the Mweya Airstrip from where you will catch a flight back to Entebbe. The return flight from Mweya is another highlight of this trip. The huge vistas that open up on our one-and-a-half-hour journey belie Uganda’s small size.\r\n\r\nDrop off at the hotel in Entebbe.'),(1422,85,'_itinerary_5_day_details','field_60af2c6cdac05'),(1423,85,'itinerary','6'),(1424,85,'_itinerary','field_60af2c3adac03'),(1425,85,'inclusions','a:10:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:27:\"Chimpanzee trekking permits\";i:9;s:52:\"Professional full-time English speaking driver-guide\";}'),(1426,85,'_inclusions','field_60af2c8ddac06'),(1427,85,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(1428,85,'_exclusions','field_60af2dbedac07'),(1429,86,'_edit_lock','1623400494:1'),(1430,86,'_edit_last','1'),(1431,86,'duration','5'),(1432,86,'_duration','field_60af2bf1dac02'),(1433,86,'itinerary_0_day_heading','Day 1: Transfer to Kibale Forest National Park'),(1434,86,'_itinerary_0_day_heading','field_60af2c57dac04'),(1435,86,'itinerary_0_day_details','After breakfast at your Hotel in Kampala, you will set out to Kibale forest National Park via Mityana -Mubende. En route you will have lunch in Fort portal town after which you will have a short town tour in Fort Portal.\r\n\r\nVisit the crater lakes and the Toro Palace, Karambi tombs.\r\n\r\nDinner and overnight at Kibale safari Lodge or Primates Lodge or Ndali Lodge for up market/ Chimps nest for mid range and Chimpanzee guest house for budget.'),(1436,86,'_itinerary_0_day_details','field_60af2c6cdac05'),(1437,86,'itinerary_1_day_heading','Day 2: Chimpanzee Tracking in Kibale Forest & Bigodi Swamp Walk'),(1438,86,'_itinerary_1_day_heading','field_60af2c57dac04'),(1439,86,'itinerary_1_day_details','Breakfast will be served in the morning after which, you will set out for the short chimpanzee briefing from the Uganda Wildlife Authority officials. The rangers will guide you on how to walk while in the forest and also how to behave. After this, you will get into the forest to start your search for the chimpanzees.\r\n\r\nThese great apes are known as mans closest friends because of different characteristics that they have in common with man. Look out in the trees for chimpanzees, other primates such as white colobus monkeys, grey-checked mangabey, red colobus, black-and-white colobus, Baboons and different bird species like the great blue turacco, Africa pied king fisher , malkites and so on.\r\n\r\nReturn back to the lodge after the trek for lunch after which you will go for the Bigodi swamp walk to search for the water loving bird species. The forest is not only known for its 13 species of primates, but this swamp area with in it, is a bird watchers paradise.\r\n\r\nReturn for dinner and overnight stay at Kibale safari Lodge or Primates Lodge or Ndali Lodge for up market/ Chimps nest for mid range and Chimpanzee guest house for budget.'),(1440,86,'_itinerary_1_day_details','field_60af2c6cdac05'),(1441,86,'itinerary_2_day_heading','Day 3: Transfer to Bwindi Impenetrable Forest National Park'),(1442,86,'_itinerary_2_day_heading','field_60af2c57dac04'),(1443,86,'itinerary_2_day_details','After a fully served breakfast, you will leave Kibale Forest National Park and transfer to  transfer to Bwindi Park.\r\n\r\nProceed and reach Buhoma in the evening where you will rest a bit, have dinner and an overnight stay at Gorilla Forest Camp/Gorilla resort for up market, Buhoma lodge or Lake Kitandara camp for mid range or Buhoma community Bandas for budget.'),(1444,86,'_itinerary_2_day_details','field_60af2c6cdac05'),(1445,86,'itinerary_3_day_heading','Day 4: Gorilla Trekking Experience'),(1446,86,'_itinerary_3_day_heading','field_60af2c57dac04'),(1447,86,'itinerary_3_day_details','After breakfast at the lodge, you will go to the park headquarters for briefing from the Uganda Wildlife Authority ranger guides. After the briefing, the ranger will lead you into the thick impenetrable forest to start your search for the endangered rare species of Mountain Gorillas.\r\n\r\nThe gorilla search always continues from the place where they were last seen the previous day. Upon reaching the area where these famous species are, you will only be allowed to interact with them for only one hour and you should always keep maximum silence while with these Gorillas. You are allowed to take photographs and so one.\r\n\r\nTo find the Gorillas, it’s such a tiresome experience since it can take you almost 3-8 hours to find them. However, once you meet these gorillas, you will easily forget the hatches you have gone through to find them and instead save the good memories you will experience with them.\r\n\r\nAfter the interaction, you will return late to the lodge for dinner and overnight stay as above.'),(1448,86,'_itinerary_3_day_details','field_60af2c6cdac05'),(1449,86,'itinerary_4_day_heading','Day 5: Transfer Back to Kampala'),(1450,86,'_itinerary_4_day_heading','field_60af2c57dac04'),(1451,86,'itinerary_4_day_details','After an early breakfast at the lodge, you will drive back to Kampala with your lunch en route in Mbarara town. On your way back, you will pass via Kabale commonly known as the Switzerland of Africa because of its hills and beautiful scenery. Reach Kampala late evening and drop off will be at your Hotel in Kampala.'),(1452,86,'_itinerary_4_day_details','field_60af2c6cdac05'),(1453,86,'itinerary','5'),(1454,86,'_itinerary','field_60af2c3adac03'),(1455,86,'inclusions','a:10:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:27:\"Chimpanzee trekking permits\";i:9;s:52:\"Professional full-time English speaking driver-guide\";}'),(1456,86,'_inclusions','field_60af2c8ddac06'),(1457,86,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(1458,86,'_exclusions','field_60af2dbedac07'),(1459,50,'_wp_old_slug','uganda-safari-wildlife-gorilla-trekking'),(1460,51,'_wp_old_slug','uganda-wildlife-tour-tree-climbing-lion-spotting'),(1461,52,'_wp_old_slug','rafting-wildlife-safari'),(1462,53,'_wp_old_slug','uganda-gorilla-wildlife-chimpanzee-trekking-safari'),(1463,54,'_wp_old_slug','bwindi-gorilla-wildlife-safari'),(1464,55,'_wp_old_slug','uganda-gorilla-trek-wildlife-gorilla-safari'),(1465,56,'_wp_old_slug','gorilla-trekking-bwindi'),(1466,57,'_wp_old_slug','uganda-jungle-safari-to-lake-mburo-bwindi-forest'),(1467,58,'_wp_old_slug','rwanda-gorilla-tour-chimps-monkeys-safari'),(1468,59,'_wp_old_slug','chimpanzee-gorilla-trekking-cultural-safari-to-rwanda'),(1469,60,'_wp_old_slug','rwanda-gorilla-wildlife-safari-adventure'),(1470,61,'_wp_old_slug','rwanda-safari-gorilla-golden-monkey-trek'),(1471,62,'_wp_old_slug','chimpanzee-gorilla-birding-safaris-rwanda'),(1472,63,'_wp_old_slug','rwanda-gorilla-safari'),(1473,64,'_wp_old_slug','gorilla-safari-in-rwanda-volcanoes-gorilla-park'),(1474,87,'_edit_lock','1623398864:1'),(1475,87,'_edit_last','1'),(1476,87,'duration','5'),(1477,87,'_duration','field_60af2bf1dac02'),(1478,87,'itinerary_0_day_heading','Day 1: Pick-Up and Transfer to Bwindi Impenetrable Forest National Park'),(1479,87,'_itinerary_0_day_heading','field_60af2c57dac04'),(1480,87,'itinerary_0_day_details','After a fully served breakfast at your Hotel in Kampala, you will set out together with your driver guide and transfer to Bwindi Impenetrable forest National Park in South Western Uganda.\r\n\r\nEn route to the Park, you will have a brief stop over at the Equator for water experiments and also get a chance to stand at a point where the two hemispheres start from.\r\n\r\nContinue with the journey and have another stopover at Mpambire drum village basically known as drum making village. You will have lunch in Mbarara town. L\r\n\r\nater after lunch, you will proceed with your Journey to the Park headquarters in Buhoma.\r\n\r\nDinner and overnight at Gorilla forest Camp or Gorilla resort for Up market/ Lake Kitandara camp or Buhoma lodge for Mid range/Buhoma community Bandas for budget.'),(1481,87,'_itinerary_0_day_details','field_60af2c6cdac05'),(1482,87,'itinerary_1_day_heading','Day 2: Gorilla Trekking Experience'),(1483,87,'_itinerary_1_day_heading','field_60af2c57dac04'),(1484,87,'itinerary_1_day_details','After breakfast at the lodge, you will go to the park headquarters for briefing from the Uganda wildlife Authority ranger guides. After the briefing, the ranger will lead you into the thick impenetrable forest to start your search for the endangered rare species of Mountain Gorillas.\r\n\r\nThe gorilla search always continues from the place where they were last seen the previous day. Upon reaching the area where these famous species are, you will only be allowed to interact with them for only one hour and you should always keep maximum silence while with these Gorillas. You are allowed to take photographs and so one.\r\n\r\nTo find the Gorillas, it’s such a tiresome experience since it can take you almost 3-8 hours to find them. However, once you meet these gorillas, you will easily forget the hatches you have gone through to find them and instead save the good memories you will experience with them.\r\n\r\nAfter the interaction, you will return late to the lodge for dinner and overnight stay as above.'),(1485,87,'_itinerary_1_day_details','field_60af2c6cdac05'),(1486,87,'itinerary_2_day_heading','Day 3: Transfer to Queen Elizabeth National Park'),(1487,87,'_itinerary_2_day_heading','field_60af2c57dac04'),(1488,87,'itinerary_2_day_details','After a fully served breakfast, you will leave Bwindi Impenetrable Forest National Park and transfer to Queen Elizabeth National park via the Ishasha sector commonly known for its rare tree climbing lions. As you pass the area, look out for the rare tree climbing lions in fig trees.\r\n\r\nHave lunch at Ishasha and later transfer to Mweya to catch up with the afternoon boat trip on the Kazinga Channel. The launch cruise will reward you with views of the most famous water loving animals like crocodile along the river banks, elephants taking water, hippos and many bird species.\r\n\r\nDinner and overnight stay at Mweya Safari Lodge for up market/Hippo hill camp or Ihamba for mid range/Simba Safari camp for budget.'),(1489,87,'_itinerary_2_day_details','field_60af2c6cdac05'),(1490,87,'itinerary_3_day_heading','Day 4: Game Drive & Transfer to Kibale Forest National Park'),(1491,87,'_itinerary_3_day_heading','field_60af2c57dac04'),(1492,87,'itinerary_3_day_details','After breakfast early morning, you will go for the game drive in Kasenyi area with in the Park. The game drive will reward with beautiful and a variety of wildlife in the park such as Elephants, Lions, leopards, buffaloes, Antelopes like bush bucks and water bucks, Kobs, warthogs and so on.\r\n\r\nLater on you will return to your lodge for lunch after which you will transfer to Kibale Forest National Park.\r\n\r\nDinner and overnight at Kibale safari Lodge or Primates Lodge or Ndali Lodge for up market/ Chimps nest for mid range and Chimpanzee guest house for budget.'),(1493,87,'_itinerary_3_day_details','field_60af2c6cdac05'),(1494,87,'itinerary_4_day_heading','Day 5: Chimpanzee tracking and transfer to Kampala'),(1495,87,'_itinerary_4_day_heading','field_60af2c57dac04'),(1496,87,'itinerary_4_day_details','Breakfast will be served in the morning after which, you will set out for the short chimpanzee briefing from the Uganda Wildlife Authority officials. The rangers will guide you on how to walk while in the forest and also how to behave. After this, you will get into the forest to start your search for the chimpanzees.\r\n\r\nThese great apes are known as mans closest friends because of different characteristics that they have in common with man. Look out in the trees for chimpanzees, other primates such as white colobus monkeys, grey-checked mangabey, red colobus, black-and-white colobus, Baboons and different  bird species like the great blue turacco, Africa pied king fisher , malkites and so on.\r\n\r\nReturn back to the lodge after the trek for lunch after which you will transfer back to Kampala. Drop off will be at your Hotel in Kampala.'),(1497,87,'_itinerary_4_day_details','field_60af2c6cdac05'),(1498,87,'itinerary','5'),(1499,87,'_itinerary','field_60af2c3adac03'),(1500,87,'inclusions','a:11:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:27:\"Chimpanzee trekking permits\";i:9;s:24:\"Primate tracking permits\";i:10;s:52:\"Professional full-time English speaking driver-guide\";}'),(1501,87,'_inclusions','field_60af2c8ddac06'),(1502,87,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(1503,87,'_exclusions','field_60af2dbedac07'),(1504,88,'_edit_lock','1623400185:1'),(1505,88,'_edit_last','1'),(1506,88,'duration','7'),(1507,88,'_duration','field_60af2bf1dac02'),(1508,88,'itinerary_0_day_heading','Day 1: Transfer to Kibale Forest National Park'),(1509,88,'_itinerary_0_day_heading','field_60af2c57dac04'),(1510,88,'itinerary_0_day_details','After breakfast at your Hotel in Kampala, you will set out to Kibale forest National Park via Mityana -Mubende.\r\n\r\nEn route you will have lunch in Fort portal town after which you will have a short town tour in Fort Portal. Visit the crater lakes and the Toro Palace, Karambi tombs.\r\n\r\nDinner and overnight at Kibale safari Lodge or Primates Lodge or Ndali Lodge for up market/ Chimps nest for mid range and Chimpanzee guest house for budget.'),(1511,88,'_itinerary_0_day_details','field_60af2c6cdac05'),(1512,88,'itinerary_1_day_heading','Day 2: Chimpanzee Tracking in Kibale Forest & Bigodi Swamp Walk'),(1513,88,'_itinerary_1_day_heading','field_60af2c57dac04'),(1514,88,'itinerary_1_day_details','Breakfast will be served in the morning after which, you will set out for the short chimpanzee briefing from the Uganda Wildlife Authority officials. The rangers will guide you on how to walk while in the forest and also how to behave. After this, you will get into the forest to start your search for the chimpanzees.\r\n\r\nThese great apes are known as mans closest friends because of different characteristics that they have in common with man. Look out in the trees for chimpanzees, other primates such as white colobus monkeys, grey-checked mangabey, red colobus, black-and-white colobus, Baboons and different bird species like the great blue turacco, Africa pied king fisher , malkites and so on.\r\n\r\nReturn back to the lodge after the trek for lunch after which you will go for the Bigodi swamp walk to search for the water loving bird species. The forest is not only known for its 13 species of primates, but this swamp area with in it, is a bird watchers paradise.\r\n\r\nReturn for dinner and overnight stay at Kibale safari Lodge or Primates Lodge or Ndali Lodge for up market/ Chimps nest for mid range and Chimpanzee guest house for budget.'),(1515,88,'_itinerary_1_day_details','field_60af2c6cdac05'),(1516,88,'itinerary_2_day_heading','Day 3: Transfer to Queen Elizabeth National Park'),(1517,88,'_itinerary_2_day_heading','field_60af2c57dac04'),(1518,88,'itinerary_2_day_details','After a fully served breakfast, you will leave Kibale Forest National Park and transfer to Queen Elizabeth National park.\r\n\r\nEn route, the journey will provide with different scenic views of the great mountains of the moon. You will reach the park with a game drive en route which will offer you with sights of different animals and how they behave at different times. Look out for animals like Elephants, Leopards, Lions and Kobs.\r\n\r\nYou will reach the park headquarters at Mweya in the late afternoon where you will have lunch. Relax while having a small tour around the area.\r\n\r\nDinner and overnight at Mweya Safari Lodge for up market/Hippo hill camp or Ihamba for mid range/Simba Safari camp for budget.'),(1519,88,'_itinerary_2_day_details','field_60af2c6cdac05'),(1520,88,'itinerary_3_day_heading','Day 4: Game Drive & Launch Cruise'),(1521,88,'_itinerary_3_day_heading','field_60af2c57dac04'),(1522,88,'itinerary_3_day_details','After breakfast early morning, you will go for the game drive in Kasenyi area with in the Park. The game drive will reward with beautiful and a variety of wildlife in the park such as Elephants, Lions, leopards, buffaloes, Antelopes like bush bucks and water bucks, Kobs, warthogs and so on.\r\n\r\nLater on you will return to your lodge for lunch as you wait for the afternoon launch cruise along the Kazinga commonly known as the area with the highest concentration of hippos in Africa. The launch cruise will reward you with views of the most famous water loving animals like crocodile along the river banks, elephants taking water, hippos and many bird species.\r\n\r\nReturn back to your lodge for dinner and overnight stay at Mweya Safari Lodge for up market/Hippo hill camp or Ihamba for mid range/Simba Safari camp for budget.'),(1523,88,'_itinerary_3_day_details','field_60af2c6cdac05'),(1524,88,'itinerary_4_day_heading','Day 5: Transfer to Bwindi Impenetrable Forest National Park'),(1525,88,'_itinerary_4_day_heading','field_60af2c57dac04'),(1526,88,'itinerary_4_day_details','You will set out for the early morning game drive with in the park to search for the early risers and animals you missed out in the previous game drives. Alternatively, you can go for chimpanzee tracking in the Kyambura gorge.\r\n\r\nLater on have lunch and after transfer to Bwindi Park via the Ishasha sector commonly known for its rare tree climbing lions. As you pass the area, look out for the rare tree climbing lions in fig trees.\r\n\r\nProceed and reach Buhoma in the evening where you will rest a bit, have dinner and an overnight stay at Gorilla Forest Camp/Gorilla resort for up market, Buhoma lodge or Lake Kitandara camp for mid range or Buhoma community Bandas for budget.'),(1527,88,'_itinerary_4_day_details','field_60af2c6cdac05'),(1528,88,'itinerary_5_day_heading','Day 6: Gorilla Trekking Experience'),(1529,88,'_itinerary_5_day_heading','field_60af2c57dac04'),(1530,88,'itinerary_5_day_details','After breakfast at the lodge, you will go to the park headquarters for briefing from the Uganda wildlife Authority ranger guides. After the briefing, the ranger will lead you into the thick impenetrable forest to start your search for the endangered rare species of Mountain Gorillas.\r\n\r\nThe gorilla search always continues from the place where they were last seen the previous day. Upon reaching the area where these famous species are, you will only be allowed to interact with them for only one hour and you should always keep maximum silence while with these Gorillas. You are allowed to take photographs and so one.\r\n\r\nTo find the Gorillas, it’s such a tiresome experience since it can take you almost 3-8 hours to find them. However, once you meet these gorillas, you will easily forget the hatches you have gone through to find them and instead save the good memories you will experience with them.\r\n\r\nAfter the interaction, you will return late to the lodge for dinner and overnight stay as above.'),(1531,88,'_itinerary_5_day_details','field_60af2c6cdac05'),(1532,88,'itinerary_6_day_heading','Day 7: Transfer Back to Kampala'),(1533,88,'_itinerary_6_day_heading','field_60af2c57dac04'),(1534,88,'itinerary_6_day_details','After an early breakfast at the lodge, you will drive back to Kampala with your lunch en route in Mbarara town. On your way back, you will pass via Kabale commonly known as the Switzerland of Africa because of its hills and beautiful scenery.\r\n\r\nReach Kampala late evening and drop off will be at your Hotel in Kampala.'),(1535,88,'_itinerary_6_day_details','field_60af2c6cdac05'),(1536,88,'itinerary','7'),(1537,88,'_itinerary','field_60af2c3adac03'),(1538,88,'inclusions','a:11:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:27:\"Chimpanzee trekking permits\";i:9;s:24:\"Primate tracking permits\";i:10;s:52:\"Professional full-time English speaking driver-guide\";}'),(1539,88,'_inclusions','field_60af2c8ddac06'),(1540,88,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(1541,88,'_exclusions','field_60af2dbedac07'),(1542,89,'_edit_lock','1623400461:1'),(1543,89,'_edit_last','1'),(1544,89,'duration','8'),(1545,89,'_duration','field_60af2bf1dac02'),(1546,89,'itinerary_0_day_heading','Day 1: Arrival'),(1547,89,'_itinerary_0_day_heading','field_60af2c57dac04'),(1548,89,'itinerary_0_day_details','Arrive at Kanombe (Kigali) Airport. Our tour guide will meet you at the airport and transfer to Kigali City, the capital of Rwanda.\r\n\r\nVisit the Genocide Memorial Site, a museum documenting the 1994 Rwanda Genocide. At the site are some of the burial grounds for the victims of the genocide. After the tour, drive to Lake Kivu shores. Enjoy the drive through the rolling hills for which Rwanda is well known. [Approximate driving time: 5 hours]\r\n\r\nOvernight at Discover Guest House (Budget) / Hotel Paradise Malahide (Midrange) / Lake Kivu Serena Hotel (Luxury).'),(1549,89,'_itinerary_0_day_details','field_60af2c6cdac05'),(1550,89,'itinerary_1_day_heading','Day 2: Virunga National Park'),(1551,89,'_itinerary_1_day_heading','field_60af2c57dac04'),(1552,89,'itinerary_1_day_details','In the morning, travel to the Rwanda – Congo border. Cross to Congo and travel to Virunga National Park.\r\n\r\nThe Virunga National Park protects the mountain gorillas and it is the pioneer for gorilla tourism. In the afternoon, visit the Sekwekwe Center, the only mountain gorilla orphanage. Return to the lodge for an overnight.\r\n\r\nOvernight at Mikeno Lodge.'),(1553,89,'_itinerary_1_day_details','field_60af2c6cdac05'),(1554,89,'itinerary_2_day_heading','Day 3: Transfer to Volcanoes National Park'),(1555,89,'_itinerary_2_day_heading','field_60af2c57dac04'),(1556,89,'itinerary_2_day_details','In the morning, drive to Bukima for a gorilla trek in the Virunga National Park, the oldest park in Africa and the second oldest in the world.\r\n\r\nAfter the trek, return to Gisenyi. Have Lunch. Travel to the Musanze (Ruhengeri) located in the shadows of the Virunga Mountains of the Parc National des Volcans (PNV).\r\n\r\nDinner and Overnight at Muhabura Hotel (Budget) / Hotel La Palme or Le Bambou Gorilla Lodge (Midrange) /Mountain Gorilla View Lodge (Luxury).'),(1557,89,'_itinerary_2_day_details','field_60af2c6cdac05'),(1558,89,'itinerary_3_day_heading','Day 4: Parc National des Volcans'),(1559,89,'_itinerary_3_day_heading','field_60af2c57dac04'),(1560,89,'itinerary_3_day_details','Gorilla tracking through the forest involves hiking through hills and swamps, an activity that can be tough, arduous and tiring. A gorilla trek takes from 2 hours to up to 8 hours of hiking in the forest. But coming face to face with the great primates is well worth the effort.\r\n\r\nAfter the gorilla trek, visit the Iby’wachu for an educational tour that takes you back to the old times of Rwandan people.\r\n\r\nO/N: Hotel La Palme/Virunga Hotel/Mountain Gorilla View Lodge (FB).'),(1561,89,'_itinerary_3_day_details','field_60af2c6cdac05'),(1562,89,'itinerary_4_day_heading','Day 5: Golden Monkeys & Transfer to Mgahinga National Park'),(1563,89,'_itinerary_4_day_heading','field_60af2c57dac04'),(1564,89,'itinerary_4_day_details','In Parc National des Volcans, go for golden monkey tracking.\r\n\r\n(Optional Activities or climb the awesome Visoke volcano, or trek to Karisoke Research Centre which was set up by the famous primatologist Dian Fossey. In the afternoon, cross the Rwanda border to Mgahinga National Park [Approximate driving time: 2 hours].\r\n\r\nEn route visit the Twin Lakes of Bulera and Ruhondo.\r\n\r\nO/N: Travellers Rest Hotel.'),(1565,89,'_itinerary_4_day_details','field_60af2c6cdac05'),(1566,89,'itinerary_5_day_heading','Day 6: Mgahinga Park Tour'),(1567,89,'_itinerary_5_day_heading','field_60af2c57dac04'),(1568,89,'itinerary_5_day_details','Either guided nature walk in Gahinga or climb a volcano. In the evening go for a visit to the natural, beautiful-looking Lake Mutanda, surrounded by the volcanoes, take a walk on the shores. Lunch in Kisoro.\r\n\r\nO/N: Travellers Rest Hotel (Budget &amp; Midrange) / Lake Mutanda Lodge or Chameleon Hill Lodge (Luxury).'),(1569,89,'_itinerary_5_day_details','field_60af2c6cdac05'),(1570,89,'itinerary_6_day_heading','Day 7: Gorilla Tracking in Southern Bwindi'),(1571,89,'_itinerary_6_day_heading','field_60af2c57dac04'),(1572,89,'itinerary_6_day_details','EITHER: Go for gorilla tracking in the southern sector of Bwindi Impenetrable National Park. We will track the gorillas in one of the gorilla groups – Nkuringo, Ishongi.\r\n\r\nO/N: Rushaga Gorilla Camp (Budget &amp; Midrange) / Clouds Gorilla Lodge (Luxury).'),(1573,89,'_itinerary_6_day_details','field_60af2c6cdac05'),(1574,89,'itinerary_7_day_heading','Day 8: Return to Kigali'),(1575,89,'_itinerary_7_day_heading','field_60af2c57dac04'),(1576,89,'itinerary_7_day_details','Leave for Kigali in Rwanda. Continue to Rwanda passing the Katuna border.\r\n\r\nGo for a tour of the city – Visit the Ntarama Genocide Memorial and Caplaki for arts and craft shopping that you can take as souvenirs. [Approximate driving time: 6 hours].\r\n\r\nDrop off at the airport for your flight.'),(1577,89,'_itinerary_7_day_details','field_60af2c6cdac05'),(1578,89,'itinerary','8'),(1579,89,'_itinerary','field_60af2c3adac03'),(1580,89,'inclusions','a:11:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:27:\"Chimpanzee trekking permits\";i:9;s:24:\"Primate tracking permits\";i:10;s:52:\"Professional full-time English speaking driver-guide\";}'),(1581,89,'_inclusions','field_60af2c8ddac06'),(1582,89,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(1583,89,'_exclusions','field_60af2dbedac07'),(1584,90,'_edit_lock','1623398479:1'),(1585,90,'_edit_last','1'),(1586,90,'duration','8'),(1587,90,'_duration','field_60af2bf1dac02'),(1588,90,'itinerary_0_day_heading','Day 1: Ngamba Chimpanzee Tour'),(1589,90,'_itinerary_0_day_heading','field_60af2c57dac04'),(1590,90,'itinerary_0_day_details','Upon your arrival into Entebbe International Airport (suggested to arrive at 09:10) you will be met by your professional driver/guide and vehicle and escorted to your cozy guesthouse.\r\n\r\nBy midday, you are met transferred by boat on Lake Victoria to the Jane Goodall Institute on Ngamba Island. This is a project of the Chimpanzees Sanctuary and Wildlife Conservation Trust (CSWCT), established in 1997 by the Born Free Foundation (UK), International Fund for Animal Welfare (USA), the Jane Goodall Institute (Germany and Uganda), The Uganda Wildlife Education Centre Trust (UWECT) and the Zoological Board of New South Wales (Australia) and it provides these orphaned chimpanzees with a secure home to live out their lives, since a return to their natural habitat is not possible, while educating visitors and local communities about their remarkable species and the importance of conserving their fragile forest habitat.\r\n\r\nFinally, you are transferred to your guesthouse where you will have a short safari briefing to prepare you for your safari.\r\n\r\nOvernight: Boma Guesthouse – a clean and comfortable guest house providing easy access from the airport.'),(1591,90,'_itinerary_0_day_details','field_60af2c6cdac05'),(1592,90,'itinerary_1_day_heading','Day 2: Entebbe – Lake Mburo National Park'),(1593,90,'_itinerary_1_day_heading','field_60af2c57dac04'),(1594,90,'itinerary_1_day_details','From Entebbe you head south to the Lake Mburo National Park. The park is composed primarily of grassland, wetland, and acacia woodland habitats. At the centre of the park lies Lake Mburo which, together with 14 other lakes in the area, forms part of an extensive wetland system. The park has topi, eland, klipspringer, zebra, buffalo, oribi, sitatunga, leopard, an excellent variety of water and acacia savannah bird species, like crested crane, marabou stork and bronze-tailed starling.\r\n\r\n<strong>Overnight: Mantana Tented Camp – </strong>is a classic tented camp in the grand safari tradition providing the only luxury accommodations inside the Lake Mburo National Park. It is set in a commanding hilltop position overlooking Lake Mburo and its surrounding eco-systems. Each guest tent is set on wooden platforms with verandah, twin bedroom, dressing room and en-suite bush shower and toilet. Hot water is provided in the dressing room and for the showers and electric lighting is fitted in the tents, solar power (B/L/D)'),(1595,90,'_itinerary_1_day_details','field_60af2c6cdac05'),(1596,90,'itinerary_2_day_heading','Day 3: Game Drives in Lake Mburo National Park'),(1597,90,'_itinerary_2_day_heading','field_60af2c57dac04'),(1598,90,'itinerary_2_day_details','Today we travel along from Mburo towards the Kabale region, and then into the mountainous area of the lush Uganda Highlands – the ‘Switzerland of Africa’ – with great views and vistas of this beautiful green area, from here we continue to Bwindi Impenetrable Forest, for your gorilla tracking base. It will be a fairly long day in the vehicle, passing some interesting scenery, farmland and lush green hillsides, but you have the rest of the afternoon to relax at the lodge and enjoy the views across the forest.\r\n\r\nOvernight: Buhoma Lodge – is located only 5 minutes walk from Bwindi Park Headquarters. The lodge consists of 8 traditionally built wooden cottages. With en-suite bathrooms and hot and cold running water this is a lovely place to stay. If you’re lucky you may even spot gorillas walking past the property. (B/L/D)'),(1599,90,'_itinerary_2_day_details','field_60af2c6cdac05'),(1600,90,'itinerary_3_day_heading','Day 4: Gorilla Trekking in Bwindi Forest'),(1601,90,'_itinerary_3_day_heading','field_60af2c57dac04'),(1602,90,'itinerary_3_day_details','An early morning trek into the forest on the slopes of the volcanoes, led by experienced trackers will bring you amongst a family of Mountain Gorillas.\r\n\r\nThese massive primates are extremely rare, only approximately 720 remaining. You will get within metres of the family, and be privileged to spend an hour amongst them. Returning to the camp for a late lunch, we have an opportunity for forest walks with the guides, or just to relax.\r\n\r\nThe gorilla trekking may be fairly strenuous; up to six hours or longer is not uncommon – at relatively high altitude. Mountain Gorillas are wild animals, as such sightings cannot be guaranteed however the success rate is well over 90%.\r\n\r\nOvernight: Buhoma Lodge (B/L/D).'),(1603,90,'_itinerary_3_day_details','field_60af2c6cdac05'),(1604,90,'itinerary_4_day_heading','Day 5: Drive to Queen Elizabeth National Park'),(1605,90,'_itinerary_4_day_heading','field_60af2c57dac04'),(1606,90,'itinerary_4_day_details','Today you have a second opportunity for gorilla tracking, with pre-purchased permits subject to availability.\r\n\r\nIn the afternoon we will drive in a northerly direction to Queen Elizabeth National Park. Passing through farmlands and small towns and villages, you will have the opportunity to see rural Uganda and the vivid green beauty of the country and also, if weather and road conditions allow, we may enter QENP from the Ishasha side of the park where excellent game viewing can be conducted en route.\r\n\r\nOvernight: Ishasha Wilderness Camp – consists of 6 Meru Style tents located on the banks of the Ntungwe River and providing access to a host of game viewing including the famous tree climbing lions. There are en-suite bathrooms with hot bush showers and eco-friendly toilets. Ishasha Wilderness Camp is the perfect place to stop on the way to track the gorillas of Bwindi (B/L/D).'),(1607,90,'_itinerary_4_day_details','field_60af2c6cdac05'),(1608,90,'itinerary_5_day_heading','Day 6: Explore the Ishasha Sector'),(1609,90,'_itinerary_5_day_heading','field_60af2c57dac04'),(1610,90,'itinerary_5_day_details','You will explore Ishasha, the southern sector of Queen Elizabeth considered by some experts as one of the most alluring game viewing area of East Africa. It’s an off-the-beaten-track destination that you will surely enjoy.\r\n\r\nWe wake up early, of course, since this is the best time for observing nature. You start from the southern circuit in search of the elephants and we will drive over the plains of Ishasha in the open savannah. The southern circuit usually has large herds of buffalo, Uganda Kob and topi. Near to the swamps of the southern circuit you might see even leopard.\r\n\r\nWe continue and drive to the northern circuit which is the area near the main road known for its tree climbing lions. We look particularly at the many fig trees where lions like to stay. But we also visit the Uganda Kob mating ground which is their preferred hunting area.\r\n\r\nAfter an initial scouting expedition, we return to the camp for a lunch, we relax, observe the hippos and we take time for a shower or siesta in the shadow of the woods.\r\n\r\nIn the afternoon you will have another game drive and during the dry season we will drive you to the Edward’s flats to see elephants, large herds of buffalo and different water birds.\r\n\r\nOvernight: Ishasha Wilderness Camp (B/L/D).'),(1611,90,'_itinerary_5_day_details','field_60af2c6cdac05'),(1612,90,'itinerary_6_day_heading','Day 7: Explore Mweya, Queen Elizabeth National Park'),(1613,90,'_itinerary_6_day_heading','field_60af2c57dac04'),(1614,90,'itinerary_6_day_details','From Ishasha you head north to the Mweya Section where you enjoy a cruise along the Kazinga Channel.\r\n\r\nThis is a great wildlife trip as the elephants, buffalo, topi, Kob, hippos and crocodiles all come down to the water to relax in the shallows or quench their thirst during the heat of the day. You have the chance to go to the Kyambura Gorge to track a troop of 20 semi habituated chimpanzees (activity decided on the day by consensus by the whole group otherwise you will take a game drive on the Kasenyi plains).\r\n\r\nThe Kyambura River, about 16km long, flows into the Kazinga Channel. On arrival, the rangers will lead you and we drive to the nearest point, where they (rangers) usually know the chimpanzees are located. The rangers will give you a briefing before descending into the depths of the gorge. The nature walk takes a few hours and lunch will be served at Kyambura fig tree campsite before heading back to Ishasha.\r\n\r\nOvernight: Mweya Safari Lodge<strong> – </strong>is located on a peninsular in the heart of Queen Elizabeth National Park; this lodge offers spectacular views over the Kazinga Channel with great bird watching and a variety of savannah game drives possible. Perfect pool positioning means that you can look down onto the plains whilst enjoying a cooling swim. All rooms have en-suite facilities (B/L/D).'),(1615,90,'_itinerary_6_day_details','field_60af2c6cdac05'),(1616,90,'itinerary_7_day_heading','Day 8: Return to Kampala'),(1617,90,'_itinerary_7_day_heading','field_60af2c57dac04'),(1618,90,'itinerary_7_day_details','From the Queen Elizabeth National Park you head back to Kampala, stopping for a lunch enroute. You will be taken to Entebbe where you will be taken to the airport for your evening flight back home (B).'),(1619,90,'_itinerary_7_day_details','field_60af2c6cdac05'),(1620,90,'itinerary','8'),(1621,90,'_itinerary','field_60af2c3adac03'),(1622,90,'inclusions','a:10:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:27:\"Chimpanzee trekking permits\";i:9;s:52:\"Professional full-time English speaking driver-guide\";}'),(1623,90,'_inclusions','field_60af2c8ddac06'),(1624,90,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(1625,90,'_exclusions','field_60af2dbedac07'),(1626,91,'_edit_lock','1623399489:1'),(1627,91,'_edit_last','1'),(1628,91,'duration','10'),(1629,91,'_duration','field_60af2bf1dac02'),(1630,91,'itinerary_0_day_heading','Day 1: Arrival – Entebbe'),(1631,91,'_itinerary_0_day_heading','field_60af2c57dac04'),(1632,91,'itinerary_0_day_details','In the morning, you arrive at the newly refurbished and modern Entebbe International Airport, where we will meet you for a welcome drink and a briefing. We then set off west to Kibale Forest. In the afternoon we arrive at our camp.\r\n\r\nOvernight: Ndali Lodge/Mantana Kibale (L, D).'),(1633,91,'_itinerary_0_day_details','field_60af2c6cdac05'),(1634,91,'itinerary_1_day_heading','Day 2: Kibale Forest National Park'),(1635,91,'_itinerary_1_day_heading','field_60af2c57dac04'),(1636,91,'itinerary_1_day_details','This 766 square-kilometer tropical rain forest is the natural habitat for an amazing 12 primate species, and contains the highest primate density of an area on Earth.\r\n\r\nHere, on a guided forest walk, you may find families of Chimpanzees and Red Colobus Monkeys chattering and swinging through the ancient forest trees. Some of the trees are 50 to 60 meters (150 to 180 feet) in height, and provide a majestic canopy for the profusion of rain forest life, including 325 bird species.\r\n\r\nEven though you may only rarely see them, the park is home to the largest population of Forest Elephant in Uganda, and is also home to Buffalo, Uganda Kob, Genet, Civet, Waterbuck and Bushbuck. This morning we take a guided walk through this fascinating forest, following the well-marked trails.\r\n\r\nAfter lunch we visit a nearby forest swamp that is excellent for viewing more primates and other forest animals.\r\n\r\nOvernight: Ndali Lodge/Mantana Kibale (F/B).'),(1637,91,'_itinerary_1_day_details','field_60af2c6cdac05'),(1638,91,'itinerary_2_day_heading','Day 3: Kibale Forest National Park – Queen Elizabeth National Park'),(1639,91,'_itinerary_2_day_heading','field_60af2c57dac04'),(1640,91,'itinerary_2_day_details','After breakfast we enjoy another morning walk in the forest, and return to camp for lunch. We then set out in a southerly direction for the Queen Elizabeth National Park.\r\n\r\nSet in the western branch of the Great Rift Valley, the park is incredibly diverse in the type of terrain it encompasses. Prehistoric volcanic explosion craters now serve as huge amphitheatres across the floor of which troop herds of Elephant and Buffalo. Some of these craters have formed salt lakes in which Flamingo from as far away as Kenya are scattered like delicate pink dust. Wide-open plains support fair numbers of game, both prey and predator.\r\n\r\nThe two large lakes that bound the park – Edward and George, together with the connecting Kazinga Channel are home to large numbers of Hippo, and numerous Crocodile.\r\n\r\nThis evening, we arrive at Mweya Lodge, dramatically located on a peninsula that juts out into Lake Edward and provides excellent views of the Kazinga Channel. We will enjoy our first game drive this evening.\r\n\r\nOvernight: Mweya Safari Lodge (F/B).'),(1641,91,'_itinerary_2_day_details','field_60af2c6cdac05'),(1642,91,'itinerary_3_day_heading','Day 4: Queen Elizabeth National Park'),(1643,91,'_itinerary_3_day_heading','field_60af2c57dac04'),(1644,91,'itinerary_3_day_details','This morning, we will go on the first of our game drives. It’s an early start, and we will enjoy coffee and tea out on the rolling plains of the park.\r\n\r\nWe return to the lodge for breakfast, and in time to prepare for our launch trip on the Kazinga Channel. This water system hosts the highest concentration of Hippo in the world, and this excursion brings us up close to them. We will also see crocodile, buffalo, and other game that drink from the Channel, and experience the profusion of bird life that is supported here.\r\n\r\nWe return in the late afternoon, and transfer to our lodge. As dusk falls, we prepare for dinner and a good night’s rest.\r\n\r\nOvernight: Mweya Safari Lodge (F/B).'),(1645,91,'_itinerary_3_day_details','field_60af2c6cdac05'),(1646,91,'itinerary_4_day_heading','Day 5: Queen Elizabeth National Park'),(1647,91,'_itinerary_4_day_heading','field_60af2c57dac04'),(1648,91,'itinerary_4_day_details','Our adventure necessitates a very early (and hearty!) breakfast this morning.\r\n\r\nWe drive to the top of the Chambura Gorge, a deep natural ravine in the surrounding plains. We descend into the floor of the gorge, where a riverine forest very different from what we have so far seen awaits us. The gorge is home a number of bird and mammal species.\r\n\r\nWe drive back to the lodge for lunch, followed by a late afternoon game drive. On the game drive, we may run into Waterbuck, Elephant, Giant Forest Hog, Bushbuck, Buffalo, or even Lion or Leopard. Then it’s back to our lodge for our usual evening wind-down.\r\n\r\nOvernight: Mweya Safari Lodge (F/B).'),(1649,91,'_itinerary_4_day_details','field_60af2c6cdac05'),(1650,91,'itinerary_5_day_heading','Day 6: Queen Elizabeth National Park-Bwindi Impenetrable National Park'),(1651,91,'_itinerary_5_day_heading','field_60af2c57dac04'),(1652,91,'itinerary_5_day_details','Another early start for a bush walk through the Maramagambo Forest.\r\n\r\nThis is one of the largest forests in Uganda, and forms a habitat for a number of primates and forest dwellers. Due to its location, Maramagambo also has a high diversity of butterflies and birds. Our walk culminates in a visit to volcanic caves that are home to thousands of bats, and often, several reptile species.\r\n\r\nLater, we travel further south to the Bwindi Impenetrable Forest. This is a leisurely drive, taking most of the day. We climb out of the Rift Valley at first, and then travel through the Kigezi Highlands of South-Western Uganda. The scenery gets increasingly breathtaking as we switchback up and down the hills. Thirty kilometres (18 miles) before the end of our journey, we see our objective – the mist-swathed mountains of the Bwindi Impenetrable National Park.\r\n\r\nThis is a UNESCO World Heritage Site and is one of the most biologically diverse areas in the world.\r\n\r\nOn arrival, we are welcomed to the luxurious Gorilla Forest Camp with hot towels and a welcome drink. We retire to our enormous tents for a hot shower (or a hot bath if you prefer), and meet later around the campfire to recount the day’s activities.\r\n\r\nAfter dinner, we retire for the night, lulled to sleep by the sounds of one of Africa’s most incredible natural environments.\r\n\r\nOvernight: Gorilla Forest Camp – (F/B).'),(1653,91,'_itinerary_5_day_details','field_60af2c6cdac05'),(1654,91,'itinerary_6_day_heading','Day 7 and 8: Bwindi Impenetrable National Park'),(1655,91,'_itinerary_6_day_heading','field_60af2c57dac04'),(1656,91,'itinerary_6_day_details','These two days activities may be amongst the most exciting and challenging of our entire expedition. The<strong> </strong>Mountain Gorillas<strong> </strong>in Bwindi are part of a worldwide population of just 700 individuals. The gorillas we are allowed to track belong to one of three habituated family groups. For up to five years each, these groups have undergone an extremely delicate process that has gradually brought them to tolerate the presence of humans for a brief period every day and allowed a few privileged visitors to interact with them in the wild.\r\n\r\nThe gorillas are by no means tame, and are completely wild animals. However, experienced guides will accompany us on our tracking, many of who have been involved in the habituation process themselves. The guides will use their knowledge of the gorillas’ habits and information from the previous day to locate the group’s whereabouts.\r\n\r\nBecause of this, the time taken to track the gorillas varies enormously, from as little as half an hour to as much as 9 hours before one returns to camp. Once the gorillas are located, our group will be allowed a maximum of one hour with them. This is one of the world’s truly memorable experiences – a look into one of these magnificent creatures’ eyes brings home the bond that exists between them and us. It also brings home the poignant fact that they are on the edge of extinction, and that our presence here contributes to ensuring their continued survival. Tracking the mountain gorillas is an awe inspiring experience and as you come across them in their forest surroundings all thought of fatigue disappear! The hour is often over all too quickly, and we slowly make our way back to camp to recount the day’s adventures.\r\n\r\nOvernight: Gorilla Forest Camp (F/B).'),(1657,91,'_itinerary_6_day_details','field_60af2c6cdac05'),(1658,91,'itinerary_7_day_heading','Day 9: Bwindi Impenetrable National Park – Lake Mburo'),(1659,91,'_itinerary_7_day_heading','field_60af2c57dac04'),(1660,91,'itinerary_7_day_details','Today we will travel eastwards to Lake Mburo National Park. After lunch in Mbarara, we drive to the park and check in to our camp. We enjoy an evening game drive to view the parks plains game species and birds, followed by a return to the camp to freshen up for dinner.\r\n\r\nOvernight: Lake Mburo Tented Camp (F/B).'),(1661,91,'_itinerary_7_day_details','field_60af2c6cdac05'),(1662,91,'itinerary_8_day_heading','Day 10: Lake Mburo – Entebbe'),(1663,91,'_itinerary_8_day_heading','field_60af2c57dac04'),(1664,91,'itinerary_8_day_details','After an early morning game drive, we return to Entebbe, where we will check in to our hotel and prepare for our evening flight out. We will arrive in time for lunch, with the afternoon at leisure.\r\n\r\nOvernight: Imperial Resort Beach Hotel (B, L).'),(1665,91,'_itinerary_8_day_details','field_60af2c6cdac05'),(1666,91,'itinerary','9'),(1667,91,'_itinerary','field_60af2c3adac03'),(1668,91,'inclusions','a:11:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:27:\"Chimpanzee trekking permits\";i:9;s:24:\"Primate tracking permits\";i:10;s:52:\"Professional full-time English speaking driver-guide\";}'),(1669,91,'_inclusions','field_60af2c8ddac06'),(1670,91,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(1671,91,'_exclusions','field_60af2dbedac07'),(1672,92,'_edit_lock','1623399399:1'),(1673,92,'_edit_last','1'),(1674,92,'duration','12'),(1675,92,'_duration','field_60af2bf1dac02'),(1676,92,'itinerary_0_day_heading','Day 1: Arrival at Entebbe International Airport'),(1677,92,'_itinerary_0_day_heading','field_60af2c57dac04'),(1678,92,'itinerary_0_day_details','Upon arrival at Entebbe International Airport, you will meet our tour guide who will be holding a sign post bearing your names. Greet and later depending on arrival time you will either transfer to your assigned accommodation in Kampala or Entebbe for dinner and overnight stay (for evening and night arrivals) or take you on a short city tour around Kampala and Entebbe.\r\n\r\nYou can visit places like the Kasubi tombs, Namugongo Marty’s shrine, Lake Victoria shores, Uganda museum and so on.\r\n\r\nDinner and overnight at your Hotel in Kampala. Cassia Lodge for mid range or Holiday Express Hotel/Excellent Hotel for budget.'),(1679,92,'_itinerary_0_day_details','field_60af2c6cdac05'),(1680,92,'itinerary_1_day_heading','Day 2: Transfer to Murchison Falls National Park'),(1681,92,'_itinerary_1_day_heading','field_60af2c57dac04'),(1682,92,'itinerary_1_day_details','After breakfast at your Hotel in Kampala or Entebbe, your driver guide will meet you up and brief you shortly about your tour. Later you will transfer to Murchison Falls National Park via Luweero-Nakasongola and Masindi. En route, you can have a stop over at the Luweero Triangle and also at Ziwa Rhino sanctuary for Rhino tracking.\r\n\r\nYou will reach Masindi town in time for lunch. After lunch, proceed to the park where upon arrival, you will go and visit the top of the falls.\r\n\r\nThis is the most interesting area with in the park. At the top of the falls you will experience the beauty of the mighty river Nile where its waters squeezes its self into a 7 meter gorge deep down over 45metres and hence making a thunderous roar.\r\n\r\nTransfer to your assigned place of accommodation for dinner and overnight stay at Red chill camp for budget'),(1683,92,'_itinerary_1_day_details','field_60af2c6cdac05'),(1684,92,'itinerary_2_day_heading','Day 3: Game Drive & Launch Cruise'),(1685,92,'_itinerary_2_day_heading','field_60af2c57dac04'),(1686,92,'itinerary_2_day_details','After breakfast early morning, you will go for the game drive in the northern part of the park.\r\n\r\nThe game drive will reward with beautiful and a variety of wildlife in the park such as Elephants, Lions, leopards, buffaloes, Antelopes like bush bucks and water bucks, Kobs, warthogs and so on. Later on you will return to your lodge for lunch as you wait for the afternoon launch cruise along the Albert Nile. During the afternoon launch cruise, look out for water loving animals like crocodile along the river banks, elephants taking water, hippos and many bird species.\r\n\r\nReturn back to your lodge for dinner and overnight stay at Red chill camp for budget.'),(1687,92,'_itinerary_2_day_details','field_60af2c6cdac05'),(1688,92,'itinerary_3_day_heading','Day 4: Transfer to Kibale Forest National Park'),(1689,92,'_itinerary_3_day_heading','field_60af2c57dac04'),(1690,92,'itinerary_3_day_details','After breakfast, you will set out and transfer to Kibale Forest National Park.\r\n\r\nEn route to the park, the journey will reward you with beautiful scenery especially of the great Rwenzori Mountains in Kasese. You will also pass by different homesteads of local people in Hoima, plantations of tea and bananas and so on. You will have lunch in Hoima town and later proceed to fort portal reaching in the evening.\r\n\r\nTransfer to the park for dinner and overnight stay at Chimpanzee guest house for budget.'),(1691,92,'_itinerary_3_day_details','field_60af2c6cdac05'),(1692,92,'itinerary_4_day_heading','Day 5: Chimpanzee Tracking in Kibale Forest & Bigodi Swamp Walk'),(1693,92,'_itinerary_4_day_heading','field_60af2c57dac04'),(1694,92,'itinerary_4_day_details','Breakfast will be served in the morning after which, you will set out for the short chimpanzee briefing from the Uganda Wildlife Authority officials. The rangers will guide you on how to walk while in the forest and also how to behave. After this, you will get into the forest to start your search for the chimpanzees.\r\n\r\nThese great apes are known as mans closest friends because of different characteristics that they have in common with man. Look out in the trees for chimpanzees, other primates such as white colobus monkeys, grey-checked mangabey, red colobus, black-and-white colobus, Baboons and different  bird species like the great blue turacco, Africa pied king fisher , malkites and so on.\r\n\r\nReturn back to the lodge after the trek for lunch after which you will go for the Bigodi swamp walk to search for the water loving bird species. The forest is not only known for its 13 species of primates, but this swamp area with in it, is a bird watchers paradise.\r\n\r\nReturn for dinner and overnight stay at Chimpanzee guest house for budget.'),(1695,92,'_itinerary_4_day_details','field_60af2c6cdac05'),(1696,92,'itinerary_5_day_heading','Day 6: Transfer to Queen Elizabeth National Park'),(1697,92,'_itinerary_5_day_heading','field_60af2c57dac04'),(1698,92,'itinerary_5_day_details','After a fully served breakfast, you will leave Kibale Forest National Park and transfer to Queen Elizabeth National park.\r\n\r\nEn route, the journey will provide with different scenic views of the great mountains of the moon. You will reach the park with a game drive en route which will offer you with sights of different animals and how they behave at different times. Look out for animals like Elephants, Leopards, Lions and Kobs. You will reach the park headquarters at Mweya in the late afternoon where you will have lunch. Relax while having a small tour around the area.\r\n\r\nDinner and overnight at Simba Safari camp for budget.'),(1699,92,'_itinerary_5_day_details','field_60af2c6cdac05'),(1700,92,'itinerary_6_day_heading','Day 7: Game Drive & Launch Cruise'),(1701,92,'_itinerary_6_day_heading','field_60af2c57dac04'),(1702,92,'itinerary_6_day_details','After breakfast early morning, you will go for the game drive in Kasenyi area with in the Park.\r\n\r\nThe game drive will reward with beautiful and a variety of wildlife in the park such as Elephants, Lions, leopards, buffaloes, Antelopes like bush bucks and water bucks, Kobs, warthogs and so on.\r\n\r\nLater on you will return to your lodge for lunch as you wait for the afternoon launch cruise along the Kazinga commonly known as the area with the highest concentration of hippos in Africa. The launch cruise will reward you with views of the most famous water loving animals like crocodile along the river banks, elephants taking water, hippos and many bird species.\r\n\r\nReturn back to your lodge for dinner and overnight stay at Simba Safari camp for budget.'),(1703,92,'_itinerary_6_day_details','field_60af2c6cdac05'),(1704,92,'itinerary_7_day_heading','Day 8: Transfer to Bwindi Impenetrable Forest National Park'),(1705,92,'_itinerary_7_day_heading','field_60af2c57dac04'),(1706,92,'itinerary_7_day_details','You will set out for the early morning game drive with in the park to search for the early risers and animals you missed out in the previous game drives. Alternatively, you can go for chimpanzee tracking in the Kyambura gorge.\r\n\r\nLater on have lunch and after transfer to Bwindi Park via the Ishasha sector commonly known for its rare tree climbing lions. As you pass the area, look out for the rare tree climbing lions in fig trees.\r\n\r\nProceed and reach Buhoma in the evening where you will rest a bit, have dinner and an overnight stay at Buhoma community Bandas for budget.'),(1707,92,'_itinerary_7_day_details','field_60af2c6cdac05'),(1708,92,'itinerary_8_day_heading','Day 9: Gorilla Trekking Experience'),(1709,92,'_itinerary_8_day_heading','field_60af2c57dac04'),(1710,92,'itinerary_8_day_details','After breakfast at the lodge, you will go to the park headquarters for briefing from the Uganda wildlife Authority ranger guides. After the briefing, the ranger will lead you into the thick impenetrable forest to start your search for the endangered rare species of Mountain Gorillas.\r\n\r\nThe gorilla search always continues from the place where they were last seen the previous day. Upon reaching the area where these famous species are, you will only be allowed to interact with them for only one hour and you should always keep maximum silence while with these Gorillas. You are allowed to take photographs and so one.\r\n\r\nTo find the Gorillas, it’s such a tiresome experience since it can take you almost 3-8 hours to find them. However, once you meet these gorillas, you will easily forget the hatches you have gone through to find them and instead save the good memories you will experience with them.\r\n\r\nAfter the interaction, you will return late to the lodge for dinner and overnight stay as above.'),(1711,92,'_itinerary_8_day_details','field_60af2c6cdac05'),(1712,92,'itinerary_9_day_heading','Day 10: Transfer Back to Kampala'),(1713,92,'_itinerary_9_day_heading','field_60af2c57dac04'),(1714,92,'itinerary_9_day_details','After an early breakfast at the lodge, you will drive back to Kampala with your lunch en route in Mbarara town. On your way back, you will pass via Kabale commonly known as the Switzerland of Africa because of its hills and beautiful scenery.\r\n\r\nReach Kampala late evening and drop off will be at your Hotel in Kampala.'),(1715,92,'_itinerary_9_day_details','field_60af2c6cdac05'),(1716,92,'itinerary','10'),(1717,92,'_itinerary','field_60af2c3adac03'),(1718,92,'inclusions','a:11:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:27:\"Chimpanzee trekking permits\";i:9;s:24:\"Primate tracking permits\";i:10;s:52:\"Professional full-time English speaking driver-guide\";}'),(1719,92,'_inclusions','field_60af2c8ddac06'),(1720,92,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(1721,92,'_exclusions','field_60af2dbedac07'),(1722,93,'_edit_lock','1623399191:1'),(1723,93,'_edit_last','1'),(1724,93,'duration','14'),(1725,93,'_duration','field_60af2bf1dac02'),(1726,93,'itinerary_0_day_heading','Day 1:  Arrival at Entebbe International Airport'),(1727,93,'_itinerary_0_day_heading','field_60af2c57dac04'),(1728,93,'itinerary_0_day_details','Upon arrival at Entebbe International Airport, you will meet our tour guide who will be holding a sign post bearing your names. Greet and later depending on arrival time you will either transfer to your assigned accommodation in Kampala or Entebbe for dinner and overnight stay (for evening and night arrivals) or take you on a short city tour around Kampala and Entebbe.\r\n\r\nYou can visit places like the Kasubi tombs, Namugongo Marty’s shrine, Lake Victoria shores, Uganda museum and so on.\r\n\r\nDinner and overnight at your Hotel in Kampala. Sheraton Hotel/Kampala Serena Hotel for up market or Imperial royale/Cassia Lodge for mid range or Holiday Express Hotel/Excellent Hotel for budget.'),(1729,93,'_itinerary_0_day_details','field_60af2c6cdac05'),(1730,93,'itinerary_1_day_heading','Day 2: Transfer to Murchison Falls National Park'),(1731,93,'_itinerary_1_day_heading','field_60af2c57dac04'),(1732,93,'itinerary_1_day_details','After breakfast at your Hotel in Kampala or Entebbe, your driver guide will meet you up and brief you shortly about your tour. Later you will transfer to Murchison Falls National Park via Luweero-Nakasongola and Masindi.\r\n\r\nEn route, you can have a stop over at the Luweero Triangle and also at Ziwa Rhino sanctuary for Rhino tracking. You will reach Masindi town in time for lunch.\r\n\r\nAfter lunch, proceed to the park where upon arrival, you will go and visit the top of the falls. This is the most interesting area with in the park. At the top of the falls you will experience the beauty of the mighty river Nile where its waters squeezes its self into a 7 meter gorge deep down over 45metres and hence making a thunderous roar.\r\n\r\nTransfer to your assigned place of accommodation for dinner and overnight stay at Paraa safari Lodge for up market/ Sambiya river lodge for mid range and Red chill camp for budget.'),(1733,93,'_itinerary_1_day_details','field_60af2c6cdac05'),(1734,93,'itinerary_2_day_heading','Day 3: Game Drive & Launch Cruise'),(1735,93,'_itinerary_2_day_heading','field_60af2c57dac04'),(1736,93,'itinerary_2_day_details','After breakfast early morning, you will go for the game drive in the northern part of the park.\r\n\r\nThe game drive will reward with beautiful and a variety of wildlife in the park such as Elephants, Lions, leopards, buffaloes, Antelopes like bush bucks and water bucks, Kobs, warthogs and so on.\r\n\r\nLater on you will return to your lodge for lunch as you wait for the afternoon launch cruise along the Albert Nile. During the afternoon launch cruise, look out for water loving animals like crocodile along the river banks, elephants taking water, hippos and many bird species.\r\n\r\nReturn back to your lodge for dinner and overnight stay at Paraa safari Lodge for up market/ Sambiya river lodge for mid range and Red chill camp for budget.'),(1737,93,'_itinerary_2_day_details','field_60af2c6cdac05'),(1738,93,'itinerary_3_day_heading','Day 4: Transfer to Kibale Forest National Park'),(1739,93,'_itinerary_3_day_heading','field_60af2c57dac04'),(1740,93,'itinerary_3_day_details','After breakfast, you will set out and transfer to Kibale Forest National Park.\r\n\r\nEn route to the park, the journey will reward you with beautiful scenery especially of the great Rwenzori Mountains in Kasese. You will also pass by different homesteads of local people in Hoima, plantations of tea and bananas and so on. You will have lunch in Hoima town and later proceed to fort portal reaching in the evening.\r\n\r\nTransfer to the park for dinner and overnight stay at Kibale safari Lodge or Primates Lodge or Ndali Lodge for up market/ Chimps nest for mid range and Chimpanzee guest house for budget.'),(1741,93,'_itinerary_3_day_details','field_60af2c6cdac05'),(1742,93,'itinerary_4_day_heading','Day 5: Chimpanzee Tracking in Kibale Forest & Bigodi Swamp Walk'),(1743,93,'_itinerary_4_day_heading','field_60af2c57dac04'),(1744,93,'itinerary_4_day_details','Breakfast will be served in the morning after which, you will set out for the short chimpanzee briefing from the Uganda Wildlife Authority officials. The rangers will guide you on how to walk while in the forest and also how to behave. After this, you will get into the forest to start your search for the chimpanzees.\r\n\r\nThese great apes are known as mans closest friends because of different characteristics that they have in common with man. Look out in the trees for chimpanzees, other primates such as white colobus monkeys, grey-checked mangabey, red colobus, black-and-white colobus, Baboons and different bird species like the great blue turacco, Africa pied king fisher , malkites and so on.\r\n\r\nReturn back to the lodge after the trek for lunch after which you will go for the Bigodi swamp walk to search for the water loving bird species. The forest is not only known for its 13 species of primates, but this swamp area with in it, is a bird watchers paradise.\r\n\r\nReturn for dinner and overnight stay at Kibale safari Lodge or Primates Lodge or Ndali Lodge for up market/ Chimps nest for mid range and Chimpanzee guest house for budget.'),(1745,93,'_itinerary_4_day_details','field_60af2c6cdac05'),(1746,93,'itinerary_5_day_heading','Day 6: Transfer to Queen Elizabeth National Park'),(1747,93,'_itinerary_5_day_heading','field_60af2c57dac04'),(1748,93,'itinerary_5_day_details','After a fully served breakfast, you will leave Kibale Forest National Park and transfer to Queen Elizabeth National park.\r\n\r\nEn route, the journey will provide with different scenic views of the great mountains of the moon. You will reach the park with a game drive en route which will offer you with sights of different animals and how they behave at different times. Look out for animals like Elephants, Leopards, Lions and Kobs.\r\n\r\nYou will reach the park headquarters at Mweya in the late afternoon where you will have lunch. Relax while having a small tour around the area.\r\n\r\nDinner and overnight at Mweya Safari Lodge for up market/Hippo hill camp or Ihamba for mid range/Simba Safari camp for budget.'),(1749,93,'_itinerary_5_day_details','field_60af2c6cdac05'),(1750,93,'itinerary_6_day_heading','Day 7: Game Drive and Launch Cruise'),(1751,93,'_itinerary_6_day_heading','field_60af2c57dac04'),(1752,93,'itinerary_6_day_details','After breakfast early morning, you will go for the game drive in Kasenyi area with in the Park.\r\n\r\nThe game drive will reward with beautiful and a variety of wildlife in the park such as Elephants, Lions, leopards, buffaloes, Antelopes like bush bucks and water bucks, Kobs, warthogs and so on.\r\n\r\nLater on you will return to your lodge for lunch as you wait for the afternoon launch cruise along the Kazinga commonly known as the area with the highest concentration of hippos in Africa. The launch cruise will reward you with views of the most famous water loving animals like crocodile along the river banks, elephants taking water, hippos and many bird species.\r\n\r\nReturn back to your lodge for dinner and overnight stay at Mweya Safari Lodge for up market/Hippo hill camp or Ihamba for mid range/Simba Safari camp for budget.'),(1753,93,'_itinerary_6_day_details','field_60af2c6cdac05'),(1754,93,'itinerary_7_day_heading','Day 8: Transfer to Bwindi Impenetrable Forest National Park'),(1755,93,'_itinerary_7_day_heading','field_60af2c57dac04'),(1756,93,'itinerary_7_day_details','You will set out for the early morning game drive with in the park to search for the early risers and animals you missed out in the previous game drives. Alternatively, you can go for chimpanzee tracking in the Kyambura gorge.\r\n\r\nLater on have lunch and after transfer to Bwindi Park via the Ishasha sector commonly known for its rare tree climbing lions. As you pass the area, look out for the rare tree climbing lions in fig trees.\r\n\r\nProceed and reach Buhoma in the evening where you will rest a bit, have dinner and an overnight stay at Gorilla Forest Camp/Gorilla resort for up market, Buhoma lodge or Lake Kitandara camp for mid range or Buhoma community Bandas for budget.'),(1757,93,'_itinerary_7_day_details','field_60af2c6cdac05'),(1758,93,'itinerary_8_day_heading','Day 9: Gorilla Trekking Experience'),(1759,93,'_itinerary_8_day_heading','field_60af2c57dac04'),(1760,93,'itinerary_8_day_details','After breakfast at the lodge, you will go to the park headquarters for briefing from the Uganda wildlife Authority ranger guides. After the briefing, the ranger will lead you into the thick impenetrable forest to start your search for the endangered rare species of Mountain Gorillas.\r\n\r\nThe gorilla search always continues from the place where they were last seen the previous day. Upon reaching the area where these famous species are, you will only be allowed to interact with them for only one hour and you should always keep maximum silence while with these Gorillas. You are allowed to take photographs and so one.\r\n\r\nTo find the Gorillas, it’s such a tiresome experience since it can take you almost 3-8 hours to find them. However, once you meet these gorillas, you will easily forget the hatches you have gone through to find them and instead save the good memories you will experience with them.\r\n\r\nAfter the interaction, you will return late to the lodge for dinner and overnight stay as above.'),(1761,93,'_itinerary_8_day_details','field_60af2c6cdac05'),(1762,93,'itinerary_9_day_heading','Day 10: Transfer to Kabale & Lake Bunyonyi'),(1763,93,'_itinerary_9_day_heading','field_60af2c57dac04'),(1764,93,'itinerary_9_day_details','After breakfast, you will leave Bwindi and transfer to Kabale a district commonly known as the Switzerland of Africa because of its beautiful scenic areas and weather.\r\n\r\nYou will have lunch in Kabale town after which you will transfer to Lake Bunyonyi for relaxation, dinner and overnight stay at Arcadia cottages for up Market/Bushara Island camp for mid range or Bunyonyi overland camp for budget.'),(1765,93,'_itinerary_9_day_details','field_60af2c6cdac05'),(1766,93,'itinerary_10_day_heading','Day 11: Full Day at Lake Bunyonyi'),(1767,93,'_itinerary_10_day_heading','field_60af2c57dac04'),(1768,93,'itinerary_10_day_details','Breakfast will be served early morning and after you will go for the full day boat tour on the lake to different small islands. The lake has almost 38 small islands and each was named according to the bird species that reside on the island. You will have lunch on one of the Islands and later visit the Pygmy villages for entertainment.\r\n\r\nReturn for dinner and overnight stay at Arcadia cottages for up Market/Bushara Island camp for mid range or Bunyonyi overland camp for budget.'),(1769,93,'_itinerary_10_day_details','field_60af2c6cdac05'),(1770,93,'itinerary_11_day_heading','Day 12: Transfer to Lake Mburo National Park'),(1771,93,'_itinerary_11_day_heading','field_60af2c57dac04'),(1772,93,'itinerary_11_day_details','After breakfast, you will leave the Cold Kabale district and transfer to Lake Mburo National Park. You will have lunch in Mbarara town and later enter into the park with a game drive en route through the Nshara gate. Look out for Zebras, Impalas, bush and water bucks, Kobs and so on.\r\n\r\nDinner and overnight at Mihingo Lodge for up market or Mantana Luxury camp and Acadia cottages for mid range or Rwonyo campsite for total Budget.'),(1773,93,'_itinerary_11_day_details','field_60af2c6cdac05'),(1774,93,'itinerary_12_day_heading','Day 13: Game Drive & Boat Ride on Lake Mburo'),(1775,93,'_itinerary_12_day_heading','field_60af2c57dac04'),(1776,93,'itinerary_12_day_details','After breakfast early in the morning, set out for the game drive and search for early risers with in the park. Look out for animals like Zebras, Elephants, impalas, bushbucks and bush duikers, waterbucks, warthogs, and the topis.\r\n\r\nReturn to the lodge for relaxation, and later go for the afternoon boat ride to search for water loving animals such as crocodiles and Hippos. The lake is also rich with a variety of bird species like the rare shoe bill stork.\r\n\r\nReturn back to the Lodge for dinner and overnight stay at Mihingo Lodge for up market or Mantana Luxury camp and Acadia cottages for mid range or Rwonyo campsite for total Budget.'),(1777,93,'_itinerary_12_day_details','field_60af2c6cdac05'),(1778,93,'itinerary_13_day_heading','Day 14: Transfer Back to Kampala'),(1779,93,'_itinerary_13_day_heading','field_60af2c57dac04'),(1780,93,'itinerary_13_day_details','After breakfast, you set out for a morning nature walk in Rubanga forest after which you will transfer back to Kampala.\r\n\r\nEn route you will have a brief stop over at the Equator for water experiments and also get a chance to stand at a point where the two hemispheres start from. Continue with the journey and have another stopover at Mpambire drum village basically known as drum making village.\r\n\r\nReach Kampala in the afternoon. Drop off will be at your Hotel in Kampala or Entebbe.'),(1781,93,'_itinerary_13_day_details','field_60af2c6cdac05'),(1782,93,'itinerary','14'),(1783,93,'_itinerary','field_60af2c3adac03'),(1784,93,'inclusions','a:11:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:27:\"Chimpanzee trekking permits\";i:9;s:24:\"Primate tracking permits\";i:10;s:52:\"Professional full-time English speaking driver-guide\";}'),(1785,93,'_inclusions','field_60af2c8ddac06'),(1786,93,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(1787,93,'_exclusions','field_60af2dbedac07'),(1788,94,'_edit_lock','1623399079:1'),(1789,94,'_edit_last','1'),(1790,94,'duration','15'),(1791,94,'_duration','field_60af2bf1dac02'),(1792,94,'itinerary_0_day_heading','Day 1: Transfer to Murchison Falls National Park'),(1793,94,'_itinerary_0_day_heading','field_60af2c57dac04'),(1794,94,'itinerary_0_day_details','After breakfast at your Hotel in Kampala or Entebbe, your driver guide will meet you up and brief you shortly about your tour.\r\n\r\nLater you will transfer to Murchison Falls National Park via Luweero-Nakasongola and Masindi. En route, you can have a stop over at the Luweero Triangle and also at Ziwa Rhino sanctuary for Rhino tracking. You will reach Masindi town in time for lunch.\r\n\r\nAfter lunch, proceed to the park where upon arrival, you will go and visit the top of the falls. This is the most interesting area with in the park. At the top of the falls you will experience the beauty of the mighty river Nile where its waters squeezes its self into a 7 meter gorge deep down over 45metres and hence making a thunderous roar.\r\n\r\nTransfer to your assigned place of accommodation for dinner and overnight stay at Paraa safari Lodge for up market/ Sambiya river lodge for mid range and Red chill camp for budget.'),(1795,94,'_itinerary_0_day_details','field_60af2c6cdac05'),(1796,94,'itinerary_1_day_heading','Day 2: Game Drive & Launch Cruise'),(1797,94,'_itinerary_1_day_heading','field_60af2c57dac04'),(1798,94,'itinerary_1_day_details','After breakfast early morning, you will go for the game drive in the northern part of the park.\r\n\r\nThe game drive will reward with beautiful and a variety of wildlife in the park such as Elephants, Lions, leopards, buffaloes, Antelopes like bush bucks and water bucks, Kobs, warthogs and so on. Later on you will return to your lodge for lunch as you wait for the afternoon launch cruise along the Albert Nile.\r\n\r\nDuring the afternoon launch cruise, look out for water loving animals like crocodile along the river banks, elephants taking water, hippos and many bird species.\r\n\r\nReturn back to your lodge for dinner and overnight stay at Paraa safari Lodge for up market/ Sambiya river lodge for mid range and Red chill camp for budget.'),(1799,94,'_itinerary_1_day_details','field_60af2c6cdac05'),(1800,94,'itinerary_2_day_heading','Day 3: Transfer to Kibale Forest National Park'),(1801,94,'_itinerary_2_day_heading','field_60af2c57dac04'),(1802,94,'itinerary_2_day_details','After breakfast, you will set out and transfer to Kibale Forest National Park.\r\n\r\nEn route to the park, the journey will reward you with beautiful scenery especially of the great Rwenzori Mountains in Kasese. You will also pass by different homesteads of local people in Hoima, plantations of tea and bananas and so on. You will have lunch in Hoima town and later proceed to fort portal reaching in the evening.\r\n\r\nTransfer to the park for dinner and overnight stay at Kibale safari Lodge or Primates Lodge or Ndali Lodge for up market/ Chimps nest for mid range and Chimpanzee guest house for budget.'),(1803,94,'_itinerary_2_day_details','field_60af2c6cdac05'),(1804,94,'itinerary_3_day_heading','Day 4: Chimpanzee Tracking in Kibale Forest & Bigodi Swamp Walk'),(1805,94,'_itinerary_3_day_heading','field_60af2c57dac04'),(1806,94,'itinerary_3_day_details','Breakfast will be served in the morning after which, you will set out for the short chimpanzee briefing from the Uganda Wildlife Authority officials. The rangers will guide you on how to walk while in the forest and also how to behave. After this, you will get into the forest to start your search for the chimpanzees.\r\n\r\nThese great apes are known as mans closest friends because of different characteristics that they have in common with man. Look out in the trees for chimpanzees, other primates such as white colobus monkeys, grey-checked mangabey, red colobus, black-and-white colobus, Baboons and different bird species like the great blue turacco, Africa pied king fisher , malkites and so on.\r\n\r\nReturn back to the lodge after the trek for lunch after which you will go for the Bigodi swamp walk to search for the water loving bird species. The forest is not only known for its 13 species of primates, but this swamp area with in it, is a bird watchers paradise.\r\n\r\nReturn for dinner and overnight stay at Kibale safari Lodge or Primates Lodge or Ndali Lodge for up market/ Chimps nest for mid range and Chimpanzee guest house for budget.'),(1807,94,'_itinerary_3_day_details','field_60af2c6cdac05'),(1808,94,'itinerary_4_day_heading','Day 5: Transfer to Semliki National Park'),(1809,94,'_itinerary_4_day_heading','field_60af2c57dac04'),(1810,94,'itinerary_4_day_details','Early in the morning, you will depart for Semliki National park.\r\n\r\nThis morning drive will take you on the shores of Lake Albert located in the basin of the great western Rift valley. The Park is famous for its habitats such as the Riparian forests, rain forests and short/ high grass savannah. More still in Uganda, its only in this park where a night game drive can be taken from and spots of different nocturnal animals like the white tailed mongoose and slender mongoose, winged nightjars, cats, hyenas, leopards and so on.\r\n\r\nDinner and overnight at Semliki Safari Lodge or at the Campsite.'),(1811,94,'_itinerary_4_day_details','field_60af2c6cdac05'),(1812,94,'itinerary_5_day_heading','Day 6: Transfer to Queen Elizabeth National Park'),(1813,94,'_itinerary_5_day_heading','field_60af2c57dac04'),(1814,94,'itinerary_5_day_details','After a fully served breakfast, you will leave Semliki National Park and transfer to Queen Elizabeth National park.\r\n\r\nEn route, the journey will provide with different scenic views of the great mountains of the moon. You will reach the park with a game drive en route which will offer you with sights of different animals and how they behave at different times. Look out for animals like Elephants, Leopards, Lions and Kobs.\r\n\r\nYou will reach the park headquarters at Mweya in the late afternoon where you will have lunch. Relax while having a small tour around the area.\r\n\r\nDinner and overnight at Mweya Safari Lodge for up market/Hippo hill camp or Ihamba for mid range/Simba Safari camp for budget.'),(1815,94,'_itinerary_5_day_details','field_60af2c6cdac05'),(1816,94,'itinerary_6_day_heading','Day 7: Game Drive & Launch Cruise'),(1817,94,'_itinerary_6_day_heading','field_60af2c57dac04'),(1818,94,'itinerary_6_day_details','After breakfast early morning, you will go for the game drive in Kasenyi area with in the Park.\r\n\r\nThe game drive will reward with beautiful and a variety of wildlife in the park such as Elephants, Lions, leopards, buffaloes, Antelopes like bush bucks and water bucks, Kobs, warthogs and so on.\r\n\r\nLater on you will return to your lodge for lunch as you wait for the afternoon launch cruise along the Kazinga commonly known as the area with the highest concentration of hippos in Africa. The launch cruise will reward you with views of the most famous water loving animals like crocodile along the river banks, elephants taking water, hippos and many bird species.\r\n\r\nReturn back to your lodge for dinner and overnight stay at Mweya Safari Lodge for up market/Hippo hill camp or Ihamba for mid range/Simba Safari camp for budget.'),(1819,94,'_itinerary_6_day_details','field_60af2c6cdac05'),(1820,94,'itinerary_7_day_heading','Day 8: Transfer to Bwindi Impenetrable Forest National Park'),(1821,94,'_itinerary_7_day_heading','field_60af2c57dac04'),(1822,94,'itinerary_7_day_details','You will set out for the early morning game drive with in the park to search for the early risers and animals you missed out in the previous game drives. Alternatively, you can go for chimpanzee tracking in the Kyambura gorge.\r\n\r\nLater on have lunch and after transfer to Bwindi Park via the Ishasha sector commonly known for its rare tree climbing lions. As you pass the area, look out for the rare tree climbing lions in fig trees.\r\n\r\nProceed and reach Buhoma in the evening where you will rest a bit, have dinner and an overnight stay at Gorilla Forest Camp/Gorilla resort for up market, Buhoma lodge or Lake Kitandara camp for mid range or Buhoma community Bandas for budget.'),(1823,94,'_itinerary_7_day_details','field_60af2c6cdac05'),(1824,94,'itinerary_8_day_heading','Day 9: Gorilla Trekking Experience'),(1825,94,'_itinerary_8_day_heading','field_60af2c57dac04'),(1826,94,'itinerary_8_day_details','After breakfast at the lodge, you will go to the park headquarters for briefing from the Uganda wildlife Authority ranger guides. After the briefing, the ranger will lead you into the thick impenetrable forest to start your search for the endangered rare species of Mountain Gorillas.\r\n\r\nThe gorilla search always continues from the place where they were last seen the previous day. Upon reaching the area where these famous species are, you will only be allowed to interact with them for only one hour and you should always keep maximum silence while with these Gorillas. You are allowed to take photographs and so one.\r\n\r\nTo find the Gorillas, it’s such a tiresome experience since it can take you almost 3-8 hours to find them. However, once you meet these gorillas, you will easily forget the hatches you have gone through to find them and instead save the good memories you will experience with them.\r\n\r\nAfter the interaction, you will return late to the lodge for dinner and overnight stay as above.'),(1827,94,'_itinerary_8_day_details','field_60af2c6cdac05'),(1828,94,'itinerary_9_day_heading','Day 10: Transfer to Kabale & Lake Bunyonyi'),(1829,94,'_itinerary_9_day_heading','field_60af2c57dac04'),(1830,94,'itinerary_9_day_details','After breakfast, you will leave Bwindi and transfer to Kabale a district commonly known as the Switzerland of Africa because of its beautiful scenic areas and weather.\r\n\r\nYou will have lunch in Kabale town after which you will transfer to Lake Bunyonyi for relaxation, dinner and overnight stay at Arcadia cottages for up Market/Bushara Island camp for mid range or Bunyonyi overland camp for budget.'),(1831,94,'_itinerary_9_day_details','field_60af2c6cdac05'),(1832,94,'itinerary_10_day_heading','Day 11: Full Day at Lake Bunyonyi'),(1833,94,'_itinerary_10_day_heading','field_60af2c57dac04'),(1834,94,'itinerary_10_day_details','Breakfast will be served early morning and after you will go for the full day boat tour on the lake to different small islands.\r\n\r\nThe lake has almost 38 small islands and each was named according to the bird species that reside on the island. You will have lunch on one of the Islands and later visit the Pygmy villages for entertainment.\r\n\r\nReturn for dinner and overnight stay at Arcadia cottages for up Market/Bushara Island camp for mid range or Bunyonyi overland camp for budget.'),(1835,94,'_itinerary_10_day_details','field_60af2c6cdac05'),(1836,94,'itinerary_11_day_heading','Day 12: Transfer to Lake Mburo National Park'),(1837,94,'_itinerary_11_day_heading','field_60af2c57dac04'),(1838,94,'itinerary_11_day_details','After breakfast, you will leave the Cold Kabale district and transfer to Lake Mburo National Park.\r\n\r\nYou will have lunch in Mbarara town and later enter into the park with a game drive en route through the Nshara gate. Look out for Zebras, Impalas, bush and water bucks, Kobs and so on.\r\n\r\nDinner and overnight at Mihingo Lodge for up market or Mantana Luxury camp and Acadia cottages for mid range or Rwonyo campsite for total Budget.'),(1839,94,'_itinerary_11_day_details','field_60af2c6cdac05'),(1840,94,'itinerary_12_day_heading','Day 13: Game Drive & Boat Ride on Lake Mburo'),(1841,94,'_itinerary_12_day_heading','field_60af2c57dac04'),(1842,94,'itinerary_12_day_details','After breakfast early in the morning, set out for the game drive and search for early risers with in the park. Look out for animals like Zebras, Elephants, impalas, bushbucks and bush duikers, waterbucks, warthogs, and the topis.\r\n\r\nReturn to the lodge for relaxation, and later go for the afternoon boat ride to search for water loving animals such as crocodiles and Hippos. The lake is also rich with a variety of bird species like the rare shoe bill stork.\r\n\r\nReturn back to the Lodge for dinner and overnight stay at Mihingo Lodge for up market or Mantana Luxury camp and Acadia cottages for mid range or Rwonyo campsite for total Budget.'),(1843,94,'_itinerary_12_day_details','field_60af2c6cdac05'),(1844,94,'itinerary_13_day_heading','Day 14: Transfer Back to Kampala'),(1845,94,'_itinerary_13_day_heading','field_60af2c57dac04'),(1846,94,'itinerary_13_day_details','After breakfast, you set out for a morning nature walk in Rubanga forest after which you will transfer back to Kampala.\r\n\r\nEn route you will have a brief stop over at the Equator for water experiments and also get a chance to stand at a point where the two hemispheres start from. Continue with the journey and have another stopover at Mpambire drum village basically known as drum making village.\r\n\r\nReach Kampala in the afternoon. Dinner and overnight at your Hotel in Kampala. Sheraton Hotel/Kampala Serena Hotel for up market or Imperial royale/Cassia Lodge for mid range or Holiday Express Hotel/Excellent Hotel for budget.'),(1847,94,'_itinerary_13_day_details','field_60af2c6cdac05'),(1848,94,'itinerary_14_day_heading','Day 15: Kampala City Tour & Departure'),(1849,94,'_itinerary_14_day_heading','field_60af2c57dac04'),(1850,94,'itinerary_14_day_details','After breakfast at your Hotel, you will go for a short Kampala city tour and visit places like the Bahai Temple (The only one of its Kind in Africa), Uganda Kings were buried. You will then be transferred to Entebbe Airport for your flight back home depending.'),(1851,94,'_itinerary_14_day_details','field_60af2c6cdac05'),(1852,94,'itinerary','15'),(1853,94,'_itinerary','field_60af2c3adac03'),(1854,94,'inclusions','a:11:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:27:\"Chimpanzee trekking permits\";i:9;s:24:\"Primate tracking permits\";i:10;s:52:\"Professional full-time English speaking driver-guide\";}'),(1855,94,'_inclusions','field_60af2c8ddac06'),(1856,94,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(1857,94,'_exclusions','field_60af2dbedac07'),(1858,95,'_edit_lock','1623400442:1'),(1859,95,'_edit_last','1'),(1860,95,'duration','3'),(1861,95,'_duration','field_60af2bf1dac02'),(1862,95,'itinerary_0_day_heading','Day 1: Pickup from Kigali Airport or Your Hotel'),(1863,95,'_itinerary_0_day_heading','field_60af2c57dac04'),(1864,95,'itinerary_0_day_details','Embark on a drive to Bwindi Impenetrable National Park in South Western Uganda, The drive takes about 6 hours. The drive takes you past Ruhengeri, home to the Volcanoes National Park on Rwanda. You will have a stopover at the Twin Lakes of Bulera and Ruhondo. Continue to the Cyanika Border and after the formalities continue to Bwindi.\r\n\r\nDuring the drive, you will get a vantage point for photography of the 3 Virunga Volcanoes of Sabinyo, Gahinga and Muhaura that are protected in the Mgahinga Gorilla National Park of Uganda. Reaching the park in the evening, relax at the lodge as you prepare for the next day gorilla trek.\r\n\r\nOvernight at Rushaga Gorilla Camp (Budget) / Rushaga Gorilla Camp Cottage (Midrange) / Chameleon Hill Lodge or Nkuringo Bwindi Gorilla Lodge (Luxury).'),(1865,95,'_itinerary_0_day_details','field_60af2c6cdac05'),(1866,95,'itinerary_1_day_heading','Day 2: Gorilla Tracking in Bwindi'),(1867,95,'_itinerary_1_day_heading','field_60af2c57dac04'),(1868,95,'itinerary_1_day_details','This is the D-Day for gorilla tracking! Have breakfast. The guide will drive you the ranger post and get briefed about gorilla tracking in Bwindi. After knowing the formalities of the adventure you are to embark on, enter the gorilla sanctuary and begin your expedition into the mountains.\r\n\r\nA gorilla trek takes from a mere trek of just an hour to a full day hike given that your hike depends on the movement of the gorillas in their land! Most times, the gorilla trek takes about 5 hours. Upon meeting the mountain gorillas you have a full hour to watch the gorillas as they pay attention to their daily chores.\r\n\r\nAfter meeting the great apes, retreat to the briefing point for your certificates that you are to carry back home as souvenirs and proof that you made it to the gorillas.\r\n\r\nReturn to the lodge. If you finished the hike early, you can take a nature walk or community tour.'),(1869,95,'_itinerary_1_day_details','field_60af2c6cdac05'),(1870,95,'itinerary_2_day_heading','Day 3: Return to Kigali'),(1871,95,'_itinerary_2_day_heading','field_60af2c57dac04'),(1872,95,'itinerary_2_day_details','After breakfast, embark on a return trip to Kigali, the capital of Rwanda.\r\n\r\nTake a Kigali City Tour – Visit the Gisozi Genocide Memorial Site, Caplaki Market for Crafts and Souvenir Shopping.\r\n\r\nDrop off at the hotel or at the Airport for a return flight.'),(1873,95,'_itinerary_2_day_details','field_60af2c6cdac05'),(1874,95,'itinerary','3'),(1875,95,'_itinerary','field_60af2c3adac03'),(1876,95,'inclusions','a:11:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:27:\"Chimpanzee trekking permits\";i:9;s:24:\"Primate tracking permits\";i:10;s:52:\"Professional full-time English speaking driver-guide\";}'),(1877,95,'_inclusions','field_60af2c8ddac06'),(1878,95,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(1879,95,'_exclusions','field_60af2dbedac07'),(1880,96,'_edit_lock','1623398706:1'),(1881,96,'_edit_last','1'),(1882,96,'duration','4'),(1883,96,'_duration','field_60af2bf1dac02'),(1884,96,'itinerary_0_day_heading','Day 1: Kigali to Bwindi via Virunga Ranges'),(1885,96,'_itinerary_0_day_heading','field_60af2c57dac04'),(1886,96,'itinerary_0_day_details','Pickup from Kigali Airport or your hotel. Embark on a drive to Bwindi Impenetrable National Park in South Western Uganda,\r\n\r\nThe drive takes about 6 hours. The drive takes you past Ruhengeri, home to the Volcanoes National Park on Rwanda. You will have a stopover at the Twin Lakes of Bulera and Ruhondo. Continue to the Cyanika Border and after the formalities continue to Bwindi.\r\n\r\nDuring the drive, you will get a vantage point for photography of the 3 Virunga Volcanoes of Sabinyo, Gahinga and Muhaura that are protected in the Mgahinga Gorilla National Park of Uganda. Reaching the park in the evening, relax at the lodge as you prepare for the next day gorilla trek.\r\n\r\nOvernight at:\r\n<ul>\r\n 	<li>Rushaga Gorilla Camp (Budget) / Rushaga Gorilla Camp Cottage (Midrange) / Chameleon Hill Lodge or Nkuringo Bwindi Gorilla Lodge (Luxury)</li>\r\n 	<li>Gift of Nature Lodge (Budget) / Trekkers Tavern Lodge / Bakiga Lodge (Midrange)</li>\r\n</ul>'),(1887,96,'_itinerary_0_day_details','field_60af2c6cdac05'),(1888,96,'itinerary_1_day_heading','Day 2: Gorilla Tracking in Bwindi'),(1889,96,'_itinerary_1_day_heading','field_60af2c57dac04'),(1890,96,'itinerary_1_day_details','This is the D-Day for gorilla tracking! Have breakfast. The guide will drive you the ranger post and get briefed about gorilla tracking in Bwindi. After knowing the formalities of the adventure you are to embark on, enter the gorilla sanctuary and begin your expedition into the mountains.\r\n\r\nA gorilla trek takes from a mere trek of just an hour to a full day hike given that your hike depends on the movement of the gorillas in their land! Most times, the gorilla trek takes about 5 hours. Upon meeting the mountain gorillas you have a full hour to watch the gorillas as they pay attention to their daily chores. A\r\n\r\nfter meeting the great apes, retreat to the briefing point for your certificates that you are to carry back home as souvenirs and proof that you made it to the gorillas.\r\n\r\nAfter the gorilla trek, drive to Lake Bunyonyi, the Switzerland of Africa.\r\n\r\nOvernight at Bunyonyi Overland Resort (Budget) / Arcadia Cottages (Midrange) / Lake Bunyonyi Bird Nest (Luxury).'),(1891,96,'_itinerary_1_day_details','field_60af2c6cdac05'),(1892,96,'itinerary_2_day_heading','Day 3: Full Day Adventure on Lake Bunyonyi'),(1893,96,'_itinerary_2_day_heading','field_60af2c57dac04'),(1894,96,'itinerary_2_day_details','Explore Lake Bunyonyi, the Switzerland of Africa.'),(1895,96,'_itinerary_2_day_details','field_60af2c6cdac05'),(1896,96,'itinerary_3_day_heading','Day 4: Return to Kigali'),(1897,96,'_itinerary_3_day_heading','field_60af2c57dac04'),(1898,96,'itinerary_3_day_details','After breakfast, embark on a return trip to Kigali, the capital of Rwanda. Take a Kigali City Tour – Visit the Gisozi Genocide Memorial Site, Caplaki Market for Crafts and Souvenir Shopping.\r\n\r\nDrop off at the hotel or at the Airport for a return flight.'),(1899,96,'_itinerary_3_day_details','field_60af2c6cdac05'),(1900,96,'itinerary','4'),(1901,96,'_itinerary','field_60af2c3adac03'),(1902,96,'inclusions','a:11:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:27:\"Chimpanzee trekking permits\";i:9;s:24:\"Primate tracking permits\";i:10;s:52:\"Professional full-time English speaking driver-guide\";}'),(1903,96,'_inclusions','field_60af2c8ddac06'),(1904,96,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(1905,96,'_exclusions','field_60af2dbedac07'),(1906,97,'_edit_lock','1623400418:1'),(1907,97,'_edit_last','1'),(1908,97,'duration','4'),(1909,97,'_duration','field_60af2bf1dac02'),(1910,97,'itinerary_0_day_heading','Day 1: Kampala – Kibale'),(1911,97,'_itinerary_0_day_heading','field_60af2c57dac04'),(1912,97,'itinerary_0_day_details','Pickup from your hotel by our guide. Drive to For Portal in Western Uganda. The drive takes about 4 hours before reaching one of Uganda’s most beautiful towns.\r\n\r\nHave Lunch in Fort Portal. Continue to Kibale Forest.\r\n\r\nOvernight at Chimpanzee Guest House (Budget) / Kibale Primates Lodge (Midrange) / Kyaninga Lodge (Luxury).'),(1913,97,'_itinerary_0_day_details','field_60af2c6cdac05'),(1914,97,'itinerary_1_day_heading','Day 2: Chimpanzee Tracking in Kibale Forest'),(1915,97,'_itinerary_1_day_heading','field_60af2c57dac04'),(1916,97,'itinerary_1_day_details','After breakfast, our guide will drive you to Kanyanchu Tourist Information Center, the headquarter of Kibale Forest National Park. Get briefed about chimpanzee tracking in the forest. Go for the morning chimpanzee watching session in the forest.\r\n\r\nBy midday, you will be done with the hike. Have lunch and embark on a drive to Bwindi Impenetrable National Park.\r\n\r\nReaching Bwindi in the evening, have an overnight at Rushaga Gorilla Havens Or Gift of Nature Lodge(Budget) / Rushaga Gorilla Camp or Gorilla Mist Lodge (Midrange) / Chameleon Hill Lodge or Nkuringo Safari Lodge (Luxury).'),(1917,97,'_itinerary_1_day_details','field_60af2c6cdac05'),(1918,97,'itinerary_2_day_heading','Day 3: Gorilla Trekking in Bwindi Impenetrable National Park'),(1919,97,'_itinerary_2_day_heading','field_60af2c57dac04'),(1920,97,'itinerary_2_day_details','After breakfast, our guide will take you to the ranger post! Get briefed about gorilla tracking in Bwindi and get to know what to expect on the trek. Go for gorilla trekking in Bwindi Impenetrable National Park.\r\n\r\nThe gorilla trek is one of the most interesting wildlife safari experiences you can enjoy in Africa. The time taken on the trek is unpredictable! It can take just a few minutes to reach the families or a full day hike into the forest. Based on our experience, most gorilla treks will be done by 1.00PM. After the gorilla trek, return to your lodge.'),(1921,97,'_itinerary_2_day_details','field_60af2c6cdac05'),(1922,97,'itinerary_3_day_heading','Day 4: Drop Off in Kampala or Kigali'),(1923,97,'_itinerary_3_day_heading','field_60af2c57dac04'),(1924,97,'itinerary_3_day_details','After breakfast, the driver will drive you back to Kampala or drop you off in Kigali via the Cyanika Border. Drop off at the hotel or airport.'),(1925,97,'_itinerary_3_day_details','field_60af2c6cdac05'),(1926,97,'itinerary','4'),(1927,97,'_itinerary','field_60af2c3adac03'),(1928,97,'inclusions','a:11:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:27:\"Chimpanzee trekking permits\";i:9;s:24:\"Primate tracking permits\";i:10;s:52:\"Professional full-time English speaking driver-guide\";}'),(1929,97,'_inclusions','field_60af2c8ddac06'),(1930,97,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(1931,97,'_exclusions','field_60af2dbedac07'),(1932,98,'_edit_lock','1623399849:1'),(1933,98,'_edit_last','1'),(1934,98,'duration','6'),(1935,98,'_duration','field_60af2bf1dac02'),(1936,98,'itinerary_0_day_heading','Day 1: Arrival & Transfer to Bwindi'),(1937,98,'_itinerary_0_day_heading','field_60af2c57dac04'),(1938,98,'itinerary_0_day_details','Pickup from Kigali, the capital city of Rwanda.\r\n\r\nTake a brief Kigali City Tour. Visit the Gisozi Genocide Memorial Site where you will learn about the 1994 Rwanda Genocide that saw almost a million people dead in just a few days.\r\n\r\nHave Lunch in Kigali and Travel to Southern Bwindi Impenetrable National Park. Travel via Cyanika Border, you will have a stopover at the Twin Lakes of Bulera and Ruhondo. Then continue past the Mgahinga Gorilla National Park, and on a clear day you will take great photos of the 3 Virunga Mountains: Sabinyo, Muhabura and Gahinga Mountains.\r\n\r\nContinue to Bwindi Impenetrable National Park in South Western Uganda.\r\n\r\nOvernight at Chameleon Hill Lodge (Luxury)'),(1939,98,'_itinerary_0_day_details','field_60af2c6cdac05'),(1940,98,'itinerary_1_day_heading','Day 2: Gorilla Habituation Experience in Bwindi Forest'),(1941,98,'_itinerary_1_day_heading','field_60af2c57dac04'),(1942,98,'itinerary_1_day_details','The guide will pick you up after early breakfast, and drive you to the Rushaga Outpost of Bwindi Impenetrable National Park. Get briefed about the ‘Dos’ and ‘Don’ts’ of gorilla trekking and how you should behave while with the gorillas within the forest. Guided by a UWA Ranger Guide, start the hike into the impenetrable jungle to look for the endangered mountain gorillas.\r\n\r\nThe Gorilla Habituation Experience can take 6-10 hours depending on the movements of the mountain gorillas within the forest. Tracking involves walking up steep and densely forested hills before finally coming across the gorillas camouflaged in the vegetation. Upon meeting the mountain gorillas, you will stay with these giant apes for 1 hour enjoying observation and photography.\r\n\r\nAfter the gorilla trek, return to the park offices for your certificate. In the afternoon Go for Batwa Experience and get to learn about their past life within the forest.\r\n\r\nOvernight at Chameleon Hill Lodge (Luxury).'),(1943,98,'_itinerary_1_day_details','field_60af2c6cdac05'),(1944,98,'itinerary_2_day_heading','Day 3: Take a Nature Walk to the Waterfalls'),(1945,98,'_itinerary_2_day_heading','field_60af2c57dac04'),(1946,98,'itinerary_2_day_details','Early in the morning go for a nature walk in Bwindi Impenetrable National Park.\r\n\r\nHike to the waterfalls in the park. After the hike, travel to Queen Elizabeth National Park. This National Park is a UNESCO World Biosphere and has one of the highest biodiversity ratings of any game reserve in the world! Almost 100 mammal species and a remarkable 606 bird species can be found. Elephants, Lots of hippos, the elusive giant forest hog and the handsome Uganda kob all regularly sighted.\r\n\r\nEvening Game Drive in the Park. Overnight at Mweya Safari Lodge (Luxury).'),(1947,98,'_itinerary_2_day_details','field_60af2c6cdac05'),(1948,98,'itinerary_3_day_heading','Day 4: Explore Queen Elizabeth National Park'),(1949,98,'_itinerary_3_day_heading','field_60af2c57dac04'),(1950,98,'itinerary_3_day_details','Go for a morning Game Drive in Queen Elizabeth National Park.\r\n\r\nAfter the game drive go back to the lodge for mid-morning breakfast and lunch.\r\n\r\nIn the afternoon go for the launch cruise along the Kazinga channel. The boat rise is rewarding with sightings of a diversity wildlife including schools of hippos, crocodiles, and many bird species that can be seen on the shores of the lake.\r\n\r\nOvernight at the Luxury Camp near the Lake at Mweya Safari Lodge (Luxury).'),(1951,98,'_itinerary_3_day_details','field_60af2c6cdac05'),(1952,98,'itinerary_4_day_heading','Day 5: Chimpanzee Tracking & Travel to Lake Bunyonyi'),(1953,98,'_itinerary_4_day_heading','field_60af2c57dac04'),(1954,98,'itinerary_4_day_details','In the morning go for a chimpanzee tracking adventure in Kyambura or Kalinzu Forest.\r\n\r\nChimpanzees are some of the endangered apes that you can encounter in Uganda. I am to discuss with the head guide about which area we should consider for chimpanzee tracking.\r\n\r\nAfter the chimpanzee tracking expedition, transfer to Lake Bunyonyi in Kabale a district commonly known as the Switzerland of Africa because of its beautiful scenic areas and weather. You will have lunch in Kabale town after which you will transfer to Lake Bunyonyi for relaxation.\r\n\r\nDinner and overnight stay at Bunyonyi Bird Nest Lodge.'),(1955,98,'_itinerary_4_day_details','field_60af2c6cdac05'),(1956,98,'itinerary_5_day_heading','Day 6: Half Day Excursion at Lake Bunyonyi, Travel to Entebbe'),(1957,98,'_itinerary_5_day_heading','field_60af2c57dac04'),(1958,98,'itinerary_5_day_details','Breakfast will be served early morning and after you will go for the boat tour on the lake to one of the islands. The lake has almost 38 small islands and each was named according to the bird species that reside on the island.\r\n\r\nAfter the tour, embark on a return trip to Kigali or Entebbe.'),(1959,98,'_itinerary_5_day_details','field_60af2c6cdac05'),(1960,98,'itinerary','6'),(1961,98,'_itinerary','field_60af2c3adac03'),(1962,98,'inclusions','a:11:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:27:\"Chimpanzee trekking permits\";i:9;s:24:\"Primate tracking permits\";i:10;s:52:\"Professional full-time English speaking driver-guide\";}'),(1963,98,'_inclusions','field_60af2c8ddac06'),(1964,98,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(1965,98,'_exclusions','field_60af2dbedac07'),(1966,99,'_edit_lock','1623400395:1'),(1967,99,'_edit_last','1'),(1968,99,'duration','3'),(1969,99,'_duration','field_60af2bf1dac02'),(1970,99,'itinerary_0_day_heading','Day 1: Transfer to Bwindi Impenetrable Forest National Park'),(1971,99,'_itinerary_0_day_heading','field_60af2c57dac04'),(1972,99,'itinerary_0_day_details','After a fully served breakfast at your Hotel in Kampala, you will set out together with your driver guide and transfer to Bwindi Impenetrable forest National Park in South Western Uganda.\r\n\r\nEn route to the Park, you will have a brief stop over at the Equator for water experiments and also get a chance to stand at a point where the two hemispheres start from. Continue with the journey and have another stopover at Mpambire drum village basically known as drum making village. You will have lunch in Mbarara town.\r\n\r\nLater after lunch, you will proceed with your Journey to the Park headquarters in Buhoma.\r\n\r\nDinner and overnight at Gorilla forest Camp or Gorilla resort for Up market/ Lake Kitandara camp or Buhoma lodge for Mid range/Buhoma community Bandas for budget'),(1973,99,'_itinerary_0_day_details','field_60af2c6cdac05'),(1974,99,'itinerary_1_day_heading','Day 2: Gorilla Tracking Experience'),(1975,99,'_itinerary_1_day_heading','field_60af2c57dac04'),(1976,99,'itinerary_1_day_details','After breakfast at the lodge, you will go to the park headquarters for briefing from the Uganda wildlife Authority ranger guides. After the briefing, the ranger will lead you into the thick impenetrable forest to start your search for the endangered rare species of Mountain Gorillas.\r\n\r\nThe gorilla search always continues from the place where they were last seen the previous day. Upon reaching the area where these famous species are, you will only be allowed to interact with them for only one hour and you should always keep maximum silence while with these Gorillas. You are allowed to take photographs and so one.\r\n\r\nTo find the Gorillas, it’s such a tiresome experience since it can take you almost 3-8 hours to find them. However, once you meet these gorillas, you will easily forget the hatches you have gone through to find them and instead save the good memories you will experience with them.\r\n\r\nAfter the interaction, you will return late to the lodge for dinner and overnight stay as above.'),(1977,99,'_itinerary_1_day_details','field_60af2c6cdac05'),(1978,99,'itinerary_2_day_heading','Day 3: Transfer Back to Kampala'),(1979,99,'_itinerary_2_day_heading','field_60af2c57dac04'),(1980,99,'itinerary_2_day_details','After an early breakfast at the lodge, you will drive back to Kampala with your lunch en route in Mbarara town. On your way back, you will pass via Kabale commonly known as the Switzerland of Africa because of its hills and beautiful scenery.\r\n\r\nReach Kampala late evening and drop off will be at your Hotel in Kampala.'),(1981,99,'_itinerary_2_day_details','field_60af2c6cdac05'),(1982,99,'itinerary','3'),(1983,99,'_itinerary','field_60af2c3adac03'),(1984,99,'inclusions','a:11:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:27:\"Chimpanzee trekking permits\";i:9;s:24:\"Primate tracking permits\";i:10;s:52:\"Professional full-time English speaking driver-guide\";}'),(1985,99,'_inclusions','field_60af2c8ddac06'),(1986,99,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(1987,99,'_exclusions','field_60af2dbedac07'),(1988,100,'_edit_lock','1623398598:1'),(1989,100,'_edit_last','1'),(1990,100,'duration','4'),(1991,100,'_duration','field_60af2bf1dac02'),(1992,100,'itinerary_0_day_heading','Day 1: Kampala – Bwindi Impenetrable National Park'),(1993,100,'_itinerary_0_day_heading','field_60af2c57dac04'),(1994,100,'itinerary_0_day_details','This Morning, you will be picked from your hotel/residence in Kampala at around 7.00 am and proceed to the southwestern part of Uganda. Stop at the Equator for landmark photography and continue to Mbarara in Western Uganda. Break-off for lunch at Mbarara Town on the way and after lunch proceed to Bwindi Impenetrable National Park, the home of Mountain Gorillas.\r\n\r\nBwindi is the famous to mountain gorillas – an estimated half of the world’s surviving population of mountain gorillas –400 live within Bwindi. The rest live in the Virunga Forests shared by Uganda, Rwanda and DR Congo. The drive is long but enjoyable. Proceed south to Bwindi Forest viewing the terraced hills of Kigezi Highlands once known as Switzerland of Africa. Arrival at Bwindi will be in the evening.\r\n\r\nDinner and overnight as you prepare for tomorrow’s event (Full Board).'),(1995,100,'_itinerary_0_day_details','field_60af2c6cdac05'),(1996,100,'itinerary_1_day_heading','Day 2: Gorilla Tracking Bwindi'),(1997,100,'_itinerary_1_day_heading','field_60af2c57dac04'),(1998,100,'itinerary_1_day_details','Morning after breakfast with packed lunch, you will be transferred to the starting point for briefing about gorilla tracking by your guide. You will be allocated guides to track gorillas with, and then will be off to begin your adventure. A briefing from your local guides and then it’s off.\r\n\r\nThe time taken and the terrain vary (1- 8 hours) this depends on the movement of these gentle giants. The thrill of meeting face to face takes away the pain of some times long and arduous trek.  Each encounter is different and has its own rewards, but you are likely to enjoy the close view of adults feeding, grooming and resting as the youngsters frolic and swing from vines in delightfully playful manner.\r\n\r\nAfter tracking will walk back to your lodge for overnight stay FB.'),(1999,100,'_itinerary_1_day_details','field_60af2c6cdac05'),(2000,100,'itinerary_2_day_heading','Day 3: Bwindi to Ishasha – Queen Elizabeth Park'),(2001,100,'_itinerary_2_day_heading','field_60af2c57dac04'),(2002,100,'itinerary_2_day_details','After early breakfast head for Ishasha, which is the southern sector of Queen Elizabeth National Park, carry out a game drive where you may sight tree-climbing lions and viewing other wildlife like elephant buffalo, hyena etc. Ishasha sector is dominated by acacia woodland and scrubland and features the meandering Ishasha River, banked by a riparian forest.\r\n\r\nAfter picnic lunch,drive to Mweya Peninsular all the way to the northern sector of the park arriving in time at 3.00pm for boat cruise on Kazinga channel. This waterway joins Lakes Edward and George and it is filled with schools of hippos, buffaloes with elephants at the banks. You are likely to meet grazing hippos, elephants, lions, spotted hyenas and leopards, bushbuck, waterbuck and stripped jackal and of-course the several warthogs.\r\n\r\nThe evening will be at leisure. Dinner and overnight.'),(2003,100,'_itinerary_2_day_details','field_60af2c6cdac05'),(2004,100,'itinerary_3_day_heading','Day 4: Queen Elizabeth Park – Kampala'),(2005,100,'_itinerary_3_day_heading','field_60af2c57dac04'),(2006,100,'itinerary_3_day_details','This morning you will carry out a game drive looking for wildlife lion elephant leopard, hyena, and many more that inhabit this park. The game drive will yield wildlife viewing say lion, leopard, buffalo, elephant and many more.\r\n\r\nAfter drive, head to Kampala with your packed lunch. Arrival will in be in the evening'),(2007,100,'_itinerary_3_day_details','field_60af2c6cdac05'),(2008,100,'itinerary','4'),(2009,100,'_itinerary','field_60af2c3adac03'),(2010,100,'inclusions','a:11:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:27:\"Chimpanzee trekking permits\";i:9;s:24:\"Primate tracking permits\";i:10;s:52:\"Professional full-time English speaking driver-guide\";}'),(2011,100,'_inclusions','field_60af2c8ddac06'),(2012,100,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(2013,100,'_exclusions','field_60af2dbedac07'),(2014,101,'_edit_lock','1623400117:1'),(2015,101,'_edit_last','1'),(2016,101,'duration','5'),(2017,101,'_duration','field_60af2bf1dac02'),(2018,101,'itinerary_0_day_heading','Day 1:Kampala – Bwindi Impenetrable National Park'),(2019,101,'_itinerary_0_day_heading','field_60af2c57dac04'),(2020,101,'itinerary_0_day_details','In the Morning, you will be picked by your driver/guide from your hotel at around 7.00 am and proceed to the southwestern part of the country.\r\n\r\nStop at the equator for land mark photo taking and continue to Mbarara. Break for lunch on the way then precede to Bwindi National Park the home of Mountain Gorillas. The drive is long but enjoyable. Proceed south to Bwindi viewing the terraced hills of Kigezi Highlands once known as Switzerland of Africa.\r\n\r\nArrival at Bwindi will be in the evening. Dinner and overnight as you prepare for tomorrow’s event. Full Board.'),(2021,101,'_itinerary_0_day_details','field_60af2c6cdac05'),(2022,101,'itinerary_1_day_heading','Day 2: Gorilla Tracking – Bwindi'),(2023,101,'_itinerary_1_day_heading','field_60af2c57dac04'),(2024,101,'itinerary_1_day_details','Morning after breakfast and with your packed lunch, you will be led to the place where briefing will take place. Guides are allocated to you and off you go to begin your adventure.\r\n\r\nTime taken and the terrain vary (1- 8 hours) this depends on the movement of these gentle giants. The excitement of meeting face to face takes away the pain of some times long and tiresome trek.  Each encounter is different and has its own rewards, but you are likely to enjoy the close view of adults feeding, grooming and resting as the youngsters frolic and swing from vines in delightfully playful manner.\r\n\r\nAfter tracking will walk back to your lodge for overnight. Full Board.'),(2025,101,'_itinerary_1_day_details','field_60af2c6cdac05'),(2026,101,'itinerary_2_day_heading','Day 3: Bwindi to Ishasha – Queen Elizabeth Park'),(2027,101,'_itinerary_2_day_heading','field_60af2c57dac04'),(2028,101,'itinerary_2_day_details','After early breakfast head for Ishasha, which is the southern sector of Queen Elizabeth National Park, carry out a game drive where you may sight tree-climbing lions. Ishasha is dominated by acacia woodland and scrubland and features the meandering Ishasha River, banked by a riparian forest.\r\n\r\nDinner and overnight.'),(2029,101,'_itinerary_2_day_details','field_60af2c6cdac05'),(2030,101,'itinerary_3_day_heading','Day 4: Queen Elizabeth National Park'),(2031,101,'_itinerary_3_day_heading','field_60af2c57dac04'),(2032,101,'itinerary_3_day_details','Early morning game drives to see more animals that habit this park, that include predators like lions, leopard and other game. Over 500 bird species have been identified here, making it a Mecca for bird-watchers. They include the black bee–eater, 11 different species of kingfisher and several falcons, eagles and other raptors.  Queen borders Lake George and Lake Edward and Kazinga Channel in the western area of the Great Rift Valley escarpment connects the two lakes.\r\n\r\nAfter lunch take a 2-hour launch cruise on the Kazinga channel. This waterway joins Lakes Edward and George and it is filled with schools of hippos, buffaloes with elephants at the banks. You are likely to meet grazing hippos, elephants, lions, spotted hyenas and leopards, bushbuck, waterbuck and stripped jackal and of-course the several warthogs.\r\n\r\nAfter the launch cruise will drive to the lodge for dinner and over night.'),(2033,101,'_itinerary_3_day_details','field_60af2c6cdac05'),(2034,101,'itinerary_4_day_heading','Day 5: Bunyarunguru – Kampala'),(2035,101,'_itinerary_4_day_heading','field_60af2c57dac04'),(2036,101,'itinerary_4_day_details','After breakfast you will be driven to Kyambura gorge for Chimpanzee tracking for a primate walk. After Kyambura gorge proceed to Kampala and continue to Entebbe with your packed lunch. Arrival will in the evening.'),(2037,101,'_itinerary_4_day_details','field_60af2c6cdac05'),(2038,101,'itinerary','5'),(2039,101,'_itinerary','field_60af2c3adac03'),(2040,101,'inclusions','a:11:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:27:\"Chimpanzee trekking permits\";i:9;s:24:\"Primate tracking permits\";i:10;s:52:\"Professional full-time English speaking driver-guide\";}'),(2041,101,'_inclusions','field_60af2c8ddac06'),(2042,101,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(2043,101,'_exclusions','field_60af2dbedac07'),(2044,102,'_edit_lock','1623399736:1'),(2045,102,'_edit_last','1'),(2046,102,'duration','8'),(2047,102,'_duration','field_60af2bf1dac02'),(2048,102,'itinerary_0_day_heading','Day 1: Arrival at Entebbe International Airport'),(2049,102,'_itinerary_0_day_heading','field_60af2c57dac04'),(2050,102,'itinerary_0_day_details','Upon arrival at Entebbe International Airport, you will meet our tour guide who will be holding a sign post bearing your names. Greet and later depending on arrival time you will either transfer to your assigned accommodation in Kampala or Entebbe for dinner and overnight stay (for evening and night arrivals) or take you on a short city tour around Kampala and Entebbe.\r\n\r\nYou can visit places like the Kasubi tombs, Namugongo Marty’s shrine, Lake Victoria shores, Uganda museum and so on.\r\n\r\nDinner and overnight at your Hotel in Kampala. Sheraton Hotel/Kampala Serena Hotel for up market or Imperial royale/Cassia Lodge for mid range or Holiday Express Hotel/Excellent Hotel for budget.'),(2051,102,'_itinerary_0_day_details','field_60af2c6cdac05'),(2052,102,'itinerary_1_day_heading','Day 2: Transfer to Bwindi Impenetrable Forest National Park'),(2053,102,'_itinerary_1_day_heading','field_60af2c57dac04'),(2054,102,'itinerary_1_day_details','After a fully served breakfast at your Hotel in Kampala, you will set out together with your driver guide and transfer to Bwindi Impenetrable forest National Park in South Western Uganda.\r\n\r\nEn route to the Park, you will have a brief stop over at the Equator for water experiments and also get a chance to stand at a point where the two hemispheres start from. Continue with the journey and have another stopover at Mpambire drum village basically known as drum making village. You will have lunch in Mbarara town.\r\n\r\nLater after lunch, you will proceed with your Journey to the Park headquarters in Buhoma.\r\n\r\nDinner and overnight at Gorilla forest Camp or Gorilla resort for Up market/ Lake Kitandara camp or Buhoma lodge for Mid range/Buhoma community Bandas for budget.'),(2055,102,'_itinerary_1_day_details','field_60af2c6cdac05'),(2056,102,'itinerary_2_day_heading','Day 3: Gorilla Trekking Experience'),(2057,102,'_itinerary_2_day_heading','field_60af2c57dac04'),(2058,102,'itinerary_2_day_details','After breakfast at the lodge, you will go to the park headquarters for briefing from the Uganda wildlife Authority ranger guides. After the briefing, the ranger will lead you into the thick impenetrable forest to start your search for the endangered rare species of Mountain Gorillas.\r\n\r\nThe gorilla search always continues from the place where they were last seen the previous day. Upon reaching the area where these famous species are, you will only be allowed to interact with them for only one hour and you should always keep maximum silence while with these Gorillas. You are allowed to take photographs and so one.\r\n\r\nTo find the Gorillas, it’s such a tiresome experience since it can take you almost 3-8 hours to find them. However, once you meet these gorillas, you will easily forget the hatches you have gone through to find them and instead save the good memories you will experience with them.\r\n\r\nAfter the interaction, you will return late to the lodge for dinner and overnight stay as above.'),(2059,102,'_itinerary_2_day_details','field_60af2c6cdac05'),(2060,102,'itinerary_3_day_heading','Day 4: Transfer to Queen Elizabeth National Park'),(2061,102,'_itinerary_3_day_heading','field_60af2c57dac04'),(2062,102,'itinerary_3_day_details','After a fully served breakfast, you will leave Bwindi Impenetrable Forest National Park and transfer to Queen Elizabeth National park via the Ishasha sector commonly known for its rare tree climbing lions. As you pass the area, look out for the rare tree climbing lions in fig trees. Have lunch at Ishasha and later transfer to Mweya for relaxation.\r\n\r\nDinner and overnight stay at Mweya Safari Lodge for up market/Hippo hill camp or Ihamba for mid range/Simba Safari camp for budget.'),(2063,102,'_itinerary_3_day_details','field_60af2c6cdac05'),(2064,102,'itinerary_4_day_heading','Day 5: Game Drive & Launch Cruise'),(2065,102,'_itinerary_4_day_heading','field_60af2c57dac04'),(2066,102,'itinerary_4_day_details','After breakfast early morning, you will go for the game drive in Kasenyi area with in the Park. The game drive will reward with beautiful and a variety of wildlife in the park such as Elephants, Lions, leopards, buffaloes, Antelopes like bush bucks and water bucks, Kobs, warthogs and so on.\r\n\r\nLater on you will return to your lodge for lunch as you wait for the afternoon launch cruise along the Kazinga commonly known as the area with the highest concentration of hippos in Africa. The launch cruise will reward you with views of the most famous water loving animals like crocodile along the river banks, elephants taking water, hippos and many bird species.\r\n\r\nReturn back to your lodge for dinner and overnight stay at Mweya Safari Lodge for up market/Hippo hill camp or Ihamba for mid range/Simba Safari camp for budget.'),(2067,102,'_itinerary_4_day_details','field_60af2c6cdac05'),(2068,102,'itinerary_5_day_heading','Day 6: Forest Walk & Transfer to Kibale Forest National Park'),(2069,102,'_itinerary_5_day_heading','field_60af2c57dac04'),(2070,102,'itinerary_5_day_details','After breakfast, you will transfer to Maramagambo forest to search for more bird species such as the brown eared Wood pecker, fawn breasted Waxbill, Sulphur breasted bush shrike, dark capped yellow warbler, bat hawks, the red headed blue bill, the African Fin foot and Eurasian golden oriole.\r\n\r\nReturn back to the lodge for lunch and later transfer to Kibale Forest National Park.\r\n\r\nDinner and overnight at Kibale safari Lodge or Primates Lodge or Ndali Lodge for up market/ Chimps nest for mid range and Chimpanzee guest house for budget.'),(2071,102,'_itinerary_5_day_details','field_60af2c6cdac05'),(2072,102,'itinerary_6_day_heading','Day 7: Chimpanzee Tracking in Kibale Forest & Bigodi Swamp Walk'),(2073,102,'_itinerary_6_day_heading','field_60af2c57dac04'),(2074,102,'itinerary_6_day_details','Breakfast will be served in the morning after which, you will set out for the short chimpanzee briefing from the Uganda Wildlife Authority officials. The rangers will guide you on how to walk while in the forest and also how to behave. After this, you will get into the forest to start your search for the chimpanzees.\r\n\r\nThese great apes are known as mans closest friends because of different characteristics that they have in common with man. Look out in the trees for chimpanzees, other primates such as white colobus monkeys, grey-checked mangabey, red colobus, black-and-white colobus, Baboons and different bird species like the great blue turacco, Africa pied king fisher , malkites and so on.\r\n\r\nReturn back to the lodge after the trek for lunch after which you will go for the Bigodi swamp walk to search for the water loving bird species. The forest is not only known for its 13 species of primates, but this swamp area with in it, is a bird watchers paradise.\r\n\r\nReturn for dinner and overnight stay at Kibale safari Lodge or Primates Lodge or Ndali Lodge for up market/ Chimps nest for mid range and Chimpanzee guest house for budget.'),(2075,102,'_itinerary_6_day_details','field_60af2c6cdac05'),(2076,102,'itinerary_7_day_heading','Day 8: Fort Portal Tour & Transfer Back to Kampala'),(2077,102,'_itinerary_7_day_heading','field_60af2c57dac04'),(2078,102,'itinerary_7_day_details','After breakfast, visit the town of fort portal especially sites like the Amabere ga Nyina mwiru. Have lunch in fort portal and after you will proceed to Kampala reaching in the evening.\r\n\r\nDrop off will be at your Hotel in Kampala.'),(2079,102,'_itinerary_7_day_details','field_60af2c6cdac05'),(2080,102,'itinerary','8'),(2081,102,'_itinerary','field_60af2c3adac03'),(2082,102,'inclusions','a:11:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:27:\"Chimpanzee trekking permits\";i:9;s:24:\"Primate tracking permits\";i:10;s:52:\"Professional full-time English speaking driver-guide\";}'),(2083,102,'_inclusions','field_60af2c8ddac06'),(2084,102,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(2085,102,'_exclusions','field_60af2dbedac07'),(2086,103,'_edit_lock','1623398969:1'),(2087,103,'_edit_last','1'),(2088,103,'duration','10'),(2089,103,'_duration','field_60af2bf1dac02'),(2090,103,'itinerary_0_day_heading','Day 1: Arrival at Entebbe International Airport'),(2091,103,'_itinerary_0_day_heading','field_60af2c57dac04'),(2092,103,'itinerary_0_day_details','Upon arrival at Entebbe International Airport, you will meet our tour guide who will be holding a sign post bearing your names. Greet and later depending on arrival time you will either transfer to your assigned accommodation in Kampala or Entebbe for dinner and overnight stay (for evening and night arrivals) or take you on a short city tour around Kampala and Entebbe.\r\n\r\nYou can visit places like the Kasubi tombs, Namugongo Marty’s shrine, Lake Victoria shores, Uganda museum and so on.\r\n\r\nDinner and overnight at your Hotel in Kampala. Cassia Lodge for mid range or Holiday Express Hotel/Excellent Hotel for budget.'),(2093,103,'_itinerary_0_day_details','field_60af2c6cdac05'),(2094,103,'itinerary_1_day_heading','Day 2: Transfer to Murchison Falls National Park'),(2095,103,'_itinerary_1_day_heading','field_60af2c57dac04'),(2096,103,'itinerary_1_day_details','After breakfast at your Hotel in Kampala or Entebbe, your driver guide will meet you up and brief you shortly about your tour. Later you will transfer to Murchison Falls National Park via Luweero-Nakasongola and Masindi.\r\n\r\nEn route, you can have a stop over at the Luweero Triangle and also at Ziwa Rhino sanctuary for Rhino tracking. You will reach Masindi town in time for lunch. After lunch, proceed to the park where upon arrival, you will go and visit the top of the falls.\r\n\r\nThis is the most interesting area with in the park. At the top of the falls you will experience the beauty of the mighty river Nile where its waters squeezes its self into a 7 meter gorge deep down over 45metres and hence making a thunderous roar.\r\n\r\nTransfer to your assigned place of accommodation for dinner and overnight stay at Red chill camp for budget.'),(2097,103,'_itinerary_1_day_details','field_60af2c6cdac05'),(2098,103,'itinerary_2_day_heading','Day 3: Game Drive & Launch Cruise'),(2099,103,'_itinerary_2_day_heading','field_60af2c57dac04'),(2100,103,'itinerary_2_day_details','After breakfast early morning, you will go for the game drive in the northern part of the park. The game drive will reward with beautiful and a variety of wildlife in the park such as Elephants, Lions, leopards, buffaloes, Antelopes like bush bucks and water bucks, Kobs, warthogs and so on.\r\n\r\nLater on you will return to your lodge for lunch as you wait for the afternoon launch cruise along the Albert Nile. During the afternoon launch cruise, look out for water loving animals like crocodile along the river banks, elephants taking water, hippos and many bird species.\r\n\r\nReturn back to your lodge for dinner and overnight stay at Red chill camp for budget.'),(2101,103,'_itinerary_2_day_details','field_60af2c6cdac05'),(2102,103,'itinerary_3_day_heading','Day 4: Transfer to Kibale Forest National Park'),(2103,103,'_itinerary_3_day_heading','field_60af2c57dac04'),(2104,103,'itinerary_3_day_details','After breakfast, you will set out and transfer to Kibale Forest National Park.\r\n\r\nEn route to the park, the journey will reward you with beautiful scenery especially of the great Rwenzori Mountains in Kasese. You will also pass by different homesteads of local people in Hoima, plantations of tea and bananas and so on. You will have lunch in Hoima town and later proceed to fort portal reaching in the evening.\r\n\r\nTransfer to the park for dinner and overnight stay at Chimpanzee guest house for budget.'),(2105,103,'_itinerary_3_day_details','field_60af2c6cdac05'),(2106,103,'itinerary_4_day_heading','Day 5: Chimpanzee Tracking in Kibale Forest & Bigodi Swamp Walk'),(2107,103,'_itinerary_4_day_heading','field_60af2c57dac04'),(2108,103,'itinerary_4_day_details','Breakfast will be served in the morning after which, you will set out for the short chimpanzee briefing from the Uganda Wildlife Authority officials. The rangers will guide you on how to walk while in the forest and also how to behave. After this, you will get into the forest to start your search for the chimpanzees.\r\n\r\nThese great apes are known as mans closest friends because of different characteristics that they have in common with man. Look out in the trees for chimpanzees, other primates such as white colobus monkeys, grey-checked mangabey, red colobus, black-and-white colobus, Baboons and different  bird species like the great blue turacco, Africa pied king fisher , malkites and so on.\r\n\r\nReturn back to the lodge after the trek for lunch after which you will go for the Bigodi swamp walk to search for the water loving bird species. The forest is not only known for its 13 species of primates, but this swamp area with in it, is a bird watchers paradise.\r\n\r\nReturn for dinner and overnight stay at Chimpanzee guest house for budget.'),(2109,103,'_itinerary_4_day_details','field_60af2c6cdac05'),(2110,103,'itinerary_5_day_heading','Day 6: Transfer to Queen Elizabeth National Park'),(2111,103,'_itinerary_5_day_heading','field_60af2c57dac04'),(2112,103,'itinerary_5_day_details','After a fully served breakfast, you will leave Kibale Forest National Park and transfer to Queen Elizabeth National park.\r\n\r\nEn route, the journey will provide with different scenic views of the great mountains of the moon. You will reach the park with a game drive en route which will offer you with sights of different animals and how they behave at different times. Look out for animals like Elephants, Leopards, Lions and Kobs.\r\n\r\nYou will reach the park headquarters at Mweya in the late afternoon where you will have lunch. Relax while having a small tour around the area.\r\n\r\nDinner and overnight at Simba Safari camp for budget.'),(2113,103,'_itinerary_5_day_details','field_60af2c6cdac05'),(2114,103,'itinerary_6_day_heading','Day 7: Game Drive & Launch Cruise'),(2115,103,'_itinerary_6_day_heading','field_60af2c57dac04'),(2116,103,'itinerary_6_day_details','After breakfast early morning, you will go for the game drive in Kasenyi area with in the Park. The game drive will reward with beautiful and a variety of wildlife in the park such as Elephants, Lions, leopards, buffaloes, Antelopes like bush bucks and water bucks, Kobs, warthogs and so on.\r\n\r\nLater on you will return to your lodge for lunch as you wait for the afternoon launch cruise along the Kazinga commonly known as the area with the highest concentration of hippos in Africa. The launch cruise will reward you with views of the most famous water loving animals like crocodile along the river banks, elephants taking water, hippos and many bird species.\r\n\r\nReturn back to your lodge for dinner and overnight stay at Simba Safari camp for budget.'),(2117,103,'_itinerary_6_day_details','field_60af2c6cdac05'),(2118,103,'itinerary_7_day_heading','Day 8: Transfer to Bwindi Impenetrable Forest National Park'),(2119,103,'_itinerary_7_day_heading','field_60af2c57dac04'),(2120,103,'itinerary_7_day_details','You will set out for the early morning game drive with in the park to search for the early risers and animals you missed out in the previous game drives. Alternatively, you can go for chimpanzee tracking in the Kyambura gorge.\r\n\r\nLater on have lunch and after transfer to Bwindi Park via the Ishasha sector commonly known for its rare tree climbing lions. As you pass the area, look out for the rare tree climbing lions in fig trees.\r\n\r\nProceed and reach Buhoma in the evening where you will rest a bit, have dinner and an overnight stay at Buhoma community Bandas for budget.'),(2121,103,'_itinerary_7_day_details','field_60af2c6cdac05'),(2122,103,'itinerary_8_day_heading','Day 9: Gorilla Trekking Experience'),(2123,103,'_itinerary_8_day_heading','field_60af2c57dac04'),(2124,103,'itinerary_8_day_details','After breakfast at the lodge, you will go to the park headquarters for briefing from the Uganda wildlife Authority ranger guides. After the briefing, the ranger will lead you into the thick impenetrable forest to start your search for the endangered rare species of Mountain Gorillas.\r\n\r\nThe gorilla search always continues from the place where they were last seen the previous day. Upon reaching the area where these famous species are, you will only be allowed to interact with them for only one hour and you should always keep maximum silence while with these Gorillas. You are allowed to take photographs and so one.\r\n\r\nTo find the Gorillas, it’s such a tiresome experience since it can take you almost 3-8 hours to find them. However, once you meet these gorillas, you will easily forget the hatches you have gone through to find them and instead save the good memories you will experience with them.\r\n\r\nAfter the interaction, you will return late to the lodge for dinner and overnight stay as above.'),(2125,103,'_itinerary_8_day_details','field_60af2c6cdac05'),(2126,103,'itinerary_9_day_heading','Day 10: Transfer Back to Kampala'),(2127,103,'_itinerary_9_day_heading','field_60af2c57dac04'),(2128,103,'itinerary_9_day_details','After an early breakfast at the lodge, you will drive back to Kampala with your lunch en route in Mbarara town. On your way back, you will pass via Kabale commonly known as the Switzerland of Africa because of its hills and beautiful scenery.\r\n\r\nReach Kampala late evening and drop off will be at your Hotel in Kampala.'),(2129,103,'_itinerary_9_day_details','field_60af2c6cdac05'),(2130,103,'itinerary','10'),(2131,103,'_itinerary','field_60af2c3adac03'),(2132,103,'inclusions','a:11:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:27:\"Chimpanzee trekking permits\";i:9;s:24:\"Primate tracking permits\";i:10;s:52:\"Professional full-time English speaking driver-guide\";}'),(2133,103,'_inclusions','field_60af2c8ddac06'),(2134,103,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(2135,103,'_exclusions','field_60af2dbedac07'),(2136,104,'_edit_lock','1623659993:1'),(2137,104,'_edit_last','1'),(2138,104,'duration','1'),(2139,104,'_duration','field_60af2bf1dac02'),(2140,104,'itinerary_0_day_heading','Day 1: Gorilla Trekking in Parc National des Volcans'),(2141,104,'_itinerary_0_day_heading','field_60af2c57dac04'),(2142,104,'itinerary_0_day_details','Our guide will pick you from the airport or your hotel in Kigali very early in the morning. Enjoy the scenic drive to Ruhengeri.\r\n\r\nUpon arrival at the park head quarters, get briefed about the activity to be done, highlighting the dos and don’ts. Then go gorilla tracking in one of the habituated gorilla groups in Parc National des Volcans (group can be known at the time of booking a safari).\r\n\r\nTracking the gorillas through the light mountain forest on the slopes of the Virungas is a magical experience. If you are lucky you can get to the gorillas, spend an hour with them, and be back at the base in time for a late lunch.\r\n\r\nPlease note that some gorilla families however are more elusive and tracking can take a full day, especially when it is wet and muddy.\r\n\r\nIn the afternoon embark on your return trip to Kigali.'),(2143,104,'_itinerary_0_day_details','field_60af2c6cdac05'),(2144,104,'itinerary','1'),(2145,104,'_itinerary','field_60af2c3adac03'),(2146,104,'inclusions','a:9:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:52:\"Professional full-time English speaking driver-guide\";}'),(2147,104,'_inclusions','field_60af2c8ddac06'),(2148,104,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(2149,104,'_exclusions','field_60af2dbedac07'),(2150,105,'_edit_lock','1623400351:1'),(2151,105,'_edit_last','1'),(2152,105,'duration','1'),(2153,105,'_duration','field_60af2bf1dac02'),(2154,105,'itinerary_0_day_heading','Day 1: Gorilla Trekking in Bwindi Impenetrable Forest National Park'),(2155,105,'_itinerary_0_day_heading','field_60af2c57dac04'),(2156,105,'itinerary_0_day_details','Very early in the morning our guide will pick you up from your hotel in Kabale or Kisoro and drive you to Bwindi Impenetrable National Park. Our guide will drive you to the park headquarters for briefing from the Uganda wildlife Authority ranger guides.\r\n\r\nAfter the briefing, the ranger will lead you into the thick impenetrable forest to start your search for the endangered rare species of mountain gorillas. The gorilla trek always continues from the place where the endangered gorillas were last seen the previous day.\r\n\r\nUpon finding the mountain gorillas, you will only be allowed to interact with them for only one hour. You should always keep maximum silence while with these Gorillas. You are allowed to take photographs or shoot videos of the mountain gorillas. Please don’t use flash when taking the pictures of the mountain gorillas.\r\n\r\nTo find the Gorillas, it’s such a tiresome experience since it can take you almost 3-8 hours to find them. However, once you meet these gorillas, you will easily forget the hatches you have gone through to find them and instead you will save the good memories of meeting them in the wild.\r\n\r\nAfter the interaction, return to the park headquarters where you will meet our guide. If time allows take an afternoon nature walk in the impenetrable Forest and take a Batwa Trail experience and get to learn about the Twa culture. In the evening our guide will drop you at the lodge in Kabale or Kisoro.'),(2157,105,'_itinerary_0_day_details','field_60af2c6cdac05'),(2158,105,'itinerary','1'),(2159,105,'_itinerary','field_60af2c3adac03'),(2160,105,'inclusions','a:9:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:52:\"Professional full-time English speaking driver-guide\";}'),(2161,105,'_inclusions','field_60af2c8ddac06'),(2162,105,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(2163,105,'_exclusions','field_60af2dbedac07'),(2164,106,'_edit_lock','1623400335:1'),(2165,106,'_edit_last','1'),(2166,106,'duration','1'),(2167,106,'_duration','field_60af2bf1dac02'),(2168,106,'itinerary_0_day_heading','Day 1: Gorilla Trekking in Mgahinga Gorilla National Park'),(2169,106,'_itinerary_0_day_heading','field_60af2c57dac04'),(2170,106,'itinerary_0_day_details','Meet and greet at 4.00AM in Kigali, the Capital of Rwanda. Travel to northern Rwanda past the Volcanoes National Park. Cross to Uganda via the Cyanika border. On arrival at Ntebeko, get briefed about gorilla tracking in Mgahinga Gorilla National Park, the Ugandan part of the Virunga Region.\r\n\r\nThere is one habituated gorilla family in Mgahinga Forest. The Nyakagezi Group is one of the loveliest gorilla family to hike. There are four silver-back gorillas that live within the park. The gorilla trek in Mgahinga Forest takes less hours if compared with Bwindi Impenetrable National Park.\r\n\r\nMeeting eye to eye with the mountain gorillas in the wild is a moving experience that will never fade from your memories.'),(2171,106,'_itinerary_0_day_details','field_60af2c6cdac05'),(2172,106,'itinerary','1'),(2173,106,'_itinerary','field_60af2c3adac03'),(2174,106,'inclusions','a:9:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:52:\"Professional full-time English speaking driver-guide\";}'),(2175,106,'_inclusions','field_60af2c8ddac06'),(2176,106,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(2177,106,'_exclusions','field_60af2dbedac07'),(2178,107,'_edit_lock','1623656799:1'),(2179,107,'_edit_last','1'),(2180,107,'duration','5'),(2181,107,'_duration','field_60af2bf1dac02'),(2182,107,'itinerary_0_day_heading','Day 1: Transfer to Akagera National Park'),(2183,107,'_itinerary_0_day_heading','field_60af2c57dac04'),(2184,107,'itinerary_0_day_details','Upon arrival at the International Airport in Kigali, you will be met and welcomed by our company representative. After the interaction, you will transfer to Akagera National Park.\r\n\r\nUpon arrival, have lunch and in the afternoon go for a boat ride on Lake Ihema to search for different water loving animals like Hippos, out-sized crocodiles and water birds like the papyrus Gonolek, shoebill stork and African fish eagle.\r\n\r\nDinner and overnight at Akagera Game Lodge/ Umbrella Pine/Dereva Hotel.'),(2185,107,'_itinerary_0_day_details','field_60af2c6cdac05'),(2186,107,'itinerary_1_day_heading','Day 2: Morning Game Drive and Evening Boat Ride'),(2187,107,'_itinerary_1_day_heading','field_60af2c57dac04'),(2188,107,'itinerary_1_day_details','After a morning breakfast, you will set out for the game drive to search for early risers and predators such as Lions, Elephants, Buffaloes, Hyenas, impala, oribi, bushbuck, antelope, zebra, cape eland, giraffe and so many others.\r\n\r\nReturn to the Lodge for lunch and in the afternoon go for the boat ride on River Akagera and to the nearby lakes which will expose you to water loving birds and animal species that come along the shorelines to take water.\r\n\r\nDinner and overnight stay at Akagera Game Lodge.'),(2189,107,'_itinerary_1_day_details','field_60af2c6cdac05'),(2190,107,'itinerary_2_day_heading','Day 3: Transfer to Ruhengeri'),(2191,107,'_itinerary_2_day_heading','field_60af2c57dac04'),(2192,107,'itinerary_2_day_details','After breakfast, you will transfer to Ruhengeri town which is near Volcanoes National Park. Upon arrival, have a short tour around the town and visit the local markets.\r\n\r\nAfter this, transfer to your place of accommodation for dinner and overnight stay at Kinigi Guest House/Mountain Gorilla View Lodge/Le Bambou Gorilla Lodge.'),(2193,107,'_itinerary_2_day_details','field_60af2c6cdac05'),(2194,107,'itinerary_3_day_heading','Day 4: Gorilla Tracking in Volcanoes National Park'),(2195,107,'_itinerary_3_day_heading','field_60af2c57dac04'),(2196,107,'itinerary_3_day_details','After breakfast, you will report to the Park headquarters for registration and Gorilla group allocation. You will be briefed shortly about the Gorilla rules and then after this you will be accompanied by your ranger guide into the forest to search for the great Apes.\r\n\r\nYou will hike into Volcano Virunga Hills and green Valley in search for the gorillas and the activity is somehow tiresome but once you meet the Gorillas, you will definitely forget all the hardships you went through to see the Gorillas. After meeting the Gorillas, you will spend with them one hour which will give you an opportunity to take photographs.\r\n\r\nAfter this, you will transfer back to your lodge with Gorilla trek experiences and memories for relaxation. In the evening, you can visit the twin lakes of Burera and Ruhondo for cultural experiences.\r\n\r\nDinner and overnight stay at Kinigi Guest House/Mountain Gorilla View Lodge/Le Bambou Gorilla Lodge.'),(2197,107,'_itinerary_3_day_details','field_60af2c6cdac05'),(2198,107,'itinerary_4_day_heading','Day 5: Transfer Back to Kigali'),(2199,107,'_itinerary_4_day_heading','field_60af2c57dac04'),(2200,107,'itinerary_4_day_details','After breakfast, you will be transferred to Kigali city for a short city tour where you can visit the Genocide memorial sites, Local schools and colorful markets. Then later be transferred to the Airport for your flight back home.'),(2201,107,'_itinerary_4_day_details','field_60af2c6cdac05'),(2202,107,'itinerary','5'),(2203,107,'_itinerary','field_60af2c3adac03'),(2204,107,'inclusions','a:9:{i:0;s:17:\"Airport transfers\";i:1;s:24:\"Full board accommodation\";i:2;s:48:\"All tour activities as detailed in the itinerary\";i:3;s:18:\"Park entrance fees\";i:4;s:12:\"Guiding fees\";i:5;s:29:\"Bottled water while on safari\";i:6;s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";i:7;s:15:\"Gorilla permits\";i:8;s:52:\"Professional full-time English speaking driver-guide\";}'),(2205,107,'_inclusions','field_60af2c8ddac06'),(2206,107,'exclusions','a:7:{i:0;s:21:\"International flights\";i:1;s:24:\"Visas (where applicable)\";i:2;s:16:\"Laundry services\";i:3;s:20:\"Beverages and drinks\";i:4;s:4:\"Tips\";i:5;s:26:\"Items of a personal nature\";i:6;s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}'),(2207,107,'_exclusions','field_60af2dbedac07'),(2208,24,'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:3:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";s:21:\"scroll_to_hash_offset\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),(2209,24,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'9f0e3aab684569a8486b1ff81ded8455b5b5dff39a7716670a780bf458fcf949\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-24\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false,\"classes\":{\"0\":\"c-bg-light\"},\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'55377ff3b9ae43f90cceee137621fa443b4f17c4676f8d0bfe83ac382ec52105\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-24\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Columns\",\"classes\":{\"0\":\"c-columns-2-3\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'076c694363e76ed5d8b920400f015b9767c4005b718408552883b22f79428a79\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"div_block-4-24\",\"original\":{\"width-unit\":\"%\",\"globalConditionsResult\":true,\"padding-right\":\"50\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-left\":\"0\",\"padding-right\":\"0\"}},\"page-width\":{\"original\":{\"padding-right\":\"25\"}}},\"activeselector\":false,\"nicename\":\"Column\"}\'][ct_headline ct_sign_sha256=\'7bb7ae84eda24690e92e926d66b28f0fae4392d0eebed5ba52a582c2fb43bb5c\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"headline-5-24\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-dark\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'60d61d6b7d8649a0a762704264e62e43cd553e83b9b242837697ccd110746230\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"span-6-24\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-accent\"},\"activeselector\":\"c-accent\"}\']Safari Experts<br>[/ct_span]<br>With More Than 20 Years Experience[/ct_headline][ct_text_block ct_sign_sha256=\'b58437d836724fd51d2935f8bfcbcd176e11f1d4ba4725d777afd9749a5c7a44\' ct_options=\'{\"ct_id\":7,\"ct_parent\":4,\"selector\":\"text_block-7-24\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-text-dark\"},\"activeselector\":false}\']With professional experience of over 20 years, Gorilla African Safaris delivers cheap and memorable adventures with extremely knowledgeable guides to thousands of vacationers, tourists, holiday makers, couples on honeymoon and students to Uganda, Rwanda, Burundi, DR Congo, Kenya and Tanzania.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b334a7681c608a8bf546bfac64d19405829459cb1b8670961a813ce3f05651ce\' ct_options=\'{\"ct_id\":11,\"ct_parent\":3,\"selector\":\"div_block-11-24\",\"original\":{\"width\":\"100.00\",\"width-unit\":\"%\",\"globalConditionsResult\":true,\"padding-right\":\"50\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-left\":\"0\",\"padding-right\":\"0\"}}},\"nicename\":\"Column\"}\'][ct_text_block ct_sign_sha256=\'d9f5ef40c2386136b6629b6882f0a8ddb6ec9d48b7be10963e3f12184b163c04\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"text_block-12-24\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-xl\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-dark\"},\"activeselector\":false}\']Our tour packages include Incredible gorilla trekking tours, magical wildlife safaris, excellent bird watching, amazing culture tours, adventurous mountaineering trips, quad biking/cycling tours, wild camping safaris, honeymoon trips, white water rafting, cheap car hire, river and lake boat cruise among others.&nbsp;<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'c2ac6f568b87d0eef59cba363f1584a64bbcaee4390010493ec1845eb9e49846\' ct_options=\'{\"ct_id\":13,\"ct_parent\":11,\"selector\":\"text_block-13-24\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\"},\"activeselector\":false}\']Experience up close the cries of colourful African birds, the lush smell of African impenetrable rainforests, countless flowers and towering trees. Thrill to the sight of hippos, birds and huge Nile crocodiles basking alongside your boat. Marvel at the incredible mountain gorillas of Bwindi Impenetrable Forest, Mgahinga, Virunga or Volcanoes National Park, as well as captivating 13 species of primates in Kibale Forest which include; large communities of chimpanzees, grey-cheeked mangabeys, red-tailed monkeys, vervets, black and white colobus monkeys among others.<br><br>Our river boat cruise along the mighty river Nile to the bottom of Murchison Falls and the Kazinga Channel are perfect for wildlife viewing in Uganda. Our tailor-made itineraries emphasise your convenience in terms of budget and time.<br><br>If you’ve ever dreamed of exploring the wilderness of East Africa, trek the most rare and endangered African mountain gorillas, captivating wild chimpanzees while walking in pristine dense rainforest, or experiencing the unique and amazing African cultures, then our trips are for you.<br>[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2210,24,'ct_builder_shortcodes_revisions_dates','1622717218'),(2211,28,'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:3:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";s:21:\"scroll_to_hash_offset\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),(2212,108,'_wp_attached_file','2021/06/gorilla-african-guest-house-toilet-shower.jpg'),(2213,108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:53:\"2021/06/gorilla-african-guest-house-toilet-shower.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"gorilla-african-guest-house-toilet-shower-300x225.jpg\";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:53:\"gorilla-african-guest-house-toilet-shower-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"gorilla-african-guest-house-toilet-shower-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:52:\"gorilla-african-guest-house-toilet-shower-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2214,109,'_wp_attached_file','2021/06/gorilla-african-guest-house-cclean-towel.jpg'),(2215,109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:52:\"2021/06/gorilla-african-guest-house-cclean-towel.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"gorilla-african-guest-house-cclean-towel-300x225.jpg\";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:52:\"gorilla-african-guest-house-cclean-towel-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:52:\"gorilla-african-guest-house-cclean-towel-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:51:\"gorilla-african-guest-house-cclean-towel-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2216,110,'_wp_attached_file','2021/06/gorilla-african-guest-house-blind-curtains.jpg'),(2217,110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:54:\"2021/06/gorilla-african-guest-house-blind-curtains.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"gorilla-african-guest-house-blind-curtains-300x225.jpg\";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:54:\"gorilla-african-guest-house-blind-curtains-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"gorilla-african-guest-house-blind-curtains-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:53:\"gorilla-african-guest-house-blind-curtains-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2218,111,'_wp_attached_file','2021/06/gorilla-african-guest-house-twin-beds.jpg'),(2219,111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:49:\"2021/06/gorilla-african-guest-house-twin-beds.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"gorilla-african-guest-house-twin-beds-300x225.jpg\";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:49:\"gorilla-african-guest-house-twin-beds-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:49:\"gorilla-african-guest-house-twin-beds-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:48:\"gorilla-african-guest-house-twin-beds-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2220,112,'_wp_attached_file','2021/06/gorilla-african-guest-house-lamp.jpg'),(2221,112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:44:\"2021/06/gorilla-african-guest-house-lamp.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"gorilla-african-guest-house-lamp-300x225.jpg\";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:44:\"gorilla-african-guest-house-lamp-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:44:\"gorilla-african-guest-house-lamp-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:43:\"gorilla-african-guest-house-lamp-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2222,113,'_wp_attached_file','2021/06/gorilla-african-guest-house-single-beds.jpg'),(2223,113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:51:\"2021/06/gorilla-african-guest-house-single-beds.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"gorilla-african-guest-house-single-beds-300x225.jpg\";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:51:\"gorilla-african-guest-house-single-beds-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"gorilla-african-guest-house-single-beds-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:50:\"gorilla-african-guest-house-single-beds-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2224,114,'_wp_attached_file','2021/06/gorilla-african-guest-house-great-view.jpg'),(2225,114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:50:\"2021/06/gorilla-african-guest-house-great-view.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"gorilla-african-guest-house-great-view-300x225.jpg\";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:50:\"gorilla-african-guest-house-great-view-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:50:\"gorilla-african-guest-house-great-view-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:49:\"gorilla-african-guest-house-great-view-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2226,115,'_wp_attached_file','2021/06/gorilla-african-guest-house-floor.jpg'),(2227,115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:45:\"2021/06/gorilla-african-guest-house-floor.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"gorilla-african-guest-house-floor-300x225.jpg\";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:45:\"gorilla-african-guest-house-floor-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:45:\"gorilla-african-guest-house-floor-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:44:\"gorilla-african-guest-house-floor-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2228,115,'_wp_attachment_image_alt','Gorilla African Guest House floor'),(2229,114,'_wp_attachment_image_alt','Gorilla African Guest House bedroom view'),(2230,113,'_wp_attachment_image_alt','Gorilla African Guest House single bed'),(2231,112,'_wp_attachment_image_alt','Gorilla African Guest House cupboard'),(2232,111,'_wp_attachment_image_alt','Gorilla African Guest House twin beds'),(2233,110,'_wp_attachment_image_alt','Gorilla African Guest House curtains'),(2234,109,'_wp_attachment_image_alt','Gorilla African Guest House towels'),(2235,108,'_wp_attachment_image_alt','Gorilla African Guest House toilet and shower'),(2236,28,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'c45c430514e244889968b997417d63e7eb7505fc52097ad66f2ec3b9427041ab\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-28\"}\'][oxy_gallery ct_sign_sha256=\'2a9b6a97b9293a386df88907e3aebbd4c6190598ed8eb781ad196846b0ff0d5f\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"_gallery-3-28\"}\'][/oxy_gallery][/ct_section]'),(2237,28,'ct_builder_shortcodes_revisions_dates','1622722542'),(2238,2,'ct_builder_shortcodes','[ct_section ct_sign_sha256=\'ff580887d6665564ff879bd0e9f7ed5f4d2536b7c13dccacb2f9a9119429e817\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-2\",\"original\":{\"globalConditionsResult\":true,\"background-image\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-looking-up.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-blend-mode\":\"normal\"},\"classes\":{\"0\":\"c-hero-4\"},\"activeselector\":\"c-hero-4\"}\'][ct_headline ct_sign_sha256=\'021c421afb5d2ce546b96242787bd45dc8dce8a1a0c96638b444d61ab379160e\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-2\",\"original\":{\"globalConditionsResult\":true,\"text-align\":\"right\"},\"classes\":{\"0\":\"c-h1\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-light\"}}\']Affordable &amp; Memorable Safaris &amp; Gorilla Treks<br>[/ct_headline][ct_link_2 ct_sign_sha256=\'d350a063d49bb5ed1854c93346984346bea5404b3fa77952a11a98998472a71b\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"link-4-2\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/safaris/\",\"url_encoded\":\"true\",\"target\":\"\"},\"classes\":{\"0\":\"c-btn-main\",\"1\":\"c-transition\",\"2\":\"c-btn-l\"}}\'][ct_text_block ct_sign_sha256=\'cf71b898dae9611fe0fc869321dcae02f601532ff4ed56f9c9aa60a1d18af3c0\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"text_block-5-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-right-m\"}}\']Explore The Safaris<br>[/ct_text_block][ct_fancy_icon ct_sign_sha256=\'4093234ff6517d1bad1f14cd8beaeb80824775d03ac459d3b9d396b14864fc61\' ct_options=\'{\"ct_id\":6,\"ct_parent\":4,\"selector\":\"fancy_icon-6-2\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"Lineariconsicon-arrow-right\"},\"classes\":{\"0\":\"c-icon-light-m\"}}\'][/ct_fancy_icon][/ct_link_2][/ct_section][ct_section ct_sign_sha256=\'ab8d5c98667448935198e87ce510acafc5efe4e8221e5699b155c03a0bd59762\' ct_options=\'{\"ct_id\":17,\"ct_parent\":0,\"selector\":\"section-17-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"activeselector\":false,\"nicename\":\"2 Column  Image and features\"}\'][ct_div_block_2 ct_sign_sha256=\'b79497e61e21a82226f0daa752da79c7da73938147c7996e83c1b1d3dfb7f5c1\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"div_block-18-2\",\"original\":{\"globalConditionsResult\":true,\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"flex-start\",\"text-align\":\"left\"},\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"activeselector\":\"c-hero-4\",\"nicename\":\"Columns\"}\'][ct_image ct_sign_sha256=\'fdee2f2b3c90e2839c5babc8a36a0cef46b0e5a6965d5fe2566fd756884e00b8\' ct_options=\'{\"ct_id\":19,\"ct_parent\":18,\"selector\":\"image-19-2\",\"original\":{\"globalConditionsResult\":true,\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/mountain-gorilla-somber.jpg\"},\"activeselector\":false}\'][/ct_image][ct_div_block_3 ct_sign_sha256=\'818a21e1c85629154da80f6986a2eb424edbc5f4515be89c21e59b5f4d3443c5\' ct_options=\'{\"ct_id\":20,\"ct_parent\":18,\"selector\":\"div_block-20-2\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Content\"}\'][ct_headline ct_sign_sha256=\'531accdd17e66dc84d7128c1d9a0e764e2a6c14fc817e2c9c1744ae0ef7a410b\' ct_options=\'{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"headline-21-2\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-m\"},\"activeselector\":false}\']The [ct_span ct_sign_sha256=\'f6ca7dab7a4dc55507c26f71f0e09022ba204260625b4fcbd9557c3040c4b966\' ct_options=\'{\"ct_id\":22,\"ct_parent\":21,\"selector\":\"span-22-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-accent\"},\"activeselector\":\"c-accent\"}\']Number One[/ct_span] Gorilla Safari Company in Uganda, Rwanda &amp; DR Congo<br>[/ct_headline][ct_text_block ct_sign_sha256=\'5d47f59e3692d05c0b1c3b7391b160a1532d7c382a08ea781f94877ac0e99362\' ct_options=\'{\"ct_id\":23,\"ct_parent\":20,\"selector\":\"text_block-23-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"c-margin-bottom-l\"},\"activeselector\":false}\']Gorilla African Tours &amp; Travel offers you a lot of romance, fun and adventure and promises to lend you some of the most memorable times of your life.<br><br>Gorilla African Tours &amp; Travel offer affordable and memorable mountain gorilla trekking packages in Africa for all travelers for holiday, business, honeymoons and students.<br>[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'165478a306c5bb6bbbe8d41e67b8a24e82e891b7fcd293281dcf524260f39b94\' ct_options=\'{\"ct_id\":37,\"ct_parent\":0,\"selector\":\"section-37-2\",\"original\":{\"globalConditionsResult\":true,\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{\"0\":\"c-bg-light\"},\"activeselector\":false,\"nicename\":\"3 Column cards\"}\'][ct_headline ct_sign_sha256=\'3492a59650f83951181622910705b38c701a16979fbc44e9db1ff5ea2122f719\' ct_options=\'{\"ct_id\":38,\"ct_parent\":37,\"selector\":\"headline-38-2\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-m\"},\"activeselector\":\"c-hero-4\"}\']Featured Safaris<br>[/ct_headline][ct_text_block ct_sign_sha256=\'525fa2be3f730cdfbdba689f640db1f3dd5ce216993e3869760ad7dc0ac7361e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"text_block-39-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"c-margin-bottom-l\"},\"activeselector\":false}\']A selection of exciting gorilla and wildlife safaris throughout Uganda and Rwanda.[/ct_text_block][oxy_posts_grid ct_sign_sha256=\'cd5967f7e8132736e9d84b046fd855c3673f88500eeded5148059d51d5c3114b\' ct_options=\'{\"ct_id\":56,\"ct_parent\":37,\"selector\":\"_posts_grid-56-2\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QgYy1zaGFkb3cgYy10cmFuc2l0aW9uIGMtY2FyZC1saWdodCBjLWNhcmQtb24taG92ZXInPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgPC9kaXY+ICAgICAgCgk8L2E+CiAgCgk8YSBjbGFzcz0nb3h5LXBvc3QtdGl0bGUnIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nPjw/cGhwIHRoZV90aXRsZSgpOyA/PjwvYT4KCgk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhJz4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1hdXRob3Igb3h5LXBvc3QtbWV0YS1pdGVtJz4KCQkJPD9waHAgZWNobyBnZXRfZmllbGQoICJkdXJhdGlvbiIgKS4iIGRheXMiOyA/PgoJCTwvZGl2PgoKCQk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhLWNvbW1lbnRzIG94eS1wb3N0LW1ldGEtaXRlbSc+CiAgICAgICAgICAgIDw/cGhwIAoKCQkJICAgICRjYXRfYXJyYXkgPSAoIGdldF90aGVfdGVybXMoIGdldF90aGVfSUQoKSwgJ2Rlc3RpbmF0aW9uJykgKTsgCgkJCSAgICAkY2F0X3N0ciA9IGFycmF5KCk7IAogICAgCgkJCSAgICBmb3JlYWNoICgkY2F0X2FycmF5IGFzICRjYXQpIHsgCgkJCSAgICAgICAgJGNhdF9zdHJbXSA9ICRjYXQtPm5hbWU7CgkJCSAgICB9CgkJCSAgICBlY2hvIGltcGxvZGUoIiwgIiwkY2F0X3N0cikgLiAnJzsgCgkJCT8+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkKCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlIGMtYnRuLW1haW4nPlJlYWQgTW9yZTwvYT4KCjwvZGl2Pg==\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGZsZXgtd3JhcDogd3JhcDsKfQoKJSVFUElEJSUgLm94eS1wb3N0IHsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47CiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuOwogIHRleHQtYWxpZ246IGxlZnQ7CiAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7CiAgbWFyZ2luOiAwIDVweCAzZW0gNXB4OwogIHdpZHRoOiAzMiU7CiAgcGFkZGluZzogMWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UgewogIG1hcmdpbi1ib3R0b206IDFlbTsKICBwb3NpdGlvbjogcmVsYXRpdmU7CiAgYmFja2dyb3VuZC1jb2xvcjogZ3JleTsKICBiYWNrZ3JvdW5kLWltYWdlOiByZXBlYXRpbmctbGluZWFyLWdyYWRpZW50KAogIDQ1ZGVnLAogICNlZWUsCiAgI2VlZSAxMHB4LAogICNkZGQgMTBweCwKICAjZGRkIDIwcHgpOwogIHdpZHRoOiAxMDAlOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8gewogIHBhZGRpbmctYm90dG9tOiA3MCU7CiAgYmFja2dyb3VuZC1zaXplOiBjb3ZlcjsKICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiBjZW50ZXIgY2VudGVyOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtdGl0bGUgewogIGZvbnQtc2l6ZTogMS40ZW07CiAgbGluZS1oZWlnaHQ6IDEuMmVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YSB7CiAgbWFyZ2luLXRvcDogMC41ZW07CiAgZm9udC1zaXplOiAuOGVtOwogIGRpc3BsYXk6IGZsZXg7CiAgZmxleC1kaXJlY3Rpb246IHJvdzsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTo6YWZ0ZXIgewoJY29udGVudDogIlwwMGI3IjsKCW1hcmdpbi1yaWdodDogLjVlbTsKCW1hcmdpbi1sZWZ0OiAuNWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YS1pdGVtOmxhc3QtY2hpbGQ6OmFmdGVyIHsKCWNvbnRlbnQ6ICIiOwoJZGlzcGxheTogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgewogIG1hcmdpbi10b3A6IDFlbTsKICBtYXJnaW4tYm90dG9tOiAxZW07Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1jb250ZW50IHAgewogIG1hcmdpbjogMDsKfQoKCgpAbWVkaWEgKG1heC13aWR0aDogMTEyMHB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgewogICAgZGlzcGxheTogbm9uZTsKICB9Cn0KCg==\",\"title_size-unit\":\"px\",\"title_color\":\"color(8)\",\"title_hover_color\":\"color(1)\",\"meta_size\":\"\",\"meta_size-unit\":\"px\",\"meta_color\":\"\",\"content_size\":\"\",\"content_size-unit\":\"px\",\"content_color\":\"\",\"read_more_display_as\":\"button\",\"read_more_size\":\"0.8\",\"read_more_size-unit\":\"em\",\"read_more_text_color\":\"white\",\"read_more_text_hover_color\":\"\",\"read_more_button_color\":\"color(1)\",\"read_more_button_hover_color\":\"\",\"paginate_color\":\"\",\"paginate_alignment\":\"center\",\"paginate_link_color\":\"\",\"paginate_link_hover_color\":\"\",\"posts_5050_below\":\"tablet\",\"posts_100_below\":\"tablet\",\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"tour\"},\"query_taxonomies_any\":{},\"query_taxonomies_all\":{},\"query_authors\":{},\"query_all_posts\":\"false\",\"grid-column-count\":\"3\",\"grid-columns-auto-fit\":\"false\",\"grid-column-min-width-unit\":\"vw\",\"grid-justify-items\":\"center\",\"query_count\":\"6\",\"query_post_ids\":\"54,52,51,64,61,56\"},\"activeselector\":false}\'][/oxy_posts_grid][ct_link_button ct_sign_sha256=\'9634128b798da4c40946c1fee04928a1049ab32d44577fb10379d12bad566818\' ct_options=\'{\"ct_id\":59,\"ct_parent\":37,\"selector\":\"link_button-59-2\",\"original\":{\"url\":\"http://gorillaafricasafaris.com/safaris/\",\"target\":\"\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\"},\"activeselector\":false}\']Explore All Safaris[/ct_link_button][/ct_section][ct_section ct_sign_sha256=\'d3ffb4b8891f606c7e86bb8f9e7dfe41fe2827e88d9aef3e53f02d387b68cdc7\' ct_options=\'{\"ct_id\":71,\"ct_parent\":0,\"selector\":\"section-71-2\",\"nicename\":\"3 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'cf6ccd395dae6548b87b90f42d475b4aa7331b60ffe194349dd4828e4df8597d\' ct_options=\'{\"ct_id\":72,\"ct_parent\":71,\"selector\":\"div_block-72-2\",\"classes\":{\"0\":\"c-columns-3\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":\"c-hero-4\"}\'][ct_div_block_3 ct_sign_sha256=\'51ee563dbeb37b8979b1d852881153469c326982b59d8f17bb20ed7d26e23236\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"div_block-73-2\"}\'][ct_headline ct_sign_sha256=\'0882d7341429256834b0e6b53dea8bf9711476ba3187350d5adb48fb4b9a58b2\' ct_options=\'{\"ct_id\":91,\"ct_parent\":73,\"selector\":\"headline-91-2\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']East Africa Safari Specialist<br>[/ct_headline][ct_text_block ct_sign_sha256=\'dabf5d94df30a666240956edb376c64990c2ab61a68e9bade21b5c721534dd6a\' ct_options=\'{\"ct_id\":93,\"ct_parent\":73,\"selector\":\"text_block-93-2\"}\']Gorilla Africa Safaris is one of the premier to companies in Uganda and Rwanda.<br><br><br>[/ct_text_block][ct_link_button ct_sign_sha256=\'796c4bd83ecefb332b26a11d21f2f46d8b6cc3d4a5f7cc7566fdb162ffba0aa3\' ct_options=\'{\"ct_id\":105,\"ct_parent\":73,\"selector\":\"link_button-105-2\",\"original\":{\"url\":\"http://gorillaafricasafaris.com/contact/\",\"target\":\"\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\"},\"activeselector\":false}\']Enquire Now[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d695ffb01431df08665d20f3009df855320fcaff4462aef036104e1bcacc46bf\' ct_options=\'{\"ct_id\":74,\"ct_parent\":72,\"selector\":\"div_block-74-2\"}\'][ct_headline ct_sign_sha256=\'4d362fcaf9ea159ea819d8df358fa10b4a1bb8785e3a366fd38cb9a7e8a984f8\' ct_options=\'{\"ct_id\":76,\"ct_parent\":74,\"selector\":\"headline-76-2\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Rwanda[/ct_headline][ct_text_block ct_sign_sha256=\'1a03ccfe978f277c423859fe25fb15df6f7e517e354de255190d8a141128f8e8\' ct_options=\'{\"ct_id\":79,\"ct_parent\":74,\"selector\":\"text_block-79-2\"}\']In Rwanda , Volcanoes National Park is famous for mountain gorilla tours and chimpanzee tracking in Nyungwe National Park. <br><br>We also have adventurous canopy walk in Mgahinga Gorilla National Park (volcano climbing)  to find more of the 13 primate species that include vervet monkeys, colobus monkeys, golden monkeys, giant forest hog, etc.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d94cdce59dfabba6fe3aeb46e5b9ad15d2d352149cef8873f1113bbbbaf34db4\' ct_options=\'{\"ct_id\":75,\"ct_parent\":72,\"selector\":\"div_block-75-2\"}\'][ct_headline ct_sign_sha256=\'3e499e543040fe89d25a7deb6770f7e0e81873beafd8a9514e7fb7aa6032cc66\' ct_options=\'{\"ct_id\":81,\"ct_parent\":75,\"selector\":\"headline-81-2\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Uganda[/ct_headline][ct_text_block ct_sign_sha256=\'544391be7b3adb4968b32389152287c7cca08eaa6edc2f494caa140f851ec46f\' ct_options=\'{\"ct_id\":82,\"ct_parent\":75,\"selector\":\"text_block-82-2\"}\']Gorilla African Tours &amp; Travel gives you detailed information about all national parks in Uganda, wild animals, birds and tourist activities carried out in all parks.<br><br>Among their services offered include mountain gorilla trekking and other wildlife safaris, cultural trips as well as mountain hiking. <br><br>We shall offer budget gorilla trekking as well in Uganda.[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2239,2,'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:3:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";s:21:\"scroll_to_hash_offset\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),(2240,2,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'f93c353cfd0f9361767948d796815744f5c580ecc94aae4530ee7d5ecca2244a\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-2\",\"original\":{\"globalConditionsResult\":true,\"background-image\":\"https://images.unsplash.com/photo-1574356544616-2eed269a4e53?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1934&q=80\",\"overlay-color\":\"rgba(0,0,0,0.7)\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\"},\"classes\":{\"0\":\"c-hero-4\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'89e2b875e36b649a6298c2fff767234126052addfae57e5250e818499aca5885\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-h1\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-light\"}}\']Today\'s Results.<br>Tomorrow\'s Outcomes.[/ct_headline][ct_link_2 ct_sign_sha256=\'b4dd71c71457c0566089d811228103e7875c423c861aaa92b000f6e306c05e13\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"link-4-2\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\",\"1\":\"c-transition\",\"2\":\"c-btn-l\"}}\'][ct_text_block ct_sign_sha256=\'60d3bd89955cf28224d257c20735e9631234fd4c75fa75a9b07c99f092cd550f\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"text_block-5-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-right-m\"}}\']Explore The Plans[/ct_text_block][ct_fancy_icon ct_sign_sha256=\'4093234ff6517d1bad1f14cd8beaeb80824775d03ac459d3b9d396b14864fc61\' ct_options=\'{\"ct_id\":6,\"ct_parent\":4,\"selector\":\"fancy_icon-6-2\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"Lineariconsicon-arrow-right\"},\"classes\":{\"0\":\"c-icon-light-m\"}}\'][/ct_fancy_icon][/ct_link_2][/ct_section]'),(2241,2,'ct_builder_shortcodes_revisions_dates','1622725679'),(2242,30,'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:3:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";s:21:\"scroll_to_hash_offset\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),(2243,30,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'33b8d8950b014b06958f556c97665faa90f46196aebcbc63dcc7cb59c68fc4bd\' ct_options=\'{\"ct_id\":48,\"ct_parent\":0,\"selector\":\"section-48-30\",\"nicename\":\"2 Columns\"}\'][ct_headline ct_sign_sha256=\'10b30b7680c8f0cb1b249d437247046abc8be19a4860e2c0b30f98d31de8fdc2\' ct_options=\'{\"ct_id\":60,\"ct_parent\":48,\"selector\":\"headline-60-30\",\"original\":{\"tag\":\"h2\",\"width-unit\":\"%\",\"width\":\"100\"},\"classes\":{\"0\":\"c-padding-bottom-m\",\"1\":\"c-center\"},\"activeselector\":false}\']Uganda, A Birdwatcher\'s Paradise[/ct_headline][ct_div_block_2 ct_sign_sha256=\'64fddd3b4e42dd04fb809261c8eb2d98ff41c7acf7634361d364f64080fa0b46\' ct_options=\'{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"div_block-49-30\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'2ccab4e60026eadab93c5bb8375de4b5466d841a2d0c5d6dd26d791bd9bfa223\' ct_options=\'{\"ct_id\":50,\"ct_parent\":49,\"selector\":\"div_block-50-30\"}\'][ct_text_block ct_sign_sha256=\'9178066d9297e37739d9da46260dbfbc8a0173a8228eedc45681b172e63b1845\' ct_options=\'{\"ct_id\":53,\"ct_parent\":50,\"selector\":\"text_block-53-30\"}\']Uganda is an equatorial country of astonishing contrasts.&nbsp;<br><br>No other area in Africa can match its amazing diversity of habitats ranging from arid semi-deserts, rich savannahs, lowlands and montane rainforests to vast wetlands, volcanoes and an afro-alpine zone, and covering an altitude from 650 to 5,000 metres.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'6bcb8c49290696dfcce9ef79722a253316efc7310299d7312958168b31fd0692\' ct_options=\'{\"ct_id\":51,\"ct_parent\":49,\"selector\":\"div_block-51-30\"}\'][ct_text_block ct_sign_sha256=\'8dc033543641ce2bbde5ead6cbc546ede51bf766f5041fdcfb845551ac8a8f78\' ct_options=\'{\"ct_id\":55,\"ct_parent\":51,\"selector\":\"text_block-55-30\"}\']This richness is reflected in the number of birds per square kilometer the highest than any other country in Africa!&nbsp;<br><br>Given the small size of the country, which is approximately 235,000 square kilometers, Uganda boasts a national bird list of over 1008 species. This represents more than half the bird species that can be found in the whole of Africa.[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'c811c61ee2b9ea42c56e3783ec7738e0279e636e04d6deae7864241e52d16a8b\' ct_options=\'{\"ct_id\":22,\"ct_parent\":0,\"selector\":\"section-22-30\",\"nicename\":\"3 to 2 Columns\",\"original\":{\"container-padding-top\":\"75\"}}\'][ct_div_block_2 ct_sign_sha256=\'3c0fd33af0c5fc11d0db820d54526c81eb518ca206a5823daaa903d6a3fab4aa\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"div_block-23-30\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'c99967e46ee95bf03c855ede20a98e6264c1bcde147951926b59026f3633fe29\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"div_block-24-30\"}\'][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b42b3e9e0e763b071ec363d779bc9d89109f260197cfd1abb41a24f2b9adef1c\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"div_block-25-30\",\"classes\":{},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'c8bd43a87c948175efac991c3c25c64429e7c0455e735a8dd55ec62b7ad311d7\' ct_options=\'{\"ct_id\":34,\"ct_parent\":25,\"selector\":\"headline-34-30\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Forests[/ct_headline][ct_text_block ct_sign_sha256=\'ae577e20d3afc151e7d2a69b4015b9d4e24d7cc807abb5726b7f2f8dc5a10e38\' ct_options=\'{\"ct_id\":36,\"ct_parent\":25,\"selector\":\"text_block-36-30\"}\']Uganda has an area contiguous with the Great Guinea/Congo Basin rain forest on its western border. Subsequently there are a number of west and central African bird species occurring in Uganda that are not found elsewhere in East Africa.<br><br>There are more than 700 forest reserves in Uganda.<br>One particular region is the Albertine Rift Endemic area (ARE), which has 38 species of birds confined to Uganda, Rwanda, Burundi and the Congo. Of these ARE’s Uganda has 25, mostly confined to the forests of Mgahinga and Bwindi National Parks in the southwest.[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'c07cbaf03a8c25418e96b74c57d3787c8d9c6de7c6897e8515e8f3f744ed409a\' ct_options=\'{\"ct_id\":26,\"ct_parent\":0,\"selector\":\"section-26-30\",\"nicename\":\"2 to 3 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'c7b776a38f7eee69c57378c28bb51a41bb3508fe95717b50e8777198cda4bc4d\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"div_block-27-30\",\"classes\":{\"0\":\"c-columns-m-1\",\"1\":\"c-columns-gap-l\",\"2\":\"c-columns-2-3\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'90479fc5f8c76db6c0ce5a0ab91962ec82e7cda224edf3ca4f1ec40ec0b64990\' ct_options=\'{\"ct_id\":28,\"ct_parent\":27,\"selector\":\"div_block-28-30\"}\'][ct_headline ct_sign_sha256=\'85966632f4f33daf02b0e47c673532614c80e7dd8280666cba46a08915dd1d08\' ct_options=\'{\"ct_id\":38,\"ct_parent\":28,\"selector\":\"headline-38-30\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Wetlands[/ct_headline][ct_text_block ct_sign_sha256=\'d88004d5b105c6b2dda38223211b28a76c221cf8febc07f514de517d381bfde7\' ct_options=\'{\"ct_id\":40,\"ct_parent\":28,\"selector\":\"text_block-40-30\"}\']Uganda has 30,000 square kilometres of wetlands.&nbsp;<br><br>Not less than 210 species, ranging from the shoebill and African skimmer to the endemic Fox’s weaver, are found in these wetlands. More to the above are four papyrus endemics; the papyrus gonolek, papyrus canary, white-winged warbler and papyrus yellow warbler. And a white-winged black tern roost of 2-3 million birds in the Entebbe area (Lutembe Bay).[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f26bc9728ff2b2c081c6ee7c5c741b2bfb43260238ebd666be4652cfc1d1d2d0\' ct_options=\'{\"ct_id\":29,\"ct_parent\":27,\"selector\":\"div_block-29-30\",\"classes\":{}}\'][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'69f835b12e75fe19c5f95070c6db1ba1d08cb27f52566dc1174fa9c9268a4983\' ct_options=\'{\"ct_id\":30,\"ct_parent\":0,\"selector\":\"section-30-30\",\"nicename\":\"3 to 2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'8706829d862c7539e883cd31efd2a5b177f2275a2bb2816e65fc4e793052a6b9\' ct_options=\'{\"ct_id\":31,\"ct_parent\":30,\"selector\":\"div_block-31-30\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'2125f560712927cf984fa214b9b24709aaff35232dbce26d7f6bcd3547277a23\' ct_options=\'{\"ct_id\":32,\"ct_parent\":31,\"selector\":\"div_block-32-30\"}\'][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1aee3a869fa5acc1189d869692e7c63ca96528d1efb4a745ecba815f332187eb\' ct_options=\'{\"ct_id\":33,\"ct_parent\":31,\"selector\":\"div_block-33-30\",\"classes\":{},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'322217606df13aa28d3671aefcbd8fb4ab619fcb1ed1099254f9f07741526b82\' ct_options=\'{\"ct_id\":42,\"ct_parent\":33,\"selector\":\"headline-42-30\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Savannahs[/ct_headline][ct_text_block ct_sign_sha256=\'0ad72c9054dfca665c1f0cfee1c36894c021d176aff5aad5ca584f1384ba1c39\' ct_options=\'{\"ct_id\":44,\"ct_parent\":33,\"selector\":\"text_block-44-30\"}\']In Uganda savannahs vary from the remote, semi-desert, dry thorn-scrub region of Karamoja in the northeast, to the richer fertile savannahs of the western rift valley.&nbsp;<br><br>Queen Elizabeth National Park has a bird list of 604 species, the highest for any protected area in Africa.[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2244,30,'ct_builder_shortcodes_revisions_dates','1622785766'),(2245,34,'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:3:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";s:21:\"scroll_to_hash_offset\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),(2248,118,'form_key','form_60b9d00f52460'),(2249,118,'_edit_last','1'),(2250,118,'form_description',''),(2251,118,'_form_description','field_form_description'),(2252,118,'form_success_message','Thank your for your enquiry about {title}. One of our safari specialists will be in contact shortly.'),(2253,118,'_form_success_message','field_form_success_message'),(2254,118,'form_num_of_submissions','3'),(2255,118,'_form_num_of_submissions','field_form_num_of_submissions'),(2256,118,'form_num_of_views','42'),(2257,118,'_form_num_of_views','field_form_num_of_views'),(2258,118,'form_restrict_entries','0'),(2259,118,'_form_restrict_entries','field_form_restrict_entries'),(2260,118,'form_require_login','0'),(2261,118,'_form_require_login','field_form_require_login'),(2262,118,'form_schedule_form','0'),(2263,118,'_form_schedule_form','field_form_schedule_form'),(2264,118,'form_create_entries','1'),(2265,118,'_form_create_entries','field_form_create_entries'),(2266,118,'form_emails','1'),(2267,118,'_form_emails','field_form_emails'),(2268,118,'ct_other_template','0'),(2269,118,'ct_template_archive_post_types_all',''),(2270,118,'ct_template_categories','a:0:{}'),(2271,118,'ct_template_categories_all',''),(2272,118,'ct_template_tags','a:0:{}'),(2273,118,'ct_template_tags_all',''),(2274,118,'ct_template_custom_taxonomies','a:0:{}'),(2275,118,'ct_template_custom_taxonomies_all',''),(2276,118,'ct_template_authors_archives_all',''),(2277,118,'ct_template_index',''),(2278,118,'ct_template_front_page',''),(2279,118,'ct_template_blog_posts',''),(2280,118,'ct_template_date_archive',''),(2281,118,'ct_template_search_page',''),(2282,118,'ct_template_inner_content',''),(2283,118,'ct_template_404_page',''),(2284,118,'ct_template_all_archives',''),(2285,118,'ct_template_archive_among_taxonomies','a:0:{}'),(2286,118,'ct_template_apply_if_archive_among_taxonomies',''),(2287,118,'ct_template_archive_post_types','a:0:{}'),(2288,118,'ct_template_apply_if_archive_among_cpt',''),(2289,118,'ct_template_authors_archives','a:0:{}'),(2290,118,'ct_template_apply_if_archive_among_authors',''),(2291,118,'ct_template_single_all',''),(2292,118,'ct_template_post_types','a:0:{}'),(2293,118,'ct_template_exclude_ids',''),(2294,118,'ct_template_include_ids',''),(2295,118,'ct_template_taxonomies','a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),(2296,118,'ct_use_template_taxonomies',''),(2297,118,'ct_template_post_of_parents','a:0:{}'),(2298,118,'ct_template_apply_if_post_of_parents',''),(2299,118,'ct_template_order','0'),(2300,118,'ct_builder_shortcodes',''),(2301,118,'oxygen_lock_post_edit_mode',NULL),(2302,118,'_edit_lock','1623405695:1'),(2305,76,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'0dce83d4dd753e992fef03c26c6d4ccc41f6a98375127596a80d093699de3015\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"section-1-76\",\"nicename\":\"3 to 2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'094b2f8c6ff04c846bf76f4293794c1065cd00f25363d228b621fbab8835ab00\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"div_block-2-76\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'3d5140628af1539c4bcc8ee2c3dde9a0841967cf4063427a89ffd039110c7326\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-76\"}\'][ct_image ct_sign_sha256=\'0d1d4f0fcc70729a7ef34b92a85b4d57a8eb18a5e187ca324efbcf0db2aac946\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"image-5-76\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'199daf2d416f4ea1b900bdfa3ea016d44cfdd2cd90f09d5a79300a6e0838a4f7\' data=\'featured_image\' ]\",\"srcdynamic\":true,\"alt\":\"W294eWdlbiBjdF9zaWduX3NoYTI1Nj0nYzNhMjFlNmNjOTQxYjUyMzlhNjg2NmExYTQzYjcwYjA3MTExNmExMzlkMDYyYjYwMGI2NmJiMzQ4NzlkMWJkNycgZGF0YT0nZmVhdHVyZWRfaW1hZ2VfYWx0JyBd\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'8253087efa4f4a19186c9129cb3aef7ac2f55a0909caa8f4cecbb9297618ee69\' ct_options=\'{\"ct_id\":6,\"ct_parent\":3,\"selector\":\"headline-6-76\",\"original\":{\"tag\":\"h1\"}}\'][ct_span ct_sign_sha256=\'6122ac191dc66877bc13af487bc4dedbbf258f01fc4244b7808a8d8080a2d740\' ct_options=\'{\"ct_id\":94,\"ct_parent\":6,\"selector\":\"span-94-76\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span]<br>[/ct_headline][oxy_dynamic_list_4 ct_sign_sha256=\'ed6e01153401f23cd2a3c1c552c538d1d80c7ae769cad976f4824d3caae84658\' ct_options=\'{\"ct_id\":9,\"ct_parent\":3,\"selector\":\"_dynamic_list-9-76\",\"original\":{\"use_acf_repeater\":\"true\",\"acf_repeater\":\"field_60af2c3adac03\"},\"activeselector\":false}\'][ct_div_block_5 ct_sign_sha256=\'d8d88dd8a368609aac38a7ac00bb266bc557cdbcd0a4b1dc543f79b75bd0be09\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"div_block-10-76\"}\'][ct_headline ct_sign_sha256=\'1a81c625d0d9022fef863c6c821fe67dcec65fbe1249437ce42884fe0e9be6a3\' ct_options=\'{\"ct_id\":13,\"ct_parent\":10,\"selector\":\"headline-13-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'6b97e5b15d938e144430538f4c44213966b21c8e3a6a454c44f0b1efbd5f8540\' ct_options=\'{\"ct_id\":102,\"ct_parent\":13,\"selector\":\"span-102-76\"}\'][oxygen ct_sign_sha256=\'a71beacffe36041017ce299fb8e6e4e56d72aa94b6a11785c913e152187cf07a\' data=\'acfreparray\' field=\'day_heading\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'bca3fde4e289ed85c2e3edf72db0e7d5924247afda34ad4a545d28dfb637dbfd\' ct_options=\'{\"ct_id\":70,\"ct_parent\":10,\"selector\":\"text_block-70-76\"}\'][ct_span ct_sign_sha256=\'ad362514d6a0647515fbc3b38531cec481807e0e37dcddf554f7ba33f5d76ac0\' ct_options=\'{\"ct_id\":106,\"ct_parent\":70,\"selector\":\"span-106-76\"}\'][oxygen ct_sign_sha256=\'388dfe89c4d6d2a3ba1c7dc6f9b93548b9f8722c40ae54bbee1716975fe5bc63\' data=\'acfreparray\' field=\'day_details\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_text_block][/ct_div_block_5][/oxy_dynamic_list_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'42723e4796fccf7fb416d58069c3ad3ec83d25147990c7faa402f406d75b08de\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"div_block-4-76\",\"classes\":{}}\'][ct_text_block ct_sign_sha256=\'6d9d6a7648ea383bad952e196d25652251bba6a0ae9787b645420e13881c2b5d\' ct_options=\'{\"ct_id\":82,\"ct_parent\":4,\"selector\":\"text_block-82-76\"}\']This is a block of text. Double-click this text to edit it.[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2306,76,'ct_builder_shortcodes_revisions_dates','1622790710'),(2307,118,'form_emails_0_name','Tour Enquiry Notification'),(2308,118,'_form_emails_0_name','field_form_email_name'),(2309,118,'form_emails_0_active','1'),(2310,118,'_form_emails_0_active','field_form_email_active'),(2311,118,'form_emails_0_recipient_type','custom'),(2312,118,'_form_emails_0_recipient_type','field_form_email_recipient_type'),(2313,118,'form_emails_0_recipient_custom','david@intergise.com'),(2314,118,'_form_emails_0_recipient_custom','field_form_email_recipient_custom'),(2315,118,'form_emails_0_from','{field:enquiry_name} <{field:enquiry_email}>'),(2316,118,'_form_emails_0_from','field_form_email_from'),(2317,118,'form_emails_0_subject','{title} Enquiry'),(2318,118,'_form_emails_0_subject','field_form_email_subject'),(2319,118,'form_emails_0_content','<h1>{title} Enquiry</h1>\r\n<strong>Name:</strong> {field:enquiry_name}\r\n\r\n<strong>Email:</strong> {field:enquiry_email}\r\n<h3>Message</h3>\r\n{field:enquiry_message}'),(2320,118,'_form_emails_0_content','field_form_email_content'),(2321,123,'entry_form','form_60b9d00f52460'),(2322,123,'entry_submission_date','2021-06-04 07:48:47'),(2323,123,'enquiry_name','David'),(2324,123,'_enquiry_name','field_60b9d0b2b67a1'),(2325,123,'enquiry_email','pangono@gmail.com'),(2326,123,'_enquiry_email','field_60b9d0d5b67a2'),(2327,123,'enquiry_message','Test of 5 Day Gorillas & Akagera Wildlife'),(2328,123,'_enquiry_message','field_60b9d0f8b67a3'),(2329,123,'_edit_lock','1622792841:1'),(2330,76,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'9e6d6c8058079fc9e9f7f1e4d8e121e4dfbbf4bfadc40cb99471dae13389cefe\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"section-1-76\",\"nicename\":\"3 to 2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'ec9f4d97fae76c2e3524d4f27260283e8439da43f30cd6d5a9fccdb10713722b\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"div_block-2-76\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'3d5140628af1539c4bcc8ee2c3dde9a0841967cf4063427a89ffd039110c7326\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-76\"}\'][ct_image ct_sign_sha256=\'0d1d4f0fcc70729a7ef34b92a85b4d57a8eb18a5e187ca324efbcf0db2aac946\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"image-5-76\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'199daf2d416f4ea1b900bdfa3ea016d44cfdd2cd90f09d5a79300a6e0838a4f7\' data=\'featured_image\' ]\",\"srcdynamic\":true,\"alt\":\"W294eWdlbiBjdF9zaWduX3NoYTI1Nj0nYzNhMjFlNmNjOTQxYjUyMzlhNjg2NmExYTQzYjcwYjA3MTExNmExMzlkMDYyYjYwMGI2NmJiMzQ4NzlkMWJkNycgZGF0YT0nZmVhdHVyZWRfaW1hZ2VfYWx0JyBd\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'8253087efa4f4a19186c9129cb3aef7ac2f55a0909caa8f4cecbb9297618ee69\' ct_options=\'{\"ct_id\":6,\"ct_parent\":3,\"selector\":\"headline-6-76\",\"original\":{\"tag\":\"h1\"}}\'][ct_span ct_sign_sha256=\'6122ac191dc66877bc13af487bc4dedbbf258f01fc4244b7808a8d8080a2d740\' ct_options=\'{\"ct_id\":94,\"ct_parent\":6,\"selector\":\"span-94-76\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span]<br>[/ct_headline][oxy_dynamic_list_4 ct_sign_sha256=\'ed6e01153401f23cd2a3c1c552c538d1d80c7ae769cad976f4824d3caae84658\' ct_options=\'{\"ct_id\":9,\"ct_parent\":3,\"selector\":\"_dynamic_list-9-76\",\"original\":{\"use_acf_repeater\":\"true\",\"acf_repeater\":\"field_60af2c3adac03\"},\"activeselector\":false}\'][ct_div_block_5 ct_sign_sha256=\'d8d88dd8a368609aac38a7ac00bb266bc557cdbcd0a4b1dc543f79b75bd0be09\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"div_block-10-76\"}\'][ct_headline ct_sign_sha256=\'1a81c625d0d9022fef863c6c821fe67dcec65fbe1249437ce42884fe0e9be6a3\' ct_options=\'{\"ct_id\":13,\"ct_parent\":10,\"selector\":\"headline-13-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'6b97e5b15d938e144430538f4c44213966b21c8e3a6a454c44f0b1efbd5f8540\' ct_options=\'{\"ct_id\":102,\"ct_parent\":13,\"selector\":\"span-102-76\"}\'][oxygen ct_sign_sha256=\'a71beacffe36041017ce299fb8e6e4e56d72aa94b6a11785c913e152187cf07a\' data=\'acfreparray\' field=\'day_heading\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'bca3fde4e289ed85c2e3edf72db0e7d5924247afda34ad4a545d28dfb637dbfd\' ct_options=\'{\"ct_id\":70,\"ct_parent\":10,\"selector\":\"text_block-70-76\"}\'][ct_span ct_sign_sha256=\'ad362514d6a0647515fbc3b38531cec481807e0e37dcddf554f7ba33f5d76ac0\' ct_options=\'{\"ct_id\":106,\"ct_parent\":70,\"selector\":\"span-106-76\"}\'][oxygen ct_sign_sha256=\'388dfe89c4d6d2a3ba1c7dc6f9b93548b9f8722c40ae54bbee1716975fe5bc63\' data=\'acfreparray\' field=\'day_details\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_text_block][/ct_div_block_5][/oxy_dynamic_list_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'c27e4e0a5aeefd76f4a6105eee22e3a8f0c9f9e6ef7eccbbf06647b7a8078d87\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"div_block-4-76\",\"classes\":{}}\'][ct_shortcode ct_sign_sha256=\'c1428db58abe80d28bc41a1947eba5f0cb150ad2dec1df02806444b89644dacd\' ct_options=\'{\"ct_id\":133,\"ct_parent\":4,\"selector\":\"shortcode-133-76\",\"original\":{\"full_shortcode\":true},\"ct_shortcode\":\"true\",\"classes\":{\"0\":\"advanced-form\"},\"activeselector\":\"advanced-form\"}\'][advanced_form form=\"form_60b9d00f52460\"][/ct_shortcode][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2331,76,'ct_builder_shortcodes_revisions_dates','1622800358'),(2332,76,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'603ee63a11b904242290b0455f204859f7cadea3df8debe1d2222cbbdc4e6d6d\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"section-1-76\",\"nicename\":\"3 to 2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'df5b099edcb511caef568ede7b62076ebcea80d6d9b177a1c3848313a0ddc678\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"div_block-2-76\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'3d5140628af1539c4bcc8ee2c3dde9a0841967cf4063427a89ffd039110c7326\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-76\"}\'][ct_image ct_sign_sha256=\'0d1d4f0fcc70729a7ef34b92a85b4d57a8eb18a5e187ca324efbcf0db2aac946\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"image-5-76\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'199daf2d416f4ea1b900bdfa3ea016d44cfdd2cd90f09d5a79300a6e0838a4f7\' data=\'featured_image\' ]\",\"srcdynamic\":true,\"alt\":\"W294eWdlbiBjdF9zaWduX3NoYTI1Nj0nYzNhMjFlNmNjOTQxYjUyMzlhNjg2NmExYTQzYjcwYjA3MTExNmExMzlkMDYyYjYwMGI2NmJiMzQ4NzlkMWJkNycgZGF0YT0nZmVhdHVyZWRfaW1hZ2VfYWx0JyBd\"},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'8253087efa4f4a19186c9129cb3aef7ac2f55a0909caa8f4cecbb9297618ee69\' ct_options=\'{\"ct_id\":6,\"ct_parent\":3,\"selector\":\"headline-6-76\",\"original\":{\"tag\":\"h1\"}}\'][ct_span ct_sign_sha256=\'6122ac191dc66877bc13af487bc4dedbbf258f01fc4244b7808a8d8080a2d740\' ct_options=\'{\"ct_id\":94,\"ct_parent\":6,\"selector\":\"span-94-76\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span]<br>[/ct_headline][oxy_dynamic_list_4 ct_sign_sha256=\'ed6e01153401f23cd2a3c1c552c538d1d80c7ae769cad976f4824d3caae84658\' ct_options=\'{\"ct_id\":9,\"ct_parent\":3,\"selector\":\"_dynamic_list-9-76\",\"original\":{\"use_acf_repeater\":\"true\",\"acf_repeater\":\"field_60af2c3adac03\"},\"activeselector\":false}\'][ct_div_block_5 ct_sign_sha256=\'d8d88dd8a368609aac38a7ac00bb266bc557cdbcd0a4b1dc543f79b75bd0be09\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"div_block-10-76\"}\'][ct_headline ct_sign_sha256=\'1a81c625d0d9022fef863c6c821fe67dcec65fbe1249437ce42884fe0e9be6a3\' ct_options=\'{\"ct_id\":13,\"ct_parent\":10,\"selector\":\"headline-13-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'6b97e5b15d938e144430538f4c44213966b21c8e3a6a454c44f0b1efbd5f8540\' ct_options=\'{\"ct_id\":102,\"ct_parent\":13,\"selector\":\"span-102-76\"}\'][oxygen ct_sign_sha256=\'a71beacffe36041017ce299fb8e6e4e56d72aa94b6a11785c913e152187cf07a\' data=\'acfreparray\' field=\'day_heading\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'bca3fde4e289ed85c2e3edf72db0e7d5924247afda34ad4a545d28dfb637dbfd\' ct_options=\'{\"ct_id\":70,\"ct_parent\":10,\"selector\":\"text_block-70-76\"}\'][ct_span ct_sign_sha256=\'ad362514d6a0647515fbc3b38531cec481807e0e37dcddf554f7ba33f5d76ac0\' ct_options=\'{\"ct_id\":106,\"ct_parent\":70,\"selector\":\"span-106-76\"}\'][oxygen ct_sign_sha256=\'388dfe89c4d6d2a3ba1c7dc6f9b93548b9f8722c40ae54bbee1716975fe5bc63\' data=\'acfreparray\' field=\'day_details\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_text_block][/ct_div_block_5][/oxy_dynamic_list_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'065a2d4dec7e7dd3766aa56b7de655fa13c471160ccfc8a748412620734f780c\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"div_block-4-76\",\"classes\":{\"0\":\"sticky\"},\"activeselector\":\"sticky\"}\'][ct_div_block_4 ct_sign_sha256=\'f4c1ebe861a482c637f98eec03987467a5c85778ff20e64fd3d8607e9754e568\' ct_options=\'{\"ct_id\":159,\"ct_parent\":4,\"selector\":\"div_block-159-76\",\"classes\":{\"0\":\"form-wrapper\"},\"activeselector\":\"form-wrapper\"}\'][ct_headline ct_sign_sha256=\'a744428330049fd1554cc3c97fa0f00784b3f8687291d2044f4716368a3bada7\' ct_options=\'{\"ct_id\":161,\"ct_parent\":159,\"selector\":\"headline-161-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Talk to Us About This Tour[/ct_headline][ct_text_block ct_sign_sha256=\'088a81284d555028088a3eb28fca13d9abe3649132286abb10977f431bc31c8d\' ct_options=\'{\"ct_id\":164,\"ct_parent\":159,\"selector\":\"text_block-164-76\"}\']Speak to a East Africa safari specialist to start planning your trip.[/ct_text_block][ct_shortcode ct_sign_sha256=\'377a6fcc167a3e4f13d86dee7674803af1a5e5b35b0833e97ca907fc8142237c\' ct_options=\'{\"ct_id\":133,\"ct_parent\":159,\"selector\":\"shortcode-133-76\",\"original\":{\"full_shortcode\":true},\"ct_shortcode\":\"true\",\"classes\":{\"0\":\"advanced-form\"},\"activeselector\":\"advanced-form\"}\'][advanced_form form=\"form_60b9d00f52460\"][/ct_shortcode][/ct_div_block_4][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2333,76,'ct_builder_shortcodes_revisions_dates','1622801604'),(2334,124,'_wp_attached_file','2021/06/geese.jpg'),(2335,124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:267;s:4:\"file\";s:17:\"2021/06/geese.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"geese-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"geese-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:16:\"geese-120x80.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:80;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:{}}}'),(2336,125,'_wp_attached_file','2021/06/ross-turacco.jpg'),(2337,125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:267;s:4:\"file\";s:24:\"2021/06/ross-turacco.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"ross-turacco-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"ross-turacco-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:23:\"ross-turacco-120x80.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:80;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:{}}}'),(2338,126,'_wp_attached_file','2021/06/crowned-crane-river.jpg'),(2339,126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:267;s:4:\"file\";s:31:\"2021/06/crowned-crane-river.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"crowned-crane-river-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"crowned-crane-river-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:30:\"crowned-crane-river-120x80.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:80;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:{}}}'),(2340,30,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'33b8d8950b014b06958f556c97665faa90f46196aebcbc63dcc7cb59c68fc4bd\' ct_options=\'{\"ct_id\":48,\"ct_parent\":0,\"selector\":\"section-48-30\",\"nicename\":\"2 Columns\"}\'][ct_headline ct_sign_sha256=\'10b30b7680c8f0cb1b249d437247046abc8be19a4860e2c0b30f98d31de8fdc2\' ct_options=\'{\"ct_id\":60,\"ct_parent\":48,\"selector\":\"headline-60-30\",\"original\":{\"tag\":\"h2\",\"width-unit\":\"%\",\"width\":\"100\"},\"classes\":{\"0\":\"c-padding-bottom-m\",\"1\":\"c-center\"},\"activeselector\":false}\']Uganda, A Birdwatcher\'s Paradise[/ct_headline][ct_div_block_2 ct_sign_sha256=\'64fddd3b4e42dd04fb809261c8eb2d98ff41c7acf7634361d364f64080fa0b46\' ct_options=\'{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"div_block-49-30\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'2ccab4e60026eadab93c5bb8375de4b5466d841a2d0c5d6dd26d791bd9bfa223\' ct_options=\'{\"ct_id\":50,\"ct_parent\":49,\"selector\":\"div_block-50-30\"}\'][ct_text_block ct_sign_sha256=\'9178066d9297e37739d9da46260dbfbc8a0173a8228eedc45681b172e63b1845\' ct_options=\'{\"ct_id\":53,\"ct_parent\":50,\"selector\":\"text_block-53-30\"}\']Uganda is an equatorial country of astonishing contrasts.&nbsp;<br><br>No other area in Africa can match its amazing diversity of habitats ranging from arid semi-deserts, rich savannahs, lowlands and montane rainforests to vast wetlands, volcanoes and an afro-alpine zone, and covering an altitude from 650 to 5,000 metres.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'6bcb8c49290696dfcce9ef79722a253316efc7310299d7312958168b31fd0692\' ct_options=\'{\"ct_id\":51,\"ct_parent\":49,\"selector\":\"div_block-51-30\"}\'][ct_text_block ct_sign_sha256=\'8dc033543641ce2bbde5ead6cbc546ede51bf766f5041fdcfb845551ac8a8f78\' ct_options=\'{\"ct_id\":55,\"ct_parent\":51,\"selector\":\"text_block-55-30\"}\']This richness is reflected in the number of birds per square kilometer the highest than any other country in Africa!&nbsp;<br><br>Given the small size of the country, which is approximately 235,000 square kilometers, Uganda boasts a national bird list of over 1008 species. This represents more than half the bird species that can be found in the whole of Africa.[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'c811c61ee2b9ea42c56e3783ec7738e0279e636e04d6deae7864241e52d16a8b\' ct_options=\'{\"ct_id\":22,\"ct_parent\":0,\"selector\":\"section-22-30\",\"nicename\":\"3 to 2 Columns\",\"original\":{\"container-padding-top\":\"75\"}}\'][ct_div_block_2 ct_sign_sha256=\'3c0fd33af0c5fc11d0db820d54526c81eb518ca206a5823daaa903d6a3fab4aa\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"div_block-23-30\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'c99967e46ee95bf03c855ede20a98e6264c1bcde147951926b59026f3633fe29\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"div_block-24-30\"}\'][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b42b3e9e0e763b071ec363d779bc9d89109f260197cfd1abb41a24f2b9adef1c\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"div_block-25-30\",\"classes\":{},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'c8bd43a87c948175efac991c3c25c64429e7c0455e735a8dd55ec62b7ad311d7\' ct_options=\'{\"ct_id\":34,\"ct_parent\":25,\"selector\":\"headline-34-30\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Forests[/ct_headline][ct_text_block ct_sign_sha256=\'ae577e20d3afc151e7d2a69b4015b9d4e24d7cc807abb5726b7f2f8dc5a10e38\' ct_options=\'{\"ct_id\":36,\"ct_parent\":25,\"selector\":\"text_block-36-30\"}\']Uganda has an area contiguous with the Great Guinea/Congo Basin rain forest on its western border. Subsequently there are a number of west and central African bird species occurring in Uganda that are not found elsewhere in East Africa.<br><br>There are more than 700 forest reserves in Uganda.<br>One particular region is the Albertine Rift Endemic area (ARE), which has 38 species of birds confined to Uganda, Rwanda, Burundi and the Congo. Of these ARE’s Uganda has 25, mostly confined to the forests of Mgahinga and Bwindi National Parks in the southwest.[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'c07cbaf03a8c25418e96b74c57d3787c8d9c6de7c6897e8515e8f3f744ed409a\' ct_options=\'{\"ct_id\":26,\"ct_parent\":0,\"selector\":\"section-26-30\",\"nicename\":\"2 to 3 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'c7b776a38f7eee69c57378c28bb51a41bb3508fe95717b50e8777198cda4bc4d\' ct_options=\'{\"ct_id\":27,\"ct_parent\":26,\"selector\":\"div_block-27-30\",\"classes\":{\"0\":\"c-columns-m-1\",\"1\":\"c-columns-gap-l\",\"2\":\"c-columns-2-3\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'90479fc5f8c76db6c0ce5a0ab91962ec82e7cda224edf3ca4f1ec40ec0b64990\' ct_options=\'{\"ct_id\":28,\"ct_parent\":27,\"selector\":\"div_block-28-30\"}\'][ct_headline ct_sign_sha256=\'85966632f4f33daf02b0e47c673532614c80e7dd8280666cba46a08915dd1d08\' ct_options=\'{\"ct_id\":38,\"ct_parent\":28,\"selector\":\"headline-38-30\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Wetlands[/ct_headline][ct_text_block ct_sign_sha256=\'d88004d5b105c6b2dda38223211b28a76c221cf8febc07f514de517d381bfde7\' ct_options=\'{\"ct_id\":40,\"ct_parent\":28,\"selector\":\"text_block-40-30\"}\']Uganda has 30,000 square kilometres of wetlands.&nbsp;<br><br>Not less than 210 species, ranging from the shoebill and African skimmer to the endemic Fox’s weaver, are found in these wetlands. More to the above are four papyrus endemics; the papyrus gonolek, papyrus canary, white-winged warbler and papyrus yellow warbler. And a white-winged black tern roost of 2-3 million birds in the Entebbe area (Lutembe Bay).[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f26bc9728ff2b2c081c6ee7c5c741b2bfb43260238ebd666be4652cfc1d1d2d0\' ct_options=\'{\"ct_id\":29,\"ct_parent\":27,\"selector\":\"div_block-29-30\",\"classes\":{}}\'][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'69f835b12e75fe19c5f95070c6db1ba1d08cb27f52566dc1174fa9c9268a4983\' ct_options=\'{\"ct_id\":30,\"ct_parent\":0,\"selector\":\"section-30-30\",\"nicename\":\"3 to 2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'8706829d862c7539e883cd31efd2a5b177f2275a2bb2816e65fc4e793052a6b9\' ct_options=\'{\"ct_id\":31,\"ct_parent\":30,\"selector\":\"div_block-31-30\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'2125f560712927cf984fa214b9b24709aaff35232dbce26d7f6bcd3547277a23\' ct_options=\'{\"ct_id\":32,\"ct_parent\":31,\"selector\":\"div_block-32-30\"}\'][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1aee3a869fa5acc1189d869692e7c63ca96528d1efb4a745ecba815f332187eb\' ct_options=\'{\"ct_id\":33,\"ct_parent\":31,\"selector\":\"div_block-33-30\",\"classes\":{},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'322217606df13aa28d3671aefcbd8fb4ab619fcb1ed1099254f9f07741526b82\' ct_options=\'{\"ct_id\":42,\"ct_parent\":33,\"selector\":\"headline-42-30\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Savannahs[/ct_headline][ct_text_block ct_sign_sha256=\'0ad72c9054dfca665c1f0cfee1c36894c021d176aff5aad5ca584f1384ba1c39\' ct_options=\'{\"ct_id\":44,\"ct_parent\":33,\"selector\":\"text_block-44-30\"}\']In Uganda savannahs vary from the remote, semi-desert, dry thorn-scrub region of Karamoja in the northeast, to the richer fertile savannahs of the western rift valley.&nbsp;<br><br>Queen Elizabeth National Park has a bird list of 604 species, the highest for any protected area in Africa.[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2341,30,'ct_builder_shortcodes_revisions_dates','1623137859'),(2342,18,'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:3:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";s:21:\"scroll_to_hash_offset\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),(2343,18,'ct_builder_shortcodes_revisions','[ct_div_block ct_sign_sha256=\'ccc622597ecffd8eba78e59d43665b271eed5014fbbbdeb7f286d5a36b01c5b3\' ct_options=\'{\"nicename\":\"Blog Archive 2\",\"selector\":\"div_block-2-18\",\"ct_id\":2,\"ct_parent\":0}\'][ct_code_block ct_sign_sha256=\'0699d2c87bc47ca40db7783eb5a52d3c9609ec4e0d552532bc5044838c8d3f64\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"code_block-3-18\",\"original\":{\"code-css\":\"ZGl2Lm94eS1yZXBlYXRlci1wYWdlcywgZGl2Lm94eS1yZXBlYXRlci1wYWdlcy13cmFwIHsKZ3JpZC1jb2x1bW46IDEgLyAtMTsKfQ==\",\"code-php\":\"PD9waHAKCS8vIGVjaG8gImhlbGxvIHdvcmxkISI7Cj8+\"},\"nicename\":\"CSS Fix for the pagination\"}\'][/ct_code_block][ct_section_2 ct_sign_sha256=\'be405fce0ef387e4c4a95c48e22c9ec40d2fed8f2dfa8b36a2a735e6e7823205\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"section-4-18\",\"original\":{\"globalConditionsResult\":true,\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\"},\"classes\":{\"0\":\"c-bg-light\"},\"activeselector\":false,\"nicename\":\"Blog Layout  3 Columns\"}\'][ct_headline ct_sign_sha256=\'020e8e48f7c8b3fe1d6b3e5a677d3ebbd2fcc8a5aa6fef6b2b38a793f12ddbb6\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"headline-5-18\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-l\"}}\']Travel Blog[/ct_headline][oxy_dynamic_list_3 ct_sign_sha256=\'251b5bc46e231759d60f103767157f9bfcd6a0c4f6c41b827f2ab2c7236113ce\' ct_options=\'{\"ct_id\":6,\"ct_parent\":4,\"selector\":\"_dynamic_list-6-18\",\"original\":{\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"tour\"},\"query_count\":\"6\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"stretch\",\"justify-content\":\"center\",\"text-align\":\"center\",\"width\":\"100\",\"flex-wrap\":\"wrap\",\"paginate_wrap_alignment\":\"center\",\"paginate_size\":\"17\",\"paginate_color\":\"color(10)\",\"paginate_link_color\":\"color(1)\",\"paginate_width-unit\":\"%\",\"paginate_width\":\"100\",\"paginatelink_padding_top\":\"10\",\"paginatelink_padding_left\":\"15\",\"paginatelink_padding_right\":\"15\",\"paginatelink_padding_bottom\":\"10\",\"paginatelinkactive_padding_top\":\"10\",\"paginatelinkactive_padding_left\":\"10\",\"paginatelinkactive_padding_right\":\"10\",\"paginatelinkactive_padding_bottom\":\"10\",\"paginatelink_background_color\":\"color(2)\",\"paginatelink_border_radius\":\"7\",\"paginatelink_margin_right\":\"10\",\"paginatelink_margin_left\":\"10\",\"paginate_margin_top\":\"50\"},\"nicename\":\"Blog Repeater\",\"classes\":{\"0\":\"c-columns-3\",\"1\":\"c-columns-l-2\",\"2\":\"c-columns-m-1\",\"3\":\"c-columns-gap-m\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'2972141c7f15645ddf6d6757434bf81f79ee1a271c5be98dc84086ec8faa1faf\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"div_block-7-18\",\"original\":{\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{},\"nicename\":\"Column\"}\'][ct_link_5 ct_sign_sha256=\'17cd9dc2c6e74876c8350fcecbe3aa717e4838dab5a0021ebdee80dfdda7ef76\' ct_options=\'{\"ct_id\":8,\"ct_parent\":7,\"selector\":\"link-8-18\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"custom-css\":\"ZmxleC1ncm93OiAxOw==\",\"display\":\"flex\",\"flex-direction\":\"column\",\"align-items\":\"flex-start\",\"justify-content\":\"flex-start\",\"url\":\"[oxygen ct_sign_sha256=\'3f04564ebafb57e021405847dab7b9ae7848c9c33061ffc1c17dfb5bbf119dfc\' data=\'permalink\' ]\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-bg-light-alt\",\"1\":\"c-shadow\",\"2\":\"c-rounded\",\"3\":\"c-transition\"},\"activeselector\":false,\"nicename\":\"Blog Post\",\"hover\":{\"transform\":{\"0\":{\"transform-type\":\"translate\",\"translateY\":\"-10\"}}}}\'][ct_div_block_6 ct_sign_sha256=\'637d2b6d59dc648ee4907b5f40e0d4bfbf76d3fab921b028c1c5755364163d44\' ct_options=\'{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"div_block-9-18\",\"original\":{\"background-image\":\"[oxygen ct_sign_sha256=\'f8d48aab8cca142181b53a50c055e53a621b1f079c39d441bc7178572b641071\' data=\'featured_image\' size=\'medium_large\' ]\",\"background-imagedynamic\":true,\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\"},\"classes\":{\"0\":\"c-archive-img\"},\"activeselector\":false,\"nicename\":\"Image\"}\'][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'4c462e3cf6289b02a87fc3ba215da14a68823a92048c19f28bc2dee94abbb611\' ct_options=\'{\"ct_id\":10,\"ct_parent\":8,\"selector\":\"div_block-10-18\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"align-items\":\"flex-start\",\"text-align\":\"left\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"classes\":{\"0\":\"c-padding-l\"},\"nicename\":\"Content\"}\'][ct_headline ct_sign_sha256=\'9cdb9f0c9a2f9b7b35c68fa02dbfdc128dd490502777c20de88d693732b7d6c5\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"headline-11-18\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-xs\",\"2\":\"c-heading-dark\"}}\'][ct_span ct_sign_sha256=\'d9cfe62340aae09755d1bed796657f376cdfd232a77eeaeda943a4cff7536759\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"span-12-18\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'4d89976483fe2f7a83e3fe2e27e26817241577de2c6b096c235d4ec98b816461\' ct_options=\'{\"ct_id\":13,\"ct_parent\":10,\"selector\":\"text_block-13-18\",\"classes\":{\"0\":\"c-text-dark\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-text-s\"}}\']By&nbsp;[ct_span ct_sign_sha256=\'5c2afe954138850c113d45e4b571df9cf6acad679ffaad0d355adc19166bdcbc\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"span-14-18\"}\'][oxygen ct_sign_sha256=\'3bff4fb86a10067581157bc4d7550042f9433950a86d0d82dd1bc7864c25366c\' data=\'author\' ][/ct_span] on&nbsp;[ct_span ct_sign_sha256=\'d7f872f76bb6dd5836e50ad09b6b9bc54042f92b0c9405fe12fda2125b51162d\' ct_options=\'{\"ct_id\":15,\"ct_parent\":13,\"selector\":\"span-15-18\"}\'][oxygen ct_sign_sha256=\'a033413a0013e067f6001d6d477cefa3ccbdd3555c1fded3ea6a1b08e4abb21c\' data=\'date\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'84e6d03646ddfd50869d476b9ac924d8a55b14574cc3b1fa868997b633a1fa14\' ct_options=\'{\"ct_id\":16,\"ct_parent\":10,\"selector\":\"text_block-16-18\",\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"text-overlay-light-alt\",\"3\":\"c-margin-bottom-s\"}}\'][ct_span ct_sign_sha256=\'7ee577bd1d1b76e606bbcb3f4cfcddb865ac402abcfb416b1a9bacf3a4942bf6\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"span-17-18\"}\'][oxygen ct_sign_sha256=\'15f8f3cb77ef853829fdcb6ec4f4acf5b5d7fd139a1b9c5bf29aceda109c5805\' data=\'excerpt\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'18d393d443267b63db417f19dc2adc5b7dfd19b05dc31f5dfb08c2be0c1c280d\' ct_options=\'{\"ct_id\":18,\"ct_parent\":10,\"selector\":\"text_block-18-18\",\"classes\":{\"0\":\"c-link-m\",\"1\":\"c-link-accent\"},\"nicename\":\"Read more\"}\']Read more[/ct_text_block][/ct_div_block_6][/ct_link_5][/ct_div_block_4][/oxy_dynamic_list_3][/ct_section_2][/ct_div_block]'),(2344,18,'ct_builder_shortcodes_revisions_dates','1623151460'),(2345,127,'_edit_last','1'),(2346,127,'ct_template_archive_post_types_all',''),(2347,127,'ct_template_categories','a:0:{}'),(2348,127,'ct_template_categories_all',''),(2349,127,'ct_template_tags','a:0:{}'),(2350,127,'ct_template_tags_all',''),(2351,127,'ct_template_custom_taxonomies','a:0:{}'),(2352,127,'ct_template_custom_taxonomies_all',''),(2353,127,'ct_template_authors_archives_all',''),(2354,127,'ct_template_index',''),(2355,127,'ct_template_front_page',''),(2356,127,'ct_template_blog_posts',''),(2357,127,'ct_template_date_archive',''),(2358,127,'ct_template_search_page',''),(2359,127,'ct_template_inner_content',''),(2360,127,'ct_template_404_page',''),(2361,127,'ct_template_all_archives',''),(2362,127,'ct_template_archive_among_taxonomies','a:0:{}'),(2363,127,'ct_template_apply_if_archive_among_taxonomies',''),(2364,127,'ct_template_archive_post_types','a:0:{}'),(2365,127,'ct_template_apply_if_archive_among_cpt',''),(2366,127,'ct_template_authors_archives','a:0:{}'),(2367,127,'ct_template_apply_if_archive_among_authors',''),(2368,127,'ct_template_single_all',''),(2369,127,'ct_template_post_types','a:1:{i:0;s:4:\"post\";}'),(2370,127,'ct_template_exclude_ids',''),(2371,127,'ct_template_include_ids',''),(2372,127,'ct_template_taxonomies','a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),(2373,127,'ct_use_template_taxonomies',''),(2374,127,'ct_template_post_of_parents','a:1:{i:0;s:0:\"\";}'),(2375,127,'ct_template_apply_if_post_of_parents',''),(2376,127,'ct_template_order','0'),(2377,127,'ct_builder_shortcodes','[ct_section ct_sign_sha256=\'cb50189091fdf62445c161cf52acad71f30b77a48ce0e89f1a83abae8cef4354\' ct_options=\'{\"ct_id\":155,\"ct_parent\":0,\"selector\":\"section-155-127\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-title-1\"},\"activeselector\":\"c-title-1\",\"nicename\":\"Title\"}\'][ct_headline ct_sign_sha256=\'807a9071af82dd4616e6277814b308e8b56126a51c0a9d9ec743af67dc2e50bb\' ct_options=\'{\"ct_id\":156,\"ct_parent\":155,\"selector\":\"headline-156-127\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-h1\",\"1\":\"c-heading-light\",\"2\":\"c-margin-bottom-s\"},\"activeselector\":false}\']News[/ct_headline][/ct_section][ct_section ct_sign_sha256=\'3f2c1e472883dddabdcdbc0a7a3ff50769fd31fb2d1a9704eaa50ec60790f080\' ct_options=\'{\"ct_id\":34,\"ct_parent\":0,\"selector\":\"section-34-127\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\"},\"classes\":{\"0\":\"c-bg-light\"},\"nicename\":\"Single Blog Post\",\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'d622d7410f1baf7e6a2bddcdae6e0f651df0e4a5a2e5657ff3954bfa3174cd78\' ct_options=\'{\"ct_id\":118,\"ct_parent\":34,\"selector\":\"div_block-118-127\",\"original\":{\"max-width\":\"800\",\"display\":\"flex\",\"flex-direction\":\"column\",\"align-items\":\"center\",\"text-align\":\"left\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'8f0bd530724a403921e413936270bb6703cf391841bb718ee3d83238e45b302d\' ct_options=\'{\"ct_id\":40,\"ct_parent\":118,\"selector\":\"headline-40-127\",\"classes\":{\"0\":\"c-h1\",\"1\":\"c-margin-bottom-m\"}}\'][ct_span ct_sign_sha256=\'5c963b3479a0fca3c2162aed4326b1e772a36941561b349f96a88897b610807e\' ct_options=\'{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"span-41-127\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span][/ct_headline][ct_image ct_sign_sha256=\'b9d06e892151e412cae61ae9aacebd6567c548c5cf752f50dcb925a04402cb04\' ct_options=\'{\"ct_id\":35,\"ct_parent\":118,\"selector\":\"image-35-127\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'199daf2d416f4ea1b900bdfa3ea016d44cfdd2cd90f09d5a79300a6e0838a4f7\' data=\'featured_image\' ]\",\"srcdynamic\":true,\"max-height\":\"500\",\"width-unit\":\"%\",\"width\":\"100\",\"custom-css\":\"b2JqZWN0LWZpdDpjb3Zlcjs=\"},\"classes\":{\"0\":\"c-rounded\",\"1\":\"c-shadow\"},\"media\":{\"phone-portrait\":{\"original\":{\"max-height\":\"400\"}}}}\'][/ct_image][ct_text_block ct_sign_sha256=\'e1576840b4133d5555a47d4353b6875312340deb10676ff750c7205973107f97\' ct_options=\'{\"ct_id\":37,\"ct_parent\":118,\"selector\":\"text_block-37-127\",\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"c-margin-bottom-l\"},\"activeselector\":false,\"original\":{\"margin-top\":\"20\",\"font-weight\":\"600\"}}\']Written by&nbsp;[ct_span ct_sign_sha256=\'ba780b0a94209e2f6f185907e4ca6b44ac9613d15f8f158698c116d9ebb03a05\' ct_options=\'{\"ct_id\":38,\"ct_parent\":37,\"selector\":\"span-38-127\"}\'][oxygen ct_sign_sha256=\'3bff4fb86a10067581157bc4d7550042f9433950a86d0d82dd1bc7864c25366c\' data=\'author\' ][/ct_span] on&nbsp;[ct_span ct_sign_sha256=\'d15678272d2df9625fb6d97b9b3ba7de6ac4b33b82d79f81e0e25b98ee5c828e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"span-39-127\"}\'][oxygen ct_sign_sha256=\'a033413a0013e067f6001d6d477cefa3ccbdd3555c1fded3ea6a1b08e4abb21c\' data=\'date\' ][/ct_span][/ct_text_block][ct_div_block_3 ct_sign_sha256=\'72a9ab42e5ba6cb45d28217eab57a996be0b357e1870c195df0d776eb8d9bf42\' ct_options=\'{\"ct_id\":42,\"ct_parent\":118,\"selector\":\"div_block-42-127\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"flex-start\",\"max-width\":\"900\"},\"nicename\":\"Blog content\"}\'][ct_inner_content_4 ct_sign_sha256=\'7e24eff8c8ff4ee55606e7b060b1766143b390efed0cbe9c70908fb9e504dbb6\' ct_options=\'{\"ct_id\":43,\"ct_parent\":42,\"selector\":\"inner_content-43-127\",\"original\":{\"margin-bottom\":\"50\",\"text-align\":\"left\"},\"activeselector\":false}\'][/ct_inner_content_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'b724546d70be6a46bdb0d59c920d8198436a8459dbcaae0e7d0ae53d5ab68e62\' ct_options=\'{\"ct_id\":65,\"ct_parent\":0,\"selector\":\"section-65-127\",\"original\":{\"globalConditionsResult\":true,\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\"},\"classes\":{\"0\":\"c-bg-light-alt\"},\"activeselector\":false,\"nicename\":\"Blog Layout  3 Columns\"}\'][ct_headline ct_sign_sha256=\'5e4ba2e3f71cd5bd8689bc760c9f274c697bebfc2c777e2755b8e6712ff36be7\' ct_options=\'{\"ct_id\":66,\"ct_parent\":65,\"selector\":\"headline-66-127\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-l\"}}\']Recent Posts[/ct_headline][ct_code_block ct_sign_sha256=\'40a68f14b2152780b34cae2ff7243a26fd018c82cfc6fd462d5cda33b3d674b7\' ct_options=\'{\"ct_id\":67,\"ct_parent\":65,\"selector\":\"code_block-67-127\",\"original\":{\"code-php\":\"PD9waHAKYWRkX2FjdGlvbiggJ3ByZV9nZXRfcG9zdHMnLCAnd3BkZF9leGNsdWRlX2N1cnJlbnRfcG9zdCcgKTsKLyoqCiAqIEV4Y2x1ZGUgY3VycmVudCBwb3N0LgogKgogKiBAcGFyYW0gJHF1ZXJ5IFxXUF9RdWVyeQogKi8KZnVuY3Rpb24gd3BkZF9leGNsdWRlX2N1cnJlbnRfcG9zdCggJHF1ZXJ5ICkgewoKCS8vIHJlbW92ZSB0aGUgZmlsdGVyOyB0aGUgcXVlcnkgaXMgZG9uZS4KCXJlbW92ZV9hY3Rpb24oICdwcmVfZ2V0X3Bvc3RzJywgJ3dwZGRfZXhjbHVkZV9jdXJyZW50X3Bvc3QnICk7CgoJJHF1ZXJ5LT5zZXQoICdwb3N0X19ub3RfaW4nLCBhcnJheSggZ2V0X3RoZV9JRCgpICkgKTsKICAKfQoKPz4=\"},\"nicename\":\"Exclude current post from Repeater\"}\'][/ct_code_block][oxy_dynamic_list_2 ct_sign_sha256=\'de6bad6a9afb6654da2ce2c558fdff2c3b7c6d602cd7a053cf5224654f214e41\' ct_options=\'{\"ct_id\":68,\"ct_parent\":65,\"selector\":\"_dynamic_list-68-127\",\"original\":{\"wp_query\":\"manual\",\"query_post_types\":{\"0\":\"post\"},\"query_count\":\"6\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"stretch\",\"justify-content\":\"center\",\"text-align\":\"center\",\"width\":\"100\",\"flex-wrap\":\"wrap\",\"paginate_wrap_alignment\":\"center\",\"paginate_size\":\"17\",\"paginate_color\":\"color(10)\",\"paginate_link_color\":\"color(1)\",\"paginate_width-unit\":\"%\",\"paginate_width\":\"100\",\"paginatelink_padding_top\":\"10\",\"paginatelink_padding_left\":\"15\",\"paginatelink_padding_right\":\"15\",\"paginatelink_padding_bottom\":\"10\",\"paginatelinkactive_padding_top\":\"10\",\"paginatelinkactive_padding_left\":\"10\",\"paginatelinkactive_padding_right\":\"10\",\"paginatelinkactive_padding_bottom\":\"10\",\"paginatelink_background_color\":\"color(2)\",\"paginatelink_border_radius\":\"7\",\"paginatelink_margin_right\":\"10\",\"paginatelink_margin_left\":\"10\",\"paginate_margin_top\":\"50\",\"query_args\":\"post_type=post&posts_per_page=3&no_found_rows=true\"},\"nicename\":\"Blog Repeater\",\"classes\":{\"0\":\"c-columns-3\",\"1\":\"c-columns-l-2\",\"2\":\"c-columns-m-1\",\"3\":\"c-columns-gap-m\"}}\'][ct_div_block_3 ct_sign_sha256=\'530a4cde5300f1913f00c9b591125abb5c6b145f696631adeaecf3ff3116a3d1\' ct_options=\'{\"ct_id\":69,\"ct_parent\":68,\"selector\":\"div_block-69-127\",\"original\":{\"width-unit\":\"%\"},\"classes\":{},\"nicename\":\"Column\"}\'][ct_link_4 ct_sign_sha256=\'a2ea865f072215bb192875e2ed1f211723999cdf6efefee31c76321161428277\' ct_options=\'{\"ct_id\":70,\"ct_parent\":69,\"selector\":\"link-70-127\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"custom-css\":\"ZmxleC1ncm93OiAxOw==\",\"display\":\"flex\",\"flex-direction\":\"column\",\"align-items\":\"flex-start\",\"justify-content\":\"flex-start\",\"url\":\"[oxygen ct_sign_sha256=\'3f04564ebafb57e021405847dab7b9ae7848c9c33061ffc1c17dfb5bbf119dfc\' data=\'permalink\' ]\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-bg-light-alt\",\"1\":\"c-shadow\",\"2\":\"c-rounded\",\"3\":\"c-transition\"},\"nicename\":\"Blog Post\",\"hover\":{\"transform\":{\"0\":{\"transform-type\":\"translate\",\"translateY\":\"-10\"}}}}\'][ct_div_block_5 ct_sign_sha256=\'7bbb4e69f6fe9d95911a68a4869788ae20670cd27a992c2b087a8418594d15f8\' ct_options=\'{\"ct_id\":71,\"ct_parent\":70,\"selector\":\"div_block-71-127\",\"original\":{\"background-image\":\"[oxygen ct_sign_sha256=\'f8d48aab8cca142181b53a50c055e53a621b1f079c39d441bc7178572b641071\' data=\'featured_image\' size=\'medium_large\' ]\",\"background-imagedynamic\":true,\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\"},\"classes\":{\"0\":\"c-archive-img\"},\"nicename\":\"Image\"}\'][/ct_div_block_5][ct_div_block_5 ct_sign_sha256=\'314115e81fdef4fa4beeb587be1fd252749a88ae3a5fb741e248437c69a8c7e9\' ct_options=\'{\"ct_id\":72,\"ct_parent\":70,\"selector\":\"div_block-72-127\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"align-items\":\"flex-start\",\"text-align\":\"left\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"classes\":{\"0\":\"c-padding-l\"},\"nicename\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b2980163cb5d90c6b1286109367b58b65e7148c0a580103a1456fa103804e537\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"headline-73-127\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-xs\",\"2\":\"c-heading-dark\"}}\'][ct_span ct_sign_sha256=\'16492cb8c0041b240fde510fdf4334e3ca43003819d36b84218988a6ee5c5992\' ct_options=\'{\"ct_id\":74,\"ct_parent\":73,\"selector\":\"span-74-127\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'26f0e288ec91e9fe1b377c168496c482c8d1e163640b8a932fb98abbad92af5d\' ct_options=\'{\"ct_id\":75,\"ct_parent\":72,\"selector\":\"text_block-75-127\",\"classes\":{\"0\":\"c-text-dark\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-text-s\"}}\']By&nbsp;[ct_span ct_sign_sha256=\'0f65dfe4cfc48e6304b3aaafbcf9cd08465d54ef8dd47ef334930c2a295205e3\' ct_options=\'{\"ct_id\":76,\"ct_parent\":75,\"selector\":\"span-76-127\"}\'][oxygen ct_sign_sha256=\'3bff4fb86a10067581157bc4d7550042f9433950a86d0d82dd1bc7864c25366c\' data=\'author\' ][/ct_span] on&nbsp;[ct_span ct_sign_sha256=\'17139ee4ae10d5b5c53512a6ee134727fcc92d6e909975999d7d717e950299e2\' ct_options=\'{\"ct_id\":77,\"ct_parent\":75,\"selector\":\"span-77-127\"}\'][oxygen ct_sign_sha256=\'a033413a0013e067f6001d6d477cefa3ccbdd3555c1fded3ea6a1b08e4abb21c\' data=\'date\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'3890933e621ccbe855e4a93c12bfe6e8f79636a0cb0cdb09df65d1890f534567\' ct_options=\'{\"ct_id\":78,\"ct_parent\":72,\"selector\":\"text_block-78-127\",\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"text-overlay-light-alt\",\"3\":\"c-margin-bottom-s\"}}\'][ct_span ct_sign_sha256=\'53db580f456b5cd5a814574f63488386871711cc617a24100c639474368ec8a8\' ct_options=\'{\"ct_id\":79,\"ct_parent\":78,\"selector\":\"span-79-127\"}\'][oxygen ct_sign_sha256=\'15f8f3cb77ef853829fdcb6ec4f4acf5b5d7fd139a1b9c5bf29aceda109c5805\' data=\'excerpt\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'78e64bc75d2eaf534fd3aee6acc22b6feddef3b6b5aa6ac6293b8c06e69a9c8c\' ct_options=\'{\"ct_id\":80,\"ct_parent\":72,\"selector\":\"text_block-80-127\",\"classes\":{\"0\":\"c-link-m\",\"1\":\"c-link-accent\"},\"nicename\":\"Read more\"}\']Read more[/ct_text_block][/ct_div_block_5][/ct_link_4][/ct_div_block_3][/oxy_dynamic_list_2][/ct_section]'),(2378,127,'oxygen_lock_post_edit_mode',NULL),(2379,127,'_edit_lock','1623335796:1'),(2380,127,'ct_preview_url','http://gorillaafricasafaris.com/test-post-3/'),(2381,127,'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:\"\";}'),(2382,127,'ct_builder_shortcodes_revisions','[ct_div_block ct_sign_sha256=\'5a8f4911c023ac0c33c46b61823539c69768505426a7127ae49165d49d2459f9\' ct_options=\'{\"nicename\":\"Blog Recent 2\",\"selector\":\"div_block-1-127\",\"ct_id\":1,\"ct_parent\":0}\'][ct_section_2 ct_sign_sha256=\'bc65fbe0e5bda7bf483afa116e2c18528eb88d94b82e88730c1a6ed8a9c6d974\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"section-2-127\",\"classes\":{\"0\":\"c-bg-light\",\"1\":\"c-center\"},\"nicename\":\"Blog Recent 5 Posts\"}\'][oxy_dynamic_list_3 ct_sign_sha256=\'01090cd22305387525268a34926d4a9d94e71a8526c5d5f13ba23b03cc40b577\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"_dynamic_list-3-127\",\"classes\":{\"0\":\"c-columns-gap-l\",\"1\":\"c-columns-blog-grid-1\"},\"original\":{\"wp_query\":\"manual\",\"query_post_types\":{\"0\":\"post\"},\"query_args\":\"post_type=post&posts_per_page=5&no_found_rows=true\"}}\'][ct_div_block_4 ct_sign_sha256=\'82a87d922599e25e6ebf2c48f1623b46122f59d55350008d2a4cbc908e9c5c16\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"div_block-4-127\",\"classes\":{\"0\":\"c-blog-recent-2\"}}\'][ct_div_block_5 ct_sign_sha256=\'9e42ad8914dd0e2e124c371741f7698b5db80e597a20eea370eda456a05ff5d1\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"div_block-5-127\",\"original\":{\"height-unit\":\"%\",\"height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"nicename\":\"Image\"}\'][ct_link_6 ct_sign_sha256=\'363fe5326a0f9f947395008f63191d9d339278592923bd5b232de7f69de05886\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"link-6-127\",\"original\":{\"url\":\"[oxygen ct_sign_sha256=\'3f04564ebafb57e021405847dab7b9ae7848c9c33061ffc1c17dfb5bbf119dfc\' data=\'permalink\' ]\",\"target\":\"\",\"url_encoded\":\"true\",\"height-unit\":\"%\",\"height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"}}\'][ct_image ct_sign_sha256=\'732b00b24f82ced1a7da9049c27a042869e94e83a164dcd1dde8629e6e67249d\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"image-7-127\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'657d2f971103c6ff11b0794354f51226c00efafee933c082a338c1ae04015366\' data=\'featured_image\' size=\'900xauto\' ]\",\"srcdynamic\":true,\"height-unit\":\"%\"},\"classes\":{\"0\":\"c-rounded\",\"1\":\"c-shadow\"},\"nicename\":\"Image\"}\'][/ct_image][/ct_link_6][/ct_div_block_5][ct_div_block_5 ct_sign_sha256=\'8f1790819393cb95d8b4da02518b78ad459ff1cd5403bd4d446697f883c55f9c\' ct_options=\'{\"ct_id\":8,\"ct_parent\":4,\"selector\":\"div_block-8-127\",\"classes\":{\"0\":\"c-blog-recent-2-content\"},\"nicename\":\"Content\"}\'][ct_text_block ct_sign_sha256=\'631537370db0fbe7a41508f533aaf76a2e6566d28fbb8147aa17f7024cdb5826\' ct_options=\'{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"text_block-9-127\",\"classes\":{\"0\":\"c-tagline\",\"1\":\"c-margin-bottom-m\"}}\'][ct_span ct_sign_sha256=\'598c2a425c877493d02bd3a59f30b072567da899459db21be8877e9a052e58f6\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"span-10-127\"}\'][oxygen ct_sign_sha256=\'01671562e4155beabc43656656e3a03499dc6605975c9915fda78919d0f71373\' data=\'terms\' taxonomy=\'category\' separator=\' · \' ][/ct_span][/ct_text_block][ct_headline ct_sign_sha256=\'00a1084ac9d5c2af20631ba36a3e843f464b967d82cd8920d6e4d73d3ea46ab9\' ct_options=\'{\"ct_id\":11,\"ct_parent\":8,\"selector\":\"headline-11-127\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-dark\"}}\'][ct_span ct_sign_sha256=\'bf5e601ee9b762c6d62c61bb5e8b34f9d066c9abed9c0b49710d69c7e437ac31\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"span-12-127\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'347d1be7a9c9958d0b73ac5fd98fdd0aee873e65a8aaa0e4c4197b8ae5efc81b\' ct_options=\'{\"ct_id\":13,\"ct_parent\":8,\"selector\":\"text_block-13-127\",\"classes\":{\"0\":\"c-margin-bottom-m\",\"1\":\"c-text-dark\",\"2\":\"c-text-m\",\"3\":\"c-blog-recent-2-excerpt\"}}\'][ct_span ct_sign_sha256=\'74c73adec6770045e320feee9af2397697cb7790b1427ce7de44aeaccc69fa22\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"span-14-127\"}\'][oxygen ct_sign_sha256=\'15f8f3cb77ef853829fdcb6ec4f4acf5b5d7fd139a1b9c5bf29aceda109c5805\' data=\'excerpt\' ][/ct_span][/ct_text_block][ct_link_6 ct_sign_sha256=\'9acd8cf5c2c15a9010af349b871048defb27d6ff792139b14ced203a54fe4a9e\' ct_options=\'{\"ct_id\":15,\"ct_parent\":8,\"selector\":\"link-15-127\",\"classes\":{\"0\":\"c-transition\",\"1\":\"c-link-s\",\"2\":\"c-link-accent\"},\"nicename\":\"Link\",\"original\":{\"url\":\"[oxygen ct_sign_sha256=\'3f04564ebafb57e021405847dab7b9ae7848c9c33061ffc1c17dfb5bbf119dfc\' data=\'permalink\' ]\",\"target\":\"\",\"url_encoded\":\"true\"}}\'][ct_text_block ct_sign_sha256=\'2b13e8aa981bdaf32293114d560cc359ac6bbcfb158b5066283db8008cdb7f68\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"text_block-16-127\",\"classes\":{\"0\":\"c-margin-right-s\"}}\']Read Story[/ct_text_block][ct_fancy_icon ct_sign_sha256=\'253bf2ce00f40ca28bdb6c7f480aa4cc9be13b3d6d652c09cb842b86f126343f\' ct_options=\'{\"ct_id\":17,\"ct_parent\":15,\"selector\":\"fancy_icon-17-127\",\"original\":{\"icon-id\":\"OxyNinjaCoreicon-Arrow-1-Right\"},\"classes\":{\"0\":\"c-icon-accent-s\"}}\'][/ct_fancy_icon][/ct_link_6][/ct_div_block_5][/ct_div_block_4][/oxy_dynamic_list_3][/ct_section_2][ct_code_block ct_sign_sha256=\'ddf5acc30a198233e0573efd1bf709ae11dad1ef7a8a6c42de89b89ad7f1ca63\' ct_options=\'{\"ct_id\":18,\"ct_parent\":1,\"selector\":\"code_block-18-127\",\"original\":{\"code-css\":\"LmMtY29sdW1ucy1ibG9nLWdyaWQtMSB7CglkaXNwbGF5OiBncmlkIWltcG9ydGFudDsKICAJZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiAzZnIgMmZyOwp9CgouYy1ibG9nLXJlY2VudC0yIHsKICAJZGlzcGxheTogZ3JpZCFpbXBvcnRhbnQ7CiAgCWdyaWQtdGVtcGxhdGUtY29sdW1uczogMWZyIDFmcjsKICAJZ3JpZC1nYXA6IDIwcHg7CiAgCXRleHQtYWxpZ246IGxlZnQ7CiAgCWFsaWduLWl0ZW1zOiBjZW50ZXI7Cn0KCi5jLWJsb2ctcmVjZW50LTIgaW1nIHsKICAgIHdpZHRoOiAxMDAlOwogICAgaGVpZ2h0OiAxMDAlOwogICAgbWF4LWhlaWdodDogMjAwcHg7CiAgICBvYmplY3QtZml0OiBjb3ZlcjsKICAgIG9iamVjdC1wb3NpdGlvbjogY2VudGVyIGNlbnRlcjsKfQoKLmMtY29sdW1ucy1ibG9nLWdyaWQtMSA+IGRpdjpmaXJzdC1jaGlsZCBpbWcgewogICAgbWF4LWhlaWdodDogdW5zZXQ7Cn0KCi5jLWJsb2ctcmVjZW50LTIgLmMtYmxvZy1yZWNlbnQtMi1leGNlcnB0IHsKICAJZGlzcGxheTogbm9uZTsKfQoKLmMtY29sdW1ucy1ibG9nLWdyaWQtMSA+IGRpdjpmaXJzdC1jaGlsZCB7CiAgCWdyaWQtcm93OiBzcGFuIDQ7CiAgCWdyaWQtdGVtcGxhdGUtY29sdW1uczogMWZyOwogIAlncmlkLXRlbXBsYXRlLXJvd3M6IGF1dG8gYXV0bzsKfQoKLmMtY29sdW1ucy1ibG9nLWdyaWQtMSA+IGRpdjpmaXJzdC1jaGlsZCAuYy1ibG9nLXJlY2VudC0yLWV4Y2VycHQgewogIAlkaXNwbGF5OiBibG9jazsKfQoKQG1lZGlhIG9ubHkgc2NyZWVuIGFuZCAobWF4LXdpZHRoOiA5OTFweCkgewouYy1jb2x1bW5zLWJsb2ctZ3JpZC0xIHsKICAJZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiAxZnI7Cn0KLmMtYmxvZy1yZWNlbnQtMiB7CiAgCWRpc3BsYXk6IGdyaWQhaW1wb3J0YW50OwogIAlncmlkLXRlbXBsYXRlLWNvbHVtbnM6IDJmciAzZnI7Cn0KfQ==\",\"code-php\":\"PD9waHAKCS8vIGVjaG8gImhlbGxvIHdvcmxkISI7Cj8+\"},\"nicename\":\"Custom CSS\"}\'][/ct_code_block][ct_code_block ct_sign_sha256=\'fb1b6a8ce234fc535164c04b4a2786e4ecb46be1ecb61b08b12177e788d0289f\' ct_options=\'{\"ct_id\":19,\"ct_parent\":1,\"selector\":\"code_block-19-127\",\"original\":{\"code-css\":\"ZGl2Lm94eS1yZXBlYXRlci1wYWdlcywgZGl2Lm94eS1yZXBlYXRlci1wYWdlcy13cmFwIHsKZ3JpZC1jb2x1bW46IDEgLyAtMTsKfQ==\",\"code-php\":\"PD9waHAKCS8vIGVjaG8gImhlbGxvIHdvcmxkISI7Cj8+\"},\"nicename\":\"CSS Fix for the pagination\"}\'][/ct_code_block][/ct_div_block]'),(2383,127,'ct_builder_shortcodes_revisions_dates','1623157989'),(2384,127,'ct_builder_shortcodes_revisions','[ct_div_block ct_sign_sha256=\'5a8f4911c023ac0c33c46b61823539c69768505426a7127ae49165d49d2459f9\' ct_options=\'{\"nicename\":\"Blog Recent 2\",\"selector\":\"div_block-1-127\",\"ct_id\":1,\"ct_parent\":0}\'][ct_section_2 ct_sign_sha256=\'bc65fbe0e5bda7bf483afa116e2c18528eb88d94b82e88730c1a6ed8a9c6d974\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"section-2-127\",\"classes\":{\"0\":\"c-bg-light\",\"1\":\"c-center\"},\"nicename\":\"Blog Recent 5 Posts\"}\'][oxy_dynamic_list_3 ct_sign_sha256=\'01090cd22305387525268a34926d4a9d94e71a8526c5d5f13ba23b03cc40b577\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"_dynamic_list-3-127\",\"classes\":{\"0\":\"c-columns-gap-l\",\"1\":\"c-columns-blog-grid-1\"},\"original\":{\"wp_query\":\"manual\",\"query_post_types\":{\"0\":\"post\"},\"query_args\":\"post_type=post&posts_per_page=5&no_found_rows=true\"}}\'][ct_div_block_4 ct_sign_sha256=\'82a87d922599e25e6ebf2c48f1623b46122f59d55350008d2a4cbc908e9c5c16\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"div_block-4-127\",\"classes\":{\"0\":\"c-blog-recent-2\"}}\'][ct_div_block_5 ct_sign_sha256=\'9e42ad8914dd0e2e124c371741f7698b5db80e597a20eea370eda456a05ff5d1\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"div_block-5-127\",\"original\":{\"height-unit\":\"%\",\"height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"nicename\":\"Image\"}\'][ct_link_6 ct_sign_sha256=\'363fe5326a0f9f947395008f63191d9d339278592923bd5b232de7f69de05886\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"link-6-127\",\"original\":{\"url\":\"[oxygen ct_sign_sha256=\'3f04564ebafb57e021405847dab7b9ae7848c9c33061ffc1c17dfb5bbf119dfc\' data=\'permalink\' ]\",\"target\":\"\",\"url_encoded\":\"true\",\"height-unit\":\"%\",\"height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"}}\'][ct_image ct_sign_sha256=\'732b00b24f82ced1a7da9049c27a042869e94e83a164dcd1dde8629e6e67249d\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"image-7-127\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'657d2f971103c6ff11b0794354f51226c00efafee933c082a338c1ae04015366\' data=\'featured_image\' size=\'900xauto\' ]\",\"srcdynamic\":true,\"height-unit\":\"%\"},\"classes\":{\"0\":\"c-rounded\",\"1\":\"c-shadow\"},\"nicename\":\"Image\"}\'][/ct_image][/ct_link_6][/ct_div_block_5][ct_div_block_5 ct_sign_sha256=\'8f1790819393cb95d8b4da02518b78ad459ff1cd5403bd4d446697f883c55f9c\' ct_options=\'{\"ct_id\":8,\"ct_parent\":4,\"selector\":\"div_block-8-127\",\"classes\":{\"0\":\"c-blog-recent-2-content\"},\"nicename\":\"Content\"}\'][ct_text_block ct_sign_sha256=\'631537370db0fbe7a41508f533aaf76a2e6566d28fbb8147aa17f7024cdb5826\' ct_options=\'{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"text_block-9-127\",\"classes\":{\"0\":\"c-tagline\",\"1\":\"c-margin-bottom-m\"}}\'][ct_span ct_sign_sha256=\'598c2a425c877493d02bd3a59f30b072567da899459db21be8877e9a052e58f6\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"span-10-127\"}\'][oxygen ct_sign_sha256=\'01671562e4155beabc43656656e3a03499dc6605975c9915fda78919d0f71373\' data=\'terms\' taxonomy=\'category\' separator=\' · \' ][/ct_span][/ct_text_block][ct_headline ct_sign_sha256=\'00a1084ac9d5c2af20631ba36a3e843f464b967d82cd8920d6e4d73d3ea46ab9\' ct_options=\'{\"ct_id\":11,\"ct_parent\":8,\"selector\":\"headline-11-127\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-dark\"}}\'][ct_span ct_sign_sha256=\'bf5e601ee9b762c6d62c61bb5e8b34f9d066c9abed9c0b49710d69c7e437ac31\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"span-12-127\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'347d1be7a9c9958d0b73ac5fd98fdd0aee873e65a8aaa0e4c4197b8ae5efc81b\' ct_options=\'{\"ct_id\":13,\"ct_parent\":8,\"selector\":\"text_block-13-127\",\"classes\":{\"0\":\"c-margin-bottom-m\",\"1\":\"c-text-dark\",\"2\":\"c-text-m\",\"3\":\"c-blog-recent-2-excerpt\"}}\'][ct_span ct_sign_sha256=\'74c73adec6770045e320feee9af2397697cb7790b1427ce7de44aeaccc69fa22\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"span-14-127\"}\'][oxygen ct_sign_sha256=\'15f8f3cb77ef853829fdcb6ec4f4acf5b5d7fd139a1b9c5bf29aceda109c5805\' data=\'excerpt\' ][/ct_span][/ct_text_block][ct_link_6 ct_sign_sha256=\'9acd8cf5c2c15a9010af349b871048defb27d6ff792139b14ced203a54fe4a9e\' ct_options=\'{\"ct_id\":15,\"ct_parent\":8,\"selector\":\"link-15-127\",\"classes\":{\"0\":\"c-transition\",\"1\":\"c-link-s\",\"2\":\"c-link-accent\"},\"nicename\":\"Link\",\"original\":{\"url\":\"[oxygen ct_sign_sha256=\'3f04564ebafb57e021405847dab7b9ae7848c9c33061ffc1c17dfb5bbf119dfc\' data=\'permalink\' ]\",\"target\":\"\",\"url_encoded\":\"true\"}}\'][ct_text_block ct_sign_sha256=\'2b13e8aa981bdaf32293114d560cc359ac6bbcfb158b5066283db8008cdb7f68\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"text_block-16-127\",\"classes\":{\"0\":\"c-margin-right-s\"}}\']Read Story[/ct_text_block][ct_fancy_icon ct_sign_sha256=\'253bf2ce00f40ca28bdb6c7f480aa4cc9be13b3d6d652c09cb842b86f126343f\' ct_options=\'{\"ct_id\":17,\"ct_parent\":15,\"selector\":\"fancy_icon-17-127\",\"original\":{\"icon-id\":\"OxyNinjaCoreicon-Arrow-1-Right\"},\"classes\":{\"0\":\"c-icon-accent-s\"}}\'][/ct_fancy_icon][/ct_link_6][/ct_div_block_5][/ct_div_block_4][/oxy_dynamic_list_3][/ct_section_2][ct_code_block ct_sign_sha256=\'ddf5acc30a198233e0573efd1bf709ae11dad1ef7a8a6c42de89b89ad7f1ca63\' ct_options=\'{\"ct_id\":18,\"ct_parent\":1,\"selector\":\"code_block-18-127\",\"original\":{\"code-css\":\"LmMtY29sdW1ucy1ibG9nLWdyaWQtMSB7CglkaXNwbGF5OiBncmlkIWltcG9ydGFudDsKICAJZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiAzZnIgMmZyOwp9CgouYy1ibG9nLXJlY2VudC0yIHsKICAJZGlzcGxheTogZ3JpZCFpbXBvcnRhbnQ7CiAgCWdyaWQtdGVtcGxhdGUtY29sdW1uczogMWZyIDFmcjsKICAJZ3JpZC1nYXA6IDIwcHg7CiAgCXRleHQtYWxpZ246IGxlZnQ7CiAgCWFsaWduLWl0ZW1zOiBjZW50ZXI7Cn0KCi5jLWJsb2ctcmVjZW50LTIgaW1nIHsKICAgIHdpZHRoOiAxMDAlOwogICAgaGVpZ2h0OiAxMDAlOwogICAgbWF4LWhlaWdodDogMjAwcHg7CiAgICBvYmplY3QtZml0OiBjb3ZlcjsKICAgIG9iamVjdC1wb3NpdGlvbjogY2VudGVyIGNlbnRlcjsKfQoKLmMtY29sdW1ucy1ibG9nLWdyaWQtMSA+IGRpdjpmaXJzdC1jaGlsZCBpbWcgewogICAgbWF4LWhlaWdodDogdW5zZXQ7Cn0KCi5jLWJsb2ctcmVjZW50LTIgLmMtYmxvZy1yZWNlbnQtMi1leGNlcnB0IHsKICAJZGlzcGxheTogbm9uZTsKfQoKLmMtY29sdW1ucy1ibG9nLWdyaWQtMSA+IGRpdjpmaXJzdC1jaGlsZCB7CiAgCWdyaWQtcm93OiBzcGFuIDQ7CiAgCWdyaWQtdGVtcGxhdGUtY29sdW1uczogMWZyOwogIAlncmlkLXRlbXBsYXRlLXJvd3M6IGF1dG8gYXV0bzsKfQoKLmMtY29sdW1ucy1ibG9nLWdyaWQtMSA+IGRpdjpmaXJzdC1jaGlsZCAuYy1ibG9nLXJlY2VudC0yLWV4Y2VycHQgewogIAlkaXNwbGF5OiBibG9jazsKfQoKQG1lZGlhIG9ubHkgc2NyZWVuIGFuZCAobWF4LXdpZHRoOiA5OTFweCkgewouYy1jb2x1bW5zLWJsb2ctZ3JpZC0xIHsKICAJZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiAxZnI7Cn0KLmMtYmxvZy1yZWNlbnQtMiB7CiAgCWRpc3BsYXk6IGdyaWQhaW1wb3J0YW50OwogIAlncmlkLXRlbXBsYXRlLWNvbHVtbnM6IDJmciAzZnI7Cn0KfQ==\",\"code-php\":\"PD9waHAKCS8vIGVjaG8gImhlbGxvIHdvcmxkISI7Cj8+\"},\"nicename\":\"Custom CSS\"}\'][/ct_code_block][ct_code_block ct_sign_sha256=\'fb1b6a8ce234fc535164c04b4a2786e4ecb46be1ecb61b08b12177e788d0289f\' ct_options=\'{\"ct_id\":19,\"ct_parent\":1,\"selector\":\"code_block-19-127\",\"original\":{\"code-css\":\"ZGl2Lm94eS1yZXBlYXRlci1wYWdlcywgZGl2Lm94eS1yZXBlYXRlci1wYWdlcy13cmFwIHsKZ3JpZC1jb2x1bW46IDEgLyAtMTsKfQ==\",\"code-php\":\"PD9waHAKCS8vIGVjaG8gImhlbGxvIHdvcmxkISI7Cj8+\"},\"nicename\":\"CSS Fix for the pagination\"}\'][/ct_code_block][/ct_div_block]'),(2385,127,'ct_builder_shortcodes_revisions_dates','1623158017'),(2386,127,'ct_parent_template','45'),(2387,128,'_edit_last','1'),(2388,128,'_edit_lock','1623335736:1'),(2389,128,'ct_template_archive_post_types_all',''),(2390,128,'ct_template_categories','a:0:{}'),(2391,128,'ct_template_categories_all',''),(2392,128,'ct_template_tags','a:0:{}'),(2393,128,'ct_template_tags_all',''),(2394,128,'ct_template_custom_taxonomies','a:0:{}'),(2395,128,'ct_template_custom_taxonomies_all',''),(2396,128,'ct_template_authors_archives_all',''),(2397,128,'ct_template_index',''),(2398,128,'ct_template_front_page',''),(2399,128,'ct_template_blog_posts','true'),(2400,128,'ct_template_date_archive',''),(2401,128,'ct_template_search_page',''),(2402,128,'ct_template_inner_content',''),(2403,128,'ct_template_404_page',''),(2404,128,'ct_template_all_archives',''),(2405,128,'ct_template_archive_among_taxonomies','a:0:{}'),(2406,128,'ct_template_apply_if_archive_among_taxonomies',''),(2407,128,'ct_template_archive_post_types','a:1:{i:0;s:4:\"post\";}'),(2408,128,'ct_template_apply_if_archive_among_cpt',''),(2409,128,'ct_template_authors_archives','a:0:{}'),(2410,128,'ct_template_apply_if_archive_among_authors',''),(2411,128,'ct_template_single_all',''),(2412,128,'ct_template_post_types','a:0:{}'),(2413,128,'ct_template_exclude_ids',''),(2414,128,'ct_template_include_ids',''),(2415,128,'ct_template_taxonomies','a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),(2416,128,'ct_use_template_taxonomies',''),(2417,128,'ct_template_post_of_parents','a:1:{i:0;s:0:\"\";}'),(2418,128,'ct_template_apply_if_post_of_parents',''),(2419,128,'ct_template_order','1'),(2420,128,'ct_builder_shortcodes','[ct_section ct_sign_sha256=\'55be0114fc6dcf08cb60f544809ce0f8f02caa3a560afedd390d13e48c7c48bf\' ct_options=\'{\"ct_id\":204,\"ct_parent\":0,\"selector\":\"section-204-128\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-title-1\"},\"activeselector\":\"c-title-1\",\"nicename\":\"Title\"}\'][ct_headline ct_sign_sha256=\'e297f19e3bb5da464c75884d1d998594607fa3c0b7f05cda5e4a23193bac6171\' ct_options=\'{\"ct_id\":205,\"ct_parent\":204,\"selector\":\"headline-205-128\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-h1\",\"1\":\"c-heading-light\",\"2\":\"c-margin-bottom-s\"},\"activeselector\":false}\']News[/ct_headline][/ct_section][ct_section ct_sign_sha256=\'edd6ec2df1976c63e8362a40e9119d85aeba30e6f57fc093eaa7b71793854a17\' ct_options=\'{\"ct_id\":151,\"ct_parent\":0,\"selector\":\"section-151-128\",\"original\":{\"globalConditionsResult\":true,\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Blog Layout  3 Columns\"}\'][ct_code_block ct_sign_sha256=\'da8509a90e4f5fa9302a5ff0db00a3281db6cef18dfa5d8e250c3eab5d50b9d5\' ct_options=\'{\"ct_id\":152,\"ct_parent\":151,\"selector\":\"code_block-152-128\",\"original\":{\"code-css\":\"ZGl2Lm94eS1yZXBlYXRlci1wYWdlcywgZGl2Lm94eS1yZXBlYXRlci1wYWdlcy13cmFwIHsKZ3JpZC1jb2x1bW46IDEgLyAtMTsKfQ==\",\"code-php\":\"PD9waHAKCS8vIGVjaG8gImhlbGxvIHdvcmxkISI7Cj8+\"},\"nicename\":\"CSS Fix for the pagination\",\"activeselector\":false}\'][/ct_code_block][oxy_dynamic_list_2 ct_sign_sha256=\'f4323d4bd671ce2515f5f02734603341429990b2253dbbff2dc4efd6d657bc39\' ct_options=\'{\"ct_id\":153,\"ct_parent\":151,\"selector\":\"_dynamic_list-153-128\",\"original\":{\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"post\"},\"query_count\":\"6\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"stretch\",\"justify-content\":\"center\",\"text-align\":\"center\",\"width\":\"100\",\"flex-wrap\":\"wrap\",\"paginate_wrap_alignment\":\"center\",\"paginate_size\":\"17\",\"paginate_color\":\"color(10)\",\"paginate_link_color\":\"color(1)\",\"paginate_width-unit\":\"%\",\"paginate_width\":\"100\",\"paginatelink_padding_top\":\"10\",\"paginatelink_padding_left\":\"15\",\"paginatelink_padding_right\":\"15\",\"paginatelink_padding_bottom\":\"10\",\"paginatelinkactive_padding_top\":\"10\",\"paginatelinkactive_padding_left\":\"10\",\"paginatelinkactive_padding_right\":\"10\",\"paginatelinkactive_padding_bottom\":\"10\",\"paginatelink_background_color\":\"color(2)\",\"paginatelink_border_radius\":\"7\",\"paginatelink_margin_right\":\"10\",\"paginatelink_margin_left\":\"10\",\"paginate_margin_top\":\"50\"},\"nicename\":\"Blog Repeater\",\"classes\":{\"0\":\"c-columns-3\",\"1\":\"c-columns-l-2\",\"2\":\"c-columns-m-1\",\"3\":\"c-columns-gap-m\"}}\'][ct_div_block_3 ct_sign_sha256=\'b5455c06f50cada681be69a7f7682266fd1bca657d1e71cc983d124ed4f79d6e\' ct_options=\'{\"ct_id\":154,\"ct_parent\":153,\"selector\":\"div_block-154-128\",\"original\":{\"width-unit\":\"%\"},\"classes\":{},\"nicename\":\"Column\"}\'][ct_link_4 ct_sign_sha256=\'37bbb52441198a05fdba8b1b026df32fad1ebb87183f18138b1aa9382c1d640e\' ct_options=\'{\"ct_id\":155,\"ct_parent\":154,\"selector\":\"link-155-128\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"custom-css\":\"ZmxleC1ncm93OiAxOw==\",\"display\":\"flex\",\"flex-direction\":\"column\",\"align-items\":\"flex-start\",\"justify-content\":\"flex-start\",\"url\":\"[oxygen ct_sign_sha256=\'3f04564ebafb57e021405847dab7b9ae7848c9c33061ffc1c17dfb5bbf119dfc\' data=\'permalink\' ]\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-bg-light-alt\",\"1\":\"c-shadow\",\"2\":\"c-rounded\",\"3\":\"c-transition\"},\"nicename\":\"Blog Post\",\"hover\":{\"transform\":{\"0\":{\"transform-type\":\"translate\",\"translateY\":\"-10\"}}}}\'][ct_div_block_5 ct_sign_sha256=\'2670a7fd9b0606f05ff43ab3181026dce6fe097f7b0e5f10c3990ac79bd1aec7\' ct_options=\'{\"ct_id\":156,\"ct_parent\":155,\"selector\":\"div_block-156-128\",\"original\":{\"background-image\":\"[oxygen ct_sign_sha256=\'f8d48aab8cca142181b53a50c055e53a621b1f079c39d441bc7178572b641071\' data=\'featured_image\' size=\'medium_large\' ]\",\"background-imagedynamic\":true,\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\"},\"classes\":{\"0\":\"c-archive-img\"},\"nicename\":\"Image\"}\'][/ct_div_block_5][ct_div_block_5 ct_sign_sha256=\'ab19298d317cf47a0d7920d49b11f7a84db6683b571e692d6a5a6c716d722f33\' ct_options=\'{\"ct_id\":157,\"ct_parent\":155,\"selector\":\"div_block-157-128\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"align-items\":\"flex-start\",\"text-align\":\"left\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"classes\":{\"0\":\"c-padding-l\"},\"nicename\":\"Content\"}\'][ct_headline ct_sign_sha256=\'d8fdcac5f5256d8d514be48b009e08f1a27c40c4c17f42c7738f3b85fa504859\' ct_options=\'{\"ct_id\":158,\"ct_parent\":157,\"selector\":\"headline-158-128\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-xs\",\"2\":\"c-heading-dark\"}}\'][ct_span ct_sign_sha256=\'9ff41dd69aa9a1dfab89132eb601675a54d366f2f4d7dd668581b7f5cf1d3be6\' ct_options=\'{\"ct_id\":159,\"ct_parent\":158,\"selector\":\"span-159-128\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'baa4c3f98b03cc642593bdf5b4851a4643834c92592ba7f13687903ef2f08ff4\' ct_options=\'{\"ct_id\":160,\"ct_parent\":157,\"selector\":\"text_block-160-128\",\"classes\":{\"0\":\"c-text-dark\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-text-s\"}}\']By&nbsp;[ct_span ct_sign_sha256=\'11ed9e1b1e2a3a54af16fc9e6205995a1f3921fdc8bdbd10ee5955777b1f1eb8\' ct_options=\'{\"ct_id\":161,\"ct_parent\":160,\"selector\":\"span-161-128\"}\'][oxygen ct_sign_sha256=\'3bff4fb86a10067581157bc4d7550042f9433950a86d0d82dd1bc7864c25366c\' data=\'author\' ][/ct_span] on&nbsp;[ct_span ct_sign_sha256=\'355e83cb93fca1039a3800c50923c768dd7d293196676cdf5f91cc4d583ce741\' ct_options=\'{\"ct_id\":162,\"ct_parent\":160,\"selector\":\"span-162-128\"}\'][oxygen ct_sign_sha256=\'a033413a0013e067f6001d6d477cefa3ccbdd3555c1fded3ea6a1b08e4abb21c\' data=\'date\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'ca96e87bcb553be5c6f71fddbedfc4e25d76a791912ebe3bff1406cce040e67a\' ct_options=\'{\"ct_id\":163,\"ct_parent\":157,\"selector\":\"text_block-163-128\",\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"text-overlay-light-alt\",\"3\":\"c-margin-bottom-s\"}}\'][ct_span ct_sign_sha256=\'17b1a0ebf4f34910e8da843ea704d76872a362ff83f3e298d6f50f283fae4cd0\' ct_options=\'{\"ct_id\":164,\"ct_parent\":163,\"selector\":\"span-164-128\"}\'][oxygen ct_sign_sha256=\'15f8f3cb77ef853829fdcb6ec4f4acf5b5d7fd139a1b9c5bf29aceda109c5805\' data=\'excerpt\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'a34f5e79c603dd7b5142914a0401246c6c786df56943c429168baec365440281\' ct_options=\'{\"ct_id\":165,\"ct_parent\":157,\"selector\":\"text_block-165-128\",\"classes\":{\"0\":\"c-link-m\",\"1\":\"c-link-accent\"},\"nicename\":\"Read more\"}\']Read more[/ct_text_block][/ct_div_block_5][/ct_link_4][/ct_div_block_3][/oxy_dynamic_list_2][/ct_section]'),(2421,128,'oxygen_lock_post_edit_mode',NULL),(2422,128,'ct_parent_template','45'),(2423,128,'ct_preview_url','http://gorillaafricasafaris.com/news/'),(2424,128,'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:\"\";}'),(2425,127,'ct_builder_shortcodes_revisions','[ct_div_block ct_sign_sha256=\'5a8f4911c023ac0c33c46b61823539c69768505426a7127ae49165d49d2459f9\' ct_options=\'{\"nicename\":\"Blog Recent 2\",\"selector\":\"div_block-1-127\",\"ct_id\":1,\"ct_parent\":0}\'][ct_section_2 ct_sign_sha256=\'bc65fbe0e5bda7bf483afa116e2c18528eb88d94b82e88730c1a6ed8a9c6d974\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"section-2-127\",\"classes\":{\"0\":\"c-bg-light\",\"1\":\"c-center\"},\"nicename\":\"Blog Recent 5 Posts\"}\'][oxy_dynamic_list_3 ct_sign_sha256=\'01090cd22305387525268a34926d4a9d94e71a8526c5d5f13ba23b03cc40b577\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"_dynamic_list-3-127\",\"classes\":{\"0\":\"c-columns-gap-l\",\"1\":\"c-columns-blog-grid-1\"},\"original\":{\"wp_query\":\"manual\",\"query_post_types\":{\"0\":\"post\"},\"query_args\":\"post_type=post&posts_per_page=5&no_found_rows=true\"}}\'][ct_div_block_4 ct_sign_sha256=\'82a87d922599e25e6ebf2c48f1623b46122f59d55350008d2a4cbc908e9c5c16\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"div_block-4-127\",\"classes\":{\"0\":\"c-blog-recent-2\"}}\'][ct_div_block_5 ct_sign_sha256=\'9e42ad8914dd0e2e124c371741f7698b5db80e597a20eea370eda456a05ff5d1\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"div_block-5-127\",\"original\":{\"height-unit\":\"%\",\"height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"nicename\":\"Image\"}\'][ct_link_6 ct_sign_sha256=\'363fe5326a0f9f947395008f63191d9d339278592923bd5b232de7f69de05886\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"link-6-127\",\"original\":{\"url\":\"[oxygen ct_sign_sha256=\'3f04564ebafb57e021405847dab7b9ae7848c9c33061ffc1c17dfb5bbf119dfc\' data=\'permalink\' ]\",\"target\":\"\",\"url_encoded\":\"true\",\"height-unit\":\"%\",\"height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"}}\'][ct_image ct_sign_sha256=\'732b00b24f82ced1a7da9049c27a042869e94e83a164dcd1dde8629e6e67249d\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"image-7-127\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'657d2f971103c6ff11b0794354f51226c00efafee933c082a338c1ae04015366\' data=\'featured_image\' size=\'900xauto\' ]\",\"srcdynamic\":true,\"height-unit\":\"%\"},\"classes\":{\"0\":\"c-rounded\",\"1\":\"c-shadow\"},\"nicename\":\"Image\"}\'][/ct_image][/ct_link_6][/ct_div_block_5][ct_div_block_5 ct_sign_sha256=\'8f1790819393cb95d8b4da02518b78ad459ff1cd5403bd4d446697f883c55f9c\' ct_options=\'{\"ct_id\":8,\"ct_parent\":4,\"selector\":\"div_block-8-127\",\"classes\":{\"0\":\"c-blog-recent-2-content\"},\"nicename\":\"Content\"}\'][ct_text_block ct_sign_sha256=\'631537370db0fbe7a41508f533aaf76a2e6566d28fbb8147aa17f7024cdb5826\' ct_options=\'{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"text_block-9-127\",\"classes\":{\"0\":\"c-tagline\",\"1\":\"c-margin-bottom-m\"}}\'][ct_span ct_sign_sha256=\'598c2a425c877493d02bd3a59f30b072567da899459db21be8877e9a052e58f6\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"span-10-127\"}\'][oxygen ct_sign_sha256=\'01671562e4155beabc43656656e3a03499dc6605975c9915fda78919d0f71373\' data=\'terms\' taxonomy=\'category\' separator=\' · \' ][/ct_span][/ct_text_block][ct_headline ct_sign_sha256=\'00a1084ac9d5c2af20631ba36a3e843f464b967d82cd8920d6e4d73d3ea46ab9\' ct_options=\'{\"ct_id\":11,\"ct_parent\":8,\"selector\":\"headline-11-127\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-dark\"}}\'][ct_span ct_sign_sha256=\'bf5e601ee9b762c6d62c61bb5e8b34f9d066c9abed9c0b49710d69c7e437ac31\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"span-12-127\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'347d1be7a9c9958d0b73ac5fd98fdd0aee873e65a8aaa0e4c4197b8ae5efc81b\' ct_options=\'{\"ct_id\":13,\"ct_parent\":8,\"selector\":\"text_block-13-127\",\"classes\":{\"0\":\"c-margin-bottom-m\",\"1\":\"c-text-dark\",\"2\":\"c-text-m\",\"3\":\"c-blog-recent-2-excerpt\"}}\'][ct_span ct_sign_sha256=\'74c73adec6770045e320feee9af2397697cb7790b1427ce7de44aeaccc69fa22\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"span-14-127\"}\'][oxygen ct_sign_sha256=\'15f8f3cb77ef853829fdcb6ec4f4acf5b5d7fd139a1b9c5bf29aceda109c5805\' data=\'excerpt\' ][/ct_span][/ct_text_block][ct_link_6 ct_sign_sha256=\'9acd8cf5c2c15a9010af349b871048defb27d6ff792139b14ced203a54fe4a9e\' ct_options=\'{\"ct_id\":15,\"ct_parent\":8,\"selector\":\"link-15-127\",\"classes\":{\"0\":\"c-transition\",\"1\":\"c-link-s\",\"2\":\"c-link-accent\"},\"nicename\":\"Link\",\"original\":{\"url\":\"[oxygen ct_sign_sha256=\'3f04564ebafb57e021405847dab7b9ae7848c9c33061ffc1c17dfb5bbf119dfc\' data=\'permalink\' ]\",\"target\":\"\",\"url_encoded\":\"true\"}}\'][ct_text_block ct_sign_sha256=\'2b13e8aa981bdaf32293114d560cc359ac6bbcfb158b5066283db8008cdb7f68\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"text_block-16-127\",\"classes\":{\"0\":\"c-margin-right-s\"}}\']Read Story[/ct_text_block][ct_fancy_icon ct_sign_sha256=\'253bf2ce00f40ca28bdb6c7f480aa4cc9be13b3d6d652c09cb842b86f126343f\' ct_options=\'{\"ct_id\":17,\"ct_parent\":15,\"selector\":\"fancy_icon-17-127\",\"original\":{\"icon-id\":\"OxyNinjaCoreicon-Arrow-1-Right\"},\"classes\":{\"0\":\"c-icon-accent-s\"}}\'][/ct_fancy_icon][/ct_link_6][/ct_div_block_5][/ct_div_block_4][/oxy_dynamic_list_3][/ct_section_2][ct_code_block ct_sign_sha256=\'ddf5acc30a198233e0573efd1bf709ae11dad1ef7a8a6c42de89b89ad7f1ca63\' ct_options=\'{\"ct_id\":18,\"ct_parent\":1,\"selector\":\"code_block-18-127\",\"original\":{\"code-css\":\"LmMtY29sdW1ucy1ibG9nLWdyaWQtMSB7CglkaXNwbGF5OiBncmlkIWltcG9ydGFudDsKICAJZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiAzZnIgMmZyOwp9CgouYy1ibG9nLXJlY2VudC0yIHsKICAJZGlzcGxheTogZ3JpZCFpbXBvcnRhbnQ7CiAgCWdyaWQtdGVtcGxhdGUtY29sdW1uczogMWZyIDFmcjsKICAJZ3JpZC1nYXA6IDIwcHg7CiAgCXRleHQtYWxpZ246IGxlZnQ7CiAgCWFsaWduLWl0ZW1zOiBjZW50ZXI7Cn0KCi5jLWJsb2ctcmVjZW50LTIgaW1nIHsKICAgIHdpZHRoOiAxMDAlOwogICAgaGVpZ2h0OiAxMDAlOwogICAgbWF4LWhlaWdodDogMjAwcHg7CiAgICBvYmplY3QtZml0OiBjb3ZlcjsKICAgIG9iamVjdC1wb3NpdGlvbjogY2VudGVyIGNlbnRlcjsKfQoKLmMtY29sdW1ucy1ibG9nLWdyaWQtMSA+IGRpdjpmaXJzdC1jaGlsZCBpbWcgewogICAgbWF4LWhlaWdodDogdW5zZXQ7Cn0KCi5jLWJsb2ctcmVjZW50LTIgLmMtYmxvZy1yZWNlbnQtMi1leGNlcnB0IHsKICAJZGlzcGxheTogbm9uZTsKfQoKLmMtY29sdW1ucy1ibG9nLWdyaWQtMSA+IGRpdjpmaXJzdC1jaGlsZCB7CiAgCWdyaWQtcm93OiBzcGFuIDQ7CiAgCWdyaWQtdGVtcGxhdGUtY29sdW1uczogMWZyOwogIAlncmlkLXRlbXBsYXRlLXJvd3M6IGF1dG8gYXV0bzsKfQoKLmMtY29sdW1ucy1ibG9nLWdyaWQtMSA+IGRpdjpmaXJzdC1jaGlsZCAuYy1ibG9nLXJlY2VudC0yLWV4Y2VycHQgewogIAlkaXNwbGF5OiBibG9jazsKfQoKQG1lZGlhIG9ubHkgc2NyZWVuIGFuZCAobWF4LXdpZHRoOiA5OTFweCkgewouYy1jb2x1bW5zLWJsb2ctZ3JpZC0xIHsKICAJZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiAxZnI7Cn0KLmMtYmxvZy1yZWNlbnQtMiB7CiAgCWRpc3BsYXk6IGdyaWQhaW1wb3J0YW50OwogIAlncmlkLXRlbXBsYXRlLWNvbHVtbnM6IDJmciAzZnI7Cn0KfQ==\",\"code-php\":\"PD9waHAKCS8vIGVjaG8gImhlbGxvIHdvcmxkISI7Cj8+\"},\"nicename\":\"Custom CSS\"}\'][/ct_code_block][ct_code_block ct_sign_sha256=\'fb1b6a8ce234fc535164c04b4a2786e4ecb46be1ecb61b08b12177e788d0289f\' ct_options=\'{\"ct_id\":19,\"ct_parent\":1,\"selector\":\"code_block-19-127\",\"original\":{\"code-css\":\"ZGl2Lm94eS1yZXBlYXRlci1wYWdlcywgZGl2Lm94eS1yZXBlYXRlci1wYWdlcy13cmFwIHsKZ3JpZC1jb2x1bW46IDEgLyAtMTsKfQ==\",\"code-php\":\"PD9waHAKCS8vIGVjaG8gImhlbGxvIHdvcmxkISI7Cj8+\"},\"nicename\":\"CSS Fix for the pagination\"}\'][/ct_code_block][/ct_div_block]'),(2426,127,'ct_builder_shortcodes_revisions_dates','1623158953'),(2427,127,'ct_builder_shortcodes_revisions','[ct_div_block ct_sign_sha256=\'b5445630f5d26cc168a5c059a81a6d3d219521ee0997c009d6836f70d51dc4c2\' ct_options=\'{\"nicename\":\"Blog Recent 2\",\"selector\":\"div_block-1-127\",\"ct_id\":1,\"ct_parent\":0}\'][ct_code_block ct_sign_sha256=\'ddf5acc30a198233e0573efd1bf709ae11dad1ef7a8a6c42de89b89ad7f1ca63\' ct_options=\'{\"ct_id\":18,\"ct_parent\":1,\"selector\":\"code_block-18-127\",\"original\":{\"code-css\":\"LmMtY29sdW1ucy1ibG9nLWdyaWQtMSB7CglkaXNwbGF5OiBncmlkIWltcG9ydGFudDsKICAJZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiAzZnIgMmZyOwp9CgouYy1ibG9nLXJlY2VudC0yIHsKICAJZGlzcGxheTogZ3JpZCFpbXBvcnRhbnQ7CiAgCWdyaWQtdGVtcGxhdGUtY29sdW1uczogMWZyIDFmcjsKICAJZ3JpZC1nYXA6IDIwcHg7CiAgCXRleHQtYWxpZ246IGxlZnQ7CiAgCWFsaWduLWl0ZW1zOiBjZW50ZXI7Cn0KCi5jLWJsb2ctcmVjZW50LTIgaW1nIHsKICAgIHdpZHRoOiAxMDAlOwogICAgaGVpZ2h0OiAxMDAlOwogICAgbWF4LWhlaWdodDogMjAwcHg7CiAgICBvYmplY3QtZml0OiBjb3ZlcjsKICAgIG9iamVjdC1wb3NpdGlvbjogY2VudGVyIGNlbnRlcjsKfQoKLmMtY29sdW1ucy1ibG9nLWdyaWQtMSA+IGRpdjpmaXJzdC1jaGlsZCBpbWcgewogICAgbWF4LWhlaWdodDogdW5zZXQ7Cn0KCi5jLWJsb2ctcmVjZW50LTIgLmMtYmxvZy1yZWNlbnQtMi1leGNlcnB0IHsKICAJZGlzcGxheTogbm9uZTsKfQoKLmMtY29sdW1ucy1ibG9nLWdyaWQtMSA+IGRpdjpmaXJzdC1jaGlsZCB7CiAgCWdyaWQtcm93OiBzcGFuIDQ7CiAgCWdyaWQtdGVtcGxhdGUtY29sdW1uczogMWZyOwogIAlncmlkLXRlbXBsYXRlLXJvd3M6IGF1dG8gYXV0bzsKfQoKLmMtY29sdW1ucy1ibG9nLWdyaWQtMSA+IGRpdjpmaXJzdC1jaGlsZCAuYy1ibG9nLXJlY2VudC0yLWV4Y2VycHQgewogIAlkaXNwbGF5OiBibG9jazsKfQoKQG1lZGlhIG9ubHkgc2NyZWVuIGFuZCAobWF4LXdpZHRoOiA5OTFweCkgewouYy1jb2x1bW5zLWJsb2ctZ3JpZC0xIHsKICAJZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiAxZnI7Cn0KLmMtYmxvZy1yZWNlbnQtMiB7CiAgCWRpc3BsYXk6IGdyaWQhaW1wb3J0YW50OwogIAlncmlkLXRlbXBsYXRlLWNvbHVtbnM6IDJmciAzZnI7Cn0KfQ==\",\"code-php\":\"PD9waHAKCS8vIGVjaG8gImhlbGxvIHdvcmxkISI7Cj8+\"},\"nicename\":\"Custom CSS\"}\'][/ct_code_block][ct_code_block ct_sign_sha256=\'fb1b6a8ce234fc535164c04b4a2786e4ecb46be1ecb61b08b12177e788d0289f\' ct_options=\'{\"ct_id\":19,\"ct_parent\":1,\"selector\":\"code_block-19-127\",\"original\":{\"code-css\":\"ZGl2Lm94eS1yZXBlYXRlci1wYWdlcywgZGl2Lm94eS1yZXBlYXRlci1wYWdlcy13cmFwIHsKZ3JpZC1jb2x1bW46IDEgLyAtMTsKfQ==\",\"code-php\":\"PD9waHAKCS8vIGVjaG8gImhlbGxvIHdvcmxkISI7Cj8+\"},\"nicename\":\"CSS Fix for the pagination\"}\'][/ct_code_block][/ct_div_block][ct_section ct_sign_sha256=\'6bdd9284a3a17ad87618da06eecb1303be7eac779a07951a59d93b44cca1e85e\' ct_options=\'{\"ct_id\":34,\"ct_parent\":0,\"selector\":\"section-34-127\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\"},\"classes\":{\"0\":\"c-bg-light\"},\"nicename\":\"Single Blog Post\",\"activeselector\":false}\'][ct_image ct_sign_sha256=\'c007128078c67d6a355ce3085eacc4fabd97e089008b3ed08a868e10350f8de7\' ct_options=\'{\"ct_id\":35,\"ct_parent\":34,\"selector\":\"image-35-127\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'199daf2d416f4ea1b900bdfa3ea016d44cfdd2cd90f09d5a79300a6e0838a4f7\' data=\'featured_image\' ]\",\"srcdynamic\":true,\"max-height\":\"500\",\"width-unit\":\"%\",\"width\":\"100\",\"custom-css\":\"b2JqZWN0LWZpdDpjb3Zlcjs=\"},\"classes\":{\"0\":\"c-rounded\",\"1\":\"c-shadow\"},\"media\":{\"phone-portrait\":{\"original\":{\"max-height\":\"400\"}}}}\'][/ct_image][ct_text_block ct_sign_sha256=\'7aaf659e10b41e60d2562fa48c0d687ed4c4d151e613a0011bbb8332b40ec7c2\' ct_options=\'{\"ct_id\":37,\"ct_parent\":34,\"selector\":\"text_block-37-127\",\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"c-margin-bottom-l\"},\"activeselector\":false}\']Written by&nbsp;[ct_span ct_sign_sha256=\'ba780b0a94209e2f6f185907e4ca6b44ac9613d15f8f158698c116d9ebb03a05\' ct_options=\'{\"ct_id\":38,\"ct_parent\":37,\"selector\":\"span-38-127\"}\'][oxygen ct_sign_sha256=\'3bff4fb86a10067581157bc4d7550042f9433950a86d0d82dd1bc7864c25366c\' data=\'author\' ][/ct_span] on&nbsp;[ct_span ct_sign_sha256=\'d15678272d2df9625fb6d97b9b3ba7de6ac4b33b82d79f81e0e25b98ee5c828e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"span-39-127\"}\'][oxygen ct_sign_sha256=\'a033413a0013e067f6001d6d477cefa3ccbdd3555c1fded3ea6a1b08e4abb21c\' data=\'date\' ][/ct_span][/ct_text_block][ct_headline ct_sign_sha256=\'491cd5abc2dd0e67acb2c2782d4af320cd2407421affefeb26f787c7785e0a0d\' ct_options=\'{\"ct_id\":40,\"ct_parent\":34,\"selector\":\"headline-40-127\",\"classes\":{\"0\":\"c-h1\",\"1\":\"c-margin-bottom-m\"}}\'][ct_span ct_sign_sha256=\'5c963b3479a0fca3c2162aed4326b1e772a36941561b349f96a88897b610807e\' ct_options=\'{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"span-41-127\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span][/ct_headline][ct_div_block_2 ct_sign_sha256=\'e6f82d48c56007108de912a092726ad12d2237a65e022bd53d97a9b65b201d47\' ct_options=\'{\"ct_id\":42,\"ct_parent\":34,\"selector\":\"div_block-42-127\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"flex-start\",\"max-width\":\"900\"},\"nicename\":\"Blog content\"}\'][ct_inner_content_3 ct_sign_sha256=\'d160f269a5af344a735acd6f324dac35c7577fca2f7bf3b3533c8804551cc7da\' ct_options=\'{\"ct_id\":43,\"ct_parent\":42,\"selector\":\"inner_content-43-127\",\"original\":{\"margin-bottom\":\"50\"},\"activeselector\":false}\'][/ct_inner_content_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'4ee83b74651c3fb812b428f0d6e272297d4c9d9079f92cff2099466c4f3ea781\' ct_options=\'{\"ct_id\":65,\"ct_parent\":0,\"selector\":\"section-65-127\",\"original\":{\"globalConditionsResult\":true,\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\"},\"classes\":{\"0\":\"c-bg-light-alt\"},\"activeselector\":\"c-bg-light-alt\",\"nicename\":\"Blog Layout  3 Columns\"}\'][ct_headline ct_sign_sha256=\'e25d2ddd44b4240e0da9a9c0690cf77ecfe7d0671c8ebbdacba91173efe4a1b2\' ct_options=\'{\"ct_id\":66,\"ct_parent\":65,\"selector\":\"headline-66-127\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-l\"}}\']Related Posts[/ct_headline][ct_code_block ct_sign_sha256=\'40a68f14b2152780b34cae2ff7243a26fd018c82cfc6fd462d5cda33b3d674b7\' ct_options=\'{\"ct_id\":67,\"ct_parent\":65,\"selector\":\"code_block-67-127\",\"original\":{\"code-php\":\"PD9waHAKYWRkX2FjdGlvbiggJ3ByZV9nZXRfcG9zdHMnLCAnd3BkZF9leGNsdWRlX2N1cnJlbnRfcG9zdCcgKTsKLyoqCiAqIEV4Y2x1ZGUgY3VycmVudCBwb3N0LgogKgogKiBAcGFyYW0gJHF1ZXJ5IFxXUF9RdWVyeQogKi8KZnVuY3Rpb24gd3BkZF9leGNsdWRlX2N1cnJlbnRfcG9zdCggJHF1ZXJ5ICkgewoKCS8vIHJlbW92ZSB0aGUgZmlsdGVyOyB0aGUgcXVlcnkgaXMgZG9uZS4KCXJlbW92ZV9hY3Rpb24oICdwcmVfZ2V0X3Bvc3RzJywgJ3dwZGRfZXhjbHVkZV9jdXJyZW50X3Bvc3QnICk7CgoJJHF1ZXJ5LT5zZXQoICdwb3N0X19ub3RfaW4nLCBhcnJheSggZ2V0X3RoZV9JRCgpICkgKTsKICAKfQoKPz4=\"},\"nicename\":\"Exclude current post from Repeater\"}\'][/ct_code_block][oxy_dynamic_list_2 ct_sign_sha256=\'de6bad6a9afb6654da2ce2c558fdff2c3b7c6d602cd7a053cf5224654f214e41\' ct_options=\'{\"ct_id\":68,\"ct_parent\":65,\"selector\":\"_dynamic_list-68-127\",\"original\":{\"wp_query\":\"manual\",\"query_post_types\":{\"0\":\"post\"},\"query_count\":\"6\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"stretch\",\"justify-content\":\"center\",\"text-align\":\"center\",\"width\":\"100\",\"flex-wrap\":\"wrap\",\"paginate_wrap_alignment\":\"center\",\"paginate_size\":\"17\",\"paginate_color\":\"color(10)\",\"paginate_link_color\":\"color(1)\",\"paginate_width-unit\":\"%\",\"paginate_width\":\"100\",\"paginatelink_padding_top\":\"10\",\"paginatelink_padding_left\":\"15\",\"paginatelink_padding_right\":\"15\",\"paginatelink_padding_bottom\":\"10\",\"paginatelinkactive_padding_top\":\"10\",\"paginatelinkactive_padding_left\":\"10\",\"paginatelinkactive_padding_right\":\"10\",\"paginatelinkactive_padding_bottom\":\"10\",\"paginatelink_background_color\":\"color(2)\",\"paginatelink_border_radius\":\"7\",\"paginatelink_margin_right\":\"10\",\"paginatelink_margin_left\":\"10\",\"paginate_margin_top\":\"50\",\"query_args\":\"post_type=post&posts_per_page=3&no_found_rows=true\"},\"nicename\":\"Blog Repeater\",\"classes\":{\"0\":\"c-columns-3\",\"1\":\"c-columns-l-2\",\"2\":\"c-columns-m-1\",\"3\":\"c-columns-gap-m\"}}\'][ct_div_block_3 ct_sign_sha256=\'530a4cde5300f1913f00c9b591125abb5c6b145f696631adeaecf3ff3116a3d1\' ct_options=\'{\"ct_id\":69,\"ct_parent\":68,\"selector\":\"div_block-69-127\",\"original\":{\"width-unit\":\"%\"},\"classes\":{},\"nicename\":\"Column\"}\'][ct_link_4 ct_sign_sha256=\'a2ea865f072215bb192875e2ed1f211723999cdf6efefee31c76321161428277\' ct_options=\'{\"ct_id\":70,\"ct_parent\":69,\"selector\":\"link-70-127\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"custom-css\":\"ZmxleC1ncm93OiAxOw==\",\"display\":\"flex\",\"flex-direction\":\"column\",\"align-items\":\"flex-start\",\"justify-content\":\"flex-start\",\"url\":\"[oxygen ct_sign_sha256=\'3f04564ebafb57e021405847dab7b9ae7848c9c33061ffc1c17dfb5bbf119dfc\' data=\'permalink\' ]\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-bg-light-alt\",\"1\":\"c-shadow\",\"2\":\"c-rounded\",\"3\":\"c-transition\"},\"nicename\":\"Blog Post\",\"hover\":{\"transform\":{\"0\":{\"transform-type\":\"translate\",\"translateY\":\"-10\"}}}}\'][ct_div_block_5 ct_sign_sha256=\'7bbb4e69f6fe9d95911a68a4869788ae20670cd27a992c2b087a8418594d15f8\' ct_options=\'{\"ct_id\":71,\"ct_parent\":70,\"selector\":\"div_block-71-127\",\"original\":{\"background-image\":\"[oxygen ct_sign_sha256=\'f8d48aab8cca142181b53a50c055e53a621b1f079c39d441bc7178572b641071\' data=\'featured_image\' size=\'medium_large\' ]\",\"background-imagedynamic\":true,\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\"},\"classes\":{\"0\":\"c-archive-img\"},\"nicename\":\"Image\"}\'][/ct_div_block_5][ct_div_block_5 ct_sign_sha256=\'314115e81fdef4fa4beeb587be1fd252749a88ae3a5fb741e248437c69a8c7e9\' ct_options=\'{\"ct_id\":72,\"ct_parent\":70,\"selector\":\"div_block-72-127\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"align-items\":\"flex-start\",\"text-align\":\"left\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"classes\":{\"0\":\"c-padding-l\"},\"nicename\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b2980163cb5d90c6b1286109367b58b65e7148c0a580103a1456fa103804e537\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"headline-73-127\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-xs\",\"2\":\"c-heading-dark\"}}\'][ct_span ct_sign_sha256=\'16492cb8c0041b240fde510fdf4334e3ca43003819d36b84218988a6ee5c5992\' ct_options=\'{\"ct_id\":74,\"ct_parent\":73,\"selector\":\"span-74-127\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'26f0e288ec91e9fe1b377c168496c482c8d1e163640b8a932fb98abbad92af5d\' ct_options=\'{\"ct_id\":75,\"ct_parent\":72,\"selector\":\"text_block-75-127\",\"classes\":{\"0\":\"c-text-dark\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-text-s\"}}\']By&nbsp;[ct_span ct_sign_sha256=\'0f65dfe4cfc48e6304b3aaafbcf9cd08465d54ef8dd47ef334930c2a295205e3\' ct_options=\'{\"ct_id\":76,\"ct_parent\":75,\"selector\":\"span-76-127\"}\'][oxygen ct_sign_sha256=\'3bff4fb86a10067581157bc4d7550042f9433950a86d0d82dd1bc7864c25366c\' data=\'author\' ][/ct_span] on&nbsp;[ct_span ct_sign_sha256=\'17139ee4ae10d5b5c53512a6ee134727fcc92d6e909975999d7d717e950299e2\' ct_options=\'{\"ct_id\":77,\"ct_parent\":75,\"selector\":\"span-77-127\"}\'][oxygen ct_sign_sha256=\'a033413a0013e067f6001d6d477cefa3ccbdd3555c1fded3ea6a1b08e4abb21c\' data=\'date\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'3890933e621ccbe855e4a93c12bfe6e8f79636a0cb0cdb09df65d1890f534567\' ct_options=\'{\"ct_id\":78,\"ct_parent\":72,\"selector\":\"text_block-78-127\",\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"text-overlay-light-alt\",\"3\":\"c-margin-bottom-s\"}}\'][ct_span ct_sign_sha256=\'53db580f456b5cd5a814574f63488386871711cc617a24100c639474368ec8a8\' ct_options=\'{\"ct_id\":79,\"ct_parent\":78,\"selector\":\"span-79-127\"}\'][oxygen ct_sign_sha256=\'15f8f3cb77ef853829fdcb6ec4f4acf5b5d7fd139a1b9c5bf29aceda109c5805\' data=\'excerpt\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'78e64bc75d2eaf534fd3aee6acc22b6feddef3b6b5aa6ac6293b8c06e69a9c8c\' ct_options=\'{\"ct_id\":80,\"ct_parent\":72,\"selector\":\"text_block-80-127\",\"classes\":{\"0\":\"c-link-m\",\"1\":\"c-link-accent\"},\"nicename\":\"Read more\"}\']Read more[/ct_text_block][/ct_div_block_5][/ct_link_4][/ct_div_block_3][/oxy_dynamic_list_2][/ct_section]'),(2428,127,'ct_builder_shortcodes_revisions_dates','1623159001'),(2429,76,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'137ef8158b3f3b3b00761b591a7c071e419f061059222620d99412d4c9d290fd\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"section-1-76\",\"nicename\":\"3 to 2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'00e01a36172429f03e8737208278b50e0a7d0f5728ed6c065164d9380bb1b99e\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"div_block-2-76\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'70d87c5bb34b92898a4a0f07a7adbbb50d5f0f8bc11fd344baefa4118da041fe\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-76\"}\'][ct_image ct_sign_sha256=\'0a78a033c934ac3e2fec6850c2098d6e1f4cbc734c072bc1b10848bd38e4c538\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"image-5-76\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'199daf2d416f4ea1b900bdfa3ea016d44cfdd2cd90f09d5a79300a6e0838a4f7\' data=\'featured_image\' ]\",\"srcdynamic\":true,\"alt\":\"W294eWdlbiBjdF9zaWduX3NoYTI1Nj0nYzNhMjFlNmNjOTQxYjUyMzlhNjg2NmExYTQzYjcwYjA3MTExNmExMzlkMDYyYjYwMGI2NmJiMzQ4NzlkMWJkNycgZGF0YT0nZmVhdHVyZWRfaW1hZ2VfYWx0JyBd\",\"globalconditions\":{\"0\":{\"name\":\"Post Has Featured Image\",\"operator\":0,\"value\":\"MQ==\",\"searchValue\":\"MQ==\"}}},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'8253087efa4f4a19186c9129cb3aef7ac2f55a0909caa8f4cecbb9297618ee69\' ct_options=\'{\"ct_id\":6,\"ct_parent\":3,\"selector\":\"headline-6-76\",\"original\":{\"tag\":\"h1\"}}\'][ct_span ct_sign_sha256=\'6122ac191dc66877bc13af487bc4dedbbf258f01fc4244b7808a8d8080a2d740\' ct_options=\'{\"ct_id\":94,\"ct_parent\":6,\"selector\":\"span-94-76\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span]<br>[/ct_headline][oxy_dynamic_list_4 ct_sign_sha256=\'ed6e01153401f23cd2a3c1c552c538d1d80c7ae769cad976f4824d3caae84658\' ct_options=\'{\"ct_id\":9,\"ct_parent\":3,\"selector\":\"_dynamic_list-9-76\",\"original\":{\"use_acf_repeater\":\"true\",\"acf_repeater\":\"field_60af2c3adac03\"},\"activeselector\":false}\'][ct_div_block_5 ct_sign_sha256=\'d8d88dd8a368609aac38a7ac00bb266bc557cdbcd0a4b1dc543f79b75bd0be09\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"div_block-10-76\"}\'][ct_headline ct_sign_sha256=\'1a81c625d0d9022fef863c6c821fe67dcec65fbe1249437ce42884fe0e9be6a3\' ct_options=\'{\"ct_id\":13,\"ct_parent\":10,\"selector\":\"headline-13-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'6b97e5b15d938e144430538f4c44213966b21c8e3a6a454c44f0b1efbd5f8540\' ct_options=\'{\"ct_id\":102,\"ct_parent\":13,\"selector\":\"span-102-76\"}\'][oxygen ct_sign_sha256=\'a71beacffe36041017ce299fb8e6e4e56d72aa94b6a11785c913e152187cf07a\' data=\'acfreparray\' field=\'day_heading\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'bca3fde4e289ed85c2e3edf72db0e7d5924247afda34ad4a545d28dfb637dbfd\' ct_options=\'{\"ct_id\":70,\"ct_parent\":10,\"selector\":\"text_block-70-76\"}\'][ct_span ct_sign_sha256=\'ad362514d6a0647515fbc3b38531cec481807e0e37dcddf554f7ba33f5d76ac0\' ct_options=\'{\"ct_id\":106,\"ct_parent\":70,\"selector\":\"span-106-76\"}\'][oxygen ct_sign_sha256=\'388dfe89c4d6d2a3ba1c7dc6f9b93548b9f8722c40ae54bbee1716975fe5bc63\' data=\'acfreparray\' field=\'day_details\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_text_block][/ct_div_block_5][/oxy_dynamic_list_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'065a2d4dec7e7dd3766aa56b7de655fa13c471160ccfc8a748412620734f780c\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"div_block-4-76\",\"classes\":{\"0\":\"sticky\"},\"activeselector\":\"sticky\"}\'][ct_div_block_4 ct_sign_sha256=\'f4c1ebe861a482c637f98eec03987467a5c85778ff20e64fd3d8607e9754e568\' ct_options=\'{\"ct_id\":159,\"ct_parent\":4,\"selector\":\"div_block-159-76\",\"classes\":{\"0\":\"form-wrapper\"},\"activeselector\":\"form-wrapper\"}\'][ct_headline ct_sign_sha256=\'a744428330049fd1554cc3c97fa0f00784b3f8687291d2044f4716368a3bada7\' ct_options=\'{\"ct_id\":161,\"ct_parent\":159,\"selector\":\"headline-161-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Talk to Us About This Tour[/ct_headline][ct_text_block ct_sign_sha256=\'088a81284d555028088a3eb28fca13d9abe3649132286abb10977f431bc31c8d\' ct_options=\'{\"ct_id\":164,\"ct_parent\":159,\"selector\":\"text_block-164-76\"}\']Speak to a East Africa safari specialist to start planning your trip.[/ct_text_block][ct_shortcode ct_sign_sha256=\'377a6fcc167a3e4f13d86dee7674803af1a5e5b35b0833e97ca907fc8142237c\' ct_options=\'{\"ct_id\":133,\"ct_parent\":159,\"selector\":\"shortcode-133-76\",\"original\":{\"full_shortcode\":true},\"ct_shortcode\":\"true\",\"classes\":{\"0\":\"advanced-form\"},\"activeselector\":\"advanced-form\"}\'][advanced_form form=\"form_60b9d00f52460\"][/ct_shortcode][/ct_div_block_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'4d3f23e882080d88f10dcd93a88438554bd70dcd9720502fe0c6786d4f757a4a\' ct_options=\'{\"ct_id\":175,\"ct_parent\":0,\"selector\":\"section-175-76\",\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'84bd9357027801f3ff091a53abfa4a8898725ccf9408b34d2c5934fcd0b61de6\' ct_options=\'{\"ct_id\":176,\"ct_parent\":175,\"selector\":\"div_block-176-76\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'2f52f79df898f06935fa8aaf944d64abcdd73ed76ebfb16baac9d13214dacece\' ct_options=\'{\"ct_id\":177,\"ct_parent\":176,\"selector\":\"div_block-177-76\"}\'][ct_headline ct_sign_sha256=\'14c96a7b006b617948e3e4751365968031933ce55ae2c899e7057d3abcd354a0\' ct_options=\'{\"ct_id\":179,\"ct_parent\":177,\"selector\":\"headline-179-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Inclusions[/ct_headline][ct_code_block ct_sign_sha256=\'08fda626a5c1d88de2e36ae41c9a8c329cfd597547c10c1eb9204eac8e19e403\' ct_options=\'{\"ct_id\":181,\"ct_parent\":177,\"selector\":\"code_block-181-76\",\"original\":{\"code-php\":\"PD9waHAKJGluY2x1ZGVkID0gZ2V0X2ZpZWxkKCdpbmNsdXNpb25zJyk7CmlmKCAkaW5jbHVkZWQgKTogPz4KPHVsPgogICAgPD9waHAgZm9yZWFjaCggJGluY2x1ZGVkIGFzICRpbmMgKTogPz4KICAgICAgICA8bGk+PD9waHAgZWNobyAkaW5jOyA/PjwvbGk+CiAgICA8P3BocCBlbmRmb3JlYWNoOyA/Pgo8L3VsPgo8P3BocCBlbmRpZjsgPz4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'dfac5be201cf66a5dbd9b00ffe8c7a96e62bf7b4202908b092a013f02d87d858\' ct_options=\'{\"ct_id\":178,\"ct_parent\":176,\"selector\":\"div_block-178-76\",\"activeselector\":\"sticky\"}\'][ct_headline ct_sign_sha256=\'30889d066e052916c7ff4cb547cea3988181fb9b44983e99ea3611ac42c15418\' ct_options=\'{\"ct_id\":182,\"ct_parent\":178,\"selector\":\"headline-182-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Excluded[/ct_headline][ct_code_block ct_sign_sha256=\'a7c284dd67fa7441795ad1abff4cbfbd4f44fab597a384b5124362037379a4f2\' ct_options=\'{\"ct_id\":184,\"ct_parent\":178,\"selector\":\"code_block-184-76\",\"original\":{\"code-php\":\"PD9waHAKJGV4Y2x1ZGVkID0gZ2V0X2ZpZWxkKCdleGNsdXNpb25zJyk7CmlmKCAkZXhjbHVkZWQgKTogPz4KPHVsPgogICAgPD9waHAgZm9yZWFjaCggJGV4Y2x1ZGVkIGFzICRleGMgKTogPz4KICAgICAgICA8bGk+PD9waHAgZWNobyAkZXhjOyA/PjwvbGk+CiAgICA8P3BocCBlbmRmb3JlYWNoOyA/Pgo8L3VsPgo8P3BocCBlbmRpZjsgPz4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2430,76,'ct_builder_shortcodes_revisions_dates','1623159198'),(2431,45,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'2f3073de26ec43622929ed683687eded889f874ba48c17cf4f76c8aa8d1b150b\' ct_options=\'{\"ct_id\":72,\"ct_parent\":0,\"selector\":\"_header-72-45\",\"original\":{\"sticky-media\":\"tablet\",\"sticky_scroll_distance\":\"300\",\"globalConditionsResult\":true,\"sticky_header\":\"yes\",\"sticky_header_fade_in\":\"yes\",\"sticky_header_fade_in_speed\":\"0.6\",\"sticky-box-shadow\":\"0px 5px 20px -15px rgba(0,0,0,0.1);\"},\"classes\":{\"0\":\"c-shadow\",\"1\":\"c-header\"},\"nicename\":\"Header\",\"activeselector\":\"c-header\"}\'][oxy_header_row ct_sign_sha256=\'568dbd38456eae52a9ee2885a3a18a0b49019aac8f4b9f5c83220f068ce86e75\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"_header_row-73-45\",\"original\":{\"globalConditionsResult\":true,\"padding-top\":\"10\",\"padding-bottom\":\"10\",\"hide_in_sticky\":\"yes\",\"background-color\":\"color(3)\",\"hide-row\":\"tablet\"},\"classes\":{},\"nicename\":\"Subheader\"}\'][oxy_header_left ct_sign_sha256=\'57554cb60000c82eec36865e904aff3f304473fa7f9bbaaf208fe71a32b3f84b\' ct_options=\'{\"ct_id\":74,\"ct_parent\":73,\"selector\":\"_header_left-74-45\"}\'][ct_div_block_2 ct_sign_sha256=\'19c185d88b7419bf37015b8fa8bebd8245ffa76ea2266a471ed4cf25944ca1e6\' ct_options=\'{\"ct_id\":75,\"ct_parent\":74,\"selector\":\"div_block-75-45\",\"original\":{\"globalConditionsResult\":true,\"display\":\"flex\"},\"activeselector\":\"c-header-contact\",\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}}},\"nicename\":\"Contacts\",\"classes\":{\"0\":\"c-header-contact\"}}\'][ct_link_3 ct_sign_sha256=\'bcf166df4839700acabf95f251126dda99109057aec489f528ac2cda56bf1b23\' ct_options=\'{\"ct_id\":76,\"ct_parent\":75,\"selector\":\"link-76-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"mailto:\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-link-m\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"7\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d3d4d6165cbace3769cf7339b59cb47ef51c45338ed098108b88ee176edf795d\' ct_options=\'{\"ct_id\":77,\"ct_parent\":76,\"selector\":\"fancy_icon-77-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-envelope\"},\"classes\":{\"0\":\"c-icon-accent-m\",\"1\":\"c-margin-right-xs\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'bf465cab7c6823b6e79c147077336e54e118dc8bbf1024149827b0dbdccff015\' ct_options=\'{\"ct_id\":78,\"ct_parent\":76,\"selector\":\"text_block-78-45\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false}\']info@gorillaafricasafaris.com[/ct_text_block][/ct_link_3][ct_link_3 ct_sign_sha256=\'7baeba17cba2213cd449209ff3a6eca299b0e98a1964b281cd6c37891d4986fc\' ct_options=\'{\"ct_id\":79,\"ct_parent\":75,\"selector\":\"link-79-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"tel:\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-link-m\"}}\'][ct_fancy_icon ct_sign_sha256=\'484a6671c88991dd2f674fb71324b4d2a9407d343465febd70a3c06ce54eced6\' ct_options=\'{\"ct_id\":80,\"ct_parent\":79,\"selector\":\"fancy_icon-80-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-phone\"},\"classes\":{\"0\":\"c-icon-accent-m\",\"1\":\"c-margin-right-xs\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'98600a1600555c0cb10169842bf51934cbfe2fe4b287443e11eae5a61aa413a6\' ct_options=\'{\"ct_id\":81,\"ct_parent\":79,\"selector\":\"text_block-81-45\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false}\']+256 781516422[/ct_text_block][/ct_link_3][/ct_div_block_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'232fc2a82f2ff94a0473506aff39e4ba65f22d1ff370b7136a7085c3d2db2737\' ct_options=\'{\"ct_id\":82,\"ct_parent\":73,\"selector\":\"_header_center-82-45\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'047b719ff577c29e3abadd5f64567390b07ad725f64543ec52b5a24ad58c4278\' ct_options=\'{\"ct_id\":83,\"ct_parent\":73,\"selector\":\"_header_right-83-45\"}\'][ct_div_block_2 ct_sign_sha256=\'d9aae367279fcdfe23d1ff7dc96343a27b8feea5532d43f96d88fe53a53c29b1\' ct_options=\'{\"ct_id\":84,\"ct_parent\":83,\"selector\":\"div_block-84-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-inline\"},\"nicename\":\"Social Icons\"}\'][ct_link_3 ct_sign_sha256=\'62c1011db63d25e32a6f2608241f01e3fe679bc7341a6b3f71a72770f840c805\' ct_options=\'{\"ct_id\":85,\"ct_parent\":84,\"selector\":\"link-85-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'9792c1e08d8992b11a2a387c6e902ea7431ac45eefd9efa5146dc88ed6d6a86d\' ct_options=\'{\"ct_id\":86,\"ct_parent\":85,\"selector\":\"fancy_icon-86-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-facebook\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'b815191707a6797a67e6e3ef2c35d70ac87edcf4517aa2bbafdad3c428d3d0de\' ct_options=\'{\"ct_id\":87,\"ct_parent\":84,\"selector\":\"link-87-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'ea663881ac5a164ddafcf0217f6bc916651722a67f5cf5009defdb307a7e681c\' ct_options=\'{\"ct_id\":88,\"ct_parent\":87,\"selector\":\"fancy_icon-88-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-twitter\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'4490e6c0f86a68b748b318bed5035d1d4bbe81f3a424ba6e60c337f29349f66f\' ct_options=\'{\"ct_id\":89,\"ct_parent\":84,\"selector\":\"link-89-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'1088c105500411b13195bba8294b2dee9d3878a8f7e14a234ccd746979d8824e\' ct_options=\'{\"ct_id\":90,\"ct_parent\":89,\"selector\":\"fancy_icon-90-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-linkedin\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'f2e1089fbc00b88add45da1c3c7eec8cbcf93de1e3e8aaac2ddba271a96b2fe5\' ct_options=\'{\"ct_id\":91,\"ct_parent\":84,\"selector\":\"link-91-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'f3055a5c992f9ceb4041536312dcee296c3d30e4b6f712f1ada33f679cbf91b2\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"fancy_icon-92-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-youtube-play\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][/ct_div_block_2][/oxy_header_right][/oxy_header_row][oxy_header_row ct_sign_sha256=\'d435b8f341f09a0d4a3577a37d4f93bd2fca73b53551efe018c3fad07ee5be41\' ct_options=\'{\"ct_id\":93,\"ct_parent\":72,\"selector\":\"_header_row-93-45\",\"original\":{\"globalConditionsResult\":true,\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"background-color\":\"color(5)\"},\"nicename\":\"Main Header\",\"activeselector\":false,\"classes\":{}}\'][oxy_header_left ct_sign_sha256=\'5066a6d28976f835974c4796f02c043df67fc1003cadea70d2530329da031c93\' ct_options=\'{\"ct_id\":94,\"ct_parent\":93,\"selector\":\"_header_left-94-45\"}\'][ct_link_2 ct_sign_sha256=\'d3836b0280a04905621692915c645c2e755f8cc99f38ae41a426a465aca0e17e\' ct_options=\'{\"ct_id\":95,\"ct_parent\":94,\"selector\":\"link-95-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com\",\"url_encoded\":\"true\"},\"nicename\":\"Logo\"}\'][ct_image ct_sign_sha256=\'bf3250a97eaf2b1e00214d8b88ff8166a141a6013afec2be8be602f98397e492\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"image-96-45\",\"original\":{\"globalConditionsResult\":true,\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/05/gorilla-african-tours-travel-logo.png\"},\"classes\":{},\"activeselector\":false}\'][/ct_image][/ct_link_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'389a8625408fad11c0e7c14131131b2f983d4d3cbaafa4dde14e1fc7ed58c5e2\' ct_options=\'{\"ct_id\":97,\"ct_parent\":93,\"selector\":\"_header_center-97-45\"}\'][oxy-pro-menu ct_sign_sha256=\'19c1457f8156c33372a6748183c6263a80e47faed80d745939bcd7920664be0e\' ct_options=\'{\"ct_id\":98,\"ct_parent\":97,\"selector\":\"-pro-menu-98-45\",\"original\":{\"globalConditionsResult\":true,\"menu_id\":\"2\",\"oxy-pro-menu_show_mobile_menu_below\":\"tablet\",\"oxy-pro-menu_orientation\":\"Horizontal\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\":\"14\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\":\"500\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\":\"color(10)\",\"oxy-pro-menu_menu_item_padding_padding-left\":\"20\",\"oxy-pro-menu_menu_item_padding_padding-right\":\"20\",\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\":\"color(1)\",\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\":\"0.6\",\"oxy-pro-menu_mobile_menu_open_icon\":\"Lineariconsicon-menu\",\"oxy-pro-menu_mobile_menu_open_icon_text\":\"\",\"oxy-pro-menu_mobile_menu_close_icon\":\"Lineariconsicon-cross\",\"oxy-pro-menu_mobile_menu_close_icon_text\":\"\",\"oxy-pro-menu_off_canvas\":\"false\",\"oxy-pro-menu_off_canvas_alignment\":\"left\",\"menu_off_canvas_animation\":\"fade-right\",\"oxy-pro-menu_dropdown-border-radius\":\"7\",\"menu_dropdown_animation\":\"fade\",\"oxy-pro-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\":\"0\",\"oxy-pro-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\":\"3\",\"oxy-pro-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\":\"10\",\"oxy-pro-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\":\"rgba(0,0,0,0.1)\",\"oxy-pro-menu_dropdown_child_item_padding_padding-top\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-left\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-right\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\":\"20\",\"oxy-pro-menu_dropdown_icon\":\"FontAwesomeicon-angle-down\",\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\":\"10\",\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\":\"5\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\":\"color(5)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\":\"color(3)\",\"oxy-pro-menu_show_dropdown_links_on_mobile\":\"toggle\",\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\":\"0.4\",\"oxy-pro-menu_menu_item_padding_padding-bottom\":\"5\",\"oxy-pro-menu_menu_item_padding_padding-top\":\"5\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\":\"color(10)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\":\"color(1)\",\"oxy-pro-menu_desktop_item_text_align\":\"Left\"},\"hover\":{\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\":\"color(1)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\":\"color(3)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\":\"color(1)\"},\"media\":{\"tablet\":{\"original\":{\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\":\"30\",\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\":\"0.7\",\"order\":\"-1\",\"flex-shrink\":\"1\",\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\":\"0\",\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\":\"15\",\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\":\"4\",\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\":\"30\",\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\":\"4\",\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\":\"0.6\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width\":\"75\",\"oxy-pro-menu_mobile_item_text_align\":\"Center\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width-unit\":\"%\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width-unit\":\"%\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":{\"0\":\"global\",\"1\":\"Display\"},\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"30\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"600\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"1.8\",\"oxy-pro-menu_mobile_menu_item_padding_padding-top\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-left\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-right\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\":\"10\",\"oxy-pro-menu_dropdown_icon_size\":\"35\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\":\"2\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\":\"rgba(0,0,0,0)\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_color\":\"color(2)\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width\":\"80\"}}},\"nicename\":\"Menu\"}\'][/oxy-pro-menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'27c517062b8915706b4cf6488b781ad3f22483fcd8a5b83d7fc7c3a5523ff3ed\' ct_options=\'{\"ct_id\":99,\"ct_parent\":93,\"selector\":\"_header_right-99-45\"}\'][ct_link_text ct_sign_sha256=\'3fe3320b1d73206b0761db5140bd019bec684b6a3c5c7743179b70f6356a6a9f\' ct_options=\'{\"ct_id\":100,\"ct_parent\":99,\"selector\":\"link_text-100-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-btn-main\",\"1\":\"c-transition\",\"2\":\"c-btn-m\"},\"activeselector\":false,\"nicename\":\"CTA\"}\']Purchase[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content ct_sign_sha256=\'2e04f16a4375128fc9ea35f971fb75f98bb78e7075b51d206be581388a6ce002\' ct_options=\'{\"ct_id\":27,\"ct_parent\":\"0\",\"selector\":\"inner_content-27-45\"}\'][/ct_inner_content][ct_section ct_sign_sha256=\'735b8550e6f704e9d4ae0ab0a26206e35f04092e15d866b48e7c2d5e7646bcbe\' ct_options=\'{\"ct_id\":28,\"ct_parent\":0,\"selector\":\"section-28-45\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"footer\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"classes\":{\"0\":\"c-bg-dark\"}}\'][ct_image ct_sign_sha256=\'eac36b4f79b8c18fa68cca5f1dfea7efd4311203ecd25595cfef78122b678a8e\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"image-29-45\",\"original\":{\"globalConditionsResult\":true,\"src\":\"https://core.oxyninja.com/wp-content/uploads/2020/04/Core-Logo-White@0.5x.png\",\"opacity\":\"0.4\"},\"classes\":{\"0\":\"c-logo\",\"1\":\"c-margin-bottom-m\"},\"activeselector\":\"c-header\",\"nicename\":\"Logo\"}\'][/ct_image][ct_div_block_2 ct_sign_sha256=\'61538a97c4c97d6e1e3293dfe61b560d6ad3f80a34914cc6c7a63736250cbf57\' ct_options=\'{\"ct_id\":30,\"ct_parent\":28,\"selector\":\"div_block-30-45\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Columns\",\"classes\":{\"0\":\"c-columns-l-2\",\"1\":\"c-columns-gap-l\",\"2\":\"c-margin-bottom-m\",\"3\":\"c-columns-6\"}}\'][ct_div_block_3 ct_sign_sha256=\'e67dcf074ce270a617f0a732a2ef13fb9603f0104b98423dab7d1eb557713d02\' ct_options=\'{\"ct_id\":31,\"ct_parent\":30,\"selector\":\"div_block-31-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-col-span-2\"},\"nicename\":\"Wide column\"}\'][ct_headline ct_sign_sha256=\'432711d578dd0559016483857e890ad382e83c618857881d99c59327e312aeda\' ct_options=\'{\"ct_id\":32,\"ct_parent\":31,\"selector\":\"headline-32-45\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h4\",\"max-width\":\"350\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-light\"}}\']Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC.[/ct_headline][ct_div_block_4 ct_sign_sha256=\'9eef00dd8185e97770b7672604e786220c5a12f780abaca4ae6238ac591c5c92\' ct_options=\'{\"ct_id\":33,\"ct_parent\":31,\"selector\":\"div_block-33-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-inline\"}}\'][ct_link_5 ct_sign_sha256=\'3d99fc4e7d9e8aef72f1de4c3d8957fafdf33e6146acdf962479265946ba588b\' ct_options=\'{\"ct_id\":34,\"ct_parent\":33,\"selector\":\"link-34-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'470f4f276d64b6151172edc3d10ab7cf406690631c313ae65812c732bf4e2706\' ct_options=\'{\"ct_id\":35,\"ct_parent\":34,\"selector\":\"fancy_icon-35-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-facebook-square\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'efff8bd122a42432c0acf8e71a53a173640835e46d817702cae0707f3245baae\' ct_options=\'{\"ct_id\":36,\"ct_parent\":33,\"selector\":\"link-36-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'0c6e93ece9d3ac36a71c6a6bbe3337e289a6fdc5f778132db287c5b2f69ccf40\' ct_options=\'{\"ct_id\":37,\"ct_parent\":36,\"selector\":\"fancy_icon-37-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-instagram\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'29a3fb6d59f75eb948d9b44feb49e83977d685db31608a962be56e6dbe884a90\' ct_options=\'{\"ct_id\":38,\"ct_parent\":33,\"selector\":\"link-38-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'71663c25635fdda328da25051c82c97ccdc4f2aa18b823bf2cbd2369e5c4528f\' ct_options=\'{\"ct_id\":39,\"ct_parent\":38,\"selector\":\"fancy_icon-39-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-twitter-square\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'22c305fb137189935f79d64da0144c43e47dce1680c410fc49139db24c5d8cdf\' ct_options=\'{\"ct_id\":40,\"ct_parent\":33,\"selector\":\"link-40-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'23bf8584f9b01f3209b592af25ab84e9deebaa6d2386b5d1aae5b1b9bc021b63\' ct_options=\'{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"fancy_icon-41-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-youtube-play\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'5eb781d102b5e82a20f24788a617fb82de47423a260b62386937adc7504b107d\' ct_options=\'{\"ct_id\":42,\"ct_parent\":33,\"selector\":\"link-42-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'24675d55a17d90ff4ad138d346279984a1748c9dd7f37dcd57d49561a429490a\' ct_options=\'{\"ct_id\":43,\"ct_parent\":42,\"selector\":\"fancy_icon-43-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-linkedin-square\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b9e226afa462963ad6da42d692dbd976025ba93247eaa0561fd7475fad24a27a\' ct_options=\'{\"ct_id\":44,\"ct_parent\":30,\"selector\":\"div_block-44-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'05ae3163a18c83319120a96bcc914b8954eac8a60fa1dbc7fc576152a9e9ab11\' ct_options=\'{\"ct_id\":45,\"ct_parent\":44,\"selector\":\"text_block-45-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Use Cases[/ct_text_block][ct_link_text ct_sign_sha256=\'dfa783c9e23f3cf0e0b5d39d4e4f89d95ee15eb17413affe1c5aac99ff29fa9a\' ct_options=\'{\"ct_id\":46,\"ct_parent\":44,\"selector\":\"link_text-46-45\",\"original\":{\"globalConditionsResult\":true,\"hover_color\":\"color(1)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Marketing[/ct_link_text][ct_link_text ct_sign_sha256=\'790c072c357c98f32e32a60ee7ce57e080549336aab051e876ae85505f86c09c\' ct_options=\'{\"ct_id\":47,\"ct_parent\":44,\"selector\":\"link_text-47-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Facebook Ads[/ct_link_text][ct_link_text ct_sign_sha256=\'3f839576f3ab39f37b75821b8ce544b235e201da029f54314d0f0b02c5e2bfbc\' ct_options=\'{\"ct_id\":48,\"ct_parent\":44,\"selector\":\"link_text-48-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Google Shopping[/ct_link_text][ct_link_text ct_sign_sha256=\'0fcea87f4bb54b0e83718d2ea60b6fe05065d9b81787258ac3e711081b6fe9d6\' ct_options=\'{\"ct_id\":49,\"ct_parent\":44,\"selector\":\"link_text-49-45\",\"original\":{\"globalConditionsResult\":true,\"hover_color\":\"color(1)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']SEM[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a620a0140b9da1713ad449914f3ada890821b26c494900199bb10fec013de8bc\' ct_options=\'{\"ct_id\":50,\"ct_parent\":30,\"selector\":\"div_block-50-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'a1372a0ae9f5df51287bf53f195c9e6d2e984ef67f8eedb6981ce46c18a9f6a4\' ct_options=\'{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"text_block-51-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Company[/ct_text_block][ct_link_text ct_sign_sha256=\'1958af94dc1f98bc5960c3d23ff8f3e2ab6ef6fde18d2b3e4cf4d6bd9d09a7f0\' ct_options=\'{\"ct_id\":52,\"ct_parent\":50,\"selector\":\"link_text-52-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']About Us[/ct_link_text][ct_link_text ct_sign_sha256=\'942101120ad2a1ecec6681f685d9e61b9c3e39d4672826f0f9afee0a5a214491\' ct_options=\'{\"ct_id\":53,\"ct_parent\":50,\"selector\":\"link_text-53-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Jobs[/ct_link_text][ct_link_text ct_sign_sha256=\'ac242e61293e840800fcfb498001d8582a1f70076f18ae9f9818f262a2fc0417\' ct_options=\'{\"ct_id\":54,\"ct_parent\":50,\"selector\":\"link_text-54-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Press[/ct_link_text][ct_link_text ct_sign_sha256=\'f7837b448012ee3f0c90f88a3d2e8dd8fca708157c2fa3d92391db017c52eee1\' ct_options=\'{\"ct_id\":55,\"ct_parent\":50,\"selector\":\"link_text-55-45\",\"original\":{\"globalConditionsResult\":true,\"hover_color\":\"color(1)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Resources[/ct_link_text][ct_link_text ct_sign_sha256=\'07c0bb63930648a2d75147353cbf864474e9ce65542590ab8aa6fad6bfab03c7\' ct_options=\'{\"ct_id\":56,\"ct_parent\":50,\"selector\":\"link_text-56-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"},\"activeselector\":\"c-header\"}\']Policies[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3193cc8bd7a7d6c1d0146898e4501ea67143b90730401abf551da522654504de\' ct_options=\'{\"ct_id\":57,\"ct_parent\":30,\"selector\":\"div_block-57-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'82571e8b6d17a2ed8f98fc75bd8ff7cae38189fc2de5ae628de670f188006407\' ct_options=\'{\"ct_id\":58,\"ct_parent\":57,\"selector\":\"text_block-58-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Company[/ct_text_block][ct_link_text ct_sign_sha256=\'31f92ceeb47c1ee43fc565df8dfbfd1b0fdad40f12b11a798654509f2bd5aa4d\' ct_options=\'{\"ct_id\":59,\"ct_parent\":57,\"selector\":\"link_text-59-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']About Us[/ct_link_text][ct_link_text ct_sign_sha256=\'6cf30e53b657a2341a345a2fdeaaad7778234a06307f4a528664cbb28869b6ba\' ct_options=\'{\"ct_id\":60,\"ct_parent\":57,\"selector\":\"link_text-60-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Jobs[/ct_link_text][ct_link_text ct_sign_sha256=\'2e93efa7ca6d9f0f6d0429d6f48f21ed37b771f3a821def89a3c3921b1562d0f\' ct_options=\'{\"ct_id\":61,\"ct_parent\":57,\"selector\":\"link_text-61-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Press[/ct_link_text][ct_link_text ct_sign_sha256=\'16a8d6be7e527bef71924792db3fe1f8fa55f0739bce7cb68ea2c3d934e16349\' ct_options=\'{\"ct_id\":62,\"ct_parent\":57,\"selector\":\"link_text-62-45\",\"original\":{\"globalConditionsResult\":true,\"hover_color\":\"color(1)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Resources[/ct_link_text][ct_link_text ct_sign_sha256=\'20cc2573f2719ed86d43d6a6cf4e5f2291c0a20c61257ac9974e3cc6a26bc60f\' ct_options=\'{\"ct_id\":63,\"ct_parent\":57,\"selector\":\"link_text-63-45\",\"original\":{\"globalConditionsResult\":true,\"hover_color\":\"color(undefined)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Policies[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f6897040b3f7ae04167ebc95a2f295b43946243fca758de20293d706f13c5a79\' ct_options=\'{\"ct_id\":64,\"ct_parent\":30,\"selector\":\"div_block-64-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'7fc33e008495049f47c37dca6ae1a72f67c1c932c88bccd23e51168efdd997d9\' ct_options=\'{\"ct_id\":65,\"ct_parent\":64,\"selector\":\"text_block-65-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Company[/ct_text_block][ct_link_text ct_sign_sha256=\'c073f01afce573dcb16e5d9c169f79d46c5a065e7f2a4ea3070765386d25e0e3\' ct_options=\'{\"ct_id\":66,\"ct_parent\":64,\"selector\":\"link_text-66-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']About Us[/ct_link_text][ct_link_text ct_sign_sha256=\'51facd6cc5a0a598486fe4bf55f0038f68efd4209b8633b311dd35f02c228aca\' ct_options=\'{\"ct_id\":67,\"ct_parent\":64,\"selector\":\"link_text-67-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Jobs[/ct_link_text][ct_link_text ct_sign_sha256=\'44e7e47459f5e92e967dcdadac931d4cb9f691bb58a11120d9b79e0902331622\' ct_options=\'{\"ct_id\":68,\"ct_parent\":64,\"selector\":\"link_text-68-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Press[/ct_link_text][ct_link_text ct_sign_sha256=\'19634dff089c7c11b636cf60f81bd849b905ee024a83fdfce78c276af09a47c1\' ct_options=\'{\"ct_id\":69,\"ct_parent\":64,\"selector\":\"link_text-69-45\",\"original\":{\"globalConditionsResult\":true,\"hover_color\":\"color(1)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Resources[/ct_link_text][ct_link_text ct_sign_sha256=\'58e0458876b49cb67c1c4820916fdb0d5f7c60e1a9cf79d1ff957a0815cc7174\' ct_options=\'{\"ct_id\":70,\"ct_parent\":64,\"selector\":\"link_text-70-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\",\"2\":\"footer-link-m\"}}\']Policies[/ct_link_text][/ct_div_block_3][/ct_div_block_2][ct_text_block ct_sign_sha256=\'6c6d46d39c8594bc1f0c229b465b66eeaa51d934c695427fdf0473bccfd3d7ed\' ct_options=\'{\"ct_id\":71,\"ct_parent\":28,\"selector\":\"text_block-71-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-s\",\"1\":\"c-text-light\"},\"nicename\":\"Copyright\"}\']Copyright © 2020 Gorilla African Tours &amp; Travel[/ct_text_block][/ct_section]'),(2432,45,'ct_builder_shortcodes_revisions_dates','1623160910'),(2435,141,'form_key','form_60bf7b1f58d95'),(2436,141,'_edit_last','1'),(2437,141,'form_description',''),(2438,141,'_form_description','field_form_description'),(2439,141,'form_success_message',''),(2440,141,'_form_success_message','field_form_success_message'),(2441,141,'form_num_of_submissions','0'),(2442,141,'_form_num_of_submissions','field_form_num_of_submissions'),(2443,141,'form_num_of_views','22'),(2444,141,'_form_num_of_views','field_form_num_of_views'),(2445,141,'form_restrict_entries','0'),(2446,141,'_form_restrict_entries','field_form_restrict_entries'),(2447,141,'form_require_login','0'),(2448,141,'_form_require_login','field_form_require_login'),(2449,141,'form_schedule_form','0'),(2450,141,'_form_schedule_form','field_form_schedule_form'),(2451,141,'form_create_entries','0'),(2452,141,'_form_create_entries','field_form_create_entries'),(2453,141,'form_emails',''),(2454,141,'_form_emails','field_form_emails'),(2455,141,'_edit_lock','1623405902:1'),(2456,142,'_edit_lock','1625730588:1'),(2457,142,'_edit_last','1'),(2458,142,'ct_other_template','0'),(2459,142,'ct_template_archive_post_types_all',''),(2460,142,'ct_template_categories','a:0:{}'),(2461,142,'ct_template_categories_all',''),(2462,142,'ct_template_tags','a:0:{}'),(2463,142,'ct_template_tags_all',''),(2464,142,'ct_template_custom_taxonomies','a:0:{}'),(2465,142,'ct_template_custom_taxonomies_all',''),(2466,142,'ct_template_authors_archives_all',''),(2467,142,'ct_template_index',''),(2468,142,'ct_template_front_page',''),(2469,142,'ct_template_blog_posts',''),(2470,142,'ct_template_date_archive',''),(2471,142,'ct_template_search_page',''),(2472,142,'ct_template_inner_content',''),(2473,142,'ct_template_404_page',''),(2474,142,'ct_template_all_archives',''),(2475,142,'ct_template_archive_among_taxonomies','a:0:{}'),(2476,142,'ct_template_apply_if_archive_among_taxonomies',''),(2477,142,'ct_template_archive_post_types','a:0:{}'),(2478,142,'ct_template_apply_if_archive_among_cpt',''),(2479,142,'ct_template_authors_archives','a:0:{}'),(2480,142,'ct_template_apply_if_archive_among_authors',''),(2481,142,'ct_template_single_all',''),(2482,142,'ct_template_post_types','a:0:{}'),(2483,142,'ct_template_exclude_ids',''),(2484,142,'ct_template_include_ids',''),(2485,142,'ct_template_taxonomies','a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),(2486,142,'ct_use_template_taxonomies',''),(2487,142,'ct_template_post_of_parents','a:0:{}'),(2488,142,'ct_template_apply_if_post_of_parents',''),(2489,142,'ct_template_order','0'),(2490,142,'ct_builder_shortcodes','[ct_reusable ct_sign_sha256=\'b1c77ce52d5b1e004fe5fb388fa4183f5548cb163461e4dd0af9eeca911d0500\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-16-142\",\"ct_id\":16,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'b0e82f01a15c572523b25d82dbf78ec2c0796b4d6c786099fd406614d16141ed\' ct_options=\'{\"ct_id\":27,\"ct_parent\":0,\"selector\":\"section-27-142\",\"nicename\":\"3 to 1 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'d6c1e390298567c43429412a9d49e447a7f147d172e1083b53a403cf0d57c146\' ct_options=\'{\"ct_id\":28,\"ct_parent\":27,\"selector\":\"div_block-28-142\",\"classes\":{\"0\":\"c-columns-m-1\",\"1\":\"c-columns-gap-l\",\"2\":\"c-columns-3-1\"},\"nicename\":\"Columns\"}\'][ct_div_block_3 ct_sign_sha256=\'03c659626c1b7a1b01f355ec9bf92cee4f6b4318c95046620f7827aee363e637\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-142\"}\'][ct_div_block_4 ct_sign_sha256=\'906d0c4b3fcd4e089273e52b7d7ae4582e3e99b8f035678e44158667d432259f\' ct_options=\'{\"ct_id\":18,\"ct_parent\":29,\"selector\":\"div_block-18-142\",\"classes\":{\"0\":\"form-wrapper\"},\"activeselector\":false,\"original\":{\"align-items\":\"flex-start\",\"text-align\":\"left\"}}\'][ct_shortcode ct_sign_sha256=\'4d744b3883041508ae6218461bdfe0e98d5963ec608f080f681bcd18d3db8833\' ct_options=\'{\"ct_id\":6,\"ct_parent\":18,\"selector\":\"shortcode-6-142\",\"original\":{\"full_shortcode\":true,\"width-unit\":\"%\",\"width\":\"100\"},\"ct_shortcode\":\"true\",\"activeselector\":\"fluent-form\",\"classes\":{\"0\":\"fluent-form\"}}\'][fluentform id=\"2\"][/ct_shortcode][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ba4089941e8cd6f12a33102027984aef6a537df0125d48d8c2795afc68a48120\' ct_options=\'{\"ct_id\":30,\"ct_parent\":28,\"selector\":\"div_block-30-142\",\"classes\":{},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'5342fd39290f9e5437895f61a7aa389e92db3791ac852bc6657f980d37f961d7\' ct_options=\'{\"ct_id\":7,\"ct_parent\":30,\"selector\":\"headline-7-142\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']Contact Us<br>[/ct_headline][ct_headline ct_sign_sha256=\'eda6be65c1c2dfd25575493c6c91d46371b0241b4cc8d3d6ce08efe6003033a8\' ct_options=\'{\"ct_id\":11,\"ct_parent\":30,\"selector\":\"headline-11-142\",\"original\":{\"tag\":\"h4\"},\"activeselector\":false}\']Address[/ct_headline][ct_text_block ct_sign_sha256=\'02ff67eca0fc9650044e52619a21ab09f8e7e652659dfd60dadf8fd0f07d9526\' ct_options=\'{\"ct_id\":9,\"ct_parent\":30,\"selector\":\"text_block-9-142\"}\']P.O. Box 7574 Kampala, Uganda<br>[/ct_text_block][ct_headline ct_sign_sha256=\'0cdd471a23125d827b153d892cd2db7d389da750aa2a10d11567cfa1fdc3b71e\' ct_options=\'{\"ct_id\":13,\"ct_parent\":30,\"selector\":\"headline-13-142\",\"original\":{\"tag\":\"h4\"},\"activeselector\":false}\']Telephone<br>[/ct_headline][ct_text_block ct_sign_sha256=\'37e539d8d7a468d02ae82d9681a0bc0ca951d27fa659427e2806bfc3fc721151\' ct_options=\'{\"ct_id\":15,\"ct_parent\":30,\"selector\":\"text_block-15-142\"}\']+256 (0) 781 516 422<br><br>+256 (0) 702 348 922[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2491,142,'oxygen_lock_post_edit_mode',NULL),(2492,142,'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:\"\";}'),(2493,142,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'fc79ddf2536823060b329632b85e87778d613a3d81f140f2547f2be90b4baada\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-142\",\"nicename\":\"3 to 2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'2aca72b90a462fb2173d13d0882e4080018c18ed3f5b64afe377588c1567e7ba\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-142\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'626cf812688d09b77fee96de49721696e992d221b121a220c2f77ed5f46ceafe\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"div_block-4-142\"}\'][ct_shortcode ct_sign_sha256=\'8584bc22b0bff56405810574cf0956a28c86cf3aa46ee15b94cf668a8fdc7c2a\' ct_options=\'{\"ct_id\":6,\"ct_parent\":4,\"selector\":\"shortcode-6-142\",\"original\":{\"full_shortcode\":true},\"ct_shortcode\":\"true\",\"activeselector\":false}\'][advanced_form form=\"form_60bf7b1f58d95\"][/ct_shortcode][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'172a3856e32b2af72a091556dc65135ee36155180a772894d98410aadf71022a\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"div_block-5-142\",\"classes\":{},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'66b0460e9239d262aae561561d6462614a1f3ccee93253b6eaa5f5ff9be76afd\' ct_options=\'{\"ct_id\":7,\"ct_parent\":5,\"selector\":\"headline-7-142\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']Contact Us<br>[/ct_headline][ct_headline ct_sign_sha256=\'68c4747c748e4a64ffa5a4a11115c96cfe53d864821e80a73f8e778061bdf4db\' ct_options=\'{\"ct_id\":11,\"ct_parent\":5,\"selector\":\"headline-11-142\",\"original\":{\"tag\":\"h4\"},\"activeselector\":false}\']Address[/ct_headline][ct_text_block ct_sign_sha256=\'6b2b78f436a6a80c56a9663585088dd6fd2da7a3ef4593f5a420806eaa4289ba\' ct_options=\'{\"ct_id\":9,\"ct_parent\":5,\"selector\":\"text_block-9-142\"}\']P.O. Box 7574 Kampala, Uganda<br>[/ct_text_block][ct_headline ct_sign_sha256=\'547f1f2a93b650c440d07e8771c2f25a73ad64ea151641579419b52301321664\' ct_options=\'{\"ct_id\":13,\"ct_parent\":5,\"selector\":\"headline-13-142\",\"original\":{\"tag\":\"h4\"},\"activeselector\":false}\']Telephone<br>[/ct_headline][ct_text_block ct_sign_sha256=\'6a685e064a5a64283502b650ffa16a3357758227d4d55eace3aad27d96a45d18\' ct_options=\'{\"ct_id\":15,\"ct_parent\":5,\"selector\":\"text_block-15-142\"}\']+256 (0) 781 516 422<br><br>+256 (0) 702 348 922[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2494,142,'ct_builder_shortcodes_revisions_dates','1623162022'),(2495,45,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'413f1532903c76fab33c7113e3ed7a6a08d7d9055da86adeb1d79533648bb017\' ct_options=\'{\"ct_id\":72,\"ct_parent\":0,\"selector\":\"_header-72-45\",\"original\":{\"sticky-media\":\"tablet\",\"sticky_scroll_distance\":\"300\",\"globalConditionsResult\":true,\"sticky_header\":\"yes\",\"sticky_header_fade_in\":\"yes\",\"sticky_header_fade_in_speed\":\"0.6\",\"sticky-box-shadow\":\"0px 5px 20px -15px rgba(0,0,0,0.1);\"},\"classes\":{\"0\":\"c-shadow\",\"1\":\"c-header\"},\"nicename\":\"Header\",\"activeselector\":\"c-header\"}\'][oxy_header_row ct_sign_sha256=\'568dbd38456eae52a9ee2885a3a18a0b49019aac8f4b9f5c83220f068ce86e75\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"_header_row-73-45\",\"original\":{\"globalConditionsResult\":true,\"padding-top\":\"10\",\"padding-bottom\":\"10\",\"hide_in_sticky\":\"yes\",\"background-color\":\"color(3)\",\"hide-row\":\"tablet\"},\"classes\":{},\"nicename\":\"Subheader\"}\'][oxy_header_left ct_sign_sha256=\'57554cb60000c82eec36865e904aff3f304473fa7f9bbaaf208fe71a32b3f84b\' ct_options=\'{\"ct_id\":74,\"ct_parent\":73,\"selector\":\"_header_left-74-45\"}\'][ct_div_block_2 ct_sign_sha256=\'19c185d88b7419bf37015b8fa8bebd8245ffa76ea2266a471ed4cf25944ca1e6\' ct_options=\'{\"ct_id\":75,\"ct_parent\":74,\"selector\":\"div_block-75-45\",\"original\":{\"globalConditionsResult\":true,\"display\":\"flex\"},\"activeselector\":\"c-header-contact\",\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}}},\"nicename\":\"Contacts\",\"classes\":{\"0\":\"c-header-contact\"}}\'][ct_link_3 ct_sign_sha256=\'bcf166df4839700acabf95f251126dda99109057aec489f528ac2cda56bf1b23\' ct_options=\'{\"ct_id\":76,\"ct_parent\":75,\"selector\":\"link-76-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"mailto:\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-link-m\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"7\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d3d4d6165cbace3769cf7339b59cb47ef51c45338ed098108b88ee176edf795d\' ct_options=\'{\"ct_id\":77,\"ct_parent\":76,\"selector\":\"fancy_icon-77-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-envelope\"},\"classes\":{\"0\":\"c-icon-accent-m\",\"1\":\"c-margin-right-xs\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'bf465cab7c6823b6e79c147077336e54e118dc8bbf1024149827b0dbdccff015\' ct_options=\'{\"ct_id\":78,\"ct_parent\":76,\"selector\":\"text_block-78-45\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false}\']info@gorillaafricasafaris.com[/ct_text_block][/ct_link_3][ct_link_3 ct_sign_sha256=\'7baeba17cba2213cd449209ff3a6eca299b0e98a1964b281cd6c37891d4986fc\' ct_options=\'{\"ct_id\":79,\"ct_parent\":75,\"selector\":\"link-79-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"tel:\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-link-m\"}}\'][ct_fancy_icon ct_sign_sha256=\'484a6671c88991dd2f674fb71324b4d2a9407d343465febd70a3c06ce54eced6\' ct_options=\'{\"ct_id\":80,\"ct_parent\":79,\"selector\":\"fancy_icon-80-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-phone\"},\"classes\":{\"0\":\"c-icon-accent-m\",\"1\":\"c-margin-right-xs\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'98600a1600555c0cb10169842bf51934cbfe2fe4b287443e11eae5a61aa413a6\' ct_options=\'{\"ct_id\":81,\"ct_parent\":79,\"selector\":\"text_block-81-45\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false}\']+256 781516422[/ct_text_block][/ct_link_3][/ct_div_block_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'232fc2a82f2ff94a0473506aff39e4ba65f22d1ff370b7136a7085c3d2db2737\' ct_options=\'{\"ct_id\":82,\"ct_parent\":73,\"selector\":\"_header_center-82-45\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'047b719ff577c29e3abadd5f64567390b07ad725f64543ec52b5a24ad58c4278\' ct_options=\'{\"ct_id\":83,\"ct_parent\":73,\"selector\":\"_header_right-83-45\"}\'][ct_div_block_2 ct_sign_sha256=\'d9aae367279fcdfe23d1ff7dc96343a27b8feea5532d43f96d88fe53a53c29b1\' ct_options=\'{\"ct_id\":84,\"ct_parent\":83,\"selector\":\"div_block-84-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-inline\"},\"nicename\":\"Social Icons\"}\'][ct_link_3 ct_sign_sha256=\'62c1011db63d25e32a6f2608241f01e3fe679bc7341a6b3f71a72770f840c805\' ct_options=\'{\"ct_id\":85,\"ct_parent\":84,\"selector\":\"link-85-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'9792c1e08d8992b11a2a387c6e902ea7431ac45eefd9efa5146dc88ed6d6a86d\' ct_options=\'{\"ct_id\":86,\"ct_parent\":85,\"selector\":\"fancy_icon-86-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-facebook\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'b815191707a6797a67e6e3ef2c35d70ac87edcf4517aa2bbafdad3c428d3d0de\' ct_options=\'{\"ct_id\":87,\"ct_parent\":84,\"selector\":\"link-87-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'ea663881ac5a164ddafcf0217f6bc916651722a67f5cf5009defdb307a7e681c\' ct_options=\'{\"ct_id\":88,\"ct_parent\":87,\"selector\":\"fancy_icon-88-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-twitter\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'4490e6c0f86a68b748b318bed5035d1d4bbe81f3a424ba6e60c337f29349f66f\' ct_options=\'{\"ct_id\":89,\"ct_parent\":84,\"selector\":\"link-89-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'1088c105500411b13195bba8294b2dee9d3878a8f7e14a234ccd746979d8824e\' ct_options=\'{\"ct_id\":90,\"ct_parent\":89,\"selector\":\"fancy_icon-90-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-linkedin\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'f2e1089fbc00b88add45da1c3c7eec8cbcf93de1e3e8aaac2ddba271a96b2fe5\' ct_options=\'{\"ct_id\":91,\"ct_parent\":84,\"selector\":\"link-91-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'f3055a5c992f9ceb4041536312dcee296c3d30e4b6f712f1ada33f679cbf91b2\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"fancy_icon-92-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-youtube-play\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][/ct_div_block_2][/oxy_header_right][/oxy_header_row][oxy_header_row ct_sign_sha256=\'6bc998b55c7b2af2d69eb7d53bee35d171a7e426bb16fd6820e34e7e5b753594\' ct_options=\'{\"ct_id\":93,\"ct_parent\":72,\"selector\":\"_header_row-93-45\",\"original\":{\"globalConditionsResult\":true,\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"background-color\":\"color(5)\"},\"nicename\":\"Main Header\",\"activeselector\":false,\"classes\":{}}\'][oxy_header_left ct_sign_sha256=\'5066a6d28976f835974c4796f02c043df67fc1003cadea70d2530329da031c93\' ct_options=\'{\"ct_id\":94,\"ct_parent\":93,\"selector\":\"_header_left-94-45\"}\'][ct_link_2 ct_sign_sha256=\'d3836b0280a04905621692915c645c2e755f8cc99f38ae41a426a465aca0e17e\' ct_options=\'{\"ct_id\":95,\"ct_parent\":94,\"selector\":\"link-95-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com\",\"url_encoded\":\"true\"},\"nicename\":\"Logo\"}\'][ct_image ct_sign_sha256=\'bf3250a97eaf2b1e00214d8b88ff8166a141a6013afec2be8be602f98397e492\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"image-96-45\",\"original\":{\"globalConditionsResult\":true,\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/05/gorilla-african-tours-travel-logo.png\"},\"classes\":{},\"activeselector\":false}\'][/ct_image][/ct_link_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'c12d1cf91fe87ee4ae140dc7d4b28ab7aac334880793ab2be1889d4ed8b856cc\' ct_options=\'{\"ct_id\":97,\"ct_parent\":93,\"selector\":\"_header_center-97-45\"}\'][oxy-pro-menu ct_sign_sha256=\'3f2fa7545c3a39fc8a55fc720587405d6f396f4571afa8fc955a9311ae5df36f\' ct_options=\'{\"ct_id\":98,\"ct_parent\":97,\"selector\":\"-pro-menu-98-45\",\"original\":{\"globalConditionsResult\":true,\"menu_id\":\"2\",\"oxy-pro-menu_show_mobile_menu_below\":\"tablet\",\"oxy-pro-menu_orientation\":\"Horizontal\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\":\"14\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\":\"500\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\":\"color(10)\",\"oxy-pro-menu_menu_item_padding_padding-left\":\"20\",\"oxy-pro-menu_menu_item_padding_padding-right\":\"20\",\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\":\"color(1)\",\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\":\"0.6\",\"oxy-pro-menu_mobile_menu_open_icon\":\"Lineariconsicon-menu\",\"oxy-pro-menu_mobile_menu_open_icon_text\":\"\",\"oxy-pro-menu_mobile_menu_close_icon\":\"Lineariconsicon-cross\",\"oxy-pro-menu_mobile_menu_close_icon_text\":\"\",\"oxy-pro-menu_off_canvas\":\"false\",\"oxy-pro-menu_off_canvas_alignment\":\"left\",\"menu_off_canvas_animation\":\"fade-right\",\"oxy-pro-menu_dropdown-border-radius\":\"7\",\"menu_dropdown_animation\":\"fade\",\"oxy-pro-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\":\"0\",\"oxy-pro-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\":\"3\",\"oxy-pro-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\":\"10\",\"oxy-pro-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\":\"rgba(0,0,0,0.1)\",\"oxy-pro-menu_dropdown_child_item_padding_padding-top\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-left\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-right\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\":\"20\",\"oxy-pro-menu_dropdown_icon\":\"FontAwesomeicon-angle-down\",\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\":\"10\",\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\":\"5\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\":\"color(5)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\":\"color(3)\",\"oxy-pro-menu_show_dropdown_links_on_mobile\":\"toggle\",\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\":\"0.4\",\"oxy-pro-menu_menu_item_padding_padding-bottom\":\"5\",\"oxy-pro-menu_menu_item_padding_padding-top\":\"5\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\":\"color(10)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\":\"color(1)\",\"oxy-pro-menu_desktop_item_text_align\":\"Left\",\"text-transform\":\"uppercase\"},\"hover\":{\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\":\"color(1)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\":\"color(3)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\":\"color(1)\"},\"media\":{\"tablet\":{\"original\":{\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\":\"30\",\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\":\"0.7\",\"order\":\"-1\",\"flex-shrink\":\"1\",\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\":\"0\",\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\":\"15\",\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\":\"4\",\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\":\"30\",\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\":\"4\",\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\":\"0.6\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width\":\"75\",\"oxy-pro-menu_mobile_item_text_align\":\"Center\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width-unit\":\"%\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width-unit\":\"%\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":{\"0\":\"global\",\"1\":\"Display\"},\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"30\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"600\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"1.8\",\"oxy-pro-menu_mobile_menu_item_padding_padding-top\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-left\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-right\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\":\"10\",\"oxy-pro-menu_dropdown_icon_size\":\"35\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\":\"2\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\":\"rgba(0,0,0,0)\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_color\":\"color(2)\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width\":\"80\"}}},\"nicename\":\"Menu\"}\'][/oxy-pro-menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'ab8f832e57ccc92a2e1eeeb11fd246131e6eb29eb8558ecb67be68970ca045c1\' ct_options=\'{\"ct_id\":99,\"ct_parent\":93,\"selector\":\"_header_right-99-45\"}\'][ct_link_text ct_sign_sha256=\'9828a61567cb023ef54c27a94687e08b30a51d1180432a3bdb153db51537bad0\' ct_options=\'{\"ct_id\":100,\"ct_parent\":99,\"selector\":\"link_text-100-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-btn-main\",\"1\":\"c-transition\",\"2\":\"c-btn-m\"},\"activeselector\":false,\"nicename\":\"CTA\"}\']Book Now[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content ct_sign_sha256=\'2e04f16a4375128fc9ea35f971fb75f98bb78e7075b51d206be581388a6ce002\' ct_options=\'{\"ct_id\":27,\"ct_parent\":\"0\",\"selector\":\"inner_content-27-45\"}\'][/ct_inner_content][ct_section ct_sign_sha256=\'ac677f6731ab2d5ff520cf3fc0654d2375b9a0432fce96e93668a6511197af1a\' ct_options=\'{\"ct_id\":28,\"ct_parent\":0,\"selector\":\"section-28-45\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"footer\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"classes\":{\"0\":\"c-bg-dark\"}}\'][ct_div_block_2 ct_sign_sha256=\'28347ca2340cae7b32851a312a3eac19e67dff6d9070bba417adc62b03ff85f2\' ct_options=\'{\"ct_id\":30,\"ct_parent\":28,\"selector\":\"div_block-30-45\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Columns\",\"classes\":{\"0\":\"c-columns-l-2\",\"1\":\"c-columns-gap-l\",\"2\":\"c-margin-bottom-m\",\"3\":\"c-columns-5\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'62c300a7ea52b4c0b1b00d9de80eeed8ff89d606022df64f08f01718279068e0\' ct_options=\'{\"ct_id\":31,\"ct_parent\":30,\"selector\":\"div_block-31-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-col-span-2\"},\"nicename\":\"Wide column\"}\'][ct_headline ct_sign_sha256=\'864a4d820b22f930590e6158bca019cdd2899c0efac8c4961ece785a04d8ac9d\' ct_options=\'{\"ct_id\":32,\"ct_parent\":31,\"selector\":\"headline-32-45\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h4\",\"max-width\":\"350\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-light\"}}\']Gorilla African Tours &amp; Travel offers you romance, fun and adventure and promises to provide you with the most memorable times of your life.<br>[/ct_headline][ct_div_block_4 ct_sign_sha256=\'b1d5297a8888437ee97152424f1d7001808525e2197adbccf09a781b9851ad17\' ct_options=\'{\"ct_id\":33,\"ct_parent\":31,\"selector\":\"div_block-33-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-inline\"}}\'][ct_link_5 ct_sign_sha256=\'3d99fc4e7d9e8aef72f1de4c3d8957fafdf33e6146acdf962479265946ba588b\' ct_options=\'{\"ct_id\":34,\"ct_parent\":33,\"selector\":\"link-34-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'470f4f276d64b6151172edc3d10ab7cf406690631c313ae65812c732bf4e2706\' ct_options=\'{\"ct_id\":35,\"ct_parent\":34,\"selector\":\"fancy_icon-35-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-facebook-square\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'efff8bd122a42432c0acf8e71a53a173640835e46d817702cae0707f3245baae\' ct_options=\'{\"ct_id\":36,\"ct_parent\":33,\"selector\":\"link-36-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'0c6e93ece9d3ac36a71c6a6bbe3337e289a6fdc5f778132db287c5b2f69ccf40\' ct_options=\'{\"ct_id\":37,\"ct_parent\":36,\"selector\":\"fancy_icon-37-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-instagram\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'29a3fb6d59f75eb948d9b44feb49e83977d685db31608a962be56e6dbe884a90\' ct_options=\'{\"ct_id\":38,\"ct_parent\":33,\"selector\":\"link-38-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'71663c25635fdda328da25051c82c97ccdc4f2aa18b823bf2cbd2369e5c4528f\' ct_options=\'{\"ct_id\":39,\"ct_parent\":38,\"selector\":\"fancy_icon-39-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-twitter-square\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'22c305fb137189935f79d64da0144c43e47dce1680c410fc49139db24c5d8cdf\' ct_options=\'{\"ct_id\":40,\"ct_parent\":33,\"selector\":\"link-40-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'23bf8584f9b01f3209b592af25ab84e9deebaa6d2386b5d1aae5b1b9bc021b63\' ct_options=\'{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"fancy_icon-41-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-youtube-play\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'6ac7150e2abd6274a79aa2f5f9c235bd7af07ec3a72d347315c84fc54bad85ad\' ct_options=\'{\"ct_id\":50,\"ct_parent\":30,\"selector\":\"div_block-50-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'979bd3db35d296227697d630a9eacd8261e4f1e24a6b34d9c38cbc399f27d96f\' ct_options=\'{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"text_block-51-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Safaris[/ct_text_block][ct_link_text ct_sign_sha256=\'2bcc1577a11febb83c9ad34ac51435586495542b401c69f3742e4b95197cfc4d\' ct_options=\'{\"ct_id\":52,\"ct_parent\":50,\"selector\":\"link_text-52-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/safaris/uganda-safaris/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']Uganda Safaris[/ct_link_text][ct_link_text ct_sign_sha256=\'4a05b8f9d942f419ae17e6000f59441e83d15361c77ab4bdad2a380659c4bb54\' ct_options=\'{\"ct_id\":53,\"ct_parent\":50,\"selector\":\"link_text-53-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/safaris/rwanda-safaris/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']Rwanda Safaris[/ct_link_text][ct_link_text ct_sign_sha256=\'ed0e8b0bf446f09d2657b15e0f7a631d1072c515facb27bcec956ac58003acf4\' ct_options=\'{\"ct_id\":121,\"ct_parent\":50,\"selector\":\"link_text-121-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/safaris/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"},\"activeselector\":false}\']All Safaris[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a3bbdbf551e6e34af5d2257c1cbbcfd7fa4b7b7942f02320a551c6ad86c48154\' ct_options=\'{\"ct_id\":57,\"ct_parent\":30,\"selector\":\"div_block-57-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'2e480f01f3335e484f1734d7e3ab43c359ad096b504787277c04302f069ea39e\' ct_options=\'{\"ct_id\":58,\"ct_parent\":57,\"selector\":\"text_block-58-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Travel<br>[/ct_text_block][ct_link_text ct_sign_sha256=\'4801f51aefd206fa0677c5b9b9271a99e7f610f64ff0df2927349b9a38b3323b\' ct_options=\'{\"ct_id\":59,\"ct_parent\":57,\"selector\":\"link_text-59-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/about-us/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']About Us[/ct_link_text][ct_link_text ct_sign_sha256=\'1419e1ec7a1360d25a29ac361f8b43e19dbc203b1f417c6b0d90200b3140bd59\' ct_options=\'{\"ct_id\":117,\"ct_parent\":57,\"selector\":\"link_text-117-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/travel-information/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"},\"activeselector\":false}\']Travel Tips[/ct_link_text][ct_link_text ct_sign_sha256=\'35ace7fe9189dced1c9f7cce4ea1d979e2e775b2d1fe5dd90a4a79d14f1d4050\' ct_options=\'{\"ct_id\":60,\"ct_parent\":57,\"selector\":\"link_text-60-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/accommodation/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']Accommodation[/ct_link_text][ct_link_text ct_sign_sha256=\'de1c013006eceda02641aff6fcbeb1693fa79dcf431a1e87244a4f75ea06a99d\' ct_options=\'{\"ct_id\":61,\"ct_parent\":57,\"selector\":\"link_text-61-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/bird-watching/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']Birdwatching[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'84300c13974874bb7779d85a55c00f6dbdd6f840af3f363e387a976396a527ca\' ct_options=\'{\"ct_id\":64,\"ct_parent\":30,\"selector\":\"div_block-64-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'c50b276c1288f384c4d9523473e00ff9ecb236575c62fafda1b8d03a0dbf5e5d\' ct_options=\'{\"ct_id\":65,\"ct_parent\":64,\"selector\":\"text_block-65-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Contact Us<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'804f8420c33c9f94bf0182cde549da74439c976e6ba2e8aa06b2336d1987801d\' ct_options=\'{\"ct_id\":105,\"ct_parent\":64,\"selector\":\"text_block-105-45\",\"classes\":{\"0\":\"c-footer-link-light\"},\"activeselector\":\"c-footer-link-light\"}\']P.O. Box, 7574. Kampala, Uganda<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'65432377a3e2748daebf54bec68830712fde2d7e1c46ea212b887cab60fcefb9\' ct_options=\'{\"ct_id\":107,\"ct_parent\":64,\"selector\":\"text_block-107-45\",\"classes\":{\"0\":\"c-footer-link-light\"},\"activeselector\":\"c-footer-link-light\"}\']+256&nbsp; (0) 781 516 422<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'52d0e7e0bd6780194eebf17de2a5c43e175236ff0202cddf59c84c6ac4679271\' ct_options=\'{\"ct_id\":109,\"ct_parent\":64,\"selector\":\"text_block-109-45\",\"classes\":{\"0\":\"c-footer-link-light\"},\"activeselector\":\"c-footer-link-light\"}\']+256&nbsp; (0) 702 238 922<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'e16adde42b184b49b06a7b1a434a1fe7a466d417e9bf7673a12a213095d8704b\' ct_options=\'{\"ct_id\":111,\"ct_parent\":64,\"selector\":\"text_block-111-45\",\"classes\":{\"0\":\"c-footer-link-light\"},\"activeselector\":\"c-footer-link-light\"}\']info@gorillaafricasafaris.com[/ct_text_block][/ct_div_block_3][/ct_div_block_2][ct_text_block ct_sign_sha256=\'6c6d46d39c8594bc1f0c229b465b66eeaa51d934c695427fdf0473bccfd3d7ed\' ct_options=\'{\"ct_id\":71,\"ct_parent\":28,\"selector\":\"text_block-71-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-s\",\"1\":\"c-text-light\"},\"nicename\":\"Copyright\"}\']Copyright © 2020 Gorilla African Tours &amp; Travel[/ct_text_block][/ct_section]'),(2496,45,'ct_builder_shortcodes_revisions_dates','1623162098'),(2497,144,'_wp_attached_file','2021/06/gorilla-looking-over.jpg'),(2498,144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:32:\"2021/06/gorilla-looking-over.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"gorilla-looking-over-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:33:\"gorilla-looking-over-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:32:\"gorilla-looking-over-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"gorilla-looking-over-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:34:\"gorilla-looking-over-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:31:\"gorilla-looking-over-120x80.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:80;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:{}}}'),(2499,145,'_wp_attached_file','2021/06/gorilla-looking-up.jpg'),(2500,145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:30:\"2021/06/gorilla-looking-up.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"gorilla-looking-up-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:31:\"gorilla-looking-up-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:30:\"gorilla-looking-up-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:30:\"gorilla-looking-up-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"gorilla-looking-up-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:29:\"gorilla-looking-up-120x68.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:68;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:{}}}'),(2501,146,'_wp_attached_file','2021/06/mountain-gorilla-somber.jpg'),(2502,146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:520;s:6:\"height\";i:520;s:4:\"file\";s:35:\"2021/06/mountain-gorilla-somber.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"mountain-gorilla-somber-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:35:\"mountain-gorilla-somber-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:35:\"mountain-gorilla-somber-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;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:{}}}'),(2503,2,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'f93c353cfd0f9361767948d796815744f5c580ecc94aae4530ee7d5ecca2244a\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-2\",\"original\":{\"globalConditionsResult\":true,\"background-image\":\"https://images.unsplash.com/photo-1574356544616-2eed269a4e53?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1934&q=80\",\"overlay-color\":\"rgba(0,0,0,0.7)\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\"},\"classes\":{\"0\":\"c-hero-4\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'89e2b875e36b649a6298c2fff767234126052addfae57e5250e818499aca5885\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-h1\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-light\"}}\']Today\'s Results.<br>Tomorrow\'s Outcomes.[/ct_headline][ct_link_2 ct_sign_sha256=\'b4dd71c71457c0566089d811228103e7875c423c861aaa92b000f6e306c05e13\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"link-4-2\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\",\"1\":\"c-transition\",\"2\":\"c-btn-l\"}}\'][ct_text_block ct_sign_sha256=\'60d3bd89955cf28224d257c20735e9631234fd4c75fa75a9b07c99f092cd550f\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"text_block-5-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-right-m\"}}\']Explore The Plans[/ct_text_block][ct_fancy_icon ct_sign_sha256=\'4093234ff6517d1bad1f14cd8beaeb80824775d03ac459d3b9d396b14864fc61\' ct_options=\'{\"ct_id\":6,\"ct_parent\":4,\"selector\":\"fancy_icon-6-2\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"Lineariconsicon-arrow-right\"},\"classes\":{\"0\":\"c-icon-light-m\"}}\'][/ct_fancy_icon][/ct_link_2][/ct_section]'),(2504,2,'ct_builder_shortcodes_revisions_dates','1623169021'),(2505,2,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'6e4cc5c9fec2d470545712bf379c966dc26aad68c7c79b9edd4e4edd65e29819\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-2\",\"original\":{\"globalConditionsResult\":true,\"background-image\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-looking-up.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\"},\"classes\":{\"0\":\"c-hero-4\"},\"activeselector\":\"c-hero-4\"}\'][ct_headline ct_sign_sha256=\'021c421afb5d2ce546b96242787bd45dc8dce8a1a0c96638b444d61ab379160e\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-2\",\"original\":{\"globalConditionsResult\":true,\"text-align\":\"right\"},\"classes\":{\"0\":\"c-h1\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-light\"}}\']Affordable &amp; Memorable Safaris &amp; Gorilla Treks<br>[/ct_headline][ct_link_2 ct_sign_sha256=\'9d4fa5058f319c0b08d0885b5269dc6e2facbc7209af0a7d0429d5532ef3d80a\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"link-4-2\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\",\"1\":\"c-transition\",\"2\":\"c-btn-l\"}}\'][ct_text_block ct_sign_sha256=\'cf71b898dae9611fe0fc869321dcae02f601532ff4ed56f9c9aa60a1d18af3c0\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"text_block-5-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-right-m\"}}\']Explore The Safaris<br>[/ct_text_block][ct_fancy_icon ct_sign_sha256=\'4093234ff6517d1bad1f14cd8beaeb80824775d03ac459d3b9d396b14864fc61\' ct_options=\'{\"ct_id\":6,\"ct_parent\":4,\"selector\":\"fancy_icon-6-2\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"Lineariconsicon-arrow-right\"},\"classes\":{\"0\":\"c-icon-light-m\"}}\'][/ct_fancy_icon][/ct_link_2][/ct_section][ct_section ct_sign_sha256=\'a0bd48c048e90c41e6c191cf3592dceef0be3e1c1af7d56d87cccba027fc404f\' ct_options=\'{\"ct_id\":17,\"ct_parent\":0,\"selector\":\"section-17-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"activeselector\":false,\"nicename\":\"2 Column  Image and features\"}\'][ct_div_block_2 ct_sign_sha256=\'a8840b5febf08221b8dba44e1201a3409b1fd32bbde3cbdb48902ee89de80b91\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"div_block-18-2\",\"original\":{\"globalConditionsResult\":true,\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"flex-start\",\"text-align\":\"left\"},\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"activeselector\":\"c-hero-4\",\"nicename\":\"Columns\"}\'][ct_image ct_sign_sha256=\'8b2aecfab24f091f9ffeb102861b112a748a75b2b661b31f0463af5fe375918a\' ct_options=\'{\"ct_id\":19,\"ct_parent\":18,\"selector\":\"image-19-2\",\"original\":{\"globalConditionsResult\":true,\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/mountain-gorilla-somber.jpg\"},\"activeselector\":false}\'][/ct_image][ct_div_block_3 ct_sign_sha256=\'818a21e1c85629154da80f6986a2eb424edbc5f4515be89c21e59b5f4d3443c5\' ct_options=\'{\"ct_id\":20,\"ct_parent\":18,\"selector\":\"div_block-20-2\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Content\"}\'][ct_headline ct_sign_sha256=\'531accdd17e66dc84d7128c1d9a0e764e2a6c14fc817e2c9c1744ae0ef7a410b\' ct_options=\'{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"headline-21-2\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-m\"},\"activeselector\":false}\']The [ct_span ct_sign_sha256=\'f6ca7dab7a4dc55507c26f71f0e09022ba204260625b4fcbd9557c3040c4b966\' ct_options=\'{\"ct_id\":22,\"ct_parent\":21,\"selector\":\"span-22-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-accent\"},\"activeselector\":\"c-accent\"}\']Number One[/ct_span] Gorilla Safari Company in Uganda, Rwanda &amp; DR Congo<br>[/ct_headline][ct_text_block ct_sign_sha256=\'5d47f59e3692d05c0b1c3b7391b160a1532d7c382a08ea781f94877ac0e99362\' ct_options=\'{\"ct_id\":23,\"ct_parent\":20,\"selector\":\"text_block-23-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"c-margin-bottom-l\"},\"activeselector\":false}\']Gorilla African Tours &amp; Travel offers you a lot of romance, fun and adventure and promises to lend you some of the most memorable times of your life.<br><br>Gorilla African Tours &amp; Travel offer affordable and memorable mountain gorilla trekking packages in Africa for all travelers for holiday, business, honeymoons and students.<br>[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'c9e9529bf76e0ac9d7a9f6a04100bf2b108e7acc3d6518a0b781cdfcc8a8ba00\' ct_options=\'{\"ct_id\":37,\"ct_parent\":0,\"selector\":\"section-37-2\",\"original\":{\"globalConditionsResult\":true,\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"3 Column cards\"}\'][ct_headline ct_sign_sha256=\'3492a59650f83951181622910705b38c701a16979fbc44e9db1ff5ea2122f719\' ct_options=\'{\"ct_id\":38,\"ct_parent\":37,\"selector\":\"headline-38-2\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-m\"},\"activeselector\":\"c-hero-4\"}\']Featured Safaris<br>[/ct_headline][ct_text_block ct_sign_sha256=\'1846aa1238f764cee17f23a448642cef719a10fa57c24ed88a6278e60ddf20aa\' ct_options=\'{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"text_block-39-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"c-margin-bottom-l\"},\"activeselector\":false}\']It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout[/ct_text_block][oxy_posts_grid ct_sign_sha256=\'bda6d1f7170237842b0d25eab20665c910aa8620d2ee57c00ed073eb6460ccbf\' ct_options=\'{\"ct_id\":56,\"ct_parent\":37,\"selector\":\"_posts_grid-56-2\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QnPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgPC9kaXY+CiAgICAgIAogICAgICA8ZGl2IGNsYXNzPSdveHktcG9zdC1pbWFnZS1kYXRlLW92ZXJsYXknPgoJCTw/cGhwIHRoZV90aW1lKGdldF9vcHRpb24oJ2RhdGVfZm9ybWF0JykpOyA/PgoJICA8L2Rpdj4KICAgICAgCgk8L2E+CiAgCgk8YSBjbGFzcz0nb3h5LXBvc3QtdGl0bGUnIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nPjw/cGhwIHRoZV90aXRsZSgpOyA/PjwvYT4KCgk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhJz4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1hdXRob3Igb3h5LXBvc3QtbWV0YS1pdGVtJz4KCQkJPD9waHAgdGhlX2F1dGhvcigpOyA/PgoJCTwvZGl2PgoKCQk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhLWNvbW1lbnRzIG94eS1wb3N0LW1ldGEtaXRlbSc+CgkJCTxhIGhyZWY9Jzw/cGhwIGNvbW1lbnRzX2xpbmsoKTsgPz4nPjw/cGhwIGNvbW1lbnRzX251bWJlcigpOyA/PjwvYT4KCQk8L2Rpdj4KCgk8L2Rpdj4KCgk8ZGl2IGNsYXNzPSdveHktcG9zdC1jb250ZW50Jz4KCQk8P3BocCB0aGVfZXhjZXJwdCgpOyA/PgoJPC9kaXY+CgoJPGEgaHJlZj0nPD9waHAgdGhlX3Blcm1hbGluaygpOyA/PicgY2xhc3M9J294eS1yZWFkLW1vcmUnPlJlYWQgTW9yZTwvYT4KCjwvZGl2Pg==\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGZsZXgtd3JhcDogd3JhcDsKfQoKJSVFUElEJSUgLm94eS1wb3N0IHsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47CiAgdGV4dC1hbGlnbjogbGVmdDsKICBhbGlnbi1pdGVtczogZmxleC1zdGFydDsKICBtYXJnaW4tYm90dG9tOiAzZW07CiAgd2lkdGg6IDMzLjMzJTsKICBwYWRkaW5nOiAxZW07Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZSB7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwogIHBvc2l0aW9uOiByZWxhdGl2ZTsKICBiYWNrZ3JvdW5kLWNvbG9yOiBncmV5OwogIGJhY2tncm91bmQtaW1hZ2U6IHJlcGVhdGluZy1saW5lYXItZ3JhZGllbnQoCiAgNDVkZWcsCiAgI2VlZSwKICAjZWVlIDEwcHgsCiAgI2RkZCAxMHB4LAogICNkZGQgMjBweCk7CiAgd2lkdGg6IDEwMCU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZS1maXhlZC1yYXRpbyB7CiAgcGFkZGluZy1ib3R0b206IDEwMCU7CiAgYmFja2dyb3VuZC1zaXplOiBjb3ZlcjsKICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiBjZW50ZXIgY2VudGVyOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UtZGF0ZS1vdmVybGF5IHsKICBwb3NpdGlvbjogYWJzb2x1dGU7CiAgdG9wOiAxZW07CiAgcmlnaHQ6IDFlbTsKICBmb250LXNpemU6IC43ZW07CiAgY29sb3I6IHdoaXRlOwogIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMCwwLDAsMC41KTsKICBwYWRkaW5nOiAuN2VtIDFlbTsKICBmb250LXdlaWdodDogYm9sZDsKICAtd2Via2l0LWZvbnQtc21vb3RoaW5nOiBhbnRpYWxpYXNlZDsKfQoKJSVFUElEJSUgLm94eS1wb3N0LXRpdGxlIHsKICBmb250LXNpemU6IDEuNWVtOwogIGxpbmUtaGVpZ2h0OiAxLjJlbTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgewogIG1hcmdpbi10b3A6IDAuNWVtOwogIGZvbnQtc2l6ZTogLjhlbTsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiByb3c7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhLWl0ZW06OmFmdGVyIHsKCWNvbnRlbnQ6ICJcMDBiNyI7CgltYXJnaW4tcmlnaHQ6IC41ZW07CgltYXJnaW4tbGVmdDogLjVlbTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTpsYXN0LWNoaWxkOjphZnRlciB7Cgljb250ZW50OiAiIjsKCWRpc3BsYXk6IG5vbmU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1jb250ZW50IHsKICBtYXJnaW4tdG9wOiAxZW07CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtY29udGVudCBwIHsKICBtYXJnaW46IDA7Cn0KCgoKQG1lZGlhIChtYXgtd2lkdGg6IDExMjBweCkgewogICUlRVBJRCUlIC5veHktcG9zdC1tZXRhIHsKICAgIGRpc3BsYXk6IG5vbmU7CiAgfQp9Cgo=\",\"title_size\":\"\",\"title_size-unit\":\"px\",\"title_color\":\"\",\"title_hover_color\":\"\",\"meta_size\":\"\",\"meta_size-unit\":\"px\",\"meta_color\":\"\",\"content_size\":\"\",\"content_size-unit\":\"px\",\"content_color\":\"\",\"read_more_display_as\":\"button\",\"read_more_size\":\"0.8\",\"read_more_size-unit\":\"em\",\"read_more_text_color\":\"white\",\"read_more_text_hover_color\":\"\",\"read_more_button_color\":\"black\",\"read_more_button_hover_color\":\"\",\"paginate_color\":\"\",\"paginate_alignment\":\"center\",\"paginate_link_color\":\"\",\"paginate_link_hover_color\":\"\",\"posts_5050_below\":\"page-width\",\"posts_100_below\":\"phone-landscape\",\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"tour\"},\"query_count\":\"6\",\"query_taxonomies_any\":{},\"query_taxonomies_all\":{},\"query_authors\":{}},\"activeselector\":false}\'][/oxy_posts_grid][ct_link_button ct_sign_sha256=\'cb1343e74d6885c1e0c0a7927e13f93599f3496bf5db055bb97f522d30cfd35d\' ct_options=\'{\"ct_id\":59,\"ct_parent\":37,\"selector\":\"link_button-59-2\",\"original\":{\"url\":\"http://gorillaafricasafaris.com/safaris/\",\"target\":\"\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\"},\"activeselector\":false}\']Explore All Safaris[/ct_link_button][/ct_section][ct_section ct_sign_sha256=\'752430f5a0a0b47b112a20700282ca96ba66c59c02d1b55b6541b48ff4d831df\' ct_options=\'{\"ct_id\":71,\"ct_parent\":0,\"selector\":\"section-71-2\",\"nicename\":\"3 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'36b5e3541eab2e0128374b0b4200e484e3c2abcab94c096156327afd1db76ffe\' ct_options=\'{\"ct_id\":72,\"ct_parent\":71,\"selector\":\"div_block-72-2\",\"classes\":{\"0\":\"c-columns-3\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":\"c-hero-4\"}\'][ct_div_block_3 ct_sign_sha256=\'081e81ad4a20faf3cf45a5fd2a08cdafd49ee27e53601d5e7ba0dc104ca27f5c\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"div_block-73-2\"}\'][ct_headline ct_sign_sha256=\'0882d7341429256834b0e6b53dea8bf9711476ba3187350d5adb48fb4b9a58b2\' ct_options=\'{\"ct_id\":91,\"ct_parent\":73,\"selector\":\"headline-91-2\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']East Africa Safari Specialist<br>[/ct_headline][ct_text_block ct_sign_sha256=\'dabf5d94df30a666240956edb376c64990c2ab61a68e9bade21b5c721534dd6a\' ct_options=\'{\"ct_id\":93,\"ct_parent\":73,\"selector\":\"text_block-93-2\"}\']Gorilla Africa Safaris is one of the premier to companies in Uganda and Rwanda.<br><br><br>[/ct_text_block][ct_link_button ct_sign_sha256=\'4d7a5e5e2ee357131239033477a974d87a99aa2e586583f846d30f90346bb986\' ct_options=\'{\"ct_id\":105,\"ct_parent\":73,\"selector\":\"link_button-105-2\",\"original\":{\"url\":\"http://gorillaafricasafaris.com/contact/\",\"target\":\"\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\"},\"activeselector\":false}\']Enquire Now[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d695ffb01431df08665d20f3009df855320fcaff4462aef036104e1bcacc46bf\' ct_options=\'{\"ct_id\":74,\"ct_parent\":72,\"selector\":\"div_block-74-2\"}\'][ct_headline ct_sign_sha256=\'4d362fcaf9ea159ea819d8df358fa10b4a1bb8785e3a366fd38cb9a7e8a984f8\' ct_options=\'{\"ct_id\":76,\"ct_parent\":74,\"selector\":\"headline-76-2\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Rwanda[/ct_headline][ct_text_block ct_sign_sha256=\'1a03ccfe978f277c423859fe25fb15df6f7e517e354de255190d8a141128f8e8\' ct_options=\'{\"ct_id\":79,\"ct_parent\":74,\"selector\":\"text_block-79-2\"}\']In Rwanda , Volcanoes National Park is famous for mountain gorilla tours and chimpanzee tracking in Nyungwe National Park. <br><br>We also have adventurous canopy walk in Mgahinga Gorilla National Park (volcano climbing)  to find more of the 13 primate species that include vervet monkeys, colobus monkeys, golden monkeys, giant forest hog, etc.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d94cdce59dfabba6fe3aeb46e5b9ad15d2d352149cef8873f1113bbbbaf34db4\' ct_options=\'{\"ct_id\":75,\"ct_parent\":72,\"selector\":\"div_block-75-2\"}\'][ct_headline ct_sign_sha256=\'3e499e543040fe89d25a7deb6770f7e0e81873beafd8a9514e7fb7aa6032cc66\' ct_options=\'{\"ct_id\":81,\"ct_parent\":75,\"selector\":\"headline-81-2\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Uganda[/ct_headline][ct_text_block ct_sign_sha256=\'544391be7b3adb4968b32389152287c7cca08eaa6edc2f494caa140f851ec46f\' ct_options=\'{\"ct_id\":82,\"ct_parent\":75,\"selector\":\"text_block-82-2\"}\']Gorilla African Tours &amp; Travel gives you detailed information about all national parks in Uganda, wild animals, birds and tourist activities carried out in all parks.<br><br>Among their services offered include mountain gorilla trekking and other wildlife safaris, cultural trips as well as mountain hiking. <br><br>We shall offer budget gorilla trekking as well in Uganda.[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2506,2,'ct_builder_shortcodes_revisions_dates','1623222009'),(2507,34,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'0e1ec02afdb587b04cdef9674170583422fcbb6e0ad7ade7267df3c7cd3a994a\' ct_options=\'{\"ct_id\":10,\"ct_parent\":0,\"selector\":\"section-10-34\",\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'41fc0c1a889dbd0c95e10bc5f34d0e90234c8ecf9d1207ca46d090dae7c1823c\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"div_block-11-34\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'41f329d1c92af88a7e1de87cf3d6768f978d4c30a6aae74a0edb1c086382746d\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"div_block-12-34\"}\'][ct_headline ct_sign_sha256=\'5ccc9e43e19e2c4563e4862c25a7be19b71391d17ea9c1bd104d9befb6538ff1\' ct_options=\'{\"ct_id\":21,\"ct_parent\":12,\"selector\":\"headline-21-34\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']Contact Us Today About an East Africa Safari[/ct_headline][oxy_icon_box ct_sign_sha256=\'00fd094eaa586d4d42fb990c7fc0476bddb439f6058d78cdfb39becbcf66f85e\' ct_options=\'{\"ct_id\":19,\"ct_parent\":12,\"selector\":\"_icon_box-19-34\",\"original\":{\"icon_box_heading\":\"QWRkcmVzcw==\",\"icon_box_text\":\"UC5PLiBCb3ggNzU3NCwgS2FtcGFsYSwgVWdhbmRhPGJyPg==\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'089f1983522cb23219eb06567629e7c60b4af640b6e7eafb35af72fa7c93bf19\' ct_options=\'{\"ct_id\":20,\"ct_parent\":19,\"selector\":\"fancy_icon-20-34\",\"original\":{\"icon-id\":\"Lineariconsicon-rocket\"},\"oxy_builtin\":\"true\"}\'][/ct_fancy_icon][/oxy_icon_box][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5f664fe19911306cbc1a6fc370ebc39ded93f8d91b9906eb85b09a46117e9ced\' ct_options=\'{\"ct_id\":13,\"ct_parent\":11,\"selector\":\"div_block-13-34\"}\'][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2508,34,'ct_builder_shortcodes_revisions_dates','1623314931'),(2509,34,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'ec29abbe593babd5f1b1a6a3f8d6e758ee63d4dd1268fd41ce8dc9e6e045827f\' ct_options=\'{\"ct_id\":10,\"ct_parent\":0,\"selector\":\"section-10-34\",\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'16748e0402f729c27f7e4b8628702425696967dc936bfee6fd1a1997dc779e99\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"div_block-11-34\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'b48d26eea7484aaa62a44ed44ddec64e4a2bc02b8f93c48b29180bc5c03c00c6\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"div_block-12-34\"}\'][ct_headline ct_sign_sha256=\'e5bd487670e298c32a3b1d9b98f80657ff9027c98ff627afc322b10258861543\' ct_options=\'{\"ct_id\":21,\"ct_parent\":12,\"selector\":\"headline-21-34\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false,\"classes\":{\"0\":\"c-padding-bottom-m\"}}\']Contact Us Today About an East Africa Safari[/ct_headline][oxy_icon_box ct_sign_sha256=\'80292822c1138682dda2275749870bc4f98286858ddbb2d94a716df097ae830e\' ct_options=\'{\"ct_id\":70,\"ct_parent\":12,\"selector\":\"_icon_box-70-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"QWRkcmVzcw==\",\"icon_box_text\":\"UC5PLiBCb3ggNzU3NCwgS2FtcGFsYSwgVWdhbmRhPGJyPg==\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":\"icon-box-inline\"}\'][ct_fancy_icon ct_sign_sha256=\'7ca396a99cbfc165f0b6a66059fa79be79a565bb912f51c7569656517c678ff6\' ct_options=\'{\"ct_id\":71,\"ct_parent\":70,\"selector\":\"fancy_icon-71-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-signs\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][oxy_icon_box ct_sign_sha256=\'340959e645edfad33b59abc270ac361a133669a26719634b6deeaa2f51b86376\' ct_options=\'{\"ct_id\":72,\"ct_parent\":12,\"selector\":\"_icon_box-72-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"VGVsZXBob25l\",\"icon_box_text\":\"KzI1NiAoMCkgNzgxIDUxNiA0MjI8YnI+PGJyPisgMjU2ICgwKSA3MDIgMzQ4IDkyMjxicj4=\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'d52963eee05e45f3d3a829a5cf055a62d66ed4490506e34ddcbac94779ebfef0\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"fancy_icon-73-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-signs\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5f664fe19911306cbc1a6fc370ebc39ded93f8d91b9906eb85b09a46117e9ced\' ct_options=\'{\"ct_id\":13,\"ct_parent\":11,\"selector\":\"div_block-13-34\"}\'][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'f27610d483ded87be9f9d7df8395b1c5eb57f7204f5f43acfd402c6e2278698e\' ct_options=\'{\"ct_id\":22,\"ct_parent\":0,\"selector\":\"section-22-34\",\"original\":{\"globalConditionsResult\":true,\"align-items\":\"center\",\"text-align\":\"center\"},\"classes\":{\"0\":\"c-bg-light\"},\"activeselector\":false,\"nicename\":\"Features columns\"}\'][ct_headline ct_sign_sha256=\'a8e273eb063bc2d2186d895a5bddf206afd1da5e9fed562abbb4bf667b3b650f\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"headline-23-34\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-m\"}}\']Packed full of features[/ct_headline][ct_text_block ct_sign_sha256=\'872727c7d21a2c1df9d337b48f4e9e26de9400d858b2f4720ff0b01008c0a4c8\' ct_options=\'{\"ct_id\":24,\"ct_parent\":22,\"selector\":\"text_block-24-34\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-l\",\"1\":\"c-text-dark\",\"2\":\"c-margin-bottom-l\"}}\']There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'de431dd6b47e3eb8f0da6af3037ddbe0146b9b1467f274be4bf539fc8e8a1a09\' ct_options=\'{\"ct_id\":25,\"ct_parent\":22,\"selector\":\"div_block-25-34\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-columns-4\",\"1\":\"c-columns-l-2\",\"2\":\"c-columns-s-1\",\"3\":\"c-columns-gap-l\"},\"nicename\":\"Columns\"}\'][ct_div_block_3 ct_sign_sha256=\'2c8ce5fa9ec8deb755794f8e72c29bca237185593d3121f9b719899b3e81170f\' ct_options=\'{\"ct_id\":31,\"ct_parent\":25,\"selector\":\"div_block-31-34\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-columns-2-auto\",\"1\":\"c-columns-gap-m\"},\"nicename\":\"Column\"}\'][ct_fancy_icon ct_sign_sha256=\'2cb6839083bdf098f99dc42fddcc5313b047361c0c6ab5d1aeb8d2253c5add01\' ct_options=\'{\"ct_id\":32,\"ct_parent\":31,\"selector\":\"fancy_icon-32-34\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"OxyNinjaCoreicon-d-ube-sphere\"},\"classes\":{\"0\":\"c-icon-accent-m\"}}\'][/ct_fancy_icon][ct_div_block_4 ct_sign_sha256=\'d4d4ecb9dd8fd0b2a588fb6c5ac2cfcb067187db6bbb0cf3da22ad6d78371776\' ct_options=\'{\"ct_id\":33,\"ct_parent\":31,\"selector\":\"div_block-33-34\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-left\"},\"nicename\":\"Content\"}\'][ct_headline ct_sign_sha256=\'7bbd8f11a94133ff9273358a3b5d84a58fdc006b55b88d0d2e56dca37a390d57\' ct_options=\'{\"ct_id\":34,\"ct_parent\":33,\"selector\":\"headline-34-34\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h3\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-s\"}}\']Here\'s a feature[/ct_headline][ct_text_block ct_sign_sha256=\'09950f3d4649d4ecb1d08aed19e05c4bb6881929e477379a92b7c72b0c0df6dd\' ct_options=\'{\"ct_id\":35,\"ct_parent\":33,\"selector\":\"text_block-35-34\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\"}}\']There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.[/ct_text_block][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ec3ed8c9c063c823f6dc8cdcde28c36fdf90b4bb4f457d3725157d34e7f27cb5\' ct_options=\'{\"ct_id\":36,\"ct_parent\":25,\"selector\":\"div_block-36-34\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-columns-2-auto\",\"1\":\"c-columns-gap-m\"},\"nicename\":\"Column\"}\'][ct_fancy_icon ct_sign_sha256=\'47495bc580b0eeed6272ab991fa795b8a5cb7c5e4aaccf3bdce9881c22aadd65\' ct_options=\'{\"ct_id\":37,\"ct_parent\":36,\"selector\":\"fancy_icon-37-34\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"OxyNinjaCoreicon-ads-advertisment-promotion\"},\"classes\":{\"0\":\"c-icon-accent-m\"}}\'][/ct_fancy_icon][ct_div_block_4 ct_sign_sha256=\'05fdb0f2dfd2f7cc7d7bd058926ec4c1de72ac718c51e503f70887c24d2dd6a0\' ct_options=\'{\"ct_id\":38,\"ct_parent\":36,\"selector\":\"div_block-38-34\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-left\"},\"nicename\":\"Content\"}\'][ct_headline ct_sign_sha256=\'7da0c4ccbac4106fd7582713aa618861adeeef386d985c907eab9e0454bda784\' ct_options=\'{\"ct_id\":39,\"ct_parent\":38,\"selector\":\"headline-39-34\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h3\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-s\"}}\']Here\'s a feature[/ct_headline][ct_text_block ct_sign_sha256=\'a56d16a292501d1f8d3174685cc9d30524db93847f538d882fa39dc237f5ac17\' ct_options=\'{\"ct_id\":40,\"ct_parent\":38,\"selector\":\"text_block-40-34\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\"}}\']There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.[/ct_text_block][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'8861c346f4119760799a13a613e401de3d50b7e6a3a9f1891fd75b954ff4d67f\' ct_options=\'{\"ct_id\":41,\"ct_parent\":25,\"selector\":\"div_block-41-34\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-columns-2-auto\",\"1\":\"c-columns-gap-m\"},\"nicename\":\"Column\"}\'][ct_fancy_icon ct_sign_sha256=\'021eb8e5022c62e6234d3706b63c90a8fab35fee607ceac382edabaf742de526\' ct_options=\'{\"ct_id\":42,\"ct_parent\":41,\"selector\":\"fancy_icon-42-34\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"OxyNinjaCoreicon-airdrop\"},\"classes\":{\"0\":\"c-icon-accent-m\"}}\'][/ct_fancy_icon][ct_div_block_4 ct_sign_sha256=\'d5f1f67da66576029390f65e9c9410d7f8586c59b4eb79b3e1f36f4158993ba6\' ct_options=\'{\"ct_id\":43,\"ct_parent\":41,\"selector\":\"div_block-43-34\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-left\"},\"nicename\":\"Content\"}\'][ct_headline ct_sign_sha256=\'2f90cae4d003c67d108cb0839cb055fd2c033296f2323823d98279bf303b9f5a\' ct_options=\'{\"ct_id\":44,\"ct_parent\":43,\"selector\":\"headline-44-34\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h3\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-s\"}}\']Here\'s a feature[/ct_headline][ct_text_block ct_sign_sha256=\'3755d3c6c0cf236911461f05b136b5dad63b8aa3c0b045c9e83d3138ac1cd99e\' ct_options=\'{\"ct_id\":45,\"ct_parent\":43,\"selector\":\"text_block-45-34\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\"}}\']There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.[/ct_text_block][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'2c8a37e13570fcd0c369a9748c4a7869426c3b1fad2da3dbd5047dd5a4070bc9\' ct_options=\'{\"ct_id\":46,\"ct_parent\":25,\"selector\":\"div_block-46-34\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-columns-2-auto\",\"1\":\"c-columns-gap-m\"},\"nicename\":\"Column\"}\'][ct_fancy_icon ct_sign_sha256=\'dae676552fe7012b88f91debfadc41301cd0d967e9c41ee79b73b5c03bc1b480\' ct_options=\'{\"ct_id\":47,\"ct_parent\":46,\"selector\":\"fancy_icon-47-34\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"OxyNinjaCoreicon-Business\"},\"classes\":{\"0\":\"c-icon-accent-m\"}}\'][/ct_fancy_icon][ct_div_block_4 ct_sign_sha256=\'53189da19ecb8256cc01df707cee94d5251df53488a2198d3834d16298b3a78b\' ct_options=\'{\"ct_id\":48,\"ct_parent\":46,\"selector\":\"div_block-48-34\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-left\"},\"nicename\":\"Content\"}\'][ct_headline ct_sign_sha256=\'bc82fbc6ff4d0e52979c3fe015b5208dcf10d0a3b6e98cb9775363206e747a1d\' ct_options=\'{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"headline-49-34\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h3\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-s\"}}\']Here\'s a feature[/ct_headline][ct_text_block ct_sign_sha256=\'9757dd9021a60259231070b748ed57c86151fe0097d68d212935c93ed8fa804e\' ct_options=\'{\"ct_id\":50,\"ct_parent\":48,\"selector\":\"text_block-50-34\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\"}}\']There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.[/ct_text_block][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7c24be9bf1f923a4046b8ec64dd7d8decab96e98f550166b02e3b40ece978d32\' ct_options=\'{\"ct_id\":51,\"ct_parent\":25,\"selector\":\"div_block-51-34\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-columns-2-auto\",\"1\":\"c-columns-gap-m\"},\"nicename\":\"Column\"}\'][ct_fancy_icon ct_sign_sha256=\'65aeae12aadf4e8d0bce1b5c337aa2948f9ff0258491dfe71d291b4d31f41dd0\' ct_options=\'{\"ct_id\":52,\"ct_parent\":51,\"selector\":\"fancy_icon-52-34\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"OxyNinjaCoreicon-inbox-mail-download\"},\"classes\":{\"0\":\"c-icon-accent-m\"}}\'][/ct_fancy_icon][ct_div_block_4 ct_sign_sha256=\'5ec4a9e8a82739c8f5b1d8f959921121f7c5e9604728c39ac145c85c160c551f\' ct_options=\'{\"ct_id\":53,\"ct_parent\":51,\"selector\":\"div_block-53-34\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-left\"},\"nicename\":\"Content\"}\'][ct_headline ct_sign_sha256=\'d1f2b360a170cc01dbc75c59117ef42e7f59ee12aa1f9b5b16649cb0fefea3f9\' ct_options=\'{\"ct_id\":54,\"ct_parent\":53,\"selector\":\"headline-54-34\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h3\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-s\"}}\']Here\'s a feature[/ct_headline][ct_text_block ct_sign_sha256=\'776830b8363b7906ccb83023f342709e32c5f839711947d24061add9c943925f\' ct_options=\'{\"ct_id\":55,\"ct_parent\":53,\"selector\":\"text_block-55-34\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\"}}\']There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.[/ct_text_block][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b6ad78502c9974febe2f95967635c065d638def93ec20fa3accdae813dcf6e53\' ct_options=\'{\"ct_id\":56,\"ct_parent\":25,\"selector\":\"div_block-56-34\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-columns-2-auto\",\"1\":\"c-columns-gap-m\"},\"nicename\":\"Column\"}\'][ct_fancy_icon ct_sign_sha256=\'4374151d761e2c4b286433fe968dea246b03939bc297cfd4b808de3f5c4c7ac6\' ct_options=\'{\"ct_id\":57,\"ct_parent\":56,\"selector\":\"fancy_icon-57-34\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"OxyNinjaCoreicon-Calendar\"},\"classes\":{\"0\":\"c-icon-accent-m\"}}\'][/ct_fancy_icon][ct_div_block_4 ct_sign_sha256=\'21d62142b100d4c6da35ab435af81f9900e77c050dc126bbf763b54ede3a2b8e\' ct_options=\'{\"ct_id\":58,\"ct_parent\":56,\"selector\":\"div_block-58-34\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-left\"},\"nicename\":\"Content\"}\'][ct_headline ct_sign_sha256=\'7a8caefefcf6dd0791807e9f70a7b028ee4fa29d1c0d1bc97acea9fa1986edf3\' ct_options=\'{\"ct_id\":59,\"ct_parent\":58,\"selector\":\"headline-59-34\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h3\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-s\"}}\']Here\'s a feature[/ct_headline][ct_text_block ct_sign_sha256=\'cef6eb7862f364895c186b30bc15ca6afba6b21ab0504480067b6f900ab9bdbd\' ct_options=\'{\"ct_id\":60,\"ct_parent\":58,\"selector\":\"text_block-60-34\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\"}}\']There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.[/ct_text_block][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d8c0448d1cae9051aeee5b2b479d9579d3ec8c11a8b270501832a0ca3586cfa3\' ct_options=\'{\"ct_id\":61,\"ct_parent\":25,\"selector\":\"div_block-61-34\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-columns-2-auto\",\"1\":\"c-columns-gap-m\"},\"nicename\":\"Column\"}\'][ct_fancy_icon ct_sign_sha256=\'c5e1d7ce334b235fb27f6d8120ab2843c7b534ebafb2fa5f4757620ac3ecf274\' ct_options=\'{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"fancy_icon-62-34\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"OxyNinjaCoreicon-crown-square\"},\"classes\":{\"0\":\"c-icon-accent-m\"}}\'][/ct_fancy_icon][ct_div_block_4 ct_sign_sha256=\'2ffe6b28da51aa4c56d22fa50e52724d4cb6ea3efc93ff3dfb79862feecb612a\' ct_options=\'{\"ct_id\":63,\"ct_parent\":61,\"selector\":\"div_block-63-34\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-left\"},\"nicename\":\"Content\"}\'][ct_headline ct_sign_sha256=\'7c4dcd24fa9d9d474b85579f18775eb55c6c1afd65534ad4240f66a7c60c7787\' ct_options=\'{\"ct_id\":64,\"ct_parent\":63,\"selector\":\"headline-64-34\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h3\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-s\"}}\']Here\'s a feature[/ct_headline][ct_text_block ct_sign_sha256=\'60357b415032971e12fafd6bc71a2801e1a66762a4a56d699ed51468fabff959\' ct_options=\'{\"ct_id\":65,\"ct_parent\":63,\"selector\":\"text_block-65-34\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\"}}\']There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2510,34,'ct_builder_shortcodes_revisions_dates','1623314950'),(2511,147,'form_key','form_60c1d29628787'),(2512,147,'_edit_last','1'),(2513,147,'_edit_lock','1623405976:1'),(2514,147,'form_description','General contact/enquiry form.'),(2515,147,'_form_description','field_form_description'),(2516,147,'form_success_message','Thank you for your enquiry. One of our safari specialists will be in contact with you shortly.'),(2517,147,'_form_success_message','field_form_success_message'),(2518,147,'form_num_of_submissions','1'),(2519,147,'_form_num_of_submissions','field_form_num_of_submissions'),(2520,147,'form_num_of_views','21'),(2521,147,'_form_num_of_views','field_form_num_of_views'),(2522,147,'form_restrict_entries','0'),(2523,147,'_form_restrict_entries','field_form_restrict_entries'),(2524,147,'form_require_login','0'),(2525,147,'_form_require_login','field_form_require_login'),(2526,147,'form_schedule_form','0'),(2527,147,'_form_schedule_form','field_form_schedule_form'),(2528,147,'form_create_entries','1'),(2529,147,'_form_create_entries','field_form_create_entries'),(2530,147,'form_emails_0_name','Contact Notiffication'),(2531,147,'_form_emails_0_name','field_form_email_name'),(2532,147,'form_emails_0_active','1'),(2533,147,'_form_emails_0_active','field_form_email_active'),(2534,147,'form_emails_0_recipient_type','custom'),(2535,147,'_form_emails_0_recipient_type','field_form_email_recipient_type'),(2536,147,'form_emails_0_recipient_custom','david@intergise.com'),(2537,147,'_form_emails_0_recipient_custom','field_form_email_recipient_custom'),(2538,147,'form_emails_0_from','{field:contact_name} <{field:contact_email}>'),(2539,147,'_form_emails_0_from','field_form_email_from'),(2540,147,'form_emails_0_subject','Website Enquiry'),(2541,147,'_form_emails_0_subject','field_form_email_subject'),(2542,147,'form_emails_0_content','<h1>Website Enquiry</h1>\r\n<strong>Name:</strong> {field:contact_name}\r\n\r\n<strong>Email:</strong> {field:contact_email}\r\n\r\n<strong>Message</strong>\r\n\r\n{field:contact_message}'),(2543,147,'_form_emails_0_content','field_form_email_content'),(2544,147,'form_emails','1'),(2545,147,'_form_emails','field_form_emails'),(2548,34,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'ec29abbe593babd5f1b1a6a3f8d6e758ee63d4dd1268fd41ce8dc9e6e045827f\' ct_options=\'{\"ct_id\":10,\"ct_parent\":0,\"selector\":\"section-10-34\",\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'16748e0402f729c27f7e4b8628702425696967dc936bfee6fd1a1997dc779e99\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"div_block-11-34\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'b48d26eea7484aaa62a44ed44ddec64e4a2bc02b8f93c48b29180bc5c03c00c6\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"div_block-12-34\"}\'][ct_headline ct_sign_sha256=\'e5bd487670e298c32a3b1d9b98f80657ff9027c98ff627afc322b10258861543\' ct_options=\'{\"ct_id\":21,\"ct_parent\":12,\"selector\":\"headline-21-34\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false,\"classes\":{\"0\":\"c-padding-bottom-m\"}}\']Contact Us Today About an East Africa Safari[/ct_headline][oxy_icon_box ct_sign_sha256=\'80292822c1138682dda2275749870bc4f98286858ddbb2d94a716df097ae830e\' ct_options=\'{\"ct_id\":70,\"ct_parent\":12,\"selector\":\"_icon_box-70-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"QWRkcmVzcw==\",\"icon_box_text\":\"UC5PLiBCb3ggNzU3NCwgS2FtcGFsYSwgVWdhbmRhPGJyPg==\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":\"icon-box-inline\"}\'][ct_fancy_icon ct_sign_sha256=\'7ca396a99cbfc165f0b6a66059fa79be79a565bb912f51c7569656517c678ff6\' ct_options=\'{\"ct_id\":71,\"ct_parent\":70,\"selector\":\"fancy_icon-71-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-signs\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][oxy_icon_box ct_sign_sha256=\'340959e645edfad33b59abc270ac361a133669a26719634b6deeaa2f51b86376\' ct_options=\'{\"ct_id\":72,\"ct_parent\":12,\"selector\":\"_icon_box-72-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"VGVsZXBob25l\",\"icon_box_text\":\"KzI1NiAoMCkgNzgxIDUxNiA0MjI8YnI+PGJyPisgMjU2ICgwKSA3MDIgMzQ4IDkyMjxicj4=\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'d52963eee05e45f3d3a829a5cf055a62d66ed4490506e34ddcbac94779ebfef0\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"fancy_icon-73-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-signs\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5f664fe19911306cbc1a6fc370ebc39ded93f8d91b9906eb85b09a46117e9ced\' ct_options=\'{\"ct_id\":13,\"ct_parent\":11,\"selector\":\"div_block-13-34\"}\'][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2549,34,'ct_builder_shortcodes_revisions_dates','1623315714'),(2550,76,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'137ef8158b3f3b3b00761b591a7c071e419f061059222620d99412d4c9d290fd\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"section-1-76\",\"nicename\":\"3 to 2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'00e01a36172429f03e8737208278b50e0a7d0f5728ed6c065164d9380bb1b99e\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"div_block-2-76\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'70d87c5bb34b92898a4a0f07a7adbbb50d5f0f8bc11fd344baefa4118da041fe\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-76\"}\'][ct_image ct_sign_sha256=\'0a78a033c934ac3e2fec6850c2098d6e1f4cbc734c072bc1b10848bd38e4c538\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"image-5-76\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'199daf2d416f4ea1b900bdfa3ea016d44cfdd2cd90f09d5a79300a6e0838a4f7\' data=\'featured_image\' ]\",\"srcdynamic\":true,\"alt\":\"W294eWdlbiBjdF9zaWduX3NoYTI1Nj0nYzNhMjFlNmNjOTQxYjUyMzlhNjg2NmExYTQzYjcwYjA3MTExNmExMzlkMDYyYjYwMGI2NmJiMzQ4NzlkMWJkNycgZGF0YT0nZmVhdHVyZWRfaW1hZ2VfYWx0JyBd\",\"globalconditions\":{\"0\":{\"name\":\"Post Has Featured Image\",\"operator\":0,\"value\":\"MQ==\",\"searchValue\":\"MQ==\"}}},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'8253087efa4f4a19186c9129cb3aef7ac2f55a0909caa8f4cecbb9297618ee69\' ct_options=\'{\"ct_id\":6,\"ct_parent\":3,\"selector\":\"headline-6-76\",\"original\":{\"tag\":\"h1\"}}\'][ct_span ct_sign_sha256=\'6122ac191dc66877bc13af487bc4dedbbf258f01fc4244b7808a8d8080a2d740\' ct_options=\'{\"ct_id\":94,\"ct_parent\":6,\"selector\":\"span-94-76\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span]<br>[/ct_headline][oxy_dynamic_list_4 ct_sign_sha256=\'ed6e01153401f23cd2a3c1c552c538d1d80c7ae769cad976f4824d3caae84658\' ct_options=\'{\"ct_id\":9,\"ct_parent\":3,\"selector\":\"_dynamic_list-9-76\",\"original\":{\"use_acf_repeater\":\"true\",\"acf_repeater\":\"field_60af2c3adac03\"},\"activeselector\":false}\'][ct_div_block_5 ct_sign_sha256=\'d8d88dd8a368609aac38a7ac00bb266bc557cdbcd0a4b1dc543f79b75bd0be09\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"div_block-10-76\"}\'][ct_headline ct_sign_sha256=\'1a81c625d0d9022fef863c6c821fe67dcec65fbe1249437ce42884fe0e9be6a3\' ct_options=\'{\"ct_id\":13,\"ct_parent\":10,\"selector\":\"headline-13-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'6b97e5b15d938e144430538f4c44213966b21c8e3a6a454c44f0b1efbd5f8540\' ct_options=\'{\"ct_id\":102,\"ct_parent\":13,\"selector\":\"span-102-76\"}\'][oxygen ct_sign_sha256=\'a71beacffe36041017ce299fb8e6e4e56d72aa94b6a11785c913e152187cf07a\' data=\'acfreparray\' field=\'day_heading\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'bca3fde4e289ed85c2e3edf72db0e7d5924247afda34ad4a545d28dfb637dbfd\' ct_options=\'{\"ct_id\":70,\"ct_parent\":10,\"selector\":\"text_block-70-76\"}\'][ct_span ct_sign_sha256=\'ad362514d6a0647515fbc3b38531cec481807e0e37dcddf554f7ba33f5d76ac0\' ct_options=\'{\"ct_id\":106,\"ct_parent\":70,\"selector\":\"span-106-76\"}\'][oxygen ct_sign_sha256=\'388dfe89c4d6d2a3ba1c7dc6f9b93548b9f8722c40ae54bbee1716975fe5bc63\' data=\'acfreparray\' field=\'day_details\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_text_block][/ct_div_block_5][/oxy_dynamic_list_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'065a2d4dec7e7dd3766aa56b7de655fa13c471160ccfc8a748412620734f780c\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"div_block-4-76\",\"classes\":{\"0\":\"sticky\"},\"activeselector\":\"sticky\"}\'][ct_div_block_4 ct_sign_sha256=\'f4c1ebe861a482c637f98eec03987467a5c85778ff20e64fd3d8607e9754e568\' ct_options=\'{\"ct_id\":159,\"ct_parent\":4,\"selector\":\"div_block-159-76\",\"classes\":{\"0\":\"form-wrapper\"},\"activeselector\":\"form-wrapper\"}\'][ct_headline ct_sign_sha256=\'a744428330049fd1554cc3c97fa0f00784b3f8687291d2044f4716368a3bada7\' ct_options=\'{\"ct_id\":161,\"ct_parent\":159,\"selector\":\"headline-161-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Talk to Us About This Tour[/ct_headline][ct_text_block ct_sign_sha256=\'088a81284d555028088a3eb28fca13d9abe3649132286abb10977f431bc31c8d\' ct_options=\'{\"ct_id\":164,\"ct_parent\":159,\"selector\":\"text_block-164-76\"}\']Speak to a East Africa safari specialist to start planning your trip.[/ct_text_block][ct_shortcode ct_sign_sha256=\'377a6fcc167a3e4f13d86dee7674803af1a5e5b35b0833e97ca907fc8142237c\' ct_options=\'{\"ct_id\":133,\"ct_parent\":159,\"selector\":\"shortcode-133-76\",\"original\":{\"full_shortcode\":true},\"ct_shortcode\":\"true\",\"classes\":{\"0\":\"advanced-form\"},\"activeselector\":\"advanced-form\"}\'][advanced_form form=\"form_60b9d00f52460\"][/ct_shortcode][/ct_div_block_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'4d3f23e882080d88f10dcd93a88438554bd70dcd9720502fe0c6786d4f757a4a\' ct_options=\'{\"ct_id\":175,\"ct_parent\":0,\"selector\":\"section-175-76\",\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'84bd9357027801f3ff091a53abfa4a8898725ccf9408b34d2c5934fcd0b61de6\' ct_options=\'{\"ct_id\":176,\"ct_parent\":175,\"selector\":\"div_block-176-76\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'2f52f79df898f06935fa8aaf944d64abcdd73ed76ebfb16baac9d13214dacece\' ct_options=\'{\"ct_id\":177,\"ct_parent\":176,\"selector\":\"div_block-177-76\"}\'][ct_headline ct_sign_sha256=\'14c96a7b006b617948e3e4751365968031933ce55ae2c899e7057d3abcd354a0\' ct_options=\'{\"ct_id\":179,\"ct_parent\":177,\"selector\":\"headline-179-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Inclusions[/ct_headline][ct_code_block ct_sign_sha256=\'08fda626a5c1d88de2e36ae41c9a8c329cfd597547c10c1eb9204eac8e19e403\' ct_options=\'{\"ct_id\":181,\"ct_parent\":177,\"selector\":\"code_block-181-76\",\"original\":{\"code-php\":\"PD9waHAKJGluY2x1ZGVkID0gZ2V0X2ZpZWxkKCdpbmNsdXNpb25zJyk7CmlmKCAkaW5jbHVkZWQgKTogPz4KPHVsPgogICAgPD9waHAgZm9yZWFjaCggJGluY2x1ZGVkIGFzICRpbmMgKTogPz4KICAgICAgICA8bGk+PD9waHAgZWNobyAkaW5jOyA/PjwvbGk+CiAgICA8P3BocCBlbmRmb3JlYWNoOyA/Pgo8L3VsPgo8P3BocCBlbmRpZjsgPz4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'dfac5be201cf66a5dbd9b00ffe8c7a96e62bf7b4202908b092a013f02d87d858\' ct_options=\'{\"ct_id\":178,\"ct_parent\":176,\"selector\":\"div_block-178-76\",\"activeselector\":\"sticky\"}\'][ct_headline ct_sign_sha256=\'30889d066e052916c7ff4cb547cea3988181fb9b44983e99ea3611ac42c15418\' ct_options=\'{\"ct_id\":182,\"ct_parent\":178,\"selector\":\"headline-182-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Excluded[/ct_headline][ct_code_block ct_sign_sha256=\'a7c284dd67fa7441795ad1abff4cbfbd4f44fab597a384b5124362037379a4f2\' ct_options=\'{\"ct_id\":184,\"ct_parent\":178,\"selector\":\"code_block-184-76\",\"original\":{\"code-php\":\"PD9waHAKJGV4Y2x1ZGVkID0gZ2V0X2ZpZWxkKCdleGNsdXNpb25zJyk7CmlmKCAkZXhjbHVkZWQgKTogPz4KPHVsPgogICAgPD9waHAgZm9yZWFjaCggJGV4Y2x1ZGVkIGFzICRleGMgKTogPz4KICAgICAgICA8bGk+PD9waHAgZWNobyAkZXhjOyA/PjwvbGk+CiAgICA8P3BocCBlbmRmb3JlYWNoOyA/Pgo8L3VsPgo8P3BocCBlbmRpZjsgPz4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2551,76,'ct_builder_shortcodes_revisions_dates','1623316180'),(2552,76,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'137ef8158b3f3b3b00761b591a7c071e419f061059222620d99412d4c9d290fd\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"section-1-76\",\"nicename\":\"3 to 2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'00e01a36172429f03e8737208278b50e0a7d0f5728ed6c065164d9380bb1b99e\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"div_block-2-76\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'70d87c5bb34b92898a4a0f07a7adbbb50d5f0f8bc11fd344baefa4118da041fe\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-76\"}\'][ct_image ct_sign_sha256=\'0a78a033c934ac3e2fec6850c2098d6e1f4cbc734c072bc1b10848bd38e4c538\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"image-5-76\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'199daf2d416f4ea1b900bdfa3ea016d44cfdd2cd90f09d5a79300a6e0838a4f7\' data=\'featured_image\' ]\",\"srcdynamic\":true,\"alt\":\"W294eWdlbiBjdF9zaWduX3NoYTI1Nj0nYzNhMjFlNmNjOTQxYjUyMzlhNjg2NmExYTQzYjcwYjA3MTExNmExMzlkMDYyYjYwMGI2NmJiMzQ4NzlkMWJkNycgZGF0YT0nZmVhdHVyZWRfaW1hZ2VfYWx0JyBd\",\"globalconditions\":{\"0\":{\"name\":\"Post Has Featured Image\",\"operator\":0,\"value\":\"MQ==\",\"searchValue\":\"MQ==\"}}},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'8253087efa4f4a19186c9129cb3aef7ac2f55a0909caa8f4cecbb9297618ee69\' ct_options=\'{\"ct_id\":6,\"ct_parent\":3,\"selector\":\"headline-6-76\",\"original\":{\"tag\":\"h1\"}}\'][ct_span ct_sign_sha256=\'6122ac191dc66877bc13af487bc4dedbbf258f01fc4244b7808a8d8080a2d740\' ct_options=\'{\"ct_id\":94,\"ct_parent\":6,\"selector\":\"span-94-76\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span]<br>[/ct_headline][oxy_dynamic_list_4 ct_sign_sha256=\'ed6e01153401f23cd2a3c1c552c538d1d80c7ae769cad976f4824d3caae84658\' ct_options=\'{\"ct_id\":9,\"ct_parent\":3,\"selector\":\"_dynamic_list-9-76\",\"original\":{\"use_acf_repeater\":\"true\",\"acf_repeater\":\"field_60af2c3adac03\"},\"activeselector\":false}\'][ct_div_block_5 ct_sign_sha256=\'d8d88dd8a368609aac38a7ac00bb266bc557cdbcd0a4b1dc543f79b75bd0be09\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"div_block-10-76\"}\'][ct_headline ct_sign_sha256=\'1a81c625d0d9022fef863c6c821fe67dcec65fbe1249437ce42884fe0e9be6a3\' ct_options=\'{\"ct_id\":13,\"ct_parent\":10,\"selector\":\"headline-13-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'6b97e5b15d938e144430538f4c44213966b21c8e3a6a454c44f0b1efbd5f8540\' ct_options=\'{\"ct_id\":102,\"ct_parent\":13,\"selector\":\"span-102-76\"}\'][oxygen ct_sign_sha256=\'a71beacffe36041017ce299fb8e6e4e56d72aa94b6a11785c913e152187cf07a\' data=\'acfreparray\' field=\'day_heading\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'bca3fde4e289ed85c2e3edf72db0e7d5924247afda34ad4a545d28dfb637dbfd\' ct_options=\'{\"ct_id\":70,\"ct_parent\":10,\"selector\":\"text_block-70-76\"}\'][ct_span ct_sign_sha256=\'ad362514d6a0647515fbc3b38531cec481807e0e37dcddf554f7ba33f5d76ac0\' ct_options=\'{\"ct_id\":106,\"ct_parent\":70,\"selector\":\"span-106-76\"}\'][oxygen ct_sign_sha256=\'388dfe89c4d6d2a3ba1c7dc6f9b93548b9f8722c40ae54bbee1716975fe5bc63\' data=\'acfreparray\' field=\'day_details\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_text_block][/ct_div_block_5][/oxy_dynamic_list_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'065a2d4dec7e7dd3766aa56b7de655fa13c471160ccfc8a748412620734f780c\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"div_block-4-76\",\"classes\":{\"0\":\"sticky\"},\"activeselector\":\"sticky\"}\'][ct_div_block_4 ct_sign_sha256=\'f4c1ebe861a482c637f98eec03987467a5c85778ff20e64fd3d8607e9754e568\' ct_options=\'{\"ct_id\":159,\"ct_parent\":4,\"selector\":\"div_block-159-76\",\"classes\":{\"0\":\"form-wrapper\"},\"activeselector\":\"form-wrapper\"}\'][ct_headline ct_sign_sha256=\'a744428330049fd1554cc3c97fa0f00784b3f8687291d2044f4716368a3bada7\' ct_options=\'{\"ct_id\":161,\"ct_parent\":159,\"selector\":\"headline-161-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Talk to Us About This Tour[/ct_headline][ct_text_block ct_sign_sha256=\'088a81284d555028088a3eb28fca13d9abe3649132286abb10977f431bc31c8d\' ct_options=\'{\"ct_id\":164,\"ct_parent\":159,\"selector\":\"text_block-164-76\"}\']Speak to a East Africa safari specialist to start planning your trip.[/ct_text_block][ct_shortcode ct_sign_sha256=\'377a6fcc167a3e4f13d86dee7674803af1a5e5b35b0833e97ca907fc8142237c\' ct_options=\'{\"ct_id\":133,\"ct_parent\":159,\"selector\":\"shortcode-133-76\",\"original\":{\"full_shortcode\":true},\"ct_shortcode\":\"true\",\"classes\":{\"0\":\"advanced-form\"},\"activeselector\":\"advanced-form\"}\'][advanced_form form=\"form_60b9d00f52460\"][/ct_shortcode][/ct_div_block_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'4d3f23e882080d88f10dcd93a88438554bd70dcd9720502fe0c6786d4f757a4a\' ct_options=\'{\"ct_id\":175,\"ct_parent\":0,\"selector\":\"section-175-76\",\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'84bd9357027801f3ff091a53abfa4a8898725ccf9408b34d2c5934fcd0b61de6\' ct_options=\'{\"ct_id\":176,\"ct_parent\":175,\"selector\":\"div_block-176-76\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'2f52f79df898f06935fa8aaf944d64abcdd73ed76ebfb16baac9d13214dacece\' ct_options=\'{\"ct_id\":177,\"ct_parent\":176,\"selector\":\"div_block-177-76\"}\'][ct_headline ct_sign_sha256=\'14c96a7b006b617948e3e4751365968031933ce55ae2c899e7057d3abcd354a0\' ct_options=\'{\"ct_id\":179,\"ct_parent\":177,\"selector\":\"headline-179-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Inclusions[/ct_headline][ct_code_block ct_sign_sha256=\'08fda626a5c1d88de2e36ae41c9a8c329cfd597547c10c1eb9204eac8e19e403\' ct_options=\'{\"ct_id\":181,\"ct_parent\":177,\"selector\":\"code_block-181-76\",\"original\":{\"code-php\":\"PD9waHAKJGluY2x1ZGVkID0gZ2V0X2ZpZWxkKCdpbmNsdXNpb25zJyk7CmlmKCAkaW5jbHVkZWQgKTogPz4KPHVsPgogICAgPD9waHAgZm9yZWFjaCggJGluY2x1ZGVkIGFzICRpbmMgKTogPz4KICAgICAgICA8bGk+PD9waHAgZWNobyAkaW5jOyA/PjwvbGk+CiAgICA8P3BocCBlbmRmb3JlYWNoOyA/Pgo8L3VsPgo8P3BocCBlbmRpZjsgPz4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'dfac5be201cf66a5dbd9b00ffe8c7a96e62bf7b4202908b092a013f02d87d858\' ct_options=\'{\"ct_id\":178,\"ct_parent\":176,\"selector\":\"div_block-178-76\",\"activeselector\":\"sticky\"}\'][ct_headline ct_sign_sha256=\'30889d066e052916c7ff4cb547cea3988181fb9b44983e99ea3611ac42c15418\' ct_options=\'{\"ct_id\":182,\"ct_parent\":178,\"selector\":\"headline-182-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Excluded[/ct_headline][ct_code_block ct_sign_sha256=\'a7c284dd67fa7441795ad1abff4cbfbd4f44fab597a384b5124362037379a4f2\' ct_options=\'{\"ct_id\":184,\"ct_parent\":178,\"selector\":\"code_block-184-76\",\"original\":{\"code-php\":\"PD9waHAKJGV4Y2x1ZGVkID0gZ2V0X2ZpZWxkKCdleGNsdXNpb25zJyk7CmlmKCAkZXhjbHVkZWQgKTogPz4KPHVsPgogICAgPD9waHAgZm9yZWFjaCggJGV4Y2x1ZGVkIGFzICRleGMgKTogPz4KICAgICAgICA8bGk+PD9waHAgZWNobyAkZXhjOyA/PjwvbGk+CiAgICA8P3BocCBlbmRmb3JlYWNoOyA/Pgo8L3VsPgo8P3BocCBlbmRpZjsgPz4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2553,76,'ct_builder_shortcodes_revisions_dates','1623316231'),(2554,76,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'137ef8158b3f3b3b00761b591a7c071e419f061059222620d99412d4c9d290fd\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"section-1-76\",\"nicename\":\"3 to 2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'00e01a36172429f03e8737208278b50e0a7d0f5728ed6c065164d9380bb1b99e\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"div_block-2-76\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'70d87c5bb34b92898a4a0f07a7adbbb50d5f0f8bc11fd344baefa4118da041fe\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-76\"}\'][ct_image ct_sign_sha256=\'0a78a033c934ac3e2fec6850c2098d6e1f4cbc734c072bc1b10848bd38e4c538\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"image-5-76\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'199daf2d416f4ea1b900bdfa3ea016d44cfdd2cd90f09d5a79300a6e0838a4f7\' data=\'featured_image\' ]\",\"srcdynamic\":true,\"alt\":\"W294eWdlbiBjdF9zaWduX3NoYTI1Nj0nYzNhMjFlNmNjOTQxYjUyMzlhNjg2NmExYTQzYjcwYjA3MTExNmExMzlkMDYyYjYwMGI2NmJiMzQ4NzlkMWJkNycgZGF0YT0nZmVhdHVyZWRfaW1hZ2VfYWx0JyBd\",\"globalconditions\":{\"0\":{\"name\":\"Post Has Featured Image\",\"operator\":0,\"value\":\"MQ==\",\"searchValue\":\"MQ==\"}}},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'8253087efa4f4a19186c9129cb3aef7ac2f55a0909caa8f4cecbb9297618ee69\' ct_options=\'{\"ct_id\":6,\"ct_parent\":3,\"selector\":\"headline-6-76\",\"original\":{\"tag\":\"h1\"}}\'][ct_span ct_sign_sha256=\'6122ac191dc66877bc13af487bc4dedbbf258f01fc4244b7808a8d8080a2d740\' ct_options=\'{\"ct_id\":94,\"ct_parent\":6,\"selector\":\"span-94-76\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span]<br>[/ct_headline][oxy_dynamic_list_4 ct_sign_sha256=\'ed6e01153401f23cd2a3c1c552c538d1d80c7ae769cad976f4824d3caae84658\' ct_options=\'{\"ct_id\":9,\"ct_parent\":3,\"selector\":\"_dynamic_list-9-76\",\"original\":{\"use_acf_repeater\":\"true\",\"acf_repeater\":\"field_60af2c3adac03\"},\"activeselector\":false}\'][ct_div_block_5 ct_sign_sha256=\'d8d88dd8a368609aac38a7ac00bb266bc557cdbcd0a4b1dc543f79b75bd0be09\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"div_block-10-76\"}\'][ct_headline ct_sign_sha256=\'1a81c625d0d9022fef863c6c821fe67dcec65fbe1249437ce42884fe0e9be6a3\' ct_options=\'{\"ct_id\":13,\"ct_parent\":10,\"selector\":\"headline-13-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'6b97e5b15d938e144430538f4c44213966b21c8e3a6a454c44f0b1efbd5f8540\' ct_options=\'{\"ct_id\":102,\"ct_parent\":13,\"selector\":\"span-102-76\"}\'][oxygen ct_sign_sha256=\'a71beacffe36041017ce299fb8e6e4e56d72aa94b6a11785c913e152187cf07a\' data=\'acfreparray\' field=\'day_heading\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'bca3fde4e289ed85c2e3edf72db0e7d5924247afda34ad4a545d28dfb637dbfd\' ct_options=\'{\"ct_id\":70,\"ct_parent\":10,\"selector\":\"text_block-70-76\"}\'][ct_span ct_sign_sha256=\'ad362514d6a0647515fbc3b38531cec481807e0e37dcddf554f7ba33f5d76ac0\' ct_options=\'{\"ct_id\":106,\"ct_parent\":70,\"selector\":\"span-106-76\"}\'][oxygen ct_sign_sha256=\'388dfe89c4d6d2a3ba1c7dc6f9b93548b9f8722c40ae54bbee1716975fe5bc63\' data=\'acfreparray\' field=\'day_details\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_text_block][/ct_div_block_5][/oxy_dynamic_list_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'065a2d4dec7e7dd3766aa56b7de655fa13c471160ccfc8a748412620734f780c\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"div_block-4-76\",\"classes\":{\"0\":\"sticky\"},\"activeselector\":\"sticky\"}\'][ct_div_block_4 ct_sign_sha256=\'f4c1ebe861a482c637f98eec03987467a5c85778ff20e64fd3d8607e9754e568\' ct_options=\'{\"ct_id\":159,\"ct_parent\":4,\"selector\":\"div_block-159-76\",\"classes\":{\"0\":\"form-wrapper\"},\"activeselector\":\"form-wrapper\"}\'][ct_headline ct_sign_sha256=\'a744428330049fd1554cc3c97fa0f00784b3f8687291d2044f4716368a3bada7\' ct_options=\'{\"ct_id\":161,\"ct_parent\":159,\"selector\":\"headline-161-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Talk to Us About This Tour[/ct_headline][ct_text_block ct_sign_sha256=\'088a81284d555028088a3eb28fca13d9abe3649132286abb10977f431bc31c8d\' ct_options=\'{\"ct_id\":164,\"ct_parent\":159,\"selector\":\"text_block-164-76\"}\']Speak to a East Africa safari specialist to start planning your trip.[/ct_text_block][ct_shortcode ct_sign_sha256=\'377a6fcc167a3e4f13d86dee7674803af1a5e5b35b0833e97ca907fc8142237c\' ct_options=\'{\"ct_id\":133,\"ct_parent\":159,\"selector\":\"shortcode-133-76\",\"original\":{\"full_shortcode\":true},\"ct_shortcode\":\"true\",\"classes\":{\"0\":\"advanced-form\"},\"activeselector\":\"advanced-form\"}\'][advanced_form form=\"form_60b9d00f52460\"][/ct_shortcode][/ct_div_block_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'4d3f23e882080d88f10dcd93a88438554bd70dcd9720502fe0c6786d4f757a4a\' ct_options=\'{\"ct_id\":175,\"ct_parent\":0,\"selector\":\"section-175-76\",\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'84bd9357027801f3ff091a53abfa4a8898725ccf9408b34d2c5934fcd0b61de6\' ct_options=\'{\"ct_id\":176,\"ct_parent\":175,\"selector\":\"div_block-176-76\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'2f52f79df898f06935fa8aaf944d64abcdd73ed76ebfb16baac9d13214dacece\' ct_options=\'{\"ct_id\":177,\"ct_parent\":176,\"selector\":\"div_block-177-76\"}\'][ct_headline ct_sign_sha256=\'14c96a7b006b617948e3e4751365968031933ce55ae2c899e7057d3abcd354a0\' ct_options=\'{\"ct_id\":179,\"ct_parent\":177,\"selector\":\"headline-179-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Inclusions[/ct_headline][ct_code_block ct_sign_sha256=\'08fda626a5c1d88de2e36ae41c9a8c329cfd597547c10c1eb9204eac8e19e403\' ct_options=\'{\"ct_id\":181,\"ct_parent\":177,\"selector\":\"code_block-181-76\",\"original\":{\"code-php\":\"PD9waHAKJGluY2x1ZGVkID0gZ2V0X2ZpZWxkKCdpbmNsdXNpb25zJyk7CmlmKCAkaW5jbHVkZWQgKTogPz4KPHVsPgogICAgPD9waHAgZm9yZWFjaCggJGluY2x1ZGVkIGFzICRpbmMgKTogPz4KICAgICAgICA8bGk+PD9waHAgZWNobyAkaW5jOyA/PjwvbGk+CiAgICA8P3BocCBlbmRmb3JlYWNoOyA/Pgo8L3VsPgo8P3BocCBlbmRpZjsgPz4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'dfac5be201cf66a5dbd9b00ffe8c7a96e62bf7b4202908b092a013f02d87d858\' ct_options=\'{\"ct_id\":178,\"ct_parent\":176,\"selector\":\"div_block-178-76\",\"activeselector\":\"sticky\"}\'][ct_headline ct_sign_sha256=\'30889d066e052916c7ff4cb547cea3988181fb9b44983e99ea3611ac42c15418\' ct_options=\'{\"ct_id\":182,\"ct_parent\":178,\"selector\":\"headline-182-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Excluded[/ct_headline][ct_code_block ct_sign_sha256=\'a7c284dd67fa7441795ad1abff4cbfbd4f44fab597a384b5124362037379a4f2\' ct_options=\'{\"ct_id\":184,\"ct_parent\":178,\"selector\":\"code_block-184-76\",\"original\":{\"code-php\":\"PD9waHAKJGV4Y2x1ZGVkID0gZ2V0X2ZpZWxkKCdleGNsdXNpb25zJyk7CmlmKCAkZXhjbHVkZWQgKTogPz4KPHVsPgogICAgPD9waHAgZm9yZWFjaCggJGV4Y2x1ZGVkIGFzICRleGMgKTogPz4KICAgICAgICA8bGk+PD9waHAgZWNobyAkZXhjOyA/PjwvbGk+CiAgICA8P3BocCBlbmRmb3JlYWNoOyA/Pgo8L3VsPgo8P3BocCBlbmRpZjsgPz4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2555,76,'ct_builder_shortcodes_revisions_dates','1623316751'),(2556,76,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'137ef8158b3f3b3b00761b591a7c071e419f061059222620d99412d4c9d290fd\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"section-1-76\",\"nicename\":\"3 to 2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'00e01a36172429f03e8737208278b50e0a7d0f5728ed6c065164d9380bb1b99e\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"div_block-2-76\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'70d87c5bb34b92898a4a0f07a7adbbb50d5f0f8bc11fd344baefa4118da041fe\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-76\"}\'][ct_image ct_sign_sha256=\'0a78a033c934ac3e2fec6850c2098d6e1f4cbc734c072bc1b10848bd38e4c538\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"image-5-76\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'199daf2d416f4ea1b900bdfa3ea016d44cfdd2cd90f09d5a79300a6e0838a4f7\' data=\'featured_image\' ]\",\"srcdynamic\":true,\"alt\":\"W294eWdlbiBjdF9zaWduX3NoYTI1Nj0nYzNhMjFlNmNjOTQxYjUyMzlhNjg2NmExYTQzYjcwYjA3MTExNmExMzlkMDYyYjYwMGI2NmJiMzQ4NzlkMWJkNycgZGF0YT0nZmVhdHVyZWRfaW1hZ2VfYWx0JyBd\",\"globalconditions\":{\"0\":{\"name\":\"Post Has Featured Image\",\"operator\":0,\"value\":\"MQ==\",\"searchValue\":\"MQ==\"}}},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'8253087efa4f4a19186c9129cb3aef7ac2f55a0909caa8f4cecbb9297618ee69\' ct_options=\'{\"ct_id\":6,\"ct_parent\":3,\"selector\":\"headline-6-76\",\"original\":{\"tag\":\"h1\"}}\'][ct_span ct_sign_sha256=\'6122ac191dc66877bc13af487bc4dedbbf258f01fc4244b7808a8d8080a2d740\' ct_options=\'{\"ct_id\":94,\"ct_parent\":6,\"selector\":\"span-94-76\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span]<br>[/ct_headline][oxy_dynamic_list_4 ct_sign_sha256=\'ed6e01153401f23cd2a3c1c552c538d1d80c7ae769cad976f4824d3caae84658\' ct_options=\'{\"ct_id\":9,\"ct_parent\":3,\"selector\":\"_dynamic_list-9-76\",\"original\":{\"use_acf_repeater\":\"true\",\"acf_repeater\":\"field_60af2c3adac03\"},\"activeselector\":false}\'][ct_div_block_5 ct_sign_sha256=\'d8d88dd8a368609aac38a7ac00bb266bc557cdbcd0a4b1dc543f79b75bd0be09\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"div_block-10-76\"}\'][ct_headline ct_sign_sha256=\'1a81c625d0d9022fef863c6c821fe67dcec65fbe1249437ce42884fe0e9be6a3\' ct_options=\'{\"ct_id\":13,\"ct_parent\":10,\"selector\":\"headline-13-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'6b97e5b15d938e144430538f4c44213966b21c8e3a6a454c44f0b1efbd5f8540\' ct_options=\'{\"ct_id\":102,\"ct_parent\":13,\"selector\":\"span-102-76\"}\'][oxygen ct_sign_sha256=\'a71beacffe36041017ce299fb8e6e4e56d72aa94b6a11785c913e152187cf07a\' data=\'acfreparray\' field=\'day_heading\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'bca3fde4e289ed85c2e3edf72db0e7d5924247afda34ad4a545d28dfb637dbfd\' ct_options=\'{\"ct_id\":70,\"ct_parent\":10,\"selector\":\"text_block-70-76\"}\'][ct_span ct_sign_sha256=\'ad362514d6a0647515fbc3b38531cec481807e0e37dcddf554f7ba33f5d76ac0\' ct_options=\'{\"ct_id\":106,\"ct_parent\":70,\"selector\":\"span-106-76\"}\'][oxygen ct_sign_sha256=\'388dfe89c4d6d2a3ba1c7dc6f9b93548b9f8722c40ae54bbee1716975fe5bc63\' data=\'acfreparray\' field=\'day_details\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_text_block][/ct_div_block_5][/oxy_dynamic_list_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'065a2d4dec7e7dd3766aa56b7de655fa13c471160ccfc8a748412620734f780c\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"div_block-4-76\",\"classes\":{\"0\":\"sticky\"},\"activeselector\":\"sticky\"}\'][ct_div_block_4 ct_sign_sha256=\'f4c1ebe861a482c637f98eec03987467a5c85778ff20e64fd3d8607e9754e568\' ct_options=\'{\"ct_id\":159,\"ct_parent\":4,\"selector\":\"div_block-159-76\",\"classes\":{\"0\":\"form-wrapper\"},\"activeselector\":\"form-wrapper\"}\'][ct_headline ct_sign_sha256=\'a744428330049fd1554cc3c97fa0f00784b3f8687291d2044f4716368a3bada7\' ct_options=\'{\"ct_id\":161,\"ct_parent\":159,\"selector\":\"headline-161-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Talk to Us About This Tour[/ct_headline][ct_text_block ct_sign_sha256=\'088a81284d555028088a3eb28fca13d9abe3649132286abb10977f431bc31c8d\' ct_options=\'{\"ct_id\":164,\"ct_parent\":159,\"selector\":\"text_block-164-76\"}\']Speak to a East Africa safari specialist to start planning your trip.[/ct_text_block][ct_shortcode ct_sign_sha256=\'377a6fcc167a3e4f13d86dee7674803af1a5e5b35b0833e97ca907fc8142237c\' ct_options=\'{\"ct_id\":133,\"ct_parent\":159,\"selector\":\"shortcode-133-76\",\"original\":{\"full_shortcode\":true},\"ct_shortcode\":\"true\",\"classes\":{\"0\":\"advanced-form\"},\"activeselector\":\"advanced-form\"}\'][advanced_form form=\"form_60b9d00f52460\"][/ct_shortcode][/ct_div_block_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'b5e336d0dc667766c7083b7354e22a0f6578b3474012f127ff4df1bcb45b7e06\' ct_options=\'{\"ct_id\":210,\"ct_parent\":0,\"selector\":\"section-210-76\"}\'][ct_new_columns_2 ct_sign_sha256=\'858d577f46e2ea36aca0df54919d11dfbe735fbd8da630707e4e2422cd448692\' ct_options=\'{\"ct_id\":211,\"ct_parent\":210,\"selector\":\"new_columns-211-76\"}\'][ct_div_block_2 ct_sign_sha256=\'4aa3e19864230ff9d2a57fa3a7ecabbeb2ef58d33dbb133b02a611ecc3c12aee\' ct_options=\'{\"ct_id\":212,\"ct_parent\":211,\"selector\":\"div_block-212-76\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"5\",\"padding-left\":\"5\",\"padding-right\":\"5\",\"padding-bottom\":\"5\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'8a4dd9cfa337a4a8821f53cd72a6092a250d3e0e706cbde7325203e39b75b200\' ct_options=\'{\"ct_id\":250,\"ct_parent\":212,\"selector\":\"image-250-76\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'199daf2d416f4ea1b900bdfa3ea016d44cfdd2cd90f09d5a79300a6e0838a4f7\' data=\'featured_image\' ]\",\"srcdynamic\":true,\"alt\":\"W294eWdlbiBjdF9zaWduX3NoYTI1Nj0nYzNhMjFlNmNjOTQxYjUyMzlhNjg2NmExYTQzYjcwYjA3MTExNmExMzlkMDYyYjYwMGI2NmJiMzQ4NzlkMWJkNycgZGF0YT0nZmVhdHVyZWRfaW1hZ2VfYWx0JyBd\",\"globalconditions\":{\"0\":{\"name\":\"Post Has Featured Image\",\"operator\":0,\"value\":\"MQ==\",\"searchValue\":\"MQ==\"}}},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'ece6a4e72abdb144299bc9c668cc69226650b5e0969bf3e2c50855970d9a5e56\' ct_options=\'{\"ct_id\":214,\"ct_parent\":212,\"selector\":\"headline-214-76\",\"original\":{\"tag\":\"h1\"}}\'][ct_span ct_sign_sha256=\'3ee1e8572c7ad2f6c70c19c3294c211ba44c2e6b1ae6c25bbd53a44ed8eb6e12\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"span-215-76\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span]<br>[/ct_headline][oxy_dynamic_list_3 ct_sign_sha256=\'b0f76ccefaa5ac627737c7f59f5961ca391e8662df17dfbd7741c4d34a0de0a4\' ct_options=\'{\"ct_id\":217,\"ct_parent\":212,\"selector\":\"_dynamic_list-217-76\",\"original\":{\"use_acf_repeater\":\"true\",\"acf_repeater\":\"field_60af2c3adac03\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'e519c4cd0c4f526bfbd86721997d931b7406be0845ae35c7ab5604fc96444041\' ct_options=\'{\"ct_id\":218,\"ct_parent\":217,\"selector\":\"div_block-218-76\"}\'][ct_headline ct_sign_sha256=\'44ec188d29d67b4d84dcdf062c83c2bb76bf0aa9f8d44a27ca4e375da8143cd7\' ct_options=\'{\"ct_id\":219,\"ct_parent\":218,\"selector\":\"headline-219-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'92ec11af143454f42644d286a6c30b0ffde74232bb0cd60d51a300dade7bbec5\' ct_options=\'{\"ct_id\":220,\"ct_parent\":219,\"selector\":\"span-220-76\"}\'][oxygen ct_sign_sha256=\'a71beacffe36041017ce299fb8e6e4e56d72aa94b6a11785c913e152187cf07a\' data=\'acfreparray\' field=\'day_heading\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'70d1edeb65055cad26ffcc7e55202eed465e8c3ff038c32ec6131ead2048d814\' ct_options=\'{\"ct_id\":221,\"ct_parent\":218,\"selector\":\"text_block-221-76\"}\'][ct_span ct_sign_sha256=\'feea15b6b8eca9e6a7736886a853ae2e49ea31e75a4f6de14d750e949bb864bd\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"span-222-76\"}\'][oxygen ct_sign_sha256=\'388dfe89c4d6d2a3ba1c7dc6f9b93548b9f8722c40ae54bbee1716975fe5bc63\' data=\'acfreparray\' field=\'day_details\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_text_block][/ct_div_block_4][/oxy_dynamic_list_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'15ba3551c26b6863b66fb82d1b9901cbaf13e82dcd745b98455bdcbfc4045c05\' ct_options=\'{\"ct_id\":213,\"ct_parent\":211,\"selector\":\"div_block-213-76\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"padding-top\":\"5\",\"padding-left\":\"5\",\"padding-right\":\"5\",\"padding-bottom\":\"5\"},\"classes\":{\"0\":\"sticky\"},\"activeselector\":\"sticky\"}\'][ct_div_block_3 ct_sign_sha256=\'f5b01d849c8bd80398de4d5d8daadee2089bb17860c76237c7738e5f7e9bec68\' ct_options=\'{\"ct_id\":259,\"ct_parent\":213,\"selector\":\"div_block-259-76\",\"classes\":{\"0\":\"form-wrapper\"},\"activeselector\":\"form-wrapper\"}\'][ct_headline ct_sign_sha256=\'7724991335125b01a1adfff7b6e313dae8765f78a29095539e5d2ca4ac493f39\' ct_options=\'{\"ct_id\":252,\"ct_parent\":259,\"selector\":\"headline-252-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Talk to Us About This Tour[/ct_headline][ct_text_block ct_sign_sha256=\'f4b7c33c18a1b310ce9c7dad86a4557865a6f77fab039625a88fa44af0529085\' ct_options=\'{\"ct_id\":255,\"ct_parent\":259,\"selector\":\"text_block-255-76\"}\']Speak to a East Africa safari specialist to start planning your trip.[/ct_text_block][ct_shortcode ct_sign_sha256=\'55dc7428c326665676efe37b376b8e2571196de72598e106a34deab8360d3105\' ct_options=\'{\"ct_id\":257,\"ct_parent\":259,\"selector\":\"shortcode-257-76\",\"original\":{\"full_shortcode\":true},\"ct_shortcode\":\"true\",\"classes\":{\"0\":\"advanced-form\"},\"activeselector\":\"advanced-form\"}\'][advanced_form form=\"form_60b9d00f52460\"][/ct_shortcode][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'4d3f23e882080d88f10dcd93a88438554bd70dcd9720502fe0c6786d4f757a4a\' ct_options=\'{\"ct_id\":175,\"ct_parent\":0,\"selector\":\"section-175-76\",\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'84bd9357027801f3ff091a53abfa4a8898725ccf9408b34d2c5934fcd0b61de6\' ct_options=\'{\"ct_id\":176,\"ct_parent\":175,\"selector\":\"div_block-176-76\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'2f52f79df898f06935fa8aaf944d64abcdd73ed76ebfb16baac9d13214dacece\' ct_options=\'{\"ct_id\":177,\"ct_parent\":176,\"selector\":\"div_block-177-76\"}\'][ct_headline ct_sign_sha256=\'14c96a7b006b617948e3e4751365968031933ce55ae2c899e7057d3abcd354a0\' ct_options=\'{\"ct_id\":179,\"ct_parent\":177,\"selector\":\"headline-179-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Inclusions[/ct_headline][ct_code_block ct_sign_sha256=\'08fda626a5c1d88de2e36ae41c9a8c329cfd597547c10c1eb9204eac8e19e403\' ct_options=\'{\"ct_id\":181,\"ct_parent\":177,\"selector\":\"code_block-181-76\",\"original\":{\"code-php\":\"PD9waHAKJGluY2x1ZGVkID0gZ2V0X2ZpZWxkKCdpbmNsdXNpb25zJyk7CmlmKCAkaW5jbHVkZWQgKTogPz4KPHVsPgogICAgPD9waHAgZm9yZWFjaCggJGluY2x1ZGVkIGFzICRpbmMgKTogPz4KICAgICAgICA8bGk+PD9waHAgZWNobyAkaW5jOyA/PjwvbGk+CiAgICA8P3BocCBlbmRmb3JlYWNoOyA/Pgo8L3VsPgo8P3BocCBlbmRpZjsgPz4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'dfac5be201cf66a5dbd9b00ffe8c7a96e62bf7b4202908b092a013f02d87d858\' ct_options=\'{\"ct_id\":178,\"ct_parent\":176,\"selector\":\"div_block-178-76\",\"activeselector\":\"sticky\"}\'][ct_headline ct_sign_sha256=\'30889d066e052916c7ff4cb547cea3988181fb9b44983e99ea3611ac42c15418\' ct_options=\'{\"ct_id\":182,\"ct_parent\":178,\"selector\":\"headline-182-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Excluded[/ct_headline][ct_code_block ct_sign_sha256=\'a7c284dd67fa7441795ad1abff4cbfbd4f44fab597a384b5124362037379a4f2\' ct_options=\'{\"ct_id\":184,\"ct_parent\":178,\"selector\":\"code_block-184-76\",\"original\":{\"code-php\":\"PD9waHAKJGV4Y2x1ZGVkID0gZ2V0X2ZpZWxkKCdleGNsdXNpb25zJyk7CmlmKCAkZXhjbHVkZWQgKTogPz4KPHVsPgogICAgPD9waHAgZm9yZWFjaCggJGV4Y2x1ZGVkIGFzICRleGMgKTogPz4KICAgICAgICA8bGk+PD9waHAgZWNobyAkZXhjOyA/PjwvbGk+CiAgICA8P3BocCBlbmRmb3JlYWNoOyA/Pgo8L3VsPgo8P3BocCBlbmRpZjsgPz4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2557,76,'ct_builder_shortcodes_revisions_dates','1623317145'),(2558,24,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'9f0e3aab684569a8486b1ff81ded8455b5b5dff39a7716670a780bf458fcf949\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-24\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false,\"classes\":{\"0\":\"c-bg-light\"},\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'55377ff3b9ae43f90cceee137621fa443b4f17c4676f8d0bfe83ac382ec52105\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-24\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Columns\",\"classes\":{\"0\":\"c-columns-2-3\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'076c694363e76ed5d8b920400f015b9767c4005b718408552883b22f79428a79\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"div_block-4-24\",\"original\":{\"width-unit\":\"%\",\"globalConditionsResult\":true,\"padding-right\":\"50\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-left\":\"0\",\"padding-right\":\"0\"}},\"page-width\":{\"original\":{\"padding-right\":\"25\"}}},\"activeselector\":false,\"nicename\":\"Column\"}\'][ct_headline ct_sign_sha256=\'7bb7ae84eda24690e92e926d66b28f0fae4392d0eebed5ba52a582c2fb43bb5c\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"headline-5-24\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-dark\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'60d61d6b7d8649a0a762704264e62e43cd553e83b9b242837697ccd110746230\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"span-6-24\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-accent\"},\"activeselector\":\"c-accent\"}\']Safari Experts<br>[/ct_span]<br>With More Than 20 Years Experience[/ct_headline][ct_text_block ct_sign_sha256=\'b58437d836724fd51d2935f8bfcbcd176e11f1d4ba4725d777afd9749a5c7a44\' ct_options=\'{\"ct_id\":7,\"ct_parent\":4,\"selector\":\"text_block-7-24\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-text-dark\"},\"activeselector\":false}\']With professional experience of over 20 years, Gorilla African Safaris delivers cheap and memorable adventures with extremely knowledgeable guides to thousands of vacationers, tourists, holiday makers, couples on honeymoon and students to Uganda, Rwanda, Burundi, DR Congo, Kenya and Tanzania.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b334a7681c608a8bf546bfac64d19405829459cb1b8670961a813ce3f05651ce\' ct_options=\'{\"ct_id\":11,\"ct_parent\":3,\"selector\":\"div_block-11-24\",\"original\":{\"width\":\"100.00\",\"width-unit\":\"%\",\"globalConditionsResult\":true,\"padding-right\":\"50\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-left\":\"0\",\"padding-right\":\"0\"}}},\"nicename\":\"Column\"}\'][ct_text_block ct_sign_sha256=\'d9f5ef40c2386136b6629b6882f0a8ddb6ec9d48b7be10963e3f12184b163c04\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"text_block-12-24\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-xl\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-dark\"},\"activeselector\":false}\']Our tour packages include Incredible gorilla trekking tours, magical wildlife safaris, excellent bird watching, amazing culture tours, adventurous mountaineering trips, quad biking/cycling tours, wild camping safaris, honeymoon trips, white water rafting, cheap car hire, river and lake boat cruise among others.&nbsp;<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'c2ac6f568b87d0eef59cba363f1584a64bbcaee4390010493ec1845eb9e49846\' ct_options=\'{\"ct_id\":13,\"ct_parent\":11,\"selector\":\"text_block-13-24\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\"},\"activeselector\":false}\']Experience up close the cries of colourful African birds, the lush smell of African impenetrable rainforests, countless flowers and towering trees. Thrill to the sight of hippos, birds and huge Nile crocodiles basking alongside your boat. Marvel at the incredible mountain gorillas of Bwindi Impenetrable Forest, Mgahinga, Virunga or Volcanoes National Park, as well as captivating 13 species of primates in Kibale Forest which include; large communities of chimpanzees, grey-cheeked mangabeys, red-tailed monkeys, vervets, black and white colobus monkeys among others.<br><br>Our river boat cruise along the mighty river Nile to the bottom of Murchison Falls and the Kazinga Channel are perfect for wildlife viewing in Uganda. Our tailor-made itineraries emphasise your convenience in terms of budget and time.<br><br>If you’ve ever dreamed of exploring the wilderness of East Africa, trek the most rare and endangered African mountain gorillas, captivating wild chimpanzees while walking in pristine dense rainforest, or experiencing the unique and amazing African cultures, then our trips are for you.<br>[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2559,24,'ct_builder_shortcodes_revisions_dates','1623317637'),(2560,24,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'c354c059006a8095534fa04ea71410c5fa70f32e77b29127526c0b8b470c24ee\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-24\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false,\"classes\":{},\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'9793630ccba87e1d3dd661faf556cdf796eb0050b399270d7606f3cb67e97e3a\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-24\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Columns\",\"classes\":{\"0\":\"c-columns-2-3\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9980ad4e3dc7d9541c336b8b0a89c830b129f4cd510c8b20fe48a855bc68033f\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"div_block-4-24\",\"original\":{\"width-unit\":\"%\",\"globalConditionsResult\":true,\"padding-right\":\"50\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-left\":\"0\",\"padding-right\":\"0\"}},\"page-width\":{\"original\":{\"padding-right\":\"25\"}}},\"activeselector\":false,\"nicename\":\"Column\"}\'][ct_headline ct_sign_sha256=\'7bb7ae84eda24690e92e926d66b28f0fae4392d0eebed5ba52a582c2fb43bb5c\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"headline-5-24\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-dark\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'60d61d6b7d8649a0a762704264e62e43cd553e83b9b242837697ccd110746230\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"span-6-24\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-accent\"},\"activeselector\":\"c-accent\"}\']Safari Experts<br>[/ct_span]<br>With More Than 20 Years Experience[/ct_headline][ct_text_block ct_sign_sha256=\'63791e0350bffd7cd5a708635c1825d536890ee749ccccd0f8d561d47b3a5095\' ct_options=\'{\"ct_id\":7,\"ct_parent\":4,\"selector\":\"text_block-7-24\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"activeselector\":false}\']With professional experience of over 20 years, Gorilla African Safaris delivers cheap and memorable adventures with extremely knowledgeable guides to thousands of vacationers, tourists, holiday makers, couples on honeymoon and students to Uganda, Rwanda, Burundi, DR Congo, Kenya and Tanzania.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'be270186becd4880cb385c0aeae83f282aa8a5368055cf513803149e82f453f5\' ct_options=\'{\"ct_id\":11,\"ct_parent\":3,\"selector\":\"div_block-11-24\",\"original\":{\"width\":\"100.00\",\"width-unit\":\"%\",\"globalConditionsResult\":true,\"padding-right\":\"50\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-left\":\"0\",\"padding-right\":\"0\"}}},\"nicename\":\"Column\"}\'][ct_text_block ct_sign_sha256=\'d9f5ef40c2386136b6629b6882f0a8ddb6ec9d48b7be10963e3f12184b163c04\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"text_block-12-24\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-xl\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-dark\"},\"activeselector\":false}\']Our tour packages include Incredible gorilla trekking tours, magical wildlife safaris, excellent bird watching, amazing culture tours, adventurous mountaineering trips, quad biking/cycling tours, wild camping safaris, honeymoon trips, white water rafting, cheap car hire, river and lake boat cruise among others.&nbsp;<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'660d6f4408b8b99e4dbb254c74a9f0dcf2cc4277ff355dd17bf423e30370dd2d\' ct_options=\'{\"ct_id\":13,\"ct_parent\":11,\"selector\":\"text_block-13-24\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"activeselector\":false}\']Experience up close the cries of colourful African birds, the lush smell of African impenetrable rainforests, countless flowers and towering trees. Thrill to the sight of hippos, birds and huge Nile crocodiles basking alongside your boat. Marvel at the incredible mountain gorillas of Bwindi Impenetrable Forest, Mgahinga, Virunga or Volcanoes National Park, as well as captivating 13 species of primates in Kibale Forest which include; large communities of chimpanzees, grey-cheeked mangabeys, red-tailed monkeys, vervets, black and white colobus monkeys among others.<br><br>Our river boat cruise along the mighty river Nile to the bottom of Murchison Falls and the Kazinga Channel are perfect for wildlife viewing in Uganda. Our tailor-made itineraries emphasise your convenience in terms of budget and time.<br><br>If you’ve ever dreamed of exploring the wilderness of East Africa, trek the most rare and endangered African mountain gorillas, captivating wild chimpanzees while walking in pristine dense rainforest, or experiencing the unique and amazing African cultures, then our trips are for you.<br>[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2561,24,'ct_builder_shortcodes_revisions_dates','1623317777'),(2562,24,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'ab25dd97b0ee24fb782f2ac01b2b646447879a9e60f7df6ad0f22c1efcfc64d2\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-24\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false,\"classes\":{},\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'3a48e3f83b3410198cdf13a5ce148e9fd4b3972f0801fa01e36cc898de31f8b3\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-24\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Columns\",\"classes\":{\"0\":\"c-columns-2-3\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9980ad4e3dc7d9541c336b8b0a89c830b129f4cd510c8b20fe48a855bc68033f\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"div_block-4-24\",\"original\":{\"width-unit\":\"%\",\"globalConditionsResult\":true,\"padding-right\":\"50\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-left\":\"0\",\"padding-right\":\"0\"}},\"page-width\":{\"original\":{\"padding-right\":\"25\"}}},\"activeselector\":false,\"nicename\":\"Column\"}\'][ct_headline ct_sign_sha256=\'7bb7ae84eda24690e92e926d66b28f0fae4392d0eebed5ba52a582c2fb43bb5c\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"headline-5-24\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-dark\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'60d61d6b7d8649a0a762704264e62e43cd553e83b9b242837697ccd110746230\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"span-6-24\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-accent\"},\"activeselector\":\"c-accent\"}\']Safari Experts<br>[/ct_span]<br>With More Than 20 Years Experience[/ct_headline][ct_text_block ct_sign_sha256=\'63791e0350bffd7cd5a708635c1825d536890ee749ccccd0f8d561d47b3a5095\' ct_options=\'{\"ct_id\":7,\"ct_parent\":4,\"selector\":\"text_block-7-24\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"activeselector\":false}\']With professional experience of over 20 years, Gorilla African Safaris delivers cheap and memorable adventures with extremely knowledgeable guides to thousands of vacationers, tourists, holiday makers, couples on honeymoon and students to Uganda, Rwanda, Burundi, DR Congo, Kenya and Tanzania.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'9994671c531f445a46688e80bc9e2828bf1109773fd8fe25822c7d955f064093\' ct_options=\'{\"ct_id\":11,\"ct_parent\":3,\"selector\":\"div_block-11-24\",\"original\":{\"width\":\"100.00\",\"width-unit\":\"%\",\"globalConditionsResult\":true,\"padding-right\":\"50\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-left\":\"0\",\"padding-right\":\"0\"}}},\"nicename\":\"Column\"}\'][ct_text_block ct_sign_sha256=\'d9f5ef40c2386136b6629b6882f0a8ddb6ec9d48b7be10963e3f12184b163c04\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"text_block-12-24\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-xl\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-dark\"},\"activeselector\":false}\']Our tour packages include Incredible gorilla trekking tours, magical wildlife safaris, excellent bird watching, amazing culture tours, adventurous mountaineering trips, quad biking/cycling tours, wild camping safaris, honeymoon trips, white water rafting, cheap car hire, river and lake boat cruise among others.&nbsp;<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'987d0f7c8c15785ce651b47e68b01347e134aa49a31b70867b775fdac781705d\' ct_options=\'{\"ct_id\":13,\"ct_parent\":11,\"selector\":\"text_block-13-24\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"p\"},\"classes\":{},\"activeselector\":false}\']Experience up close the cries of colourful African birds, the lush smell of African impenetrable rainforests, countless flowers and towering trees. Thrill to the sight of hippos, birds and huge Nile crocodiles basking alongside your boat. Marvel at the incredible mountain gorillas of Bwindi Impenetrable Forest, Mgahinga, Virunga or Volcanoes National Park, as well as captivating 13 species of primates in Kibale Forest which include; large communities of chimpanzees, grey-cheeked mangabeys, red-tailed monkeys, vervets, black and white colobus monkeys among others.<br><br>Our river boat cruise along the mighty river Nile to the bottom of Murchison Falls and the Kazinga Channel are perfect for wildlife viewing in Uganda. Our tailor-made itineraries emphasise your convenience in terms of budget and time.<br><br>If you’ve ever dreamed of exploring the wilderness of East Africa, trek the most rare and endangered African mountain gorillas, captivating wild chimpanzees while walking in pristine dense rainforest, or experiencing the unique and amazing African cultures, then our trips are for you.<br>[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2563,24,'ct_builder_shortcodes_revisions_dates','1623319014'),(2564,24,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'92dd7249121a768e2d6f799748d8f7c27bf477a58b9d533cbfa53dcb036e4dd9\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-24\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false,\"classes\":{},\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'cb9af921c8e9ef22d6f17166928362e0518f595c95b213e1fc3bb9e790b4492d\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-24\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Columns\",\"classes\":{\"0\":\"c-columns-2-3\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9980ad4e3dc7d9541c336b8b0a89c830b129f4cd510c8b20fe48a855bc68033f\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"div_block-4-24\",\"original\":{\"width-unit\":\"%\",\"globalConditionsResult\":true,\"padding-right\":\"50\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-left\":\"0\",\"padding-right\":\"0\"}},\"page-width\":{\"original\":{\"padding-right\":\"25\"}}},\"activeselector\":false,\"nicename\":\"Column\"}\'][ct_headline ct_sign_sha256=\'7bb7ae84eda24690e92e926d66b28f0fae4392d0eebed5ba52a582c2fb43bb5c\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"headline-5-24\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-dark\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'60d61d6b7d8649a0a762704264e62e43cd553e83b9b242837697ccd110746230\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"span-6-24\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-accent\"},\"activeselector\":\"c-accent\"}\']Safari Experts<br>[/ct_span]<br>With More Than 20 Years Experience[/ct_headline][ct_text_block ct_sign_sha256=\'63791e0350bffd7cd5a708635c1825d536890ee749ccccd0f8d561d47b3a5095\' ct_options=\'{\"ct_id\":7,\"ct_parent\":4,\"selector\":\"text_block-7-24\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"activeselector\":false}\']With professional experience of over 20 years, Gorilla African Safaris delivers cheap and memorable adventures with extremely knowledgeable guides to thousands of vacationers, tourists, holiday makers, couples on honeymoon and students to Uganda, Rwanda, Burundi, DR Congo, Kenya and Tanzania.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75bc7ff56ef20a3a616ed1c8dd3973adc9a9b6cbc63cdd8ca2caa04704b1b5e3\' ct_options=\'{\"ct_id\":11,\"ct_parent\":3,\"selector\":\"div_block-11-24\",\"original\":{\"width\":\"100.00\",\"width-unit\":\"%\",\"globalConditionsResult\":true,\"padding-right\":\"50\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-left\":\"0\",\"padding-right\":\"0\"}}},\"nicename\":\"Column\"}\'][ct_text_block ct_sign_sha256=\'089640c24bcf7a370bf469f1dbc59968107e1d19e7b7ef60ed42156eacd19dbc\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"text_block-12-24\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"p\"},\"classes\":{\"0\":\"c-text-xl\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-dark\"},\"activeselector\":false}\']Our tour packages include Incredible gorilla trekking tours, magical wildlife safaris, excellent bird watching, amazing culture tours, adventurous mountaineering trips, quad biking/cycling tours, wild camping safaris, honeymoon trips, white water rafting, cheap car hire, river and lake boat cruise among others.&nbsp;<br>[/ct_text_block][oxy_rich_text ct_sign_sha256=\'7cd6d330cb9eeea63a299c5f3f44dd75c7a74965e9b44302417c452b26839e4d\' ct_options=\'{\"ct_id\":18,\"ct_parent\":11,\"selector\":\"_rich_text-18-24\"}\']<p>Experience up close the cries of colourful African birds, the lush smell of African impenetrable rainforests, countless flowers and towering trees. Thrill to the sight of hippos, birds and huge Nile crocodiles basking alongside your boat. Marvel at the incredible mountain gorillas of Bwindi Impenetrable Forest, Mgahinga, Virunga or Volcanoes National Park, as well as captivating 13 species of primates in Kibale Forest which include; large communities of chimpanzees, grey-cheeked mangabeys, red-tailed monkeys, vervets, black and white colobus monkeys among others.</p><p>Our river boat cruise along the mighty river Nile to the bottom of Murchison Falls and the Kazinga Channel are perfect for wildlife viewing in Uganda. Our tailor-made itineraries emphasise your convenience in terms of budget and time.</p><p>If you’ve ever dreamed of exploring the wilderness of East Africa, trek the most rare and endangered African mountain gorillas, captivating wild chimpanzees while walking in pristine dense rainforest, or experiencing the unique and amazing African cultures, then our trips are for you.</p>[/oxy_rich_text][oxy_rich_text ct_sign_sha256=\'c4ec1ea8f2114b66297abc86dfb7d2e05c7f8cfc73ab2122510c0cf513fd1b92\' ct_options=\'{\"ct_id\":14,\"ct_parent\":11,\"selector\":\"_rich_text-14-24\"}\'][/oxy_rich_text][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2565,24,'ct_builder_shortcodes_revisions_dates','1623319073'),(2566,24,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'ff4665ac319bf228f249a065c8d95a37b92a6745a32e7a1b7ae0794065de2668\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-24\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false,\"classes\":{},\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'616708318f2083c92b388537f9dd6944e9b50a399ab02fe549b3516d934c2d7e\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-24\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Columns\",\"classes\":{\"0\":\"c-columns-2-3\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'a362439caf34d4b6a53335bd8325b7c1171a38b82bc974e13ddd5d8b3c7d960a\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"div_block-4-24\",\"original\":{\"width-unit\":\"%\",\"globalConditionsResult\":true,\"padding-right\":\"50\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-left\":\"0\",\"padding-right\":\"0\"}},\"page-width\":{\"original\":{\"padding-right\":\"25\"}}},\"activeselector\":false,\"nicename\":\"Column\"}\'][ct_headline ct_sign_sha256=\'7bb7ae84eda24690e92e926d66b28f0fae4392d0eebed5ba52a582c2fb43bb5c\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"headline-5-24\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-dark\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'60d61d6b7d8649a0a762704264e62e43cd553e83b9b242837697ccd110746230\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"span-6-24\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-accent\"},\"activeselector\":\"c-accent\"}\']Safari Experts<br>[/ct_span]<br>With More Than 20 Years Experience[/ct_headline][ct_text_block ct_sign_sha256=\'30a2c58e82679b8fe49ff7582e7c41087c6102036be857af67d3eccd1ead28fd\' ct_options=\'{\"ct_id\":7,\"ct_parent\":4,\"selector\":\"text_block-7-24\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"p\"},\"classes\":{},\"activeselector\":false}\']With professional experience of over 20 years, Gorilla African Safaris delivers cheap and memorable adventures with extremely knowledgeable guides to thousands of vacationers, tourists, holiday makers, couples on honeymoon and students to Uganda, Rwanda, Burundi, DR Congo, Kenya and Tanzania.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75bc7ff56ef20a3a616ed1c8dd3973adc9a9b6cbc63cdd8ca2caa04704b1b5e3\' ct_options=\'{\"ct_id\":11,\"ct_parent\":3,\"selector\":\"div_block-11-24\",\"original\":{\"width\":\"100.00\",\"width-unit\":\"%\",\"globalConditionsResult\":true,\"padding-right\":\"50\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-left\":\"0\",\"padding-right\":\"0\"}}},\"nicename\":\"Column\"}\'][ct_text_block ct_sign_sha256=\'089640c24bcf7a370bf469f1dbc59968107e1d19e7b7ef60ed42156eacd19dbc\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"text_block-12-24\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"p\"},\"classes\":{\"0\":\"c-text-xl\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-dark\"},\"activeselector\":false}\']Our tour packages include Incredible gorilla trekking tours, magical wildlife safaris, excellent bird watching, amazing culture tours, adventurous mountaineering trips, quad biking/cycling tours, wild camping safaris, honeymoon trips, white water rafting, cheap car hire, river and lake boat cruise among others.&nbsp;<br>[/ct_text_block][oxy_rich_text ct_sign_sha256=\'7cd6d330cb9eeea63a299c5f3f44dd75c7a74965e9b44302417c452b26839e4d\' ct_options=\'{\"ct_id\":18,\"ct_parent\":11,\"selector\":\"_rich_text-18-24\"}\']<p>Experience up close the cries of colourful African birds, the lush smell of African impenetrable rainforests, countless flowers and towering trees. Thrill to the sight of hippos, birds and huge Nile crocodiles basking alongside your boat. Marvel at the incredible mountain gorillas of Bwindi Impenetrable Forest, Mgahinga, Virunga or Volcanoes National Park, as well as captivating 13 species of primates in Kibale Forest which include; large communities of chimpanzees, grey-cheeked mangabeys, red-tailed monkeys, vervets, black and white colobus monkeys among others.</p><p>Our river boat cruise along the mighty river Nile to the bottom of Murchison Falls and the Kazinga Channel are perfect for wildlife viewing in Uganda. Our tailor-made itineraries emphasise your convenience in terms of budget and time.</p><p>If you’ve ever dreamed of exploring the wilderness of East Africa, trek the most rare and endangered African mountain gorillas, captivating wild chimpanzees while walking in pristine dense rainforest, or experiencing the unique and amazing African cultures, then our trips are for you.</p>[/oxy_rich_text][oxy_rich_text ct_sign_sha256=\'c4ec1ea8f2114b66297abc86dfb7d2e05c7f8cfc73ab2122510c0cf513fd1b92\' ct_options=\'{\"ct_id\":14,\"ct_parent\":11,\"selector\":\"_rich_text-14-24\"}\'][/oxy_rich_text][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2567,24,'ct_builder_shortcodes_revisions_dates','1623322599'),(2568,26,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'ae899aa587ea85d79afeb4c77ed8a2ff70d9e5852eeba58c4a444b6a6a6037df\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-26\",\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'2feba2ee70c6de996ae2987faac6faa0c4bcd6b2df4c2bf438f7e2a0ca664765\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-26\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'38cebaa6a9ff67feafbfad0c11b27f2e2b2d28688133964bffb0e68e135683b0\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"div_block-4-26\"}\'][ct_headline ct_sign_sha256=\'f23b2a5c945bc32df3445e26f864faca561a6141507fd14644412829f498a7d1\' ct_options=\'{\"ct_id\":6,\"ct_parent\":4,\"selector\":\"headline-6-26\"}\']Getting into Uganda[/ct_headline][oxy_rich_text ct_sign_sha256=\'832b46185ca53e41b854a89d8ae9f424e521058a176f73df2f116cc284d23f7d\' ct_options=\'{\"ct_id\":9,\"ct_parent\":4,\"selector\":\"_rich_text-9-26\"}\']<p>The major entry point to Uganda is Entebbe International Airport, which lies 40km from the capital Kampala. The airport is serviced by a number of international airlines, including SN Brussels, British Airways, South African Airways, Kenya Airways, Air Tanzania, Rwanda air Express, Egypt Air and Ethiopian Airlines.</p><p>Uganda can also be reached overland from Kenya, Rwanda and Tanzania</p>[/oxy_rich_text][ct_headline ct_sign_sha256=\'5df79fb2c8aba096ebaaf2375cc98ed7f6c28fdc6f052b4599d33830e34b0cbe\' ct_options=\'{\"ct_id\":10,\"ct_parent\":4,\"selector\":\"headline-10-26\"}\']Passport &amp; Visa Requirements[/ct_headline][oxy_rich_text ct_sign_sha256=\'60a0642c1b0c327e1f4bbeec45095e6ea4b2ad523cf1627c06cf8a91761bf57b\' ct_options=\'{\"ct_id\":12,\"ct_parent\":4,\"selector\":\"_rich_text-12-26\"}\']<p>Passports valid for at least six months from date of entry are required by all tourists to enter Uganda, Kenya, Rwanda, Tanzania and Congo. On arrival, customs and immigration officials are polite and efficient, and a visa – for those who require one – can be purchased on the spot at Entebbe International Airport or at any overland border.</p><p>Foreign exchange and ATM facilities are available at the airport, which is also serviced by several shops and restaurants. We will arrange air port transfers.</p><p><strong>NOTE:</strong> Nationals of the countries listed below are exempted from visa requirements for travel to Uganda. They do, however, need to have a current passport issued by their respective countries.</p><p>Members of <strong>COMESA</strong>: Angola, Burundi, Comoros, Eritrea, Kenya, Malawi, Mauritius, Madagascar, Rwanda, Seychelles, Swaziland, Tanzania, Zambia and Zimbabwe.</p><p><strong>Others exempted are:</strong> Antigua &amp; Barbuda, The Bahamas, Barbados, Belize, Fiji, Gambia, Grenada, Jamaica, Lesotho, Malta, Sierra Leone, Singapore, Solomon Islands, St Vincent &amp; the Grenadines, Tonga, Vanuatu, Italy (Only diplomatic passport holders) and Cyprus.</p>[/oxy_rich_text][ct_headline ct_sign_sha256=\'7ce729de5edb7a3233c4cb8adfdd4d1a65b577ab8e35ce0a7bd340d7cd4593a7\' ct_options=\'{\"ct_id\":29,\"ct_parent\":4,\"selector\":\"headline-29-26\"}\']Photography During the Uganda Safari[/ct_headline][oxy_rich_text ct_sign_sha256=\'e77f50185161d1f3daa0865dbf52884bbd0bd5a9f0a1f21bf84211a611412c99\' ct_options=\'{\"ct_id\":31,\"ct_parent\":4,\"selector\":\"_rich_text-31-26\"}\']<p>It is only polite to request people before taking photographs. However, it is not permitted at any time to take pictures of, or near, military buildings or soldiers.</p><p>Film and other photographic accessories are available in Uganda.</p><p>For digital photography, it is recommended that you bring extra batteries and a car charger. Most hotels and lodges provide facilities for battery recharging of visual and audio equipment. Feel free to confirm in time.</p><p>There is no charge for photography cameras and personal video recorders, but there may be a charge for commercial filming and photography in some places.</p>[/oxy_rich_text][ct_headline ct_sign_sha256=\'d2e73bdc2695152fdb94fa4582b0623621408d4cefecc455547c3a3eb5adc782\' ct_options=\'{\"ct_id\":32,\"ct_parent\":4,\"selector\":\"headline-32-26\"}\']Binoculars[/ct_headline][oxy_rich_text ct_sign_sha256=\'fe08165bbebbf5e6bdbd5ffed309098364a17be432f66b6e82d665a86f1f0380\' ct_options=\'{\"ct_id\":34,\"ct_parent\":4,\"selector\":\"_rich_text-34-26\"}\']A pair of binoculars is quite useful for up close game viewing or bird watching so do not forget to carry them.[/oxy_rich_text][ct_headline ct_sign_sha256=\'e5c462c7aa565e31301f121c06e07748635fb8dac513a47a346217c2bec95ea5\' ct_options=\'{\"ct_id\":47,\"ct_parent\":4,\"selector\":\"headline-47-26\"}\']Internet &amp; Telephone Services[/ct_headline][oxy_rich_text ct_sign_sha256=\'0fe4e8ca2db1d05cf57945406458c52e78fbf34f84ffedb6284d2d6f8e2e25ab\' ct_options=\'{\"ct_id\":49,\"ct_parent\":4,\"selector\":\"_rich_text-49-26\"}\']<p>Internal and international telephone communication is good from Kampala but can be problematic in some rural areas. Uganda has a good mobile phone network in most of the country though the network can be weak in some remote areas nonetheless local SIM cards can be bought throughout the country. Also, international roaming facilities are available.</p><p>Internet services are widely available in Kampala at internet cafes, and most major towns will have access, although the quality and speed of the connection may vary.</p>[/oxy_rich_text][ct_headline ct_sign_sha256=\'5511d67f1c1d659be38d4a11a2cdbf83a0ff6a3abaf576a49753c65a2478c09c\' ct_options=\'{\"ct_id\":51,\"ct_parent\":4,\"selector\":\"headline-51-26\"}\']Electricity[/ct_headline][oxy_rich_text ct_sign_sha256=\'a44dc35a7bcb23a2fcbd45cb43f2a8efde643596974b5ab67aa2057161433980\' ct_options=\'{\"ct_id\":53,\"ct_parent\":4,\"selector\":\"_rich_text-53-26\"}\']<p>Uganda: 240 volts. 3-pin sockets. We suggest that you bring your own adaptor. Most hotels, camps and lodges can make arrangements for recharging batteries.</p><p>Please ask us on booking if you have any specific requirements.</p>[/oxy_rich_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'679599736a23028dd590b2eedd31be3476f9bbc046d6e48ee8a6087d4e5230e1\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"div_block-5-26\"}\'][ct_headline ct_sign_sha256=\'3abce7a4d41e5d7b7844928d928545ba303bff799a6f97b095fa3628f2d05304\' ct_options=\'{\"ct_id\":15,\"ct_parent\":5,\"selector\":\"headline-15-26\"}\']When to Visit[/ct_headline][oxy_rich_text ct_sign_sha256=\'39c7227643c15f80fd30fcd4ef11adbc9fe42eb4376f4d64979748a9c2298ccf\' ct_options=\'{\"ct_id\":17,\"ct_parent\":5,\"selector\":\"_rich_text-17-26\"}\']Uganda can be visited at any time, though mountain hikes, gorilla tracking and other forest walks are more challenging during the rains, which generally peak over mid-September to November and March to May.[/oxy_rich_text][ct_headline ct_sign_sha256=\'90b4ff07c5e6be3257ccd624a0bc956ecaae7a8fec2792d3cbd664f42c316317\' ct_options=\'{\"ct_id\":21,\"ct_parent\":5,\"selector\":\"headline-21-26\"}\']Luggage[/ct_headline][oxy_rich_text ct_sign_sha256=\'a914cacd5a5284a1ed1ff92ffe857682a11cc700eaada7cd33d3d1db27d082f2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":5,\"selector\":\"_rich_text-23-26\"}\']<p>Airlines will offer you 20-40 kg, or two pieces, of luggage on most flights. It is preferable for you to use soft luggage as space in vehicles is limited.</p><p>If you come with winter clothes, we can arrange for their storage for you will not need them on safari.</p>[/oxy_rich_text][ct_headline ct_sign_sha256=\'e2aeb31374a5864422f3f6713067ced334646b0a19d50a0a4ab1a03f22520483\' ct_options=\'{\"ct_id\":18,\"ct_parent\":5,\"selector\":\"headline-18-26\"}\']Health Requirements[/ct_headline][oxy_rich_text ct_sign_sha256=\'118db44ea37af973b13f0359c925caebfc8fd124c781907f9a0bba6445b9050e\' ct_options=\'{\"ct_id\":20,\"ct_parent\":5,\"selector\":\"_rich_text-20-26\"}\']<p>Certificates may be required for vaccinations against yellow fever. Check current medical advice on typhoid, cholera and hepatitis. But these diseases are not very common, so do not feel obliged to spend a lot of money on injections.</p><p>The malaria risk is general, and prevention measures should be undertaken. It is advisable to start anti-malarial medications 10 – 14 days before arrival and continue with the same for two- three weeks thereafter.</p>[/oxy_rich_text][ct_headline ct_sign_sha256=\'cb687060d35381a7a5b3ab47b1bce3463925dbda9f62d996fc61089de729eb78\' ct_options=\'{\"ct_id\":26,\"ct_parent\":5,\"selector\":\"headline-26-26\"}\']Currency[/ct_headline][oxy_rich_text ct_sign_sha256=\'4fdeda62f66c1e59f572a67305124f75a1eaf18ad8e5caf130e3b4ba70168ab6\' ct_options=\'{\"ct_id\":28,\"ct_parent\":5,\"selector\":\"_rich_text-28-26\",\"activeselector\":false}\']<p>The currency used is the Uganda Shilling (Ug.shs). Coins are issued for smaller denominations of 50, 100, 200 and 500 shillings. Bigger amounts of 1000, 5000, 10,000, 20,000 and 50,000 Uganda Shillings are issued in notes.</p><p>US dollar, GB Pounds, EURO and Yen are readily exchangeable. Large US dollar bills attract the best exchange rates. Currency exchange rates are not constant and are posted at all banks and forex bureaus around Kampala, in major up-country towns and in the local newspapers. The exchange rate by the beginning of 2013 was US$1 = 2600 Uganda Shillings and GBP1 = 3350 Uganda Shillings. There are no restrictions on other international currencies.</p><p>It is strongly recommended that you change money in Kampala prior to your safari where more favorable rates are offered.</p>[/oxy_rich_text][ct_headline ct_sign_sha256=\'e30e4352be01b36e8a79ce0998fe8631596e3719a726daac81e9d8934b294b5c\' ct_options=\'{\"ct_id\":35,\"ct_parent\":5,\"selector\":\"headline-35-26\"}\']Language[/ct_headline][oxy_rich_text ct_sign_sha256=\'6a5f7cb647c880b7f8725fc42086a18247257a32babbd8ac7fda92faceeb4d99\' ct_options=\'{\"ct_id\":37,\"ct_parent\":5,\"selector\":\"_rich_text-37-26\",\"activeselector\":false}\']The official language is English but Kiswahili and Luganda are commonly spoken. Actually in Uganda over 40 languages are spoken![/oxy_rich_text][ct_headline ct_sign_sha256=\'53bbd53bb3307da2f50ed3ad1246b542572e833df4336288c5268bcdb98a27a7\' ct_options=\'{\"ct_id\":38,\"ct_parent\":5,\"selector\":\"headline-38-26\"}\']Food[/ct_headline][oxy_rich_text ct_sign_sha256=\'ffe4b5812e4217533344a3f01e34417fbd18d30e8955d3fa84959284debd8163\' ct_options=\'{\"ct_id\":40,\"ct_parent\":5,\"selector\":\"_rich_text-40-26\"}\']Fresh tropical fruits and vegetables are plenty throughout the country. A wide range of dishes, both traditional and international, are served in the hotels and restaurants.[/oxy_rich_text][ct_headline ct_sign_sha256=\'0ad5b333960f1010e0b4bdcd59dba9d446e287fbf377d95957ae1035a99b9e30\' ct_options=\'{\"ct_id\":41,\"ct_parent\":5,\"selector\":\"headline-41-26\"}\']Drinking Water[/ct_headline][oxy_rich_text ct_sign_sha256=\'237ed8d5f6b6744fdcef17090cbca69445383756393f57c456bf790a9535f688\' ct_options=\'{\"ct_id\":43,\"ct_parent\":5,\"selector\":\"_rich_text-43-26\",\"activeselector\":false}\']For your health, we strongly recommend that you do not drink spring or tap water. Most restaurants and hotels provide boiled drinking water, or you can alternatively choose from several available brands of mineral water.[/oxy_rich_text][ct_headline ct_sign_sha256=\'bfb7c38687d7b51871f689723c614accaf2c3a873928de29518a3701480fbeae\' ct_options=\'{\"ct_id\":44,\"ct_parent\":5,\"selector\":\"headline-44-26\"}\']Alcohol[/ct_headline][oxy_rich_text ct_sign_sha256=\'bc112418141c2e31d909c00324aef3d99c408a5c5a3cc7dd32f763326c31f52e\' ct_options=\'{\"ct_id\":46,\"ct_parent\":5,\"selector\":\"_rich_text-46-26\"}\']<p>Several brands of local and international beer are available, leading local beers include: Bell lager, Club beer, Pilsner lager and Nile Special lager while Guinness, Heineken and most spirits and wines are imported and are readily available.</p><p>However drinking of alcohol under the age of 18 years is also illegal.</p>[/oxy_rich_text][ct_headline ct_sign_sha256=\'0cf73d75401cab45e27a305c64bcebf39e4e2dda3546815e58927bea569b5de1\' ct_options=\'{\"ct_id\":58,\"ct_parent\":5,\"selector\":\"headline-58-26\"}\']Begging/Donations[/ct_headline][oxy_rich_text ct_sign_sha256=\'2cf1609412a1e105b33e7be6dfc3a63116410f46f617e158a6e61bfd2ef27147\' ct_options=\'{\"ct_id\":60,\"ct_parent\":5,\"selector\":\"_rich_text-60-26\"}\']<p>It is not recommended to give money to street children beggars or beggars as this only worsens the culture of begging and dependency. Donations can be made to established international and local charities that work with the homeless, street children and orphans. We can arrange visits to these local projects and organizations on request.</p>[/oxy_rich_text][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2569,26,'ct_builder_shortcodes_revisions_dates','1623322716'),(2570,152,'_wp_attached_file','2021/06/garden-haven.png'),(2571,152,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:520;s:6:\"height\";i:520;s:4:\"file\";s:24:\"2021/06/garden-haven.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"garden-haven-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:\"garden-haven-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:24:\"garden-haven-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;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:{}}}'),(2572,153,'_wp_attached_file','2021/06/gorilla-african-guesthouse-garden3.png'),(2573,153,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:539;s:4:\"file\";s:46:\"2021/06/gorilla-african-guesthouse-garden3.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"gorilla-african-guesthouse-garden3-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"gorilla-african-guesthouse-garden3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:45:\"gorilla-african-guesthouse-garden3-120x90.png\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2574,154,'_wp_attached_file','2021/06/gorilla-african-guesthouse-garden2.png'),(2575,154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:539;s:4:\"file\";s:46:\"2021/06/gorilla-african-guesthouse-garden2.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"gorilla-african-guesthouse-garden2-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"gorilla-african-guesthouse-garden2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:45:\"gorilla-african-guesthouse-garden2-120x90.png\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2576,155,'_wp_attached_file','2021/06/gorilla-african-guesthouse-garden1.png'),(2577,155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:539;s:4:\"file\";s:46:\"2021/06/gorilla-african-guesthouse-garden1.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"gorilla-african-guesthouse-garden1-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"gorilla-african-guesthouse-garden1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:45:\"gorilla-african-guesthouse-garden1-120x90.png\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2578,156,'_wp_attached_file','2021/06/gorilla-african-guesthouse-double-bed.png'),(2579,156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:520;s:6:\"height\";i:290;s:4:\"file\";s:49:\"2021/06/gorilla-african-guesthouse-double-bed.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"gorilla-african-guesthouse-double-bed-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"gorilla-african-guesthouse-double-bed-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:48:\"gorilla-african-guesthouse-double-bed-120x67.png\";s:5:\"width\";i:120;s:6:\"height\";i:67;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:{}}}'),(2580,157,'_wp_attached_file','2021/06/gorilla-african-guesthouse-twin-beds.png'),(2581,157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:520;s:6:\"height\";i:290;s:4:\"file\";s:48:\"2021/06/gorilla-african-guesthouse-twin-beds.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"gorilla-african-guesthouse-twin-beds-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"gorilla-african-guesthouse-twin-beds-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:47:\"gorilla-african-guesthouse-twin-beds-120x67.png\";s:5:\"width\";i:120;s:6:\"height\";i:67;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:{}}}'),(2582,158,'_wp_attached_file','2021/06/gorilla-african-guesthouse-bedrrom-bathroom.png'),(2583,158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:520;s:6:\"height\";i:290;s:4:\"file\";s:55:\"2021/06/gorilla-african-guesthouse-bedrrom-bathroom.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"gorilla-african-guesthouse-bedrrom-bathroom-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"gorilla-african-guesthouse-bedrrom-bathroom-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:54:\"gorilla-african-guesthouse-bedrrom-bathroom-120x67.png\";s:5:\"width\";i:120;s:6:\"height\";i:67;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:{}}}'),(2584,159,'_wp_attached_file','2021/06/gorilla-african-guesthouse-bedroom.png'),(2585,159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:520;s:6:\"height\";i:290;s:4:\"file\";s:46:\"2021/06/gorilla-african-guesthouse-bedroom.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"gorilla-african-guesthouse-bedroom-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"gorilla-african-guesthouse-bedroom-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:45:\"gorilla-african-guesthouse-bedroom-120x67.png\";s:5:\"width\";i:120;s:6:\"height\";i:67;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:{}}}'),(2586,28,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'8ba5097578dc3f907aafdd7366613f445ef0a8afaf350949dc2bb062311cfd22\' ct_options=\'{\"ct_id\":4,\"ct_parent\":0,\"selector\":\"section-4-28\",\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'491e83150a5bcc1456294422d436cebe528e64920949fe27d1b219cd4e56762f\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"div_block-5-28\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'7afe30014abb9fd95ef6f680908bcf4a4c780a751f4732981fbf95c8ffba0e6c\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"div_block-6-28\"}\'][ct_headline ct_sign_sha256=\'1fe1ca60d6285b5b78073e0cf1609ce676de96f16f83399656325a7d99a05eb8\' ct_options=\'{\"ct_id\":11,\"ct_parent\":6,\"selector\":\"headline-11-28\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']Gorilla African Guest House[/ct_headline][ct_text_block ct_sign_sha256=\'00519d363cdc24622c3e5c0b115bc5df93e478d00503fc529f1f68a97029457e\' ct_options=\'{\"ct_id\":9,\"ct_parent\":6,\"selector\":\"text_block-9-28\"}\']Gorilla African Guest House is a private owned and family run accommodation located in Kiwafu zone a quiet and serene residential area of Entebbe Municipality.<br><br>Its located 4 km from Entebbe International Airport and 180 meters from the entrance of Entebbe Virus Research Institute.<br><br>The accommodation offers clean, self contained, quality and affordable accommodation to leisure and business travelers transiting through Entebbe Municipality.<br><br>If you are transiting through Entebbe for whatever reason be travel to and from Entebbe International Airport please book with us.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7d78868ab0878dac13c44958c2406de2020e540877ec4de98f74c3002fe12f49\' ct_options=\'{\"ct_id\":7,\"ct_parent\":5,\"selector\":\"div_block-7-28\"}\'][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'129cb4c4b8fdd749a8f25effd6d8626f1961b8bf8185c595808d4c1fd82fb820\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"section-14-28\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false,\"classes\":{\"0\":\"c-bg-light\"},\"nicename\":\"3 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'372dbdaa5ef67d1475a84cb84ebec7205b5d1412e99ba151713390ee6c063a3c\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"div_block-15-28\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Columns\",\"classes\":{\"0\":\"c-columns-3\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"}}\'][ct_div_block_3 ct_sign_sha256=\'e515517e401d378f96d1dfe862fac586de6f7513219fecd0a02afe81e77cf657\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"div_block-16-28\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Column\",\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6bbec178be0b1d047dc499c7beda7365e99fec5b306dc7a8c7cbf76470496d0e\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"fancy_icon-17-28\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-shield\"},\"classes\":{\"0\":\"c-icon-accent-l\",\"1\":\"c-margin-bottom-m\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'78c1f7d88405d237b3244ad257182292589f309d12e81001e86ac62b984f39e8\' ct_options=\'{\"ct_id\":18,\"ct_parent\":16,\"selector\":\"headline-18-28\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h4\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-s\",\"2\":\"c-heading-dark\"}}\']Safe &amp; Secure<br>[/ct_headline][ct_text_block ct_sign_sha256=\'9412ac309bb4f9e0eb3441f18ab693a4f83db16d027720d5c008e127c9e76252\' ct_options=\'{\"ct_id\":19,\"ct_parent\":16,\"selector\":\"text_block-19-28\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-text-dark\",\"2\":\"c-text-m\"},\"activeselector\":false}\']The facility is secured in a walled compound and has a 24/7 security guard service.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d8f672074f07d2e82a9f515bf83448835b608ea316fdefdece211cccbaa01c26\' ct_options=\'{\"ct_id\":23,\"ct_parent\":15,\"selector\":\"div_block-23-28\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Column\",\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'b81b44d0afd771360a123e5bef605eefac31e8288db4887af49f14c99a9d2254\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"fancy_icon-24-28\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-bed\"},\"classes\":{\"0\":\"c-icon-accent-l\",\"1\":\"c-margin-bottom-m\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bfa92c7fdca41621d55c567f77250d6d4008fad107e467ba032595698171293b\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"headline-25-28\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h4\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-s\",\"2\":\"c-heading-dark\"}}\']Comfortable Accommodation<br>[/ct_headline][ct_text_block ct_sign_sha256=\'c5e7e317a154607547bdc507779a3dbe17e682eb5e308bf2e489273c5abdd51a\' ct_options=\'{\"ct_id\":26,\"ct_parent\":23,\"selector\":\"text_block-26-28\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-text-dark\",\"2\":\"c-text-m\"},\"activeselector\":false}\']The range of rooms include: single, double, twin and deluxe.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3af5dcc3a86c56b04a94671003442e3529c5dfd8bff10e2183e1ac085864b19b\' ct_options=\'{\"ct_id\":30,\"ct_parent\":15,\"selector\":\"div_block-30-28\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Column\",\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'0b3ae8367f9dd52c5793f82fba857ecc2a60f8b13b739c28734b2ef8d395ffce\' ct_options=\'{\"ct_id\":31,\"ct_parent\":30,\"selector\":\"fancy_icon-31-28\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-cutlery\"},\"classes\":{\"0\":\"c-icon-accent-l\",\"1\":\"c-margin-bottom-m\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'91c1696be39a8cac70c1f16c5946eb8334e39610c27e0fe5a67302c2ef1596fa\' ct_options=\'{\"ct_id\":32,\"ct_parent\":30,\"selector\":\"headline-32-28\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h4\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-s\",\"2\":\"c-heading-dark\"}}\']Traditional Hospitality<br>[/ct_headline][ct_text_block ct_sign_sha256=\'28218e85b1b2e930f56734ff6914d00338473d456373268392dbffb19a871624\' ct_options=\'{\"ct_id\":33,\"ct_parent\":30,\"selector\":\"text_block-33-28\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-text-dark\",\"2\":\"c-text-m\"},\"activeselector\":false}\']The staff are ready to receive you at anytime with the traditional hospitality[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'cf6ca252fe28af3aa70bd6f0fb38cea56706e85868b673ce6c219b424f380e18\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-28\",\"original\":{\"container-padding-bottom\":\"75\"}}\'][oxy_gallery ct_sign_sha256=\'47f0d99dcb72b941778f27f011c06fd5bc3e2b468710967bb3783958df56f415\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"_gallery-3-28\",\"original\":{\"gallery_source\":\"medialibrary\",\"image_ids\":\"111,113,110,114,112,109,115,108\",\"gallery_captions_only_hover\":\"no\",\"hide_captions_below\":\"tablet\"}}\'][/oxy_gallery][/ct_section][ct_section ct_sign_sha256=\'0dfb2e0849f69c08fea8d585d152b469a338f3f25ebe7a3d549faff8720080e6\' ct_options=\'{\"ct_id\":49,\"ct_parent\":0,\"selector\":\"section-49-28\",\"nicename\":\"3 to 2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'8f5779ee1dd51887707e5d962454eadb5276ff81129631fb47ca8c86cbf2c2a1\' ct_options=\'{\"ct_id\":50,\"ct_parent\":49,\"selector\":\"div_block-50-28\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\"}\'][ct_div_block_3 ct_sign_sha256=\'e533bb12c4266b4e2e6d1d1c90fe3caffea119ef24a6b24bc0905af8e5807d30\' ct_options=\'{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"div_block-51-28\"}\'][ct_headline ct_sign_sha256=\'7364d54387a295a752c9de8f894c8844f9f5f79a7e7c061b3b1c835f0bbef1c4\' ct_options=\'{\"ct_id\":54,\"ct_parent\":51,\"selector\":\"headline-54-28\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']Come as Our Guest, Leave as Our Friend[/ct_headline][ct_text_block ct_sign_sha256=\'8f218b7719eed186e014c1d290119eb61886a9b76c685481c7eb363c677f2407\' ct_options=\'{\"ct_id\":56,\"ct_parent\":51,\"selector\":\"text_block-56-28\"}\']We have a 24 hour check-in policy. Check out is 11AM. For reservations please call +256 781 516 422 or +256 702 348 922.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f4ba2b3f413ab95b9599d659381d73eae84e0ba2e6dccc81935b64316971ace1\' ct_options=\'{\"ct_id\":52,\"ct_parent\":50,\"selector\":\"div_block-52-28\",\"classes\":{},\"activeselector\":false}\'][ct_link_text ct_sign_sha256=\'c470cf107ee936899d1369ae00e0b2114f808d80d54d61b77fd2155fbe090613\' ct_options=\'{\"ct_id\":46,\"ct_parent\":52,\"selector\":\"link_text-46-28\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-btn-l\",\"2\":\"c-btn-main\"},\"nicename\":\"CTA Button\",\"activeselector\":false}\']Learn More[/ct_link_text][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2587,28,'ct_builder_shortcodes_revisions_dates','1623324618'),(2588,30,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'33b8d8950b014b06958f556c97665faa90f46196aebcbc63dcc7cb59c68fc4bd\' ct_options=\'{\"ct_id\":48,\"ct_parent\":0,\"selector\":\"section-48-30\",\"nicename\":\"2 Columns\"}\'][ct_headline ct_sign_sha256=\'10b30b7680c8f0cb1b249d437247046abc8be19a4860e2c0b30f98d31de8fdc2\' ct_options=\'{\"ct_id\":60,\"ct_parent\":48,\"selector\":\"headline-60-30\",\"original\":{\"tag\":\"h2\",\"width-unit\":\"%\",\"width\":\"100\"},\"classes\":{\"0\":\"c-padding-bottom-m\",\"1\":\"c-center\"},\"activeselector\":false}\']Uganda, A Birdwatcher\'s Paradise[/ct_headline][ct_div_block_2 ct_sign_sha256=\'64fddd3b4e42dd04fb809261c8eb2d98ff41c7acf7634361d364f64080fa0b46\' ct_options=\'{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"div_block-49-30\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'2ccab4e60026eadab93c5bb8375de4b5466d841a2d0c5d6dd26d791bd9bfa223\' ct_options=\'{\"ct_id\":50,\"ct_parent\":49,\"selector\":\"div_block-50-30\"}\'][ct_text_block ct_sign_sha256=\'9178066d9297e37739d9da46260dbfbc8a0173a8228eedc45681b172e63b1845\' ct_options=\'{\"ct_id\":53,\"ct_parent\":50,\"selector\":\"text_block-53-30\"}\']Uganda is an equatorial country of astonishing contrasts.&nbsp;<br><br>No other area in Africa can match its amazing diversity of habitats ranging from arid semi-deserts, rich savannahs, lowlands and montane rainforests to vast wetlands, volcanoes and an afro-alpine zone, and covering an altitude from 650 to 5,000 metres.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'6bcb8c49290696dfcce9ef79722a253316efc7310299d7312958168b31fd0692\' ct_options=\'{\"ct_id\":51,\"ct_parent\":49,\"selector\":\"div_block-51-30\"}\'][ct_text_block ct_sign_sha256=\'8dc033543641ce2bbde5ead6cbc546ede51bf766f5041fdcfb845551ac8a8f78\' ct_options=\'{\"ct_id\":55,\"ct_parent\":51,\"selector\":\"text_block-55-30\"}\']This richness is reflected in the number of birds per square kilometer the highest than any other country in Africa!&nbsp;<br><br>Given the small size of the country, which is approximately 235,000 square kilometers, Uganda boasts a national bird list of over 1008 species. This represents more than half the bird species that can be found in the whole of Africa.[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'86951634f69169fe16ed06c7da5609dc0b01d11eb61254c3bbe2cc9f8e91bee3\' ct_options=\'{\"ct_id\":63,\"ct_parent\":0,\"selector\":\"section-63-30\",\"nicename\":\"2 to 3 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'d1b0b5e2fd5a06953313feb84353775702afc45218c81017a7477b8d05385abb\' ct_options=\'{\"ct_id\":64,\"ct_parent\":63,\"selector\":\"div_block-64-30\",\"classes\":{\"0\":\"c-columns-m-1\",\"1\":\"c-columns-gap-l\",\"2\":\"c-columns-2-3\"},\"nicename\":\"Columns\"}\'][ct_div_block_3 ct_sign_sha256=\'315fec8212164e60b635cdf2a563c6488c74e3cd7f2d7b7a443e6856de63899a\' ct_options=\'{\"ct_id\":65,\"ct_parent\":64,\"selector\":\"div_block-65-30\"}\'][ct_image ct_sign_sha256=\'e5ed6534600d8127620ecca91e0c2e01061fd537f86fcd20b023c722b70cc089\' ct_options=\'{\"ct_id\":61,\"ct_parent\":65,\"selector\":\"image-61-30\",\"original\":{\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/ross-turacco.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'cee8c362695955ef46fda2ece6eecee18037a4a0a31bbd8de3b25ff4f018e398\' ct_options=\'{\"ct_id\":66,\"ct_parent\":64,\"selector\":\"div_block-66-30\",\"classes\":{}}\'][ct_headline ct_sign_sha256=\'af9dcf36eff9ca75bafe2fb0085d83779ff3418acaf0dcc4c5a138020da5f3cc\' ct_options=\'{\"ct_id\":34,\"ct_parent\":66,\"selector\":\"headline-34-30\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Forests[/ct_headline][ct_text_block ct_sign_sha256=\'9bcd7981cc4772331172c26e3d271d0b947e4c955ad38f902db8f56b19f6376b\' ct_options=\'{\"ct_id\":36,\"ct_parent\":66,\"selector\":\"text_block-36-30\"}\']Uganda has an area contiguous with the Great Guinea/Congo Basin rain forest on its western border. Subsequently there are a number of west and central African bird species occurring in Uganda that are not found elsewhere in East Africa.<br><br>There are more than 700 forest reserves in Uganda.<br>One particular region is the Albertine Rift Endemic area (ARE), which has 38 species of birds confined to Uganda, Rwanda, Burundi and the Congo. Of these ARE’s Uganda has 25, mostly confined to the forests of Mgahinga and Bwindi National Parks in the southwest.[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'53423eec0dcc34e04d56adc07abc175fea05a69fd38deca34d684d82c4d08ae9\' ct_options=\'{\"ct_id\":67,\"ct_parent\":0,\"selector\":\"section-67-30\",\"nicename\":\"3 to 2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'3c87495ba887f16eeb4f8f017fb27c60fbeb2197e2edc6322d93273d65aed2aa\' ct_options=\'{\"ct_id\":68,\"ct_parent\":67,\"selector\":\"div_block-68-30\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\"}\'][ct_div_block_3 ct_sign_sha256=\'697bec32024fc46e3f9a485f6583b23b87253bb83bf307a1bee77f03d3419310\' ct_options=\'{\"ct_id\":69,\"ct_parent\":68,\"selector\":\"div_block-69-30\"}\'][ct_headline ct_sign_sha256=\'9dd6359b22afc49c475fd7fb9ea12dc5e95f46910bccea64be7023c721289832\' ct_options=\'{\"ct_id\":38,\"ct_parent\":69,\"selector\":\"headline-38-30\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Wetlands[/ct_headline][ct_text_block ct_sign_sha256=\'315f1249bb2f55393d52f3efe7066fb48efbd285a9b38b6dd03f72ff7c7d1fc3\' ct_options=\'{\"ct_id\":40,\"ct_parent\":69,\"selector\":\"text_block-40-30\"}\']Uganda has 30,000 square kilometres of wetlands.&nbsp;<br><br>Not less than 210 species, ranging from the shoebill and African skimmer to the endemic Fox’s weaver, are found in these wetlands. More to the above are four papyrus endemics; the papyrus gonolek, papyrus canary, white-winged warbler and papyrus yellow warbler. And a white-winged black tern roost of 2-3 million birds in the Entebbe area (Lutembe Bay).[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'eacd61add7ef25ce160fae750fae08e11d92209fb191caf11ba30a177734a9d8\' ct_options=\'{\"ct_id\":70,\"ct_parent\":68,\"selector\":\"div_block-70-30\",\"classes\":{}}\'][ct_image ct_sign_sha256=\'066ce72b96a9b18581681ff493690da8be9e61d67890854813c94a76739065fb\' ct_options=\'{\"ct_id\":62,\"ct_parent\":70,\"selector\":\"image-62-30\",\"original\":{\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/crowned-crane-river.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'413177fe5bd13031e6a802d3a4c09f467f3feedf467ce77ef8a9871fab88b6fd\' ct_options=\'{\"ct_id\":71,\"ct_parent\":0,\"selector\":\"section-71-30\",\"nicename\":\"2 to 3 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'84d26c7598a5e57367d281fc7b015ac94199f601a820320a6effe9e630d28747\' ct_options=\'{\"ct_id\":72,\"ct_parent\":71,\"selector\":\"div_block-72-30\",\"classes\":{\"0\":\"c-columns-m-1\",\"1\":\"c-columns-gap-l\",\"2\":\"c-columns-2-3\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9492a7d58bc716c190f006170dc13898de903b160c1b06a177d2ff93c2b4b3ad\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"div_block-73-30\"}\'][ct_image ct_sign_sha256=\'9356cdbf9151b45e20d394cab87051be74ecb20f6da63b463553510ea813f23d\' ct_options=\'{\"ct_id\":83,\"ct_parent\":73,\"selector\":\"image-83-30\",\"original\":{\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/geese.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'02c66f50d9d0f11f3e60e2ca35334cace84a30ac7a59db91953dfd5241a0666d\' ct_options=\'{\"ct_id\":74,\"ct_parent\":72,\"selector\":\"div_block-74-30\",\"classes\":{},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'0bcca60519e48774983c37de072a4fa8764ed1b5b88d5452772a4f161f9e7efa\' ct_options=\'{\"ct_id\":42,\"ct_parent\":74,\"selector\":\"headline-42-30\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Savannahs[/ct_headline][ct_text_block ct_sign_sha256=\'2e87ec246012739c91475e421ad3adaa321789fd8f5024e289e89410802f6c05\' ct_options=\'{\"ct_id\":44,\"ct_parent\":74,\"selector\":\"text_block-44-30\"}\']In Uganda savannahs vary from the remote, semi-desert, dry thorn-scrub region of Karamoja in the northeast, to the richer fertile savannahs of the western rift valley.&nbsp;<br><br>Queen Elizabeth National Park has a bird list of 604 species, the highest for any protected area in Africa.[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2589,30,'ct_builder_shortcodes_revisions_dates','1623324798'),(2590,128,'ct_builder_shortcodes_revisions','[ct_div_block ct_sign_sha256=\'12ed5181d8231872c251a74601b5a34100066596707d5e29013be0555c7e4409\' ct_options=\'{\"nicename\":\"Blog Recent 2\",\"selector\":\"div_block-2-128\",\"ct_id\":2,\"ct_parent\":0}\'][ct_section_2 ct_sign_sha256=\'17b59a85bd0035b2688526e3aa962a7e8f9cca80b9b872bf729d8cf3893569bd\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"section-3-128\",\"classes\":{\"0\":\"c-bg-light\",\"1\":\"c-center\"},\"nicename\":\"Blog Recent 5 Posts\"}\'][oxy_dynamic_list_3 ct_sign_sha256=\'37d5c7c0ce369bf51a0712c1c76da9ce3b05e6f3e7a18fe481f3def19a56d9ed\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"_dynamic_list-4-128\",\"classes\":{\"0\":\"c-columns-gap-l\",\"1\":\"c-columns-blog-grid-1\"},\"original\":{\"wp_query\":\"manual\",\"query_post_types\":{\"0\":\"post\"},\"query_args\":\"post_type=post&posts_per_page=5&no_found_rows=true\"}}\'][ct_div_block_4 ct_sign_sha256=\'16fa243d0544e015b2798b22aae588013d739f847199e370520b4862b74f2d1e\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"div_block-5-128\",\"classes\":{\"0\":\"c-blog-recent-2\"}}\'][ct_div_block_5 ct_sign_sha256=\'ad598a13e98200d5151b8334983f5d87e00361ae3c16198502aa10632e749ecd\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"div_block-6-128\",\"original\":{\"height-unit\":\"%\",\"height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"nicename\":\"Image\"}\'][ct_link_6 ct_sign_sha256=\'32c8621d1459911b16b21aaf53d9cad32cfb6a59e43b66a1ac2892442ce3bcdd\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"link-7-128\",\"original\":{\"url\":\"[oxygen ct_sign_sha256=\'3f04564ebafb57e021405847dab7b9ae7848c9c33061ffc1c17dfb5bbf119dfc\' data=\'permalink\' ]\",\"target\":\"\",\"url_encoded\":\"true\",\"height-unit\":\"%\",\"height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"}}\'][ct_image ct_sign_sha256=\'6110cc3378a8882fef986765c24aff256d08b96740fad0ab5a3326185a8e9733\' ct_options=\'{\"ct_id\":8,\"ct_parent\":7,\"selector\":\"image-8-128\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'657d2f971103c6ff11b0794354f51226c00efafee933c082a338c1ae04015366\' data=\'featured_image\' size=\'900xauto\' ]\",\"srcdynamic\":true,\"height-unit\":\"%\"},\"classes\":{\"0\":\"c-rounded\",\"1\":\"c-shadow\"},\"nicename\":\"Image\"}\'][/ct_image][/ct_link_6][/ct_div_block_5][ct_div_block_5 ct_sign_sha256=\'6ecaf6bc8573766df225102fada2e68147627ceeac8397b94bb0e3fd8c4ea85b\' ct_options=\'{\"ct_id\":9,\"ct_parent\":5,\"selector\":\"div_block-9-128\",\"classes\":{\"0\":\"c-blog-recent-2-content\"},\"nicename\":\"Content\"}\'][ct_text_block ct_sign_sha256=\'6665b767c6e9cc450d9ab1c8548c3b9381588b7aa5af011b5547d8523e95d955\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"text_block-10-128\",\"classes\":{\"0\":\"c-tagline\",\"1\":\"c-margin-bottom-m\"}}\'][ct_span ct_sign_sha256=\'1f938838d7bc39dfdeacfe35598a5b39243845cf19d8a43e3cd644838ff652cc\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"span-11-128\"}\'][oxygen ct_sign_sha256=\'01671562e4155beabc43656656e3a03499dc6605975c9915fda78919d0f71373\' data=\'terms\' taxonomy=\'category\' separator=\' · \' ][/ct_span][/ct_text_block][ct_headline ct_sign_sha256=\'4dce936de92a29ab9097ce94e1d54a915fec7a17a47723eb5c0c5f47e869ff22\' ct_options=\'{\"ct_id\":12,\"ct_parent\":9,\"selector\":\"headline-12-128\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-dark\"}}\'][ct_span ct_sign_sha256=\'1e314c7ed97cc8a0d1934d4248bb02d86ca6328e59db283c2818f10e573ad145\' ct_options=\'{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"span-13-128\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'e4620d572fd372c21e0585f335cdf6c4c79f2bba6e3fda6f2317395beab2b152\' ct_options=\'{\"ct_id\":14,\"ct_parent\":9,\"selector\":\"text_block-14-128\",\"classes\":{\"0\":\"c-margin-bottom-m\",\"1\":\"c-text-dark\",\"2\":\"c-text-m\",\"3\":\"c-blog-recent-2-excerpt\"}}\'][ct_span ct_sign_sha256=\'90b576aade13b7dfde4e96d5339b8ed1082f88e53e093dd0fea71eb603a36453\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"span-15-128\"}\'][oxygen ct_sign_sha256=\'15f8f3cb77ef853829fdcb6ec4f4acf5b5d7fd139a1b9c5bf29aceda109c5805\' data=\'excerpt\' ][/ct_span][/ct_text_block][ct_link_6 ct_sign_sha256=\'78ffde23ea2762519d5d125611aec9c2c7c2135c536e385156c67c3373628ece\' ct_options=\'{\"ct_id\":16,\"ct_parent\":9,\"selector\":\"link-16-128\",\"classes\":{\"0\":\"c-transition\",\"1\":\"c-link-s\",\"2\":\"c-link-accent\"},\"nicename\":\"Link\",\"original\":{\"url\":\"[oxygen ct_sign_sha256=\'3f04564ebafb57e021405847dab7b9ae7848c9c33061ffc1c17dfb5bbf119dfc\' data=\'permalink\' ]\",\"target\":\"\",\"url_encoded\":\"true\"}}\'][ct_text_block ct_sign_sha256=\'651248978b65b30fc1505ee4e7ee8fde3324a37a1b61cc18fdb2ddcab324af6a\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"text_block-17-128\",\"classes\":{\"0\":\"c-margin-right-s\"}}\']Read Story[/ct_text_block][ct_fancy_icon ct_sign_sha256=\'e17db455f28890faa601d5f19a9f4cbea44650e12ecffcc87558180ef5018827\' ct_options=\'{\"ct_id\":18,\"ct_parent\":16,\"selector\":\"fancy_icon-18-128\",\"original\":{\"icon-id\":\"OxyNinjaCoreicon-Arrow-1-Right\"},\"classes\":{\"0\":\"c-icon-accent-s\"}}\'][/ct_fancy_icon][/ct_link_6][/ct_div_block_5][/ct_div_block_4][/oxy_dynamic_list_3][/ct_section_2][ct_code_block ct_sign_sha256=\'76c8fafa36bc1b5a7e94345dc13810462add1ec18ad36d8bdaeace1243a85ea8\' ct_options=\'{\"ct_id\":19,\"ct_parent\":2,\"selector\":\"code_block-19-128\",\"original\":{\"code-css\":\"LmMtY29sdW1ucy1ibG9nLWdyaWQtMSB7CglkaXNwbGF5OiBncmlkIWltcG9ydGFudDsKICAJZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiAzZnIgMmZyOwp9CgouYy1ibG9nLXJlY2VudC0yIHsKICAJZGlzcGxheTogZ3JpZCFpbXBvcnRhbnQ7CiAgCWdyaWQtdGVtcGxhdGUtY29sdW1uczogMWZyIDFmcjsKICAJZ3JpZC1nYXA6IDIwcHg7CiAgCXRleHQtYWxpZ246IGxlZnQ7CiAgCWFsaWduLWl0ZW1zOiBjZW50ZXI7Cn0KCi5jLWJsb2ctcmVjZW50LTIgaW1nIHsKICAgIHdpZHRoOiAxMDAlOwogICAgaGVpZ2h0OiAxMDAlOwogICAgbWF4LWhlaWdodDogMjAwcHg7CiAgICBvYmplY3QtZml0OiBjb3ZlcjsKICAgIG9iamVjdC1wb3NpdGlvbjogY2VudGVyIGNlbnRlcjsKfQoKLmMtY29sdW1ucy1ibG9nLWdyaWQtMSA+IGRpdjpmaXJzdC1jaGlsZCBpbWcgewogICAgbWF4LWhlaWdodDogdW5zZXQ7Cn0KCi5jLWJsb2ctcmVjZW50LTIgLmMtYmxvZy1yZWNlbnQtMi1leGNlcnB0IHsKICAJZGlzcGxheTogbm9uZTsKfQoKLmMtY29sdW1ucy1ibG9nLWdyaWQtMSA+IGRpdjpmaXJzdC1jaGlsZCB7CiAgCWdyaWQtcm93OiBzcGFuIDQ7CiAgCWdyaWQtdGVtcGxhdGUtY29sdW1uczogMWZyOwogIAlncmlkLXRlbXBsYXRlLXJvd3M6IGF1dG8gYXV0bzsKfQoKLmMtY29sdW1ucy1ibG9nLWdyaWQtMSA+IGRpdjpmaXJzdC1jaGlsZCAuYy1ibG9nLXJlY2VudC0yLWV4Y2VycHQgewogIAlkaXNwbGF5OiBibG9jazsKfQoKQG1lZGlhIG9ubHkgc2NyZWVuIGFuZCAobWF4LXdpZHRoOiA5OTFweCkgewouYy1jb2x1bW5zLWJsb2ctZ3JpZC0xIHsKICAJZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiAxZnI7Cn0KLmMtYmxvZy1yZWNlbnQtMiB7CiAgCWRpc3BsYXk6IGdyaWQhaW1wb3J0YW50OwogIAlncmlkLXRlbXBsYXRlLWNvbHVtbnM6IDJmciAzZnI7Cn0KfQ==\",\"code-php\":\"PD9waHAKCS8vIGVjaG8gImhlbGxvIHdvcmxkISI7Cj8+\"},\"nicename\":\"Custom CSS\"}\'][/ct_code_block][ct_code_block ct_sign_sha256=\'5b0beaeab85daaf9c238a4ee4cf29e0f76371fbe3a2562f6fcc16368f2b12ee0\' ct_options=\'{\"ct_id\":20,\"ct_parent\":2,\"selector\":\"code_block-20-128\",\"original\":{\"code-css\":\"ZGl2Lm94eS1yZXBlYXRlci1wYWdlcywgZGl2Lm94eS1yZXBlYXRlci1wYWdlcy13cmFwIHsKZ3JpZC1jb2x1bW46IDEgLyAtMTsKfQ==\",\"code-php\":\"PD9waHAKCS8vIGVjaG8gImhlbGxvIHdvcmxkISI7Cj8+\"},\"nicename\":\"CSS Fix for the pagination\"}\'][/ct_code_block][/ct_div_block]'),(2591,128,'ct_builder_shortcodes_revisions_dates','1623330122'),(2592,128,'ct_builder_shortcodes_revisions','[ct_div_block ct_sign_sha256=\'12ed5181d8231872c251a74601b5a34100066596707d5e29013be0555c7e4409\' ct_options=\'{\"nicename\":\"Blog Recent 2\",\"selector\":\"div_block-2-128\",\"ct_id\":2,\"ct_parent\":0}\'][ct_section_2 ct_sign_sha256=\'17b59a85bd0035b2688526e3aa962a7e8f9cca80b9b872bf729d8cf3893569bd\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"section-3-128\",\"classes\":{\"0\":\"c-bg-light\",\"1\":\"c-center\"},\"nicename\":\"Blog Recent 5 Posts\"}\'][oxy_dynamic_list_3 ct_sign_sha256=\'37d5c7c0ce369bf51a0712c1c76da9ce3b05e6f3e7a18fe481f3def19a56d9ed\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"_dynamic_list-4-128\",\"classes\":{\"0\":\"c-columns-gap-l\",\"1\":\"c-columns-blog-grid-1\"},\"original\":{\"wp_query\":\"manual\",\"query_post_types\":{\"0\":\"post\"},\"query_args\":\"post_type=post&posts_per_page=5&no_found_rows=true\"}}\'][ct_div_block_4 ct_sign_sha256=\'16fa243d0544e015b2798b22aae588013d739f847199e370520b4862b74f2d1e\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"div_block-5-128\",\"classes\":{\"0\":\"c-blog-recent-2\"}}\'][ct_div_block_5 ct_sign_sha256=\'ad598a13e98200d5151b8334983f5d87e00361ae3c16198502aa10632e749ecd\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"div_block-6-128\",\"original\":{\"height-unit\":\"%\",\"height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"nicename\":\"Image\"}\'][ct_link_6 ct_sign_sha256=\'32c8621d1459911b16b21aaf53d9cad32cfb6a59e43b66a1ac2892442ce3bcdd\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"link-7-128\",\"original\":{\"url\":\"[oxygen ct_sign_sha256=\'3f04564ebafb57e021405847dab7b9ae7848c9c33061ffc1c17dfb5bbf119dfc\' data=\'permalink\' ]\",\"target\":\"\",\"url_encoded\":\"true\",\"height-unit\":\"%\",\"height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"}}\'][ct_image ct_sign_sha256=\'6110cc3378a8882fef986765c24aff256d08b96740fad0ab5a3326185a8e9733\' ct_options=\'{\"ct_id\":8,\"ct_parent\":7,\"selector\":\"image-8-128\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'657d2f971103c6ff11b0794354f51226c00efafee933c082a338c1ae04015366\' data=\'featured_image\' size=\'900xauto\' ]\",\"srcdynamic\":true,\"height-unit\":\"%\"},\"classes\":{\"0\":\"c-rounded\",\"1\":\"c-shadow\"},\"nicename\":\"Image\"}\'][/ct_image][/ct_link_6][/ct_div_block_5][ct_div_block_5 ct_sign_sha256=\'6ecaf6bc8573766df225102fada2e68147627ceeac8397b94bb0e3fd8c4ea85b\' ct_options=\'{\"ct_id\":9,\"ct_parent\":5,\"selector\":\"div_block-9-128\",\"classes\":{\"0\":\"c-blog-recent-2-content\"},\"nicename\":\"Content\"}\'][ct_text_block ct_sign_sha256=\'6665b767c6e9cc450d9ab1c8548c3b9381588b7aa5af011b5547d8523e95d955\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"text_block-10-128\",\"classes\":{\"0\":\"c-tagline\",\"1\":\"c-margin-bottom-m\"}}\'][ct_span ct_sign_sha256=\'1f938838d7bc39dfdeacfe35598a5b39243845cf19d8a43e3cd644838ff652cc\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"span-11-128\"}\'][oxygen ct_sign_sha256=\'01671562e4155beabc43656656e3a03499dc6605975c9915fda78919d0f71373\' data=\'terms\' taxonomy=\'category\' separator=\' · \' ][/ct_span][/ct_text_block][ct_headline ct_sign_sha256=\'4dce936de92a29ab9097ce94e1d54a915fec7a17a47723eb5c0c5f47e869ff22\' ct_options=\'{\"ct_id\":12,\"ct_parent\":9,\"selector\":\"headline-12-128\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-dark\"}}\'][ct_span ct_sign_sha256=\'1e314c7ed97cc8a0d1934d4248bb02d86ca6328e59db283c2818f10e573ad145\' ct_options=\'{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"span-13-128\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'e4620d572fd372c21e0585f335cdf6c4c79f2bba6e3fda6f2317395beab2b152\' ct_options=\'{\"ct_id\":14,\"ct_parent\":9,\"selector\":\"text_block-14-128\",\"classes\":{\"0\":\"c-margin-bottom-m\",\"1\":\"c-text-dark\",\"2\":\"c-text-m\",\"3\":\"c-blog-recent-2-excerpt\"}}\'][ct_span ct_sign_sha256=\'90b576aade13b7dfde4e96d5339b8ed1082f88e53e093dd0fea71eb603a36453\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"span-15-128\"}\'][oxygen ct_sign_sha256=\'15f8f3cb77ef853829fdcb6ec4f4acf5b5d7fd139a1b9c5bf29aceda109c5805\' data=\'excerpt\' ][/ct_span][/ct_text_block][ct_link_6 ct_sign_sha256=\'78ffde23ea2762519d5d125611aec9c2c7c2135c536e385156c67c3373628ece\' ct_options=\'{\"ct_id\":16,\"ct_parent\":9,\"selector\":\"link-16-128\",\"classes\":{\"0\":\"c-transition\",\"1\":\"c-link-s\",\"2\":\"c-link-accent\"},\"nicename\":\"Link\",\"original\":{\"url\":\"[oxygen ct_sign_sha256=\'3f04564ebafb57e021405847dab7b9ae7848c9c33061ffc1c17dfb5bbf119dfc\' data=\'permalink\' ]\",\"target\":\"\",\"url_encoded\":\"true\"}}\'][ct_text_block ct_sign_sha256=\'651248978b65b30fc1505ee4e7ee8fde3324a37a1b61cc18fdb2ddcab324af6a\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"text_block-17-128\",\"classes\":{\"0\":\"c-margin-right-s\"}}\']Read Story[/ct_text_block][ct_fancy_icon ct_sign_sha256=\'e17db455f28890faa601d5f19a9f4cbea44650e12ecffcc87558180ef5018827\' ct_options=\'{\"ct_id\":18,\"ct_parent\":16,\"selector\":\"fancy_icon-18-128\",\"original\":{\"icon-id\":\"OxyNinjaCoreicon-Arrow-1-Right\"},\"classes\":{\"0\":\"c-icon-accent-s\"}}\'][/ct_fancy_icon][/ct_link_6][/ct_div_block_5][/ct_div_block_4][/oxy_dynamic_list_3][/ct_section_2][ct_code_block ct_sign_sha256=\'76c8fafa36bc1b5a7e94345dc13810462add1ec18ad36d8bdaeace1243a85ea8\' ct_options=\'{\"ct_id\":19,\"ct_parent\":2,\"selector\":\"code_block-19-128\",\"original\":{\"code-css\":\"LmMtY29sdW1ucy1ibG9nLWdyaWQtMSB7CglkaXNwbGF5OiBncmlkIWltcG9ydGFudDsKICAJZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiAzZnIgMmZyOwp9CgouYy1ibG9nLXJlY2VudC0yIHsKICAJZGlzcGxheTogZ3JpZCFpbXBvcnRhbnQ7CiAgCWdyaWQtdGVtcGxhdGUtY29sdW1uczogMWZyIDFmcjsKICAJZ3JpZC1nYXA6IDIwcHg7CiAgCXRleHQtYWxpZ246IGxlZnQ7CiAgCWFsaWduLWl0ZW1zOiBjZW50ZXI7Cn0KCi5jLWJsb2ctcmVjZW50LTIgaW1nIHsKICAgIHdpZHRoOiAxMDAlOwogICAgaGVpZ2h0OiAxMDAlOwogICAgbWF4LWhlaWdodDogMjAwcHg7CiAgICBvYmplY3QtZml0OiBjb3ZlcjsKICAgIG9iamVjdC1wb3NpdGlvbjogY2VudGVyIGNlbnRlcjsKfQoKLmMtY29sdW1ucy1ibG9nLWdyaWQtMSA+IGRpdjpmaXJzdC1jaGlsZCBpbWcgewogICAgbWF4LWhlaWdodDogdW5zZXQ7Cn0KCi5jLWJsb2ctcmVjZW50LTIgLmMtYmxvZy1yZWNlbnQtMi1leGNlcnB0IHsKICAJZGlzcGxheTogbm9uZTsKfQoKLmMtY29sdW1ucy1ibG9nLWdyaWQtMSA+IGRpdjpmaXJzdC1jaGlsZCB7CiAgCWdyaWQtcm93OiBzcGFuIDQ7CiAgCWdyaWQtdGVtcGxhdGUtY29sdW1uczogMWZyOwogIAlncmlkLXRlbXBsYXRlLXJvd3M6IGF1dG8gYXV0bzsKfQoKLmMtY29sdW1ucy1ibG9nLWdyaWQtMSA+IGRpdjpmaXJzdC1jaGlsZCAuYy1ibG9nLXJlY2VudC0yLWV4Y2VycHQgewogIAlkaXNwbGF5OiBibG9jazsKfQoKQG1lZGlhIG9ubHkgc2NyZWVuIGFuZCAobWF4LXdpZHRoOiA5OTFweCkgewouYy1jb2x1bW5zLWJsb2ctZ3JpZC0xIHsKICAJZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiAxZnI7Cn0KLmMtYmxvZy1yZWNlbnQtMiB7CiAgCWRpc3BsYXk6IGdyaWQhaW1wb3J0YW50OwogIAlncmlkLXRlbXBsYXRlLWNvbHVtbnM6IDJmciAzZnI7Cn0KfQ==\",\"code-php\":\"PD9waHAKCS8vIGVjaG8gImhlbGxvIHdvcmxkISI7Cj8+\"},\"nicename\":\"Custom CSS\"}\'][/ct_code_block][ct_code_block ct_sign_sha256=\'5b0beaeab85daaf9c238a4ee4cf29e0f76371fbe3a2562f6fcc16368f2b12ee0\' ct_options=\'{\"ct_id\":20,\"ct_parent\":2,\"selector\":\"code_block-20-128\",\"original\":{\"code-css\":\"ZGl2Lm94eS1yZXBlYXRlci1wYWdlcywgZGl2Lm94eS1yZXBlYXRlci1wYWdlcy13cmFwIHsKZ3JpZC1jb2x1bW46IDEgLyAtMTsKfQ==\",\"code-php\":\"PD9waHAKCS8vIGVjaG8gImhlbGxvIHdvcmxkISI7Cj8+\"},\"nicename\":\"CSS Fix for the pagination\"}\'][/ct_code_block][/ct_div_block]'),(2593,128,'ct_builder_shortcodes_revisions_dates','1623330395'),(2606,128,'ct_builder_shortcodes_revisions','[ct_div_block ct_sign_sha256=\'12ed5181d8231872c251a74601b5a34100066596707d5e29013be0555c7e4409\' ct_options=\'{\"nicename\":\"Blog Recent 2\",\"selector\":\"div_block-2-128\",\"ct_id\":2,\"ct_parent\":0}\'][ct_section_2 ct_sign_sha256=\'17b59a85bd0035b2688526e3aa962a7e8f9cca80b9b872bf729d8cf3893569bd\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"section-3-128\",\"classes\":{\"0\":\"c-bg-light\",\"1\":\"c-center\"},\"nicename\":\"Blog Recent 5 Posts\"}\'][oxy_dynamic_list_3 ct_sign_sha256=\'37d5c7c0ce369bf51a0712c1c76da9ce3b05e6f3e7a18fe481f3def19a56d9ed\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"_dynamic_list-4-128\",\"classes\":{\"0\":\"c-columns-gap-l\",\"1\":\"c-columns-blog-grid-1\"},\"original\":{\"wp_query\":\"manual\",\"query_post_types\":{\"0\":\"post\"},\"query_args\":\"post_type=post&posts_per_page=5&no_found_rows=true\"}}\'][ct_div_block_4 ct_sign_sha256=\'16fa243d0544e015b2798b22aae588013d739f847199e370520b4862b74f2d1e\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"div_block-5-128\",\"classes\":{\"0\":\"c-blog-recent-2\"}}\'][ct_div_block_5 ct_sign_sha256=\'ad598a13e98200d5151b8334983f5d87e00361ae3c16198502aa10632e749ecd\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"div_block-6-128\",\"original\":{\"height-unit\":\"%\",\"height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"},\"nicename\":\"Image\"}\'][ct_link_6 ct_sign_sha256=\'32c8621d1459911b16b21aaf53d9cad32cfb6a59e43b66a1ac2892442ce3bcdd\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"link-7-128\",\"original\":{\"url\":\"[oxygen ct_sign_sha256=\'3f04564ebafb57e021405847dab7b9ae7848c9c33061ffc1c17dfb5bbf119dfc\' data=\'permalink\' ]\",\"target\":\"\",\"url_encoded\":\"true\",\"height-unit\":\"%\",\"height\":\"100\",\"width-unit\":\"%\",\"width\":\"100\"}}\'][ct_image ct_sign_sha256=\'6110cc3378a8882fef986765c24aff256d08b96740fad0ab5a3326185a8e9733\' ct_options=\'{\"ct_id\":8,\"ct_parent\":7,\"selector\":\"image-8-128\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'657d2f971103c6ff11b0794354f51226c00efafee933c082a338c1ae04015366\' data=\'featured_image\' size=\'900xauto\' ]\",\"srcdynamic\":true,\"height-unit\":\"%\"},\"classes\":{\"0\":\"c-rounded\",\"1\":\"c-shadow\"},\"nicename\":\"Image\"}\'][/ct_image][/ct_link_6][/ct_div_block_5][ct_div_block_5 ct_sign_sha256=\'6ecaf6bc8573766df225102fada2e68147627ceeac8397b94bb0e3fd8c4ea85b\' ct_options=\'{\"ct_id\":9,\"ct_parent\":5,\"selector\":\"div_block-9-128\",\"classes\":{\"0\":\"c-blog-recent-2-content\"},\"nicename\":\"Content\"}\'][ct_text_block ct_sign_sha256=\'6665b767c6e9cc450d9ab1c8548c3b9381588b7aa5af011b5547d8523e95d955\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"text_block-10-128\",\"classes\":{\"0\":\"c-tagline\",\"1\":\"c-margin-bottom-m\"}}\'][ct_span ct_sign_sha256=\'1f938838d7bc39dfdeacfe35598a5b39243845cf19d8a43e3cd644838ff652cc\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"span-11-128\"}\'][oxygen ct_sign_sha256=\'01671562e4155beabc43656656e3a03499dc6605975c9915fda78919d0f71373\' data=\'terms\' taxonomy=\'category\' separator=\' · \' ][/ct_span][/ct_text_block][ct_headline ct_sign_sha256=\'4dce936de92a29ab9097ce94e1d54a915fec7a17a47723eb5c0c5f47e869ff22\' ct_options=\'{\"ct_id\":12,\"ct_parent\":9,\"selector\":\"headline-12-128\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-dark\"}}\'][ct_span ct_sign_sha256=\'1e314c7ed97cc8a0d1934d4248bb02d86ca6328e59db283c2818f10e573ad145\' ct_options=\'{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"span-13-128\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'e4620d572fd372c21e0585f335cdf6c4c79f2bba6e3fda6f2317395beab2b152\' ct_options=\'{\"ct_id\":14,\"ct_parent\":9,\"selector\":\"text_block-14-128\",\"classes\":{\"0\":\"c-margin-bottom-m\",\"1\":\"c-text-dark\",\"2\":\"c-text-m\",\"3\":\"c-blog-recent-2-excerpt\"}}\'][ct_span ct_sign_sha256=\'90b576aade13b7dfde4e96d5339b8ed1082f88e53e093dd0fea71eb603a36453\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"span-15-128\"}\'][oxygen ct_sign_sha256=\'15f8f3cb77ef853829fdcb6ec4f4acf5b5d7fd139a1b9c5bf29aceda109c5805\' data=\'excerpt\' ][/ct_span][/ct_text_block][ct_link_6 ct_sign_sha256=\'78ffde23ea2762519d5d125611aec9c2c7c2135c536e385156c67c3373628ece\' ct_options=\'{\"ct_id\":16,\"ct_parent\":9,\"selector\":\"link-16-128\",\"classes\":{\"0\":\"c-transition\",\"1\":\"c-link-s\",\"2\":\"c-link-accent\"},\"nicename\":\"Link\",\"original\":{\"url\":\"[oxygen ct_sign_sha256=\'3f04564ebafb57e021405847dab7b9ae7848c9c33061ffc1c17dfb5bbf119dfc\' data=\'permalink\' ]\",\"target\":\"\",\"url_encoded\":\"true\"}}\'][ct_text_block ct_sign_sha256=\'651248978b65b30fc1505ee4e7ee8fde3324a37a1b61cc18fdb2ddcab324af6a\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"text_block-17-128\",\"classes\":{\"0\":\"c-margin-right-s\"}}\']Read Story[/ct_text_block][ct_fancy_icon ct_sign_sha256=\'e17db455f28890faa601d5f19a9f4cbea44650e12ecffcc87558180ef5018827\' ct_options=\'{\"ct_id\":18,\"ct_parent\":16,\"selector\":\"fancy_icon-18-128\",\"original\":{\"icon-id\":\"OxyNinjaCoreicon-Arrow-1-Right\"},\"classes\":{\"0\":\"c-icon-accent-s\"}}\'][/ct_fancy_icon][/ct_link_6][/ct_div_block_5][/ct_div_block_4][/oxy_dynamic_list_3][/ct_section_2][ct_code_block ct_sign_sha256=\'76c8fafa36bc1b5a7e94345dc13810462add1ec18ad36d8bdaeace1243a85ea8\' ct_options=\'{\"ct_id\":19,\"ct_parent\":2,\"selector\":\"code_block-19-128\",\"original\":{\"code-css\":\"LmMtY29sdW1ucy1ibG9nLWdyaWQtMSB7CglkaXNwbGF5OiBncmlkIWltcG9ydGFudDsKICAJZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiAzZnIgMmZyOwp9CgouYy1ibG9nLXJlY2VudC0yIHsKICAJZGlzcGxheTogZ3JpZCFpbXBvcnRhbnQ7CiAgCWdyaWQtdGVtcGxhdGUtY29sdW1uczogMWZyIDFmcjsKICAJZ3JpZC1nYXA6IDIwcHg7CiAgCXRleHQtYWxpZ246IGxlZnQ7CiAgCWFsaWduLWl0ZW1zOiBjZW50ZXI7Cn0KCi5jLWJsb2ctcmVjZW50LTIgaW1nIHsKICAgIHdpZHRoOiAxMDAlOwogICAgaGVpZ2h0OiAxMDAlOwogICAgbWF4LWhlaWdodDogMjAwcHg7CiAgICBvYmplY3QtZml0OiBjb3ZlcjsKICAgIG9iamVjdC1wb3NpdGlvbjogY2VudGVyIGNlbnRlcjsKfQoKLmMtY29sdW1ucy1ibG9nLWdyaWQtMSA+IGRpdjpmaXJzdC1jaGlsZCBpbWcgewogICAgbWF4LWhlaWdodDogdW5zZXQ7Cn0KCi5jLWJsb2ctcmVjZW50LTIgLmMtYmxvZy1yZWNlbnQtMi1leGNlcnB0IHsKICAJZGlzcGxheTogbm9uZTsKfQoKLmMtY29sdW1ucy1ibG9nLWdyaWQtMSA+IGRpdjpmaXJzdC1jaGlsZCB7CiAgCWdyaWQtcm93OiBzcGFuIDQ7CiAgCWdyaWQtdGVtcGxhdGUtY29sdW1uczogMWZyOwogIAlncmlkLXRlbXBsYXRlLXJvd3M6IGF1dG8gYXV0bzsKfQoKLmMtY29sdW1ucy1ibG9nLWdyaWQtMSA+IGRpdjpmaXJzdC1jaGlsZCAuYy1ibG9nLXJlY2VudC0yLWV4Y2VycHQgewogIAlkaXNwbGF5OiBibG9jazsKfQoKQG1lZGlhIG9ubHkgc2NyZWVuIGFuZCAobWF4LXdpZHRoOiA5OTFweCkgewouYy1jb2x1bW5zLWJsb2ctZ3JpZC0xIHsKICAJZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiAxZnI7Cn0KLmMtYmxvZy1yZWNlbnQtMiB7CiAgCWRpc3BsYXk6IGdyaWQhaW1wb3J0YW50OwogIAlncmlkLXRlbXBsYXRlLWNvbHVtbnM6IDJmciAzZnI7Cn0KfQ==\",\"code-php\":\"PD9waHAKCS8vIGVjaG8gImhlbGxvIHdvcmxkISI7Cj8+\"},\"nicename\":\"Custom CSS\"}\'][/ct_code_block][ct_code_block ct_sign_sha256=\'5b0beaeab85daaf9c238a4ee4cf29e0f76371fbe3a2562f6fcc16368f2b12ee0\' ct_options=\'{\"ct_id\":20,\"ct_parent\":2,\"selector\":\"code_block-20-128\",\"original\":{\"code-css\":\"ZGl2Lm94eS1yZXBlYXRlci1wYWdlcywgZGl2Lm94eS1yZXBlYXRlci1wYWdlcy13cmFwIHsKZ3JpZC1jb2x1bW46IDEgLyAtMTsKfQ==\",\"code-php\":\"PD9waHAKCS8vIGVjaG8gImhlbGxvIHdvcmxkISI7Cj8+\"},\"nicename\":\"CSS Fix for the pagination\"}\'][/ct_code_block][/ct_div_block]'),(2607,128,'ct_builder_shortcodes_revisions_dates','1623330973'),(2608,127,'ct_builder_shortcodes_revisions','[ct_div_block ct_sign_sha256=\'b5445630f5d26cc168a5c059a81a6d3d219521ee0997c009d6836f70d51dc4c2\' ct_options=\'{\"nicename\":\"Blog Recent 2\",\"selector\":\"div_block-1-127\",\"ct_id\":1,\"ct_parent\":0}\'][ct_code_block ct_sign_sha256=\'ddf5acc30a198233e0573efd1bf709ae11dad1ef7a8a6c42de89b89ad7f1ca63\' ct_options=\'{\"ct_id\":18,\"ct_parent\":1,\"selector\":\"code_block-18-127\",\"original\":{\"code-css\":\"LmMtY29sdW1ucy1ibG9nLWdyaWQtMSB7CglkaXNwbGF5OiBncmlkIWltcG9ydGFudDsKICAJZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiAzZnIgMmZyOwp9CgouYy1ibG9nLXJlY2VudC0yIHsKICAJZGlzcGxheTogZ3JpZCFpbXBvcnRhbnQ7CiAgCWdyaWQtdGVtcGxhdGUtY29sdW1uczogMWZyIDFmcjsKICAJZ3JpZC1nYXA6IDIwcHg7CiAgCXRleHQtYWxpZ246IGxlZnQ7CiAgCWFsaWduLWl0ZW1zOiBjZW50ZXI7Cn0KCi5jLWJsb2ctcmVjZW50LTIgaW1nIHsKICAgIHdpZHRoOiAxMDAlOwogICAgaGVpZ2h0OiAxMDAlOwogICAgbWF4LWhlaWdodDogMjAwcHg7CiAgICBvYmplY3QtZml0OiBjb3ZlcjsKICAgIG9iamVjdC1wb3NpdGlvbjogY2VudGVyIGNlbnRlcjsKfQoKLmMtY29sdW1ucy1ibG9nLWdyaWQtMSA+IGRpdjpmaXJzdC1jaGlsZCBpbWcgewogICAgbWF4LWhlaWdodDogdW5zZXQ7Cn0KCi5jLWJsb2ctcmVjZW50LTIgLmMtYmxvZy1yZWNlbnQtMi1leGNlcnB0IHsKICAJZGlzcGxheTogbm9uZTsKfQoKLmMtY29sdW1ucy1ibG9nLWdyaWQtMSA+IGRpdjpmaXJzdC1jaGlsZCB7CiAgCWdyaWQtcm93OiBzcGFuIDQ7CiAgCWdyaWQtdGVtcGxhdGUtY29sdW1uczogMWZyOwogIAlncmlkLXRlbXBsYXRlLXJvd3M6IGF1dG8gYXV0bzsKfQoKLmMtY29sdW1ucy1ibG9nLWdyaWQtMSA+IGRpdjpmaXJzdC1jaGlsZCAuYy1ibG9nLXJlY2VudC0yLWV4Y2VycHQgewogIAlkaXNwbGF5OiBibG9jazsKfQoKQG1lZGlhIG9ubHkgc2NyZWVuIGFuZCAobWF4LXdpZHRoOiA5OTFweCkgewouYy1jb2x1bW5zLWJsb2ctZ3JpZC0xIHsKICAJZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiAxZnI7Cn0KLmMtYmxvZy1yZWNlbnQtMiB7CiAgCWRpc3BsYXk6IGdyaWQhaW1wb3J0YW50OwogIAlncmlkLXRlbXBsYXRlLWNvbHVtbnM6IDJmciAzZnI7Cn0KfQ==\",\"code-php\":\"PD9waHAKCS8vIGVjaG8gImhlbGxvIHdvcmxkISI7Cj8+\"},\"nicename\":\"Custom CSS\"}\'][/ct_code_block][ct_code_block ct_sign_sha256=\'fb1b6a8ce234fc535164c04b4a2786e4ecb46be1ecb61b08b12177e788d0289f\' ct_options=\'{\"ct_id\":19,\"ct_parent\":1,\"selector\":\"code_block-19-127\",\"original\":{\"code-css\":\"ZGl2Lm94eS1yZXBlYXRlci1wYWdlcywgZGl2Lm94eS1yZXBlYXRlci1wYWdlcy13cmFwIHsKZ3JpZC1jb2x1bW46IDEgLyAtMTsKfQ==\",\"code-php\":\"PD9waHAKCS8vIGVjaG8gImhlbGxvIHdvcmxkISI7Cj8+\"},\"nicename\":\"CSS Fix for the pagination\"}\'][/ct_code_block][/ct_div_block][ct_section ct_sign_sha256=\'6bdd9284a3a17ad87618da06eecb1303be7eac779a07951a59d93b44cca1e85e\' ct_options=\'{\"ct_id\":34,\"ct_parent\":0,\"selector\":\"section-34-127\",\"original\":{\"align-items\":\"center\",\"text-align\":\"center\"},\"classes\":{\"0\":\"c-bg-light\"},\"nicename\":\"Single Blog Post\",\"activeselector\":false}\'][ct_image ct_sign_sha256=\'c007128078c67d6a355ce3085eacc4fabd97e089008b3ed08a868e10350f8de7\' ct_options=\'{\"ct_id\":35,\"ct_parent\":34,\"selector\":\"image-35-127\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'199daf2d416f4ea1b900bdfa3ea016d44cfdd2cd90f09d5a79300a6e0838a4f7\' data=\'featured_image\' ]\",\"srcdynamic\":true,\"max-height\":\"500\",\"width-unit\":\"%\",\"width\":\"100\",\"custom-css\":\"b2JqZWN0LWZpdDpjb3Zlcjs=\"},\"classes\":{\"0\":\"c-rounded\",\"1\":\"c-shadow\"},\"media\":{\"phone-portrait\":{\"original\":{\"max-height\":\"400\"}}}}\'][/ct_image][ct_text_block ct_sign_sha256=\'7aaf659e10b41e60d2562fa48c0d687ed4c4d151e613a0011bbb8332b40ec7c2\' ct_options=\'{\"ct_id\":37,\"ct_parent\":34,\"selector\":\"text_block-37-127\",\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"c-margin-bottom-l\"},\"activeselector\":false}\']Written by&nbsp;[ct_span ct_sign_sha256=\'ba780b0a94209e2f6f185907e4ca6b44ac9613d15f8f158698c116d9ebb03a05\' ct_options=\'{\"ct_id\":38,\"ct_parent\":37,\"selector\":\"span-38-127\"}\'][oxygen ct_sign_sha256=\'3bff4fb86a10067581157bc4d7550042f9433950a86d0d82dd1bc7864c25366c\' data=\'author\' ][/ct_span] on&nbsp;[ct_span ct_sign_sha256=\'d15678272d2df9625fb6d97b9b3ba7de6ac4b33b82d79f81e0e25b98ee5c828e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"span-39-127\"}\'][oxygen ct_sign_sha256=\'a033413a0013e067f6001d6d477cefa3ccbdd3555c1fded3ea6a1b08e4abb21c\' data=\'date\' ][/ct_span][/ct_text_block][ct_headline ct_sign_sha256=\'491cd5abc2dd0e67acb2c2782d4af320cd2407421affefeb26f787c7785e0a0d\' ct_options=\'{\"ct_id\":40,\"ct_parent\":34,\"selector\":\"headline-40-127\",\"classes\":{\"0\":\"c-h1\",\"1\":\"c-margin-bottom-m\"}}\'][ct_span ct_sign_sha256=\'5c963b3479a0fca3c2162aed4326b1e772a36941561b349f96a88897b610807e\' ct_options=\'{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"span-41-127\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span][/ct_headline][ct_div_block_2 ct_sign_sha256=\'e6f82d48c56007108de912a092726ad12d2237a65e022bd53d97a9b65b201d47\' ct_options=\'{\"ct_id\":42,\"ct_parent\":34,\"selector\":\"div_block-42-127\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"flex-start\",\"max-width\":\"900\"},\"nicename\":\"Blog content\"}\'][ct_inner_content_3 ct_sign_sha256=\'d160f269a5af344a735acd6f324dac35c7577fca2f7bf3b3533c8804551cc7da\' ct_options=\'{\"ct_id\":43,\"ct_parent\":42,\"selector\":\"inner_content-43-127\",\"original\":{\"margin-bottom\":\"50\"},\"activeselector\":false}\'][/ct_inner_content_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'4ee83b74651c3fb812b428f0d6e272297d4c9d9079f92cff2099466c4f3ea781\' ct_options=\'{\"ct_id\":65,\"ct_parent\":0,\"selector\":\"section-65-127\",\"original\":{\"globalConditionsResult\":true,\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\"},\"classes\":{\"0\":\"c-bg-light-alt\"},\"activeselector\":\"c-bg-light-alt\",\"nicename\":\"Blog Layout  3 Columns\"}\'][ct_headline ct_sign_sha256=\'e25d2ddd44b4240e0da9a9c0690cf77ecfe7d0671c8ebbdacba91173efe4a1b2\' ct_options=\'{\"ct_id\":66,\"ct_parent\":65,\"selector\":\"headline-66-127\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-l\"}}\']Related Posts[/ct_headline][ct_code_block ct_sign_sha256=\'40a68f14b2152780b34cae2ff7243a26fd018c82cfc6fd462d5cda33b3d674b7\' ct_options=\'{\"ct_id\":67,\"ct_parent\":65,\"selector\":\"code_block-67-127\",\"original\":{\"code-php\":\"PD9waHAKYWRkX2FjdGlvbiggJ3ByZV9nZXRfcG9zdHMnLCAnd3BkZF9leGNsdWRlX2N1cnJlbnRfcG9zdCcgKTsKLyoqCiAqIEV4Y2x1ZGUgY3VycmVudCBwb3N0LgogKgogKiBAcGFyYW0gJHF1ZXJ5IFxXUF9RdWVyeQogKi8KZnVuY3Rpb24gd3BkZF9leGNsdWRlX2N1cnJlbnRfcG9zdCggJHF1ZXJ5ICkgewoKCS8vIHJlbW92ZSB0aGUgZmlsdGVyOyB0aGUgcXVlcnkgaXMgZG9uZS4KCXJlbW92ZV9hY3Rpb24oICdwcmVfZ2V0X3Bvc3RzJywgJ3dwZGRfZXhjbHVkZV9jdXJyZW50X3Bvc3QnICk7CgoJJHF1ZXJ5LT5zZXQoICdwb3N0X19ub3RfaW4nLCBhcnJheSggZ2V0X3RoZV9JRCgpICkgKTsKICAKfQoKPz4=\"},\"nicename\":\"Exclude current post from Repeater\"}\'][/ct_code_block][oxy_dynamic_list_2 ct_sign_sha256=\'de6bad6a9afb6654da2ce2c558fdff2c3b7c6d602cd7a053cf5224654f214e41\' ct_options=\'{\"ct_id\":68,\"ct_parent\":65,\"selector\":\"_dynamic_list-68-127\",\"original\":{\"wp_query\":\"manual\",\"query_post_types\":{\"0\":\"post\"},\"query_count\":\"6\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"stretch\",\"justify-content\":\"center\",\"text-align\":\"center\",\"width\":\"100\",\"flex-wrap\":\"wrap\",\"paginate_wrap_alignment\":\"center\",\"paginate_size\":\"17\",\"paginate_color\":\"color(10)\",\"paginate_link_color\":\"color(1)\",\"paginate_width-unit\":\"%\",\"paginate_width\":\"100\",\"paginatelink_padding_top\":\"10\",\"paginatelink_padding_left\":\"15\",\"paginatelink_padding_right\":\"15\",\"paginatelink_padding_bottom\":\"10\",\"paginatelinkactive_padding_top\":\"10\",\"paginatelinkactive_padding_left\":\"10\",\"paginatelinkactive_padding_right\":\"10\",\"paginatelinkactive_padding_bottom\":\"10\",\"paginatelink_background_color\":\"color(2)\",\"paginatelink_border_radius\":\"7\",\"paginatelink_margin_right\":\"10\",\"paginatelink_margin_left\":\"10\",\"paginate_margin_top\":\"50\",\"query_args\":\"post_type=post&posts_per_page=3&no_found_rows=true\"},\"nicename\":\"Blog Repeater\",\"classes\":{\"0\":\"c-columns-3\",\"1\":\"c-columns-l-2\",\"2\":\"c-columns-m-1\",\"3\":\"c-columns-gap-m\"}}\'][ct_div_block_3 ct_sign_sha256=\'530a4cde5300f1913f00c9b591125abb5c6b145f696631adeaecf3ff3116a3d1\' ct_options=\'{\"ct_id\":69,\"ct_parent\":68,\"selector\":\"div_block-69-127\",\"original\":{\"width-unit\":\"%\"},\"classes\":{},\"nicename\":\"Column\"}\'][ct_link_4 ct_sign_sha256=\'a2ea865f072215bb192875e2ed1f211723999cdf6efefee31c76321161428277\' ct_options=\'{\"ct_id\":70,\"ct_parent\":69,\"selector\":\"link-70-127\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"custom-css\":\"ZmxleC1ncm93OiAxOw==\",\"display\":\"flex\",\"flex-direction\":\"column\",\"align-items\":\"flex-start\",\"justify-content\":\"flex-start\",\"url\":\"[oxygen ct_sign_sha256=\'3f04564ebafb57e021405847dab7b9ae7848c9c33061ffc1c17dfb5bbf119dfc\' data=\'permalink\' ]\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-bg-light-alt\",\"1\":\"c-shadow\",\"2\":\"c-rounded\",\"3\":\"c-transition\"},\"nicename\":\"Blog Post\",\"hover\":{\"transform\":{\"0\":{\"transform-type\":\"translate\",\"translateY\":\"-10\"}}}}\'][ct_div_block_5 ct_sign_sha256=\'7bbb4e69f6fe9d95911a68a4869788ae20670cd27a992c2b087a8418594d15f8\' ct_options=\'{\"ct_id\":71,\"ct_parent\":70,\"selector\":\"div_block-71-127\",\"original\":{\"background-image\":\"[oxygen ct_sign_sha256=\'f8d48aab8cca142181b53a50c055e53a621b1f079c39d441bc7178572b641071\' data=\'featured_image\' size=\'medium_large\' ]\",\"background-imagedynamic\":true,\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\"},\"classes\":{\"0\":\"c-archive-img\"},\"nicename\":\"Image\"}\'][/ct_div_block_5][ct_div_block_5 ct_sign_sha256=\'314115e81fdef4fa4beeb587be1fd252749a88ae3a5fb741e248437c69a8c7e9\' ct_options=\'{\"ct_id\":72,\"ct_parent\":70,\"selector\":\"div_block-72-127\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"align-items\":\"flex-start\",\"text-align\":\"left\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"classes\":{\"0\":\"c-padding-l\"},\"nicename\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b2980163cb5d90c6b1286109367b58b65e7148c0a580103a1456fa103804e537\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"headline-73-127\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-xs\",\"2\":\"c-heading-dark\"}}\'][ct_span ct_sign_sha256=\'16492cb8c0041b240fde510fdf4334e3ca43003819d36b84218988a6ee5c5992\' ct_options=\'{\"ct_id\":74,\"ct_parent\":73,\"selector\":\"span-74-127\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'26f0e288ec91e9fe1b377c168496c482c8d1e163640b8a932fb98abbad92af5d\' ct_options=\'{\"ct_id\":75,\"ct_parent\":72,\"selector\":\"text_block-75-127\",\"classes\":{\"0\":\"c-text-dark\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-text-s\"}}\']By&nbsp;[ct_span ct_sign_sha256=\'0f65dfe4cfc48e6304b3aaafbcf9cd08465d54ef8dd47ef334930c2a295205e3\' ct_options=\'{\"ct_id\":76,\"ct_parent\":75,\"selector\":\"span-76-127\"}\'][oxygen ct_sign_sha256=\'3bff4fb86a10067581157bc4d7550042f9433950a86d0d82dd1bc7864c25366c\' data=\'author\' ][/ct_span] on&nbsp;[ct_span ct_sign_sha256=\'17139ee4ae10d5b5c53512a6ee134727fcc92d6e909975999d7d717e950299e2\' ct_options=\'{\"ct_id\":77,\"ct_parent\":75,\"selector\":\"span-77-127\"}\'][oxygen ct_sign_sha256=\'a033413a0013e067f6001d6d477cefa3ccbdd3555c1fded3ea6a1b08e4abb21c\' data=\'date\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'3890933e621ccbe855e4a93c12bfe6e8f79636a0cb0cdb09df65d1890f534567\' ct_options=\'{\"ct_id\":78,\"ct_parent\":72,\"selector\":\"text_block-78-127\",\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"text-overlay-light-alt\",\"3\":\"c-margin-bottom-s\"}}\'][ct_span ct_sign_sha256=\'53db580f456b5cd5a814574f63488386871711cc617a24100c639474368ec8a8\' ct_options=\'{\"ct_id\":79,\"ct_parent\":78,\"selector\":\"span-79-127\"}\'][oxygen ct_sign_sha256=\'15f8f3cb77ef853829fdcb6ec4f4acf5b5d7fd139a1b9c5bf29aceda109c5805\' data=\'excerpt\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'78e64bc75d2eaf534fd3aee6acc22b6feddef3b6b5aa6ac6293b8c06e69a9c8c\' ct_options=\'{\"ct_id\":80,\"ct_parent\":72,\"selector\":\"text_block-80-127\",\"classes\":{\"0\":\"c-link-m\",\"1\":\"c-link-accent\"},\"nicename\":\"Read more\"}\']Read more[/ct_text_block][/ct_div_block_5][/ct_link_4][/ct_div_block_3][/oxy_dynamic_list_2][/ct_section]'),(2609,127,'ct_builder_shortcodes_revisions_dates','1623331934'),(2610,127,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'50af16d367aab4bff6f49a054dd351d30ed4b0a7f7eae4f5970dbfc95cf92bae\' ct_options=\'{\"ct_id\":34,\"ct_parent\":0,\"selector\":\"section-34-127\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\"},\"classes\":{\"0\":\"c-bg-light\"},\"nicename\":\"Single Blog Post\",\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'9b901dad9fc7901719de8180ae9807857d57833f766b38f5a853295494d425d3\' ct_options=\'{\"ct_id\":118,\"ct_parent\":34,\"selector\":\"div_block-118-127\",\"original\":{\"max-width\":\"800\",\"display\":\"flex\",\"flex-direction\":\"column\",\"align-items\":\"flex-start\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'8f0bd530724a403921e413936270bb6703cf391841bb718ee3d83238e45b302d\' ct_options=\'{\"ct_id\":40,\"ct_parent\":118,\"selector\":\"headline-40-127\",\"classes\":{\"0\":\"c-h1\",\"1\":\"c-margin-bottom-m\"}}\'][ct_span ct_sign_sha256=\'5c963b3479a0fca3c2162aed4326b1e772a36941561b349f96a88897b610807e\' ct_options=\'{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"span-41-127\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span][/ct_headline][ct_image ct_sign_sha256=\'b9d06e892151e412cae61ae9aacebd6567c548c5cf752f50dcb925a04402cb04\' ct_options=\'{\"ct_id\":35,\"ct_parent\":118,\"selector\":\"image-35-127\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'199daf2d416f4ea1b900bdfa3ea016d44cfdd2cd90f09d5a79300a6e0838a4f7\' data=\'featured_image\' ]\",\"srcdynamic\":true,\"max-height\":\"500\",\"width-unit\":\"%\",\"width\":\"100\",\"custom-css\":\"b2JqZWN0LWZpdDpjb3Zlcjs=\"},\"classes\":{\"0\":\"c-rounded\",\"1\":\"c-shadow\"},\"media\":{\"phone-portrait\":{\"original\":{\"max-height\":\"400\"}}}}\'][/ct_image][ct_text_block ct_sign_sha256=\'88c3d62266c2486014951b3af7a551e0de98804b43a8215b9e75eb5d93d38850\' ct_options=\'{\"ct_id\":37,\"ct_parent\":118,\"selector\":\"text_block-37-127\",\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"c-margin-bottom-l\"},\"activeselector\":false}\']Written by&nbsp;[ct_span ct_sign_sha256=\'ba780b0a94209e2f6f185907e4ca6b44ac9613d15f8f158698c116d9ebb03a05\' ct_options=\'{\"ct_id\":38,\"ct_parent\":37,\"selector\":\"span-38-127\"}\'][oxygen ct_sign_sha256=\'3bff4fb86a10067581157bc4d7550042f9433950a86d0d82dd1bc7864c25366c\' data=\'author\' ][/ct_span] on&nbsp;[ct_span ct_sign_sha256=\'d15678272d2df9625fb6d97b9b3ba7de6ac4b33b82d79f81e0e25b98ee5c828e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"span-39-127\"}\'][oxygen ct_sign_sha256=\'a033413a0013e067f6001d6d477cefa3ccbdd3555c1fded3ea6a1b08e4abb21c\' data=\'date\' ][/ct_span][/ct_text_block][ct_div_block_3 ct_sign_sha256=\'e92e35cdce9e0be6d3bd183606514cac89fb67c1165960855ac5a370d65c125d\' ct_options=\'{\"ct_id\":42,\"ct_parent\":118,\"selector\":\"div_block-42-127\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"flex-start\",\"max-width\":\"900\"},\"nicename\":\"Blog content\"}\'][ct_inner_content_4 ct_sign_sha256=\'5403a49ee36334c4365c0cc247b03939556122f0e4e03e44ea6b5b78de9e089e\' ct_options=\'{\"ct_id\":43,\"ct_parent\":42,\"selector\":\"inner_content-43-127\",\"original\":{\"margin-bottom\":\"50\"},\"activeselector\":false}\'][/ct_inner_content_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'b724546d70be6a46bdb0d59c920d8198436a8459dbcaae0e7d0ae53d5ab68e62\' ct_options=\'{\"ct_id\":65,\"ct_parent\":0,\"selector\":\"section-65-127\",\"original\":{\"globalConditionsResult\":true,\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\"},\"classes\":{\"0\":\"c-bg-light-alt\"},\"activeselector\":false,\"nicename\":\"Blog Layout  3 Columns\"}\'][ct_headline ct_sign_sha256=\'5e4ba2e3f71cd5bd8689bc760c9f274c697bebfc2c777e2755b8e6712ff36be7\' ct_options=\'{\"ct_id\":66,\"ct_parent\":65,\"selector\":\"headline-66-127\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-l\"}}\']Recent Posts[/ct_headline][ct_code_block ct_sign_sha256=\'40a68f14b2152780b34cae2ff7243a26fd018c82cfc6fd462d5cda33b3d674b7\' ct_options=\'{\"ct_id\":67,\"ct_parent\":65,\"selector\":\"code_block-67-127\",\"original\":{\"code-php\":\"PD9waHAKYWRkX2FjdGlvbiggJ3ByZV9nZXRfcG9zdHMnLCAnd3BkZF9leGNsdWRlX2N1cnJlbnRfcG9zdCcgKTsKLyoqCiAqIEV4Y2x1ZGUgY3VycmVudCBwb3N0LgogKgogKiBAcGFyYW0gJHF1ZXJ5IFxXUF9RdWVyeQogKi8KZnVuY3Rpb24gd3BkZF9leGNsdWRlX2N1cnJlbnRfcG9zdCggJHF1ZXJ5ICkgewoKCS8vIHJlbW92ZSB0aGUgZmlsdGVyOyB0aGUgcXVlcnkgaXMgZG9uZS4KCXJlbW92ZV9hY3Rpb24oICdwcmVfZ2V0X3Bvc3RzJywgJ3dwZGRfZXhjbHVkZV9jdXJyZW50X3Bvc3QnICk7CgoJJHF1ZXJ5LT5zZXQoICdwb3N0X19ub3RfaW4nLCBhcnJheSggZ2V0X3RoZV9JRCgpICkgKTsKICAKfQoKPz4=\"},\"nicename\":\"Exclude current post from Repeater\"}\'][/ct_code_block][oxy_dynamic_list_2 ct_sign_sha256=\'de6bad6a9afb6654da2ce2c558fdff2c3b7c6d602cd7a053cf5224654f214e41\' ct_options=\'{\"ct_id\":68,\"ct_parent\":65,\"selector\":\"_dynamic_list-68-127\",\"original\":{\"wp_query\":\"manual\",\"query_post_types\":{\"0\":\"post\"},\"query_count\":\"6\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"stretch\",\"justify-content\":\"center\",\"text-align\":\"center\",\"width\":\"100\",\"flex-wrap\":\"wrap\",\"paginate_wrap_alignment\":\"center\",\"paginate_size\":\"17\",\"paginate_color\":\"color(10)\",\"paginate_link_color\":\"color(1)\",\"paginate_width-unit\":\"%\",\"paginate_width\":\"100\",\"paginatelink_padding_top\":\"10\",\"paginatelink_padding_left\":\"15\",\"paginatelink_padding_right\":\"15\",\"paginatelink_padding_bottom\":\"10\",\"paginatelinkactive_padding_top\":\"10\",\"paginatelinkactive_padding_left\":\"10\",\"paginatelinkactive_padding_right\":\"10\",\"paginatelinkactive_padding_bottom\":\"10\",\"paginatelink_background_color\":\"color(2)\",\"paginatelink_border_radius\":\"7\",\"paginatelink_margin_right\":\"10\",\"paginatelink_margin_left\":\"10\",\"paginate_margin_top\":\"50\",\"query_args\":\"post_type=post&posts_per_page=3&no_found_rows=true\"},\"nicename\":\"Blog Repeater\",\"classes\":{\"0\":\"c-columns-3\",\"1\":\"c-columns-l-2\",\"2\":\"c-columns-m-1\",\"3\":\"c-columns-gap-m\"}}\'][ct_div_block_3 ct_sign_sha256=\'530a4cde5300f1913f00c9b591125abb5c6b145f696631adeaecf3ff3116a3d1\' ct_options=\'{\"ct_id\":69,\"ct_parent\":68,\"selector\":\"div_block-69-127\",\"original\":{\"width-unit\":\"%\"},\"classes\":{},\"nicename\":\"Column\"}\'][ct_link_4 ct_sign_sha256=\'a2ea865f072215bb192875e2ed1f211723999cdf6efefee31c76321161428277\' ct_options=\'{\"ct_id\":70,\"ct_parent\":69,\"selector\":\"link-70-127\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"custom-css\":\"ZmxleC1ncm93OiAxOw==\",\"display\":\"flex\",\"flex-direction\":\"column\",\"align-items\":\"flex-start\",\"justify-content\":\"flex-start\",\"url\":\"[oxygen ct_sign_sha256=\'3f04564ebafb57e021405847dab7b9ae7848c9c33061ffc1c17dfb5bbf119dfc\' data=\'permalink\' ]\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-bg-light-alt\",\"1\":\"c-shadow\",\"2\":\"c-rounded\",\"3\":\"c-transition\"},\"nicename\":\"Blog Post\",\"hover\":{\"transform\":{\"0\":{\"transform-type\":\"translate\",\"translateY\":\"-10\"}}}}\'][ct_div_block_5 ct_sign_sha256=\'7bbb4e69f6fe9d95911a68a4869788ae20670cd27a992c2b087a8418594d15f8\' ct_options=\'{\"ct_id\":71,\"ct_parent\":70,\"selector\":\"div_block-71-127\",\"original\":{\"background-image\":\"[oxygen ct_sign_sha256=\'f8d48aab8cca142181b53a50c055e53a621b1f079c39d441bc7178572b641071\' data=\'featured_image\' size=\'medium_large\' ]\",\"background-imagedynamic\":true,\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\"},\"classes\":{\"0\":\"c-archive-img\"},\"nicename\":\"Image\"}\'][/ct_div_block_5][ct_div_block_5 ct_sign_sha256=\'314115e81fdef4fa4beeb587be1fd252749a88ae3a5fb741e248437c69a8c7e9\' ct_options=\'{\"ct_id\":72,\"ct_parent\":70,\"selector\":\"div_block-72-127\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"align-items\":\"flex-start\",\"text-align\":\"left\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"classes\":{\"0\":\"c-padding-l\"},\"nicename\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b2980163cb5d90c6b1286109367b58b65e7148c0a580103a1456fa103804e537\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"headline-73-127\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-xs\",\"2\":\"c-heading-dark\"}}\'][ct_span ct_sign_sha256=\'16492cb8c0041b240fde510fdf4334e3ca43003819d36b84218988a6ee5c5992\' ct_options=\'{\"ct_id\":74,\"ct_parent\":73,\"selector\":\"span-74-127\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'26f0e288ec91e9fe1b377c168496c482c8d1e163640b8a932fb98abbad92af5d\' ct_options=\'{\"ct_id\":75,\"ct_parent\":72,\"selector\":\"text_block-75-127\",\"classes\":{\"0\":\"c-text-dark\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-text-s\"}}\']By&nbsp;[ct_span ct_sign_sha256=\'0f65dfe4cfc48e6304b3aaafbcf9cd08465d54ef8dd47ef334930c2a295205e3\' ct_options=\'{\"ct_id\":76,\"ct_parent\":75,\"selector\":\"span-76-127\"}\'][oxygen ct_sign_sha256=\'3bff4fb86a10067581157bc4d7550042f9433950a86d0d82dd1bc7864c25366c\' data=\'author\' ][/ct_span] on&nbsp;[ct_span ct_sign_sha256=\'17139ee4ae10d5b5c53512a6ee134727fcc92d6e909975999d7d717e950299e2\' ct_options=\'{\"ct_id\":77,\"ct_parent\":75,\"selector\":\"span-77-127\"}\'][oxygen ct_sign_sha256=\'a033413a0013e067f6001d6d477cefa3ccbdd3555c1fded3ea6a1b08e4abb21c\' data=\'date\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'3890933e621ccbe855e4a93c12bfe6e8f79636a0cb0cdb09df65d1890f534567\' ct_options=\'{\"ct_id\":78,\"ct_parent\":72,\"selector\":\"text_block-78-127\",\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"text-overlay-light-alt\",\"3\":\"c-margin-bottom-s\"}}\'][ct_span ct_sign_sha256=\'53db580f456b5cd5a814574f63488386871711cc617a24100c639474368ec8a8\' ct_options=\'{\"ct_id\":79,\"ct_parent\":78,\"selector\":\"span-79-127\"}\'][oxygen ct_sign_sha256=\'15f8f3cb77ef853829fdcb6ec4f4acf5b5d7fd139a1b9c5bf29aceda109c5805\' data=\'excerpt\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'78e64bc75d2eaf534fd3aee6acc22b6feddef3b6b5aa6ac6293b8c06e69a9c8c\' ct_options=\'{\"ct_id\":80,\"ct_parent\":72,\"selector\":\"text_block-80-127\",\"classes\":{\"0\":\"c-link-m\",\"1\":\"c-link-accent\"},\"nicename\":\"Read more\"}\']Read more[/ct_text_block][/ct_div_block_5][/ct_link_4][/ct_div_block_3][/oxy_dynamic_list_2][/ct_section]'),(2611,127,'ct_builder_shortcodes_revisions_dates','1623332079'),(2614,127,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'147a895e0bc1d2472566616e21b9c675caa7901bed7a5635c44b7e770eedf47c\' ct_options=\'{\"ct_id\":34,\"ct_parent\":0,\"selector\":\"section-34-127\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\"},\"classes\":{\"0\":\"c-bg-light\"},\"nicename\":\"Single Blog Post\",\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a7887082991f45b4fe319651d39e187dc280b2df0af5f0cf325305ccf2069097\' ct_options=\'{\"ct_id\":118,\"ct_parent\":34,\"selector\":\"div_block-118-127\",\"original\":{\"max-width\":\"800\",\"display\":\"flex\",\"flex-direction\":\"column\",\"align-items\":\"center\",\"text-align\":\"left\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'8f0bd530724a403921e413936270bb6703cf391841bb718ee3d83238e45b302d\' ct_options=\'{\"ct_id\":40,\"ct_parent\":118,\"selector\":\"headline-40-127\",\"classes\":{\"0\":\"c-h1\",\"1\":\"c-margin-bottom-m\"}}\'][ct_span ct_sign_sha256=\'5c963b3479a0fca3c2162aed4326b1e772a36941561b349f96a88897b610807e\' ct_options=\'{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"span-41-127\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span][/ct_headline][ct_image ct_sign_sha256=\'b9d06e892151e412cae61ae9aacebd6567c548c5cf752f50dcb925a04402cb04\' ct_options=\'{\"ct_id\":35,\"ct_parent\":118,\"selector\":\"image-35-127\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'199daf2d416f4ea1b900bdfa3ea016d44cfdd2cd90f09d5a79300a6e0838a4f7\' data=\'featured_image\' ]\",\"srcdynamic\":true,\"max-height\":\"500\",\"width-unit\":\"%\",\"width\":\"100\",\"custom-css\":\"b2JqZWN0LWZpdDpjb3Zlcjs=\"},\"classes\":{\"0\":\"c-rounded\",\"1\":\"c-shadow\"},\"media\":{\"phone-portrait\":{\"original\":{\"max-height\":\"400\"}}}}\'][/ct_image][ct_text_block ct_sign_sha256=\'88c3d62266c2486014951b3af7a551e0de98804b43a8215b9e75eb5d93d38850\' ct_options=\'{\"ct_id\":37,\"ct_parent\":118,\"selector\":\"text_block-37-127\",\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"c-margin-bottom-l\"},\"activeselector\":false}\']Written by&nbsp;[ct_span ct_sign_sha256=\'ba780b0a94209e2f6f185907e4ca6b44ac9613d15f8f158698c116d9ebb03a05\' ct_options=\'{\"ct_id\":38,\"ct_parent\":37,\"selector\":\"span-38-127\"}\'][oxygen ct_sign_sha256=\'3bff4fb86a10067581157bc4d7550042f9433950a86d0d82dd1bc7864c25366c\' data=\'author\' ][/ct_span] on&nbsp;[ct_span ct_sign_sha256=\'d15678272d2df9625fb6d97b9b3ba7de6ac4b33b82d79f81e0e25b98ee5c828e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"span-39-127\"}\'][oxygen ct_sign_sha256=\'a033413a0013e067f6001d6d477cefa3ccbdd3555c1fded3ea6a1b08e4abb21c\' data=\'date\' ][/ct_span][/ct_text_block][ct_div_block_3 ct_sign_sha256=\'72a9ab42e5ba6cb45d28217eab57a996be0b357e1870c195df0d776eb8d9bf42\' ct_options=\'{\"ct_id\":42,\"ct_parent\":118,\"selector\":\"div_block-42-127\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"flex-start\",\"max-width\":\"900\"},\"nicename\":\"Blog content\"}\'][ct_inner_content_4 ct_sign_sha256=\'7e24eff8c8ff4ee55606e7b060b1766143b390efed0cbe9c70908fb9e504dbb6\' ct_options=\'{\"ct_id\":43,\"ct_parent\":42,\"selector\":\"inner_content-43-127\",\"original\":{\"margin-bottom\":\"50\",\"text-align\":\"left\"},\"activeselector\":false}\'][/ct_inner_content_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'b724546d70be6a46bdb0d59c920d8198436a8459dbcaae0e7d0ae53d5ab68e62\' ct_options=\'{\"ct_id\":65,\"ct_parent\":0,\"selector\":\"section-65-127\",\"original\":{\"globalConditionsResult\":true,\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\"},\"classes\":{\"0\":\"c-bg-light-alt\"},\"activeselector\":false,\"nicename\":\"Blog Layout  3 Columns\"}\'][ct_headline ct_sign_sha256=\'5e4ba2e3f71cd5bd8689bc760c9f274c697bebfc2c777e2755b8e6712ff36be7\' ct_options=\'{\"ct_id\":66,\"ct_parent\":65,\"selector\":\"headline-66-127\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-l\"}}\']Recent Posts[/ct_headline][ct_code_block ct_sign_sha256=\'40a68f14b2152780b34cae2ff7243a26fd018c82cfc6fd462d5cda33b3d674b7\' ct_options=\'{\"ct_id\":67,\"ct_parent\":65,\"selector\":\"code_block-67-127\",\"original\":{\"code-php\":\"PD9waHAKYWRkX2FjdGlvbiggJ3ByZV9nZXRfcG9zdHMnLCAnd3BkZF9leGNsdWRlX2N1cnJlbnRfcG9zdCcgKTsKLyoqCiAqIEV4Y2x1ZGUgY3VycmVudCBwb3N0LgogKgogKiBAcGFyYW0gJHF1ZXJ5IFxXUF9RdWVyeQogKi8KZnVuY3Rpb24gd3BkZF9leGNsdWRlX2N1cnJlbnRfcG9zdCggJHF1ZXJ5ICkgewoKCS8vIHJlbW92ZSB0aGUgZmlsdGVyOyB0aGUgcXVlcnkgaXMgZG9uZS4KCXJlbW92ZV9hY3Rpb24oICdwcmVfZ2V0X3Bvc3RzJywgJ3dwZGRfZXhjbHVkZV9jdXJyZW50X3Bvc3QnICk7CgoJJHF1ZXJ5LT5zZXQoICdwb3N0X19ub3RfaW4nLCBhcnJheSggZ2V0X3RoZV9JRCgpICkgKTsKICAKfQoKPz4=\"},\"nicename\":\"Exclude current post from Repeater\"}\'][/ct_code_block][oxy_dynamic_list_2 ct_sign_sha256=\'de6bad6a9afb6654da2ce2c558fdff2c3b7c6d602cd7a053cf5224654f214e41\' ct_options=\'{\"ct_id\":68,\"ct_parent\":65,\"selector\":\"_dynamic_list-68-127\",\"original\":{\"wp_query\":\"manual\",\"query_post_types\":{\"0\":\"post\"},\"query_count\":\"6\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"stretch\",\"justify-content\":\"center\",\"text-align\":\"center\",\"width\":\"100\",\"flex-wrap\":\"wrap\",\"paginate_wrap_alignment\":\"center\",\"paginate_size\":\"17\",\"paginate_color\":\"color(10)\",\"paginate_link_color\":\"color(1)\",\"paginate_width-unit\":\"%\",\"paginate_width\":\"100\",\"paginatelink_padding_top\":\"10\",\"paginatelink_padding_left\":\"15\",\"paginatelink_padding_right\":\"15\",\"paginatelink_padding_bottom\":\"10\",\"paginatelinkactive_padding_top\":\"10\",\"paginatelinkactive_padding_left\":\"10\",\"paginatelinkactive_padding_right\":\"10\",\"paginatelinkactive_padding_bottom\":\"10\",\"paginatelink_background_color\":\"color(2)\",\"paginatelink_border_radius\":\"7\",\"paginatelink_margin_right\":\"10\",\"paginatelink_margin_left\":\"10\",\"paginate_margin_top\":\"50\",\"query_args\":\"post_type=post&posts_per_page=3&no_found_rows=true\"},\"nicename\":\"Blog Repeater\",\"classes\":{\"0\":\"c-columns-3\",\"1\":\"c-columns-l-2\",\"2\":\"c-columns-m-1\",\"3\":\"c-columns-gap-m\"}}\'][ct_div_block_3 ct_sign_sha256=\'530a4cde5300f1913f00c9b591125abb5c6b145f696631adeaecf3ff3116a3d1\' ct_options=\'{\"ct_id\":69,\"ct_parent\":68,\"selector\":\"div_block-69-127\",\"original\":{\"width-unit\":\"%\"},\"classes\":{},\"nicename\":\"Column\"}\'][ct_link_4 ct_sign_sha256=\'a2ea865f072215bb192875e2ed1f211723999cdf6efefee31c76321161428277\' ct_options=\'{\"ct_id\":70,\"ct_parent\":69,\"selector\":\"link-70-127\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"custom-css\":\"ZmxleC1ncm93OiAxOw==\",\"display\":\"flex\",\"flex-direction\":\"column\",\"align-items\":\"flex-start\",\"justify-content\":\"flex-start\",\"url\":\"[oxygen ct_sign_sha256=\'3f04564ebafb57e021405847dab7b9ae7848c9c33061ffc1c17dfb5bbf119dfc\' data=\'permalink\' ]\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-bg-light-alt\",\"1\":\"c-shadow\",\"2\":\"c-rounded\",\"3\":\"c-transition\"},\"nicename\":\"Blog Post\",\"hover\":{\"transform\":{\"0\":{\"transform-type\":\"translate\",\"translateY\":\"-10\"}}}}\'][ct_div_block_5 ct_sign_sha256=\'7bbb4e69f6fe9d95911a68a4869788ae20670cd27a992c2b087a8418594d15f8\' ct_options=\'{\"ct_id\":71,\"ct_parent\":70,\"selector\":\"div_block-71-127\",\"original\":{\"background-image\":\"[oxygen ct_sign_sha256=\'f8d48aab8cca142181b53a50c055e53a621b1f079c39d441bc7178572b641071\' data=\'featured_image\' size=\'medium_large\' ]\",\"background-imagedynamic\":true,\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\"},\"classes\":{\"0\":\"c-archive-img\"},\"nicename\":\"Image\"}\'][/ct_div_block_5][ct_div_block_5 ct_sign_sha256=\'314115e81fdef4fa4beeb587be1fd252749a88ae3a5fb741e248437c69a8c7e9\' ct_options=\'{\"ct_id\":72,\"ct_parent\":70,\"selector\":\"div_block-72-127\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"align-items\":\"flex-start\",\"text-align\":\"left\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"classes\":{\"0\":\"c-padding-l\"},\"nicename\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b2980163cb5d90c6b1286109367b58b65e7148c0a580103a1456fa103804e537\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"headline-73-127\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-xs\",\"2\":\"c-heading-dark\"}}\'][ct_span ct_sign_sha256=\'16492cb8c0041b240fde510fdf4334e3ca43003819d36b84218988a6ee5c5992\' ct_options=\'{\"ct_id\":74,\"ct_parent\":73,\"selector\":\"span-74-127\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'26f0e288ec91e9fe1b377c168496c482c8d1e163640b8a932fb98abbad92af5d\' ct_options=\'{\"ct_id\":75,\"ct_parent\":72,\"selector\":\"text_block-75-127\",\"classes\":{\"0\":\"c-text-dark\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-text-s\"}}\']By&nbsp;[ct_span ct_sign_sha256=\'0f65dfe4cfc48e6304b3aaafbcf9cd08465d54ef8dd47ef334930c2a295205e3\' ct_options=\'{\"ct_id\":76,\"ct_parent\":75,\"selector\":\"span-76-127\"}\'][oxygen ct_sign_sha256=\'3bff4fb86a10067581157bc4d7550042f9433950a86d0d82dd1bc7864c25366c\' data=\'author\' ][/ct_span] on&nbsp;[ct_span ct_sign_sha256=\'17139ee4ae10d5b5c53512a6ee134727fcc92d6e909975999d7d717e950299e2\' ct_options=\'{\"ct_id\":77,\"ct_parent\":75,\"selector\":\"span-77-127\"}\'][oxygen ct_sign_sha256=\'a033413a0013e067f6001d6d477cefa3ccbdd3555c1fded3ea6a1b08e4abb21c\' data=\'date\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'3890933e621ccbe855e4a93c12bfe6e8f79636a0cb0cdb09df65d1890f534567\' ct_options=\'{\"ct_id\":78,\"ct_parent\":72,\"selector\":\"text_block-78-127\",\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"text-overlay-light-alt\",\"3\":\"c-margin-bottom-s\"}}\'][ct_span ct_sign_sha256=\'53db580f456b5cd5a814574f63488386871711cc617a24100c639474368ec8a8\' ct_options=\'{\"ct_id\":79,\"ct_parent\":78,\"selector\":\"span-79-127\"}\'][oxygen ct_sign_sha256=\'15f8f3cb77ef853829fdcb6ec4f4acf5b5d7fd139a1b9c5bf29aceda109c5805\' data=\'excerpt\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'78e64bc75d2eaf534fd3aee6acc22b6feddef3b6b5aa6ac6293b8c06e69a9c8c\' ct_options=\'{\"ct_id\":80,\"ct_parent\":72,\"selector\":\"text_block-80-127\",\"classes\":{\"0\":\"c-link-m\",\"1\":\"c-link-accent\"},\"nicename\":\"Read more\"}\']Read more[/ct_text_block][/ct_div_block_5][/ct_link_4][/ct_div_block_3][/oxy_dynamic_list_2][/ct_section]'),(2615,127,'ct_builder_shortcodes_revisions_dates','1623332211'),(2655,168,'ct_template_type','reusable_part'),(2656,168,'_edit_last','1'),(2657,168,'ct_template_archive_post_types_all',''),(2658,168,'ct_template_categories','a:0:{}'),(2659,168,'ct_template_categories_all',''),(2660,168,'ct_template_tags','a:0:{}'),(2661,168,'ct_template_tags_all',''),(2662,168,'ct_template_custom_taxonomies','a:0:{}'),(2663,168,'ct_template_custom_taxonomies_all',''),(2664,168,'ct_template_authors_archives_all',''),(2665,168,'ct_template_index',''),(2666,168,'ct_template_front_page',''),(2667,168,'ct_template_blog_posts',''),(2668,168,'ct_template_date_archive',''),(2669,168,'ct_template_search_page',''),(2670,168,'ct_template_inner_content',''),(2671,168,'ct_template_404_page',''),(2672,168,'ct_template_all_archives',''),(2673,168,'ct_template_archive_among_taxonomies','a:0:{}'),(2674,168,'ct_template_apply_if_archive_among_taxonomies',''),(2675,168,'ct_template_archive_post_types','a:0:{}'),(2676,168,'ct_template_apply_if_archive_among_cpt',''),(2677,168,'ct_template_authors_archives','a:0:{}'),(2678,168,'ct_template_apply_if_archive_among_authors',''),(2679,168,'ct_template_single_all',''),(2680,168,'ct_template_post_types','a:0:{}'),(2681,168,'ct_template_exclude_ids',''),(2682,168,'ct_template_include_ids',''),(2683,168,'ct_template_taxonomies','a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),(2684,168,'ct_use_template_taxonomies',''),(2685,168,'ct_template_post_of_parents','a:0:{}'),(2686,168,'ct_template_apply_if_post_of_parents',''),(2687,168,'ct_template_order','0'),(2688,168,'ct_builder_shortcodes','[ct_section ct_sign_sha256=\'0a7844e0d3a6cdae9d4544b83c03e5a49283239ef27bfea18a28bb1d1b6d4961\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"section-1-168\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-title-1\"},\"activeselector\":\"c-title-1\",\"nicename\":\"Title\"}\'][ct_headline ct_sign_sha256=\'f089d710f692f7b18ffba77d475f1a16f2d826e808ebd0633cb222647109a5f6\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"headline-2-168\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-h1\",\"1\":\"c-heading-light\",\"2\":\"c-margin-bottom-s\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'0a64533a2c2d51c2447b83d5a2c34ff1bb1701b408dd8177c00b08d008448260\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"span-4-168\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span][/ct_headline][/ct_section]'),(2689,168,'oxygen_lock_post_edit_mode',NULL),(2690,168,'_edit_lock','1636604334:1'),(2691,169,'_wp_attached_file','2021/06/uganda-hills.jpg'),(2692,169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:300;s:4:\"file\";s:24:\"2021/06/uganda-hills.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"uganda-hills-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"uganda-hills-1024x160.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"uganda-hills-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:\"uganda-hills-768x120.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"uganda-hills-1536x240.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:23:\"uganda-hills-120x19.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:19;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:{}}}'),(2693,170,'_wp_attached_file','2021/06/uganda-lake.jpg'),(2694,170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:300;s:4:\"file\";s:23:\"2021/06/uganda-lake.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"uganda-lake-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"uganda-lake-1024x160.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"uganda-lake-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"uganda-lake-768x120.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"uganda-lake-1536x240.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:22:\"uganda-lake-120x19.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:19;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:{}}}'),(2695,171,'_wp_attached_file','2021/06/uganda-sunset.jpg'),(2696,171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:300;s:4:\"file\";s:25:\"2021/06/uganda-sunset.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"uganda-sunset-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"uganda-sunset-1024x160.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"uganda-sunset-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:\"uganda-sunset-768x120.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"uganda-sunset-1536x240.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:24:\"uganda-sunset-120x19.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:19;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:{}}}'),(2697,172,'_wp_attached_file','2021/06/uganda-peninsula.jpg'),(2698,172,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:300;s:4:\"file\";s:28:\"2021/06/uganda-peninsula.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"uganda-peninsula-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"uganda-peninsula-1024x160.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"uganda-peninsula-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:\"uganda-peninsula-768x120.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"uganda-peninsula-1536x240.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:27:\"uganda-peninsula-120x19.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:19;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:{}}}'),(2699,168,'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:3:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";s:21:\"scroll_to_hash_offset\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),(2700,24,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'ff4665ac319bf228f249a065c8d95a37b92a6745a32e7a1b7ae0794065de2668\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-24\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false,\"classes\":{},\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'616708318f2083c92b388537f9dd6944e9b50a399ab02fe549b3516d934c2d7e\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-24\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Columns\",\"classes\":{\"0\":\"c-columns-2-3\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'a362439caf34d4b6a53335bd8325b7c1171a38b82bc974e13ddd5d8b3c7d960a\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"div_block-4-24\",\"original\":{\"width-unit\":\"%\",\"globalConditionsResult\":true,\"padding-right\":\"50\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-left\":\"0\",\"padding-right\":\"0\"}},\"page-width\":{\"original\":{\"padding-right\":\"25\"}}},\"activeselector\":false,\"nicename\":\"Column\"}\'][ct_headline ct_sign_sha256=\'7bb7ae84eda24690e92e926d66b28f0fae4392d0eebed5ba52a582c2fb43bb5c\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"headline-5-24\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-dark\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'60d61d6b7d8649a0a762704264e62e43cd553e83b9b242837697ccd110746230\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"span-6-24\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-accent\"},\"activeselector\":\"c-accent\"}\']Safari Experts<br>[/ct_span]<br>With More Than 20 Years Experience[/ct_headline][ct_text_block ct_sign_sha256=\'30a2c58e82679b8fe49ff7582e7c41087c6102036be857af67d3eccd1ead28fd\' ct_options=\'{\"ct_id\":7,\"ct_parent\":4,\"selector\":\"text_block-7-24\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"p\"},\"classes\":{},\"activeselector\":false}\']With professional experience of over 20 years, Gorilla African Safaris delivers cheap and memorable adventures with extremely knowledgeable guides to thousands of vacationers, tourists, holiday makers, couples on honeymoon and students to Uganda, Rwanda, Burundi, DR Congo, Kenya and Tanzania.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75bc7ff56ef20a3a616ed1c8dd3973adc9a9b6cbc63cdd8ca2caa04704b1b5e3\' ct_options=\'{\"ct_id\":11,\"ct_parent\":3,\"selector\":\"div_block-11-24\",\"original\":{\"width\":\"100.00\",\"width-unit\":\"%\",\"globalConditionsResult\":true,\"padding-right\":\"50\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-left\":\"0\",\"padding-right\":\"0\"}}},\"nicename\":\"Column\"}\'][ct_text_block ct_sign_sha256=\'089640c24bcf7a370bf469f1dbc59968107e1d19e7b7ef60ed42156eacd19dbc\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"text_block-12-24\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"p\"},\"classes\":{\"0\":\"c-text-xl\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-dark\"},\"activeselector\":false}\']Our tour packages include Incredible gorilla trekking tours, magical wildlife safaris, excellent bird watching, amazing culture tours, adventurous mountaineering trips, quad biking/cycling tours, wild camping safaris, honeymoon trips, white water rafting, cheap car hire, river and lake boat cruise among others.&nbsp;<br>[/ct_text_block][oxy_rich_text ct_sign_sha256=\'7cd6d330cb9eeea63a299c5f3f44dd75c7a74965e9b44302417c452b26839e4d\' ct_options=\'{\"ct_id\":18,\"ct_parent\":11,\"selector\":\"_rich_text-18-24\"}\']<p>Experience up close the cries of colourful African birds, the lush smell of African impenetrable rainforests, countless flowers and towering trees. Thrill to the sight of hippos, birds and huge Nile crocodiles basking alongside your boat. Marvel at the incredible mountain gorillas of Bwindi Impenetrable Forest, Mgahinga, Virunga or Volcanoes National Park, as well as captivating 13 species of primates in Kibale Forest which include; large communities of chimpanzees, grey-cheeked mangabeys, red-tailed monkeys, vervets, black and white colobus monkeys among others.</p><p>Our river boat cruise along the mighty river Nile to the bottom of Murchison Falls and the Kazinga Channel are perfect for wildlife viewing in Uganda. Our tailor-made itineraries emphasise your convenience in terms of budget and time.</p><p>If you’ve ever dreamed of exploring the wilderness of East Africa, trek the most rare and endangered African mountain gorillas, captivating wild chimpanzees while walking in pristine dense rainforest, or experiencing the unique and amazing African cultures, then our trips are for you.</p>[/oxy_rich_text][oxy_rich_text ct_sign_sha256=\'c4ec1ea8f2114b66297abc86dfb7d2e05c7f8cfc73ab2122510c0cf513fd1b92\' ct_options=\'{\"ct_id\":14,\"ct_parent\":11,\"selector\":\"_rich_text-14-24\"}\'][/oxy_rich_text][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2701,24,'ct_builder_shortcodes_revisions_dates','1623333627'),(2702,26,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'ae899aa587ea85d79afeb4c77ed8a2ff70d9e5852eeba58c4a444b6a6a6037df\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-26\",\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'2feba2ee70c6de996ae2987faac6faa0c4bcd6b2df4c2bf438f7e2a0ca664765\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-26\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'38cebaa6a9ff67feafbfad0c11b27f2e2b2d28688133964bffb0e68e135683b0\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"div_block-4-26\"}\'][ct_headline ct_sign_sha256=\'f23b2a5c945bc32df3445e26f864faca561a6141507fd14644412829f498a7d1\' ct_options=\'{\"ct_id\":6,\"ct_parent\":4,\"selector\":\"headline-6-26\"}\']Getting into Uganda[/ct_headline][oxy_rich_text ct_sign_sha256=\'832b46185ca53e41b854a89d8ae9f424e521058a176f73df2f116cc284d23f7d\' ct_options=\'{\"ct_id\":9,\"ct_parent\":4,\"selector\":\"_rich_text-9-26\"}\']<p>The major entry point to Uganda is Entebbe International Airport, which lies 40km from the capital Kampala. The airport is serviced by a number of international airlines, including SN Brussels, British Airways, South African Airways, Kenya Airways, Air Tanzania, Rwanda air Express, Egypt Air and Ethiopian Airlines.</p><p>Uganda can also be reached overland from Kenya, Rwanda and Tanzania</p>[/oxy_rich_text][ct_headline ct_sign_sha256=\'5df79fb2c8aba096ebaaf2375cc98ed7f6c28fdc6f052b4599d33830e34b0cbe\' ct_options=\'{\"ct_id\":10,\"ct_parent\":4,\"selector\":\"headline-10-26\"}\']Passport &amp; Visa Requirements[/ct_headline][oxy_rich_text ct_sign_sha256=\'60a0642c1b0c327e1f4bbeec45095e6ea4b2ad523cf1627c06cf8a91761bf57b\' ct_options=\'{\"ct_id\":12,\"ct_parent\":4,\"selector\":\"_rich_text-12-26\"}\']<p>Passports valid for at least six months from date of entry are required by all tourists to enter Uganda, Kenya, Rwanda, Tanzania and Congo. On arrival, customs and immigration officials are polite and efficient, and a visa – for those who require one – can be purchased on the spot at Entebbe International Airport or at any overland border.</p><p>Foreign exchange and ATM facilities are available at the airport, which is also serviced by several shops and restaurants. We will arrange air port transfers.</p><p><strong>NOTE:</strong> Nationals of the countries listed below are exempted from visa requirements for travel to Uganda. They do, however, need to have a current passport issued by their respective countries.</p><p>Members of <strong>COMESA</strong>: Angola, Burundi, Comoros, Eritrea, Kenya, Malawi, Mauritius, Madagascar, Rwanda, Seychelles, Swaziland, Tanzania, Zambia and Zimbabwe.</p><p><strong>Others exempted are:</strong> Antigua &amp; Barbuda, The Bahamas, Barbados, Belize, Fiji, Gambia, Grenada, Jamaica, Lesotho, Malta, Sierra Leone, Singapore, Solomon Islands, St Vincent &amp; the Grenadines, Tonga, Vanuatu, Italy (Only diplomatic passport holders) and Cyprus.</p>[/oxy_rich_text][ct_headline ct_sign_sha256=\'7ce729de5edb7a3233c4cb8adfdd4d1a65b577ab8e35ce0a7bd340d7cd4593a7\' ct_options=\'{\"ct_id\":29,\"ct_parent\":4,\"selector\":\"headline-29-26\"}\']Photography During the Uganda Safari[/ct_headline][oxy_rich_text ct_sign_sha256=\'e77f50185161d1f3daa0865dbf52884bbd0bd5a9f0a1f21bf84211a611412c99\' ct_options=\'{\"ct_id\":31,\"ct_parent\":4,\"selector\":\"_rich_text-31-26\"}\']<p>It is only polite to request people before taking photographs. However, it is not permitted at any time to take pictures of, or near, military buildings or soldiers.</p><p>Film and other photographic accessories are available in Uganda.</p><p>For digital photography, it is recommended that you bring extra batteries and a car charger. Most hotels and lodges provide facilities for battery recharging of visual and audio equipment. Feel free to confirm in time.</p><p>There is no charge for photography cameras and personal video recorders, but there may be a charge for commercial filming and photography in some places.</p>[/oxy_rich_text][ct_headline ct_sign_sha256=\'d2e73bdc2695152fdb94fa4582b0623621408d4cefecc455547c3a3eb5adc782\' ct_options=\'{\"ct_id\":32,\"ct_parent\":4,\"selector\":\"headline-32-26\"}\']Binoculars[/ct_headline][oxy_rich_text ct_sign_sha256=\'fe08165bbebbf5e6bdbd5ffed309098364a17be432f66b6e82d665a86f1f0380\' ct_options=\'{\"ct_id\":34,\"ct_parent\":4,\"selector\":\"_rich_text-34-26\"}\']A pair of binoculars is quite useful for up close game viewing or bird watching so do not forget to carry them.[/oxy_rich_text][ct_headline ct_sign_sha256=\'e5c462c7aa565e31301f121c06e07748635fb8dac513a47a346217c2bec95ea5\' ct_options=\'{\"ct_id\":47,\"ct_parent\":4,\"selector\":\"headline-47-26\"}\']Internet &amp; Telephone Services[/ct_headline][oxy_rich_text ct_sign_sha256=\'0fe4e8ca2db1d05cf57945406458c52e78fbf34f84ffedb6284d2d6f8e2e25ab\' ct_options=\'{\"ct_id\":49,\"ct_parent\":4,\"selector\":\"_rich_text-49-26\"}\']<p>Internal and international telephone communication is good from Kampala but can be problematic in some rural areas. Uganda has a good mobile phone network in most of the country though the network can be weak in some remote areas nonetheless local SIM cards can be bought throughout the country. Also, international roaming facilities are available.</p><p>Internet services are widely available in Kampala at internet cafes, and most major towns will have access, although the quality and speed of the connection may vary.</p>[/oxy_rich_text][ct_headline ct_sign_sha256=\'5511d67f1c1d659be38d4a11a2cdbf83a0ff6a3abaf576a49753c65a2478c09c\' ct_options=\'{\"ct_id\":51,\"ct_parent\":4,\"selector\":\"headline-51-26\"}\']Electricity[/ct_headline][oxy_rich_text ct_sign_sha256=\'a44dc35a7bcb23a2fcbd45cb43f2a8efde643596974b5ab67aa2057161433980\' ct_options=\'{\"ct_id\":53,\"ct_parent\":4,\"selector\":\"_rich_text-53-26\"}\']<p>Uganda: 240 volts. 3-pin sockets. We suggest that you bring your own adaptor. Most hotels, camps and lodges can make arrangements for recharging batteries.</p><p>Please ask us on booking if you have any specific requirements.</p>[/oxy_rich_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'679599736a23028dd590b2eedd31be3476f9bbc046d6e48ee8a6087d4e5230e1\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"div_block-5-26\"}\'][ct_headline ct_sign_sha256=\'3abce7a4d41e5d7b7844928d928545ba303bff799a6f97b095fa3628f2d05304\' ct_options=\'{\"ct_id\":15,\"ct_parent\":5,\"selector\":\"headline-15-26\"}\']When to Visit[/ct_headline][oxy_rich_text ct_sign_sha256=\'39c7227643c15f80fd30fcd4ef11adbc9fe42eb4376f4d64979748a9c2298ccf\' ct_options=\'{\"ct_id\":17,\"ct_parent\":5,\"selector\":\"_rich_text-17-26\"}\']Uganda can be visited at any time, though mountain hikes, gorilla tracking and other forest walks are more challenging during the rains, which generally peak over mid-September to November and March to May.[/oxy_rich_text][ct_headline ct_sign_sha256=\'90b4ff07c5e6be3257ccd624a0bc956ecaae7a8fec2792d3cbd664f42c316317\' ct_options=\'{\"ct_id\":21,\"ct_parent\":5,\"selector\":\"headline-21-26\"}\']Luggage[/ct_headline][oxy_rich_text ct_sign_sha256=\'a914cacd5a5284a1ed1ff92ffe857682a11cc700eaada7cd33d3d1db27d082f2\' ct_options=\'{\"ct_id\":23,\"ct_parent\":5,\"selector\":\"_rich_text-23-26\"}\']<p>Airlines will offer you 20-40 kg, or two pieces, of luggage on most flights. It is preferable for you to use soft luggage as space in vehicles is limited.</p><p>If you come with winter clothes, we can arrange for their storage for you will not need them on safari.</p>[/oxy_rich_text][ct_headline ct_sign_sha256=\'e2aeb31374a5864422f3f6713067ced334646b0a19d50a0a4ab1a03f22520483\' ct_options=\'{\"ct_id\":18,\"ct_parent\":5,\"selector\":\"headline-18-26\"}\']Health Requirements[/ct_headline][oxy_rich_text ct_sign_sha256=\'118db44ea37af973b13f0359c925caebfc8fd124c781907f9a0bba6445b9050e\' ct_options=\'{\"ct_id\":20,\"ct_parent\":5,\"selector\":\"_rich_text-20-26\"}\']<p>Certificates may be required for vaccinations against yellow fever. Check current medical advice on typhoid, cholera and hepatitis. But these diseases are not very common, so do not feel obliged to spend a lot of money on injections.</p><p>The malaria risk is general, and prevention measures should be undertaken. It is advisable to start anti-malarial medications 10 – 14 days before arrival and continue with the same for two- three weeks thereafter.</p>[/oxy_rich_text][ct_headline ct_sign_sha256=\'cb687060d35381a7a5b3ab47b1bce3463925dbda9f62d996fc61089de729eb78\' ct_options=\'{\"ct_id\":26,\"ct_parent\":5,\"selector\":\"headline-26-26\"}\']Currency[/ct_headline][oxy_rich_text ct_sign_sha256=\'4fdeda62f66c1e59f572a67305124f75a1eaf18ad8e5caf130e3b4ba70168ab6\' ct_options=\'{\"ct_id\":28,\"ct_parent\":5,\"selector\":\"_rich_text-28-26\",\"activeselector\":false}\']<p>The currency used is the Uganda Shilling (Ug.shs). Coins are issued for smaller denominations of 50, 100, 200 and 500 shillings. Bigger amounts of 1000, 5000, 10,000, 20,000 and 50,000 Uganda Shillings are issued in notes.</p><p>US dollar, GB Pounds, EURO and Yen are readily exchangeable. Large US dollar bills attract the best exchange rates. Currency exchange rates are not constant and are posted at all banks and forex bureaus around Kampala, in major up-country towns and in the local newspapers. The exchange rate by the beginning of 2013 was US$1 = 2600 Uganda Shillings and GBP1 = 3350 Uganda Shillings. There are no restrictions on other international currencies.</p><p>It is strongly recommended that you change money in Kampala prior to your safari where more favorable rates are offered.</p>[/oxy_rich_text][ct_headline ct_sign_sha256=\'e30e4352be01b36e8a79ce0998fe8631596e3719a726daac81e9d8934b294b5c\' ct_options=\'{\"ct_id\":35,\"ct_parent\":5,\"selector\":\"headline-35-26\"}\']Language[/ct_headline][oxy_rich_text ct_sign_sha256=\'6a5f7cb647c880b7f8725fc42086a18247257a32babbd8ac7fda92faceeb4d99\' ct_options=\'{\"ct_id\":37,\"ct_parent\":5,\"selector\":\"_rich_text-37-26\",\"activeselector\":false}\']The official language is English but Kiswahili and Luganda are commonly spoken. Actually in Uganda over 40 languages are spoken![/oxy_rich_text][ct_headline ct_sign_sha256=\'53bbd53bb3307da2f50ed3ad1246b542572e833df4336288c5268bcdb98a27a7\' ct_options=\'{\"ct_id\":38,\"ct_parent\":5,\"selector\":\"headline-38-26\"}\']Food[/ct_headline][oxy_rich_text ct_sign_sha256=\'ffe4b5812e4217533344a3f01e34417fbd18d30e8955d3fa84959284debd8163\' ct_options=\'{\"ct_id\":40,\"ct_parent\":5,\"selector\":\"_rich_text-40-26\"}\']Fresh tropical fruits and vegetables are plenty throughout the country. A wide range of dishes, both traditional and international, are served in the hotels and restaurants.[/oxy_rich_text][ct_headline ct_sign_sha256=\'0ad5b333960f1010e0b4bdcd59dba9d446e287fbf377d95957ae1035a99b9e30\' ct_options=\'{\"ct_id\":41,\"ct_parent\":5,\"selector\":\"headline-41-26\"}\']Drinking Water[/ct_headline][oxy_rich_text ct_sign_sha256=\'237ed8d5f6b6744fdcef17090cbca69445383756393f57c456bf790a9535f688\' ct_options=\'{\"ct_id\":43,\"ct_parent\":5,\"selector\":\"_rich_text-43-26\",\"activeselector\":false}\']For your health, we strongly recommend that you do not drink spring or tap water. Most restaurants and hotels provide boiled drinking water, or you can alternatively choose from several available brands of mineral water.[/oxy_rich_text][ct_headline ct_sign_sha256=\'bfb7c38687d7b51871f689723c614accaf2c3a873928de29518a3701480fbeae\' ct_options=\'{\"ct_id\":44,\"ct_parent\":5,\"selector\":\"headline-44-26\"}\']Alcohol[/ct_headline][oxy_rich_text ct_sign_sha256=\'bc112418141c2e31d909c00324aef3d99c408a5c5a3cc7dd32f763326c31f52e\' ct_options=\'{\"ct_id\":46,\"ct_parent\":5,\"selector\":\"_rich_text-46-26\"}\']<p>Several brands of local and international beer are available, leading local beers include: Bell lager, Club beer, Pilsner lager and Nile Special lager while Guinness, Heineken and most spirits and wines are imported and are readily available.</p><p>However drinking of alcohol under the age of 18 years is also illegal.</p>[/oxy_rich_text][ct_headline ct_sign_sha256=\'0cf73d75401cab45e27a305c64bcebf39e4e2dda3546815e58927bea569b5de1\' ct_options=\'{\"ct_id\":58,\"ct_parent\":5,\"selector\":\"headline-58-26\"}\']Begging/Donations[/ct_headline][oxy_rich_text ct_sign_sha256=\'2cf1609412a1e105b33e7be6dfc3a63116410f46f617e158a6e61bfd2ef27147\' ct_options=\'{\"ct_id\":60,\"ct_parent\":5,\"selector\":\"_rich_text-60-26\"}\']<p>It is not recommended to give money to street children beggars or beggars as this only worsens the culture of begging and dependency. Donations can be made to established international and local charities that work with the homeless, street children and orphans. We can arrange visits to these local projects and organizations on request.</p>[/oxy_rich_text][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2703,26,'ct_builder_shortcodes_revisions_dates','1623333707');
INSERT INTO `wpn7_postmeta` VALUES (2704,28,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'0fc53365d7049ddd600234c6c1c4db6ae692e307f363b2d80fd99a0a59f07a10\' ct_options=\'{\"ct_id\":4,\"ct_parent\":0,\"selector\":\"section-4-28\",\"nicename\":\"2 Columns\",\"original\":{\"display\":\"flex\"}}\'][ct_div_block_2 ct_sign_sha256=\'58def4a4077ed9febdd281239124aa45074ce14c3d49ebd1ca96815f188ac4f0\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"div_block-5-28\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false,\"original\":{\"text-align\":\"left\",\"align-items\":\"center\"}}\'][ct_div_block_3 ct_sign_sha256=\'6556b37546a6da092f89e0691704fd0ef9b884a63f9a2f3e510301e5c435c879\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"div_block-6-28\"}\'][ct_headline ct_sign_sha256=\'1fe1ca60d6285b5b78073e0cf1609ce676de96f16f83399656325a7d99a05eb8\' ct_options=\'{\"ct_id\":11,\"ct_parent\":6,\"selector\":\"headline-11-28\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']Gorilla African Guest House[/ct_headline][oxy_rich_text ct_sign_sha256=\'0f17d0065dd17ef94a36ffb2c01f7e25cea8fc9ef17b2dd8430e8a19314c2b23\' ct_options=\'{\"ct_id\":58,\"ct_parent\":6,\"selector\":\"_rich_text-58-28\"}\']<p>Gorilla African Guest House is a private owned and family run accommodation located in Kiwafu zone a quiet and serene residential area of Entebbe Municipality.</p><p>Its located 4 km from Entebbe International Airport and 180 meters from the entrance of Entebbe Virus Research Institute.</p><p>The accommodation offers clean, self contained, quality and affordable accommodation to leisure and business travelers transiting through Entebbe Municipality.</p><p>If you are transiting through Entebbe for whatever reason be travel to and from Entebbe International Airport please book with us.</p>[/oxy_rich_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a62f8698a850f542338f0e96bf0d7dc078cb806d92d8f70d52b77a3881f4579e\' ct_options=\'{\"ct_id\":7,\"ct_parent\":5,\"selector\":\"div_block-7-28\"}\'][ct_image ct_sign_sha256=\'9b41870c63a9d67c8a0c8d57c3967605120aa6ee6b5c248c5e424abcc4db1d84\' ct_options=\'{\"ct_id\":59,\"ct_parent\":7,\"selector\":\"image-59-28\",\"original\":{\"image_type\":\"2\",\"attachment_id\":152,\"attachment_height\":520,\"attachment_width\":520,\"attachment_url\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/garden-haven.png\",\"attachment_size\":\"full\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'711a18c7c48bca0278ce597a0ef36e807c137ad1cd016d24eb1c14c64ee479b0\' ct_options=\'{\"ct_id\":60,\"ct_parent\":0,\"selector\":\"section-60-28\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-bg-light\"},\"nicename\":\"Gallery Section\",\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a8272b3f2965cf9fe0d123bf049d94f394de28194a71242be3cf252a50b24972\' ct_options=\'{\"ct_id\":61,\"ct_parent\":60,\"selector\":\"div_block-61-28\",\"original\":{\"globalConditionsResult\":true,\"display\":\"flex\"},\"classes\":{\"0\":\"c-grid-1\",\"1\":\"c-gallery\",\"2\":\"c-columns-gap-m\"},\"nicename\":\"Grid gallery\"}\'][ct_image ct_sign_sha256=\'8cb1a8357763cef828d08a72f77dbe92e697f3534923b4e92fed797d16831896\' ct_options=\'{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"image-62-28\",\"original\":{\"globalConditionsResult\":true,\"src\":\"https://images.unsplash.com/photo-1477936821694-ec4233a9a1a0?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1320&q=80\",\"custom-css\":\"\",\"image_type\":\"2\",\"attachment_id\":155,\"attachment_height\":539,\"attachment_width\":720,\"attachment_url\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-african-guesthouse-garden1.png\",\"attachment_size\":\"full\"},\"classes\":{\"0\":\"c-rounded\",\"1\":\"c-shadow\"},\"activeselector\":false}\'][/ct_image][ct_image ct_sign_sha256=\'e64589c27240cc641e5a9f11d4d00e33f90a1cde677a3b68b4defaf27879c1f5\' ct_options=\'{\"ct_id\":63,\"ct_parent\":61,\"selector\":\"image-63-28\",\"original\":{\"globalConditionsResult\":true,\"src\":\"https://images.unsplash.com/photo-1517816428104-797678c7cf0c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80\",\"custom-css\":\"\",\"image_type\":\"2\",\"attachment_id\":154,\"attachment_height\":539,\"attachment_width\":720,\"attachment_url\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-african-guesthouse-garden2.png\",\"attachment_size\":\"full\"},\"classes\":{\"0\":\"c-rounded\",\"1\":\"c-shadow\"},\"activeselector\":false}\'][/ct_image][ct_image ct_sign_sha256=\'768e2885fe424ccd1d7cd0aa209e577f8d96d9f43eb97c8a0e3027d718eb3c52\' ct_options=\'{\"ct_id\":64,\"ct_parent\":61,\"selector\":\"image-64-28\",\"original\":{\"globalConditionsResult\":true,\"src\":\"https://images.unsplash.com/photo-1502622796232-e88458466c33?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1489&q=80\",\"custom-css\":\"\",\"image_type\":\"2\",\"attachment_id\":153,\"attachment_height\":539,\"attachment_width\":720,\"attachment_url\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-african-guesthouse-garden3.png\",\"attachment_size\":\"full\"},\"classes\":{\"0\":\"c-rounded\",\"1\":\"c-shadow\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'40c330147add5fa649b11cd4014fb0c216538f554c9c2c11a01ee465a50ff11b\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"section-14-28\",\"original\":{\"globalConditionsResult\":true,\"container-padding-top\":\"75\"},\"activeselector\":false,\"classes\":{},\"nicename\":\"3 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'372dbdaa5ef67d1475a84cb84ebec7205b5d1412e99ba151713390ee6c063a3c\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"div_block-15-28\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Columns\",\"classes\":{\"0\":\"c-columns-3\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"}}\'][ct_div_block_3 ct_sign_sha256=\'e515517e401d378f96d1dfe862fac586de6f7513219fecd0a02afe81e77cf657\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"div_block-16-28\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Column\",\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6bbec178be0b1d047dc499c7beda7365e99fec5b306dc7a8c7cbf76470496d0e\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"fancy_icon-17-28\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-shield\"},\"classes\":{\"0\":\"c-icon-accent-l\",\"1\":\"c-margin-bottom-m\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'78c1f7d88405d237b3244ad257182292589f309d12e81001e86ac62b984f39e8\' ct_options=\'{\"ct_id\":18,\"ct_parent\":16,\"selector\":\"headline-18-28\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h4\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-s\",\"2\":\"c-heading-dark\"}}\']Safe &amp; Secure<br>[/ct_headline][ct_text_block ct_sign_sha256=\'9412ac309bb4f9e0eb3441f18ab693a4f83db16d027720d5c008e127c9e76252\' ct_options=\'{\"ct_id\":19,\"ct_parent\":16,\"selector\":\"text_block-19-28\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-text-dark\",\"2\":\"c-text-m\"},\"activeselector\":false}\']The facility is secured in a walled compound and has a 24/7 security guard service.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d8f672074f07d2e82a9f515bf83448835b608ea316fdefdece211cccbaa01c26\' ct_options=\'{\"ct_id\":23,\"ct_parent\":15,\"selector\":\"div_block-23-28\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Column\",\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'b81b44d0afd771360a123e5bef605eefac31e8288db4887af49f14c99a9d2254\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"fancy_icon-24-28\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-bed\"},\"classes\":{\"0\":\"c-icon-accent-l\",\"1\":\"c-margin-bottom-m\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'bfa92c7fdca41621d55c567f77250d6d4008fad107e467ba032595698171293b\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"headline-25-28\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h4\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-s\",\"2\":\"c-heading-dark\"}}\']Comfortable Accommodation<br>[/ct_headline][ct_text_block ct_sign_sha256=\'c5e7e317a154607547bdc507779a3dbe17e682eb5e308bf2e489273c5abdd51a\' ct_options=\'{\"ct_id\":26,\"ct_parent\":23,\"selector\":\"text_block-26-28\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-text-dark\",\"2\":\"c-text-m\"},\"activeselector\":false}\']The range of rooms include: single, double, twin and deluxe.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'3af5dcc3a86c56b04a94671003442e3529c5dfd8bff10e2183e1ac085864b19b\' ct_options=\'{\"ct_id\":30,\"ct_parent\":15,\"selector\":\"div_block-30-28\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Column\",\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'0b3ae8367f9dd52c5793f82fba857ecc2a60f8b13b739c28734b2ef8d395ffce\' ct_options=\'{\"ct_id\":31,\"ct_parent\":30,\"selector\":\"fancy_icon-31-28\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-cutlery\"},\"classes\":{\"0\":\"c-icon-accent-l\",\"1\":\"c-margin-bottom-m\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'91c1696be39a8cac70c1f16c5946eb8334e39610c27e0fe5a67302c2ef1596fa\' ct_options=\'{\"ct_id\":32,\"ct_parent\":30,\"selector\":\"headline-32-28\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h4\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-s\",\"2\":\"c-heading-dark\"}}\']Traditional Hospitality<br>[/ct_headline][ct_text_block ct_sign_sha256=\'28218e85b1b2e930f56734ff6914d00338473d456373268392dbffb19a871624\' ct_options=\'{\"ct_id\":33,\"ct_parent\":30,\"selector\":\"text_block-33-28\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-text-dark\",\"2\":\"c-text-m\"},\"activeselector\":false}\']The staff are ready to receive you at anytime with the traditional hospitality[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'cf44b1be31279be152b53dde9caee98642bef4305f04766e3515bf9f0bfbc39c\' ct_options=\'{\"ct_id\":85,\"ct_parent\":0,\"selector\":\"section-85-28\",\"classes\":{\"0\":\"c-bg-light\"},\"activeselector\":false}\'][oxy_gallery ct_sign_sha256=\'d178ac9ee592bf46c66bd845502a1c377c1523b4615ae65a8001d84f6d0d2259\' ct_options=\'{\"ct_id\":86,\"ct_parent\":85,\"selector\":\"_gallery-86-28\",\"original\":{\"gallery_source\":\"medialibrary\",\"image_ids\":\"159,158,157,156\",\"lightbox\":\"no\",\"link\":\"no\",\"images_per_row\":\"2\"},\"activeselector\":false}\'][/oxy_gallery][/ct_section][ct_section ct_sign_sha256=\'0dfb2e0849f69c08fea8d585d152b469a338f3f25ebe7a3d549faff8720080e6\' ct_options=\'{\"ct_id\":49,\"ct_parent\":0,\"selector\":\"section-49-28\",\"nicename\":\"3 to 2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'8f5779ee1dd51887707e5d962454eadb5276ff81129631fb47ca8c86cbf2c2a1\' ct_options=\'{\"ct_id\":50,\"ct_parent\":49,\"selector\":\"div_block-50-28\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\"}\'][ct_div_block_3 ct_sign_sha256=\'e533bb12c4266b4e2e6d1d1c90fe3caffea119ef24a6b24bc0905af8e5807d30\' ct_options=\'{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"div_block-51-28\"}\'][ct_headline ct_sign_sha256=\'7364d54387a295a752c9de8f894c8844f9f5f79a7e7c061b3b1c835f0bbef1c4\' ct_options=\'{\"ct_id\":54,\"ct_parent\":51,\"selector\":\"headline-54-28\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']Come as Our Guest, Leave as Our Friend[/ct_headline][ct_text_block ct_sign_sha256=\'8f218b7719eed186e014c1d290119eb61886a9b76c685481c7eb363c677f2407\' ct_options=\'{\"ct_id\":56,\"ct_parent\":51,\"selector\":\"text_block-56-28\"}\']We have a 24 hour check-in policy. Check out is 11AM. For reservations please call +256 781 516 422 or +256 702 348 922.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f4ba2b3f413ab95b9599d659381d73eae84e0ba2e6dccc81935b64316971ace1\' ct_options=\'{\"ct_id\":52,\"ct_parent\":50,\"selector\":\"div_block-52-28\",\"classes\":{},\"activeselector\":false}\'][ct_link_text ct_sign_sha256=\'c470cf107ee936899d1369ae00e0b2114f808d80d54d61b77fd2155fbe090613\' ct_options=\'{\"ct_id\":46,\"ct_parent\":52,\"selector\":\"link_text-46-28\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-btn-l\",\"2\":\"c-btn-main\"},\"nicename\":\"CTA Button\",\"activeselector\":false}\']Learn More[/ct_link_text][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2705,28,'ct_builder_shortcodes_revisions_dates','1623333849'),(2706,30,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'0956dfd955c7b3d666290deec744be2c47d533304af3231a648a0b0db0e138ae\' ct_options=\'{\"ct_id\":48,\"ct_parent\":0,\"selector\":\"section-48-30\",\"nicename\":\"2 Columns\",\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'10b30b7680c8f0cb1b249d437247046abc8be19a4860e2c0b30f98d31de8fdc2\' ct_options=\'{\"ct_id\":60,\"ct_parent\":48,\"selector\":\"headline-60-30\",\"original\":{\"tag\":\"h2\",\"width-unit\":\"%\",\"width\":\"100\"},\"classes\":{\"0\":\"c-padding-bottom-m\",\"1\":\"c-center\"},\"activeselector\":false}\']Uganda, A Birdwatcher\'s Paradise[/ct_headline][ct_div_block_2 ct_sign_sha256=\'b4d4ad6005af10cd5fe5d7d67a124b1222e290f1f16d44eb4c5898e3ab701720\' ct_options=\'{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"div_block-49-30\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fe7a5c979e8079a4dcc71f430ed9932268559b06781a9c84f1c06cbc015ea624\' ct_options=\'{\"ct_id\":50,\"ct_parent\":49,\"selector\":\"div_block-50-30\"}\'][oxy_rich_text ct_sign_sha256=\'358dbd5e58d8ef993ca7f9dc9daac0f6874cd558e9000527262e57b8d54fde27\' ct_options=\'{\"ct_id\":85,\"ct_parent\":50,\"selector\":\"_rich_text-85-30\"}\']<p>Uganda is an equatorial country of astonishing contrasts.</p><p>No other area in Africa can match its amazing diversity of habitats ranging from arid semi-deserts, rich savannahs, lowlands and montane rainforests to vast wetlands, volcanoes and an afro-alpine zone, and covering an altitude from 650 to 5,000 metres.</p>[/oxy_rich_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f3dee4ac5939c4ab50a5a176022bd0f6c48028713a36f57f9c9dab143791b72c\' ct_options=\'{\"ct_id\":51,\"ct_parent\":49,\"selector\":\"div_block-51-30\"}\'][oxy_rich_text ct_sign_sha256=\'56572124533ccc9a8145cda91e06c8038b215743c0da5669a80eae39b832c7b1\' ct_options=\'{\"ct_id\":87,\"ct_parent\":51,\"selector\":\"_rich_text-87-30\"}\']<p>This richness is reflected in the number of birds per square kilometer the highest than any other country in Africa!</p><p>Given the small size of the country, which is approximately 235,000 square kilometers, Uganda boasts a national bird list of over 1008 species. This represents more than half the bird species that can be found in the whole of Africa.</p>[/oxy_rich_text][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'a7d2e98f12b1aa733c9daadb181898dd8294d1dbc5c3e2a8f2b97ffc170c5b91\' ct_options=\'{\"ct_id\":63,\"ct_parent\":0,\"selector\":\"section-63-30\",\"nicename\":\"2 to 3 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'f6c56e979b6c706921f43d617a370cfb3c0cd3e54c2fae866f1e0d8445c93d16\' ct_options=\'{\"ct_id\":64,\"ct_parent\":63,\"selector\":\"div_block-64-30\",\"classes\":{\"0\":\"c-columns-m-1\",\"1\":\"c-columns-gap-l\",\"2\":\"c-columns-2-3\"},\"nicename\":\"Columns\"}\'][ct_div_block_3 ct_sign_sha256=\'315fec8212164e60b635cdf2a563c6488c74e3cd7f2d7b7a443e6856de63899a\' ct_options=\'{\"ct_id\":65,\"ct_parent\":64,\"selector\":\"div_block-65-30\"}\'][ct_image ct_sign_sha256=\'e5ed6534600d8127620ecca91e0c2e01061fd537f86fcd20b023c722b70cc089\' ct_options=\'{\"ct_id\":61,\"ct_parent\":65,\"selector\":\"image-61-30\",\"original\":{\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/ross-turacco.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a79df85ee2a0c378fac2bffad34ce6c4a6baac2f4500714f7c591e99760dae29\' ct_options=\'{\"ct_id\":66,\"ct_parent\":64,\"selector\":\"div_block-66-30\",\"classes\":{}}\'][ct_headline ct_sign_sha256=\'af9dcf36eff9ca75bafe2fb0085d83779ff3418acaf0dcc4c5a138020da5f3cc\' ct_options=\'{\"ct_id\":34,\"ct_parent\":66,\"selector\":\"headline-34-30\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Forests[/ct_headline][oxy_rich_text ct_sign_sha256=\'4621d7e82add11d7d08cfa5c50db47afe08c41f7e91961e9d1f4747bf4a8a27c\' ct_options=\'{\"ct_id\":89,\"ct_parent\":66,\"selector\":\"_rich_text-89-30\"}\']<p>Uganda has an area contiguous with the Great Guinea/Congo Basin rain forest on its western border. Subsequently there are a number of west and central African bird species occurring in Uganda that are not found elsewhere in East Africa.</p><p>There are more than 700 forest reserves in Uganda.<br />One particular region is the Albertine Rift Endemic area (ARE), which has 38 species of birds confined to Uganda, Rwanda, Burundi and the Congo. Of these ARE’s Uganda has 25, mostly confined to the forests of Mgahinga and Bwindi National Parks in the southwest.</p>[/oxy_rich_text][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'f3b0f377b161578c560ec4462ea30cc1633db74f98f50bcb3ddc4b8a2ccb5790\' ct_options=\'{\"ct_id\":67,\"ct_parent\":0,\"selector\":\"section-67-30\",\"nicename\":\"3 to 2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'b0c21296f625a36d62174caa03fabfe489a6f53594db9d90562080aefb49f31c\' ct_options=\'{\"ct_id\":68,\"ct_parent\":67,\"selector\":\"div_block-68-30\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\"}\'][ct_div_block_3 ct_sign_sha256=\'c1b2d06689a9a1bbafc635bb8898c7304ab54b93faf673aed9b3ecbcb9675b69\' ct_options=\'{\"ct_id\":69,\"ct_parent\":68,\"selector\":\"div_block-69-30\"}\'][ct_headline ct_sign_sha256=\'9dd6359b22afc49c475fd7fb9ea12dc5e95f46910bccea64be7023c721289832\' ct_options=\'{\"ct_id\":38,\"ct_parent\":69,\"selector\":\"headline-38-30\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Wetlands[/ct_headline][oxy_rich_text ct_sign_sha256=\'96444cfb9bc9d1c4e2145cdc6be27662380884a923baa355b5cb280276b06d73\' ct_options=\'{\"ct_id\":91,\"ct_parent\":69,\"selector\":\"_rich_text-91-30\"}\']<p>Uganda has 30,000 square kilometres of wetlands.</p><p>Not less than 210 species, ranging from the shoebill and African skimmer to the endemic Fox’s weaver, are found in these wetlands. More to the above are four papyrus endemics; the papyrus gonolek, papyrus canary, white-winged warbler and papyrus yellow warbler. And a white-winged black tern roost of 2-3 million birds in the Entebbe area (Lutembe Bay).</p>[/oxy_rich_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'eacd61add7ef25ce160fae750fae08e11d92209fb191caf11ba30a177734a9d8\' ct_options=\'{\"ct_id\":70,\"ct_parent\":68,\"selector\":\"div_block-70-30\",\"classes\":{}}\'][ct_image ct_sign_sha256=\'066ce72b96a9b18581681ff493690da8be9e61d67890854813c94a76739065fb\' ct_options=\'{\"ct_id\":62,\"ct_parent\":70,\"selector\":\"image-62-30\",\"original\":{\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/crowned-crane-river.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'0f63570f657ae8e7925933dcd0b32221125ed569ab759a7061daf0ea3c83be54\' ct_options=\'{\"ct_id\":71,\"ct_parent\":0,\"selector\":\"section-71-30\",\"nicename\":\"2 to 3 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'2ed65f41063e7d19a5404736c82b743062318957f31f03deaa12e9663892f961\' ct_options=\'{\"ct_id\":72,\"ct_parent\":71,\"selector\":\"div_block-72-30\",\"classes\":{\"0\":\"c-columns-m-1\",\"1\":\"c-columns-gap-l\",\"2\":\"c-columns-2-3\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9492a7d58bc716c190f006170dc13898de903b160c1b06a177d2ff93c2b4b3ad\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"div_block-73-30\"}\'][ct_image ct_sign_sha256=\'9356cdbf9151b45e20d394cab87051be74ecb20f6da63b463553510ea813f23d\' ct_options=\'{\"ct_id\":83,\"ct_parent\":73,\"selector\":\"image-83-30\",\"original\":{\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/geese.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'4fb4b9ecae2c8bb6c7264da68064ce541cfd51c4177e5ae886f5ea6edb13b1ab\' ct_options=\'{\"ct_id\":74,\"ct_parent\":72,\"selector\":\"div_block-74-30\",\"classes\":{},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'0bcca60519e48774983c37de072a4fa8764ed1b5b88d5452772a4f161f9e7efa\' ct_options=\'{\"ct_id\":42,\"ct_parent\":74,\"selector\":\"headline-42-30\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Savannahs[/ct_headline][oxy_rich_text ct_sign_sha256=\'9f5fc1b032effe91318c98d4ee02aff6dc22f5be97bd7e85d4223e9085443a0c\' ct_options=\'{\"ct_id\":93,\"ct_parent\":74,\"selector\":\"_rich_text-93-30\"}\']<p>In Uganda savannahs vary from the remote, semi-desert, dry thorn-scrub region of Karamoja in the northeast, to the richer fertile savannahs of the western rift valley.</p><p>Queen Elizabeth National Park has a bird list of 604 species, the highest for any protected area in Africa.</p>[/oxy_rich_text][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2707,30,'ct_builder_shortcodes_revisions_dates','1623334282'),(2708,34,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'619d2fe014ef1ab66c422622d9ea1ff39e0144ce5148ffb966befff92e6942ba\' ct_options=\'{\"ct_id\":10,\"ct_parent\":0,\"selector\":\"section-10-34\",\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'bf28fa9141d0c5b75ebf61cd84bf16d3e95baf9c22040c961e031c26375447e8\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"div_block-11-34\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'b48d26eea7484aaa62a44ed44ddec64e4a2bc02b8f93c48b29180bc5c03c00c6\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"div_block-12-34\"}\'][ct_headline ct_sign_sha256=\'e5bd487670e298c32a3b1d9b98f80657ff9027c98ff627afc322b10258861543\' ct_options=\'{\"ct_id\":21,\"ct_parent\":12,\"selector\":\"headline-21-34\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false,\"classes\":{\"0\":\"c-padding-bottom-m\"}}\']Contact Us Today About an East Africa Safari[/ct_headline][oxy_icon_box ct_sign_sha256=\'80292822c1138682dda2275749870bc4f98286858ddbb2d94a716df097ae830e\' ct_options=\'{\"ct_id\":70,\"ct_parent\":12,\"selector\":\"_icon_box-70-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"QWRkcmVzcw==\",\"icon_box_text\":\"UC5PLiBCb3ggNzU3NCwgS2FtcGFsYSwgVWdhbmRhPGJyPg==\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":\"icon-box-inline\"}\'][ct_fancy_icon ct_sign_sha256=\'7ca396a99cbfc165f0b6a66059fa79be79a565bb912f51c7569656517c678ff6\' ct_options=\'{\"ct_id\":71,\"ct_parent\":70,\"selector\":\"fancy_icon-71-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-signs\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][oxy_icon_box ct_sign_sha256=\'340959e645edfad33b59abc270ac361a133669a26719634b6deeaa2f51b86376\' ct_options=\'{\"ct_id\":72,\"ct_parent\":12,\"selector\":\"_icon_box-72-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"VGVsZXBob25l\",\"icon_box_text\":\"KzI1NiAoMCkgNzgxIDUxNiA0MjI8YnI+PGJyPisgMjU2ICgwKSA3MDIgMzQ4IDkyMjxicj4=\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'d52963eee05e45f3d3a829a5cf055a62d66ed4490506e34ddcbac94779ebfef0\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"fancy_icon-73-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-signs\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'48465df5efdf41144e9a730602316ffb663ea7b8cb7f197c37f0268aea88206b\' ct_options=\'{\"ct_id\":13,\"ct_parent\":11,\"selector\":\"div_block-13-34\"}\'][ct_shortcode ct_sign_sha256=\'7ba4daad1cc237b99ac4d12f87b1757691cb4c204042f926b6c9b187d51589f9\' ct_options=\'{\"ct_id\":74,\"ct_parent\":13,\"selector\":\"shortcode-74-34\",\"original\":{\"full_shortcode\":true},\"ct_shortcode\":\"true\",\"activeselector\":false}\'][advanced_form form=\"form_60c1d29628787\"][/ct_shortcode][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2709,34,'ct_builder_shortcodes_revisions_dates','1623334795'),(2710,34,'ct_builder_shortcodes_revisions','[ct_reusable ct_sign_sha256=\'d59d9583c3402fdb0a5c483ac925edb2a592411625ffe2ddd1c1650e6174494a\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-75-34\",\"ct_id\":75,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'70a54ce226a849628b9dc2e77cd7f70a4838d4dff4e2ab51179a6b30a1f1fe97\' ct_options=\'{\"ct_id\":10,\"ct_parent\":0,\"selector\":\"section-10-34\",\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'95622957f8b68073f0294165fcb882734864cf08a635356afd61a329319eb028\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"div_block-11-34\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'b48d26eea7484aaa62a44ed44ddec64e4a2bc02b8f93c48b29180bc5c03c00c6\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"div_block-12-34\"}\'][ct_headline ct_sign_sha256=\'e5bd487670e298c32a3b1d9b98f80657ff9027c98ff627afc322b10258861543\' ct_options=\'{\"ct_id\":21,\"ct_parent\":12,\"selector\":\"headline-21-34\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false,\"classes\":{\"0\":\"c-padding-bottom-m\"}}\']Contact Us Today About an East Africa Safari[/ct_headline][oxy_icon_box ct_sign_sha256=\'80292822c1138682dda2275749870bc4f98286858ddbb2d94a716df097ae830e\' ct_options=\'{\"ct_id\":70,\"ct_parent\":12,\"selector\":\"_icon_box-70-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"QWRkcmVzcw==\",\"icon_box_text\":\"UC5PLiBCb3ggNzU3NCwgS2FtcGFsYSwgVWdhbmRhPGJyPg==\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":\"icon-box-inline\"}\'][ct_fancy_icon ct_sign_sha256=\'7ca396a99cbfc165f0b6a66059fa79be79a565bb912f51c7569656517c678ff6\' ct_options=\'{\"ct_id\":71,\"ct_parent\":70,\"selector\":\"fancy_icon-71-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-signs\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][oxy_icon_box ct_sign_sha256=\'340959e645edfad33b59abc270ac361a133669a26719634b6deeaa2f51b86376\' ct_options=\'{\"ct_id\":72,\"ct_parent\":12,\"selector\":\"_icon_box-72-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"VGVsZXBob25l\",\"icon_box_text\":\"KzI1NiAoMCkgNzgxIDUxNiA0MjI8YnI+PGJyPisgMjU2ICgwKSA3MDIgMzQ4IDkyMjxicj4=\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'d52963eee05e45f3d3a829a5cf055a62d66ed4490506e34ddcbac94779ebfef0\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"fancy_icon-73-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-signs\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'15ff0c0113bb218dd5f82f35a0a415381625b18c9530fe6c1e6a6b6190c6b260\' ct_options=\'{\"ct_id\":13,\"ct_parent\":11,\"selector\":\"div_block-13-34\"}\'][ct_div_block_4 ct_sign_sha256=\'59c228848d6859b29dfffce024a6b5f64bc9e34322847f87fd4d638191d44c91\' ct_options=\'{\"ct_id\":77,\"ct_parent\":13,\"selector\":\"div_block-77-34\",\"classes\":{\"0\":\"form-wrapper\"},\"activeselector\":\"form-wrapper\"}\'][ct_shortcode ct_sign_sha256=\'8c83c2f2dbcaba9811406a0b6a97493b12f6d24e2efe917f7d437bd60829a6a0\' ct_options=\'{\"ct_id\":74,\"ct_parent\":77,\"selector\":\"shortcode-74-34\",\"original\":{\"full_shortcode\":true},\"ct_shortcode\":\"true\",\"activeselector\":\"advanced-form\",\"classes\":{\"0\":\"advanced-form\"}}\'][advanced_form form=\"form_60c1d29628787\"][/ct_shortcode][/ct_div_block_4][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2711,34,'ct_builder_shortcodes_revisions_dates','1623334911'),(2712,34,'ct_builder_shortcodes_revisions','[ct_reusable ct_sign_sha256=\'d59d9583c3402fdb0a5c483ac925edb2a592411625ffe2ddd1c1650e6174494a\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-75-34\",\"ct_id\":75,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'70a54ce226a849628b9dc2e77cd7f70a4838d4dff4e2ab51179a6b30a1f1fe97\' ct_options=\'{\"ct_id\":10,\"ct_parent\":0,\"selector\":\"section-10-34\",\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'95622957f8b68073f0294165fcb882734864cf08a635356afd61a329319eb028\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"div_block-11-34\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'b48d26eea7484aaa62a44ed44ddec64e4a2bc02b8f93c48b29180bc5c03c00c6\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"div_block-12-34\"}\'][ct_headline ct_sign_sha256=\'e5bd487670e298c32a3b1d9b98f80657ff9027c98ff627afc322b10258861543\' ct_options=\'{\"ct_id\":21,\"ct_parent\":12,\"selector\":\"headline-21-34\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false,\"classes\":{\"0\":\"c-padding-bottom-m\"}}\']Contact Us Today About an East Africa Safari[/ct_headline][oxy_icon_box ct_sign_sha256=\'80292822c1138682dda2275749870bc4f98286858ddbb2d94a716df097ae830e\' ct_options=\'{\"ct_id\":70,\"ct_parent\":12,\"selector\":\"_icon_box-70-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"QWRkcmVzcw==\",\"icon_box_text\":\"UC5PLiBCb3ggNzU3NCwgS2FtcGFsYSwgVWdhbmRhPGJyPg==\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":\"icon-box-inline\"}\'][ct_fancy_icon ct_sign_sha256=\'7ca396a99cbfc165f0b6a66059fa79be79a565bb912f51c7569656517c678ff6\' ct_options=\'{\"ct_id\":71,\"ct_parent\":70,\"selector\":\"fancy_icon-71-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-signs\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][oxy_icon_box ct_sign_sha256=\'340959e645edfad33b59abc270ac361a133669a26719634b6deeaa2f51b86376\' ct_options=\'{\"ct_id\":72,\"ct_parent\":12,\"selector\":\"_icon_box-72-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"VGVsZXBob25l\",\"icon_box_text\":\"KzI1NiAoMCkgNzgxIDUxNiA0MjI8YnI+PGJyPisgMjU2ICgwKSA3MDIgMzQ4IDkyMjxicj4=\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'d52963eee05e45f3d3a829a5cf055a62d66ed4490506e34ddcbac94779ebfef0\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"fancy_icon-73-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-signs\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'15ff0c0113bb218dd5f82f35a0a415381625b18c9530fe6c1e6a6b6190c6b260\' ct_options=\'{\"ct_id\":13,\"ct_parent\":11,\"selector\":\"div_block-13-34\"}\'][ct_div_block_4 ct_sign_sha256=\'59c228848d6859b29dfffce024a6b5f64bc9e34322847f87fd4d638191d44c91\' ct_options=\'{\"ct_id\":77,\"ct_parent\":13,\"selector\":\"div_block-77-34\",\"classes\":{\"0\":\"form-wrapper\"},\"activeselector\":\"form-wrapper\"}\'][ct_shortcode ct_sign_sha256=\'8c83c2f2dbcaba9811406a0b6a97493b12f6d24e2efe917f7d437bd60829a6a0\' ct_options=\'{\"ct_id\":74,\"ct_parent\":77,\"selector\":\"shortcode-74-34\",\"original\":{\"full_shortcode\":true},\"ct_shortcode\":\"true\",\"activeselector\":\"advanced-form\",\"classes\":{\"0\":\"advanced-form\"}}\'][advanced_form form=\"form_60c1d29628787\"][/ct_shortcode][/ct_div_block_4][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2713,34,'ct_builder_shortcodes_revisions_dates','1623335291'),(2714,173,'entry_form','form_60c1d29628787'),(2715,173,'entry_submission_date','2021-06-10 14:28:41'),(2716,173,'contact_name','David'),(2717,173,'_contact_name','field_60c1d36ecd0e8'),(2718,173,'contact_email','pangono@gmail.com'),(2719,173,'_contact_email','field_60c1d37bcd0e9'),(2720,173,'contact_message','Contact form test.'),(2721,173,'_contact_message','field_60c1d39ecd0ea'),(2722,128,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'edd6ec2df1976c63e8362a40e9119d85aeba30e6f57fc093eaa7b71793854a17\' ct_options=\'{\"ct_id\":151,\"ct_parent\":0,\"selector\":\"section-151-128\",\"original\":{\"globalConditionsResult\":true,\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Blog Layout  3 Columns\"}\'][ct_code_block ct_sign_sha256=\'da8509a90e4f5fa9302a5ff0db00a3281db6cef18dfa5d8e250c3eab5d50b9d5\' ct_options=\'{\"ct_id\":152,\"ct_parent\":151,\"selector\":\"code_block-152-128\",\"original\":{\"code-css\":\"ZGl2Lm94eS1yZXBlYXRlci1wYWdlcywgZGl2Lm94eS1yZXBlYXRlci1wYWdlcy13cmFwIHsKZ3JpZC1jb2x1bW46IDEgLyAtMTsKfQ==\",\"code-php\":\"PD9waHAKCS8vIGVjaG8gImhlbGxvIHdvcmxkISI7Cj8+\"},\"nicename\":\"CSS Fix for the pagination\",\"activeselector\":false}\'][/ct_code_block][oxy_dynamic_list_2 ct_sign_sha256=\'f4323d4bd671ce2515f5f02734603341429990b2253dbbff2dc4efd6d657bc39\' ct_options=\'{\"ct_id\":153,\"ct_parent\":151,\"selector\":\"_dynamic_list-153-128\",\"original\":{\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"post\"},\"query_count\":\"6\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"stretch\",\"justify-content\":\"center\",\"text-align\":\"center\",\"width\":\"100\",\"flex-wrap\":\"wrap\",\"paginate_wrap_alignment\":\"center\",\"paginate_size\":\"17\",\"paginate_color\":\"color(10)\",\"paginate_link_color\":\"color(1)\",\"paginate_width-unit\":\"%\",\"paginate_width\":\"100\",\"paginatelink_padding_top\":\"10\",\"paginatelink_padding_left\":\"15\",\"paginatelink_padding_right\":\"15\",\"paginatelink_padding_bottom\":\"10\",\"paginatelinkactive_padding_top\":\"10\",\"paginatelinkactive_padding_left\":\"10\",\"paginatelinkactive_padding_right\":\"10\",\"paginatelinkactive_padding_bottom\":\"10\",\"paginatelink_background_color\":\"color(2)\",\"paginatelink_border_radius\":\"7\",\"paginatelink_margin_right\":\"10\",\"paginatelink_margin_left\":\"10\",\"paginate_margin_top\":\"50\"},\"nicename\":\"Blog Repeater\",\"classes\":{\"0\":\"c-columns-3\",\"1\":\"c-columns-l-2\",\"2\":\"c-columns-m-1\",\"3\":\"c-columns-gap-m\"}}\'][ct_div_block_3 ct_sign_sha256=\'b5455c06f50cada681be69a7f7682266fd1bca657d1e71cc983d124ed4f79d6e\' ct_options=\'{\"ct_id\":154,\"ct_parent\":153,\"selector\":\"div_block-154-128\",\"original\":{\"width-unit\":\"%\"},\"classes\":{},\"nicename\":\"Column\"}\'][ct_link_4 ct_sign_sha256=\'37bbb52441198a05fdba8b1b026df32fad1ebb87183f18138b1aa9382c1d640e\' ct_options=\'{\"ct_id\":155,\"ct_parent\":154,\"selector\":\"link-155-128\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"custom-css\":\"ZmxleC1ncm93OiAxOw==\",\"display\":\"flex\",\"flex-direction\":\"column\",\"align-items\":\"flex-start\",\"justify-content\":\"flex-start\",\"url\":\"[oxygen ct_sign_sha256=\'3f04564ebafb57e021405847dab7b9ae7848c9c33061ffc1c17dfb5bbf119dfc\' data=\'permalink\' ]\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-bg-light-alt\",\"1\":\"c-shadow\",\"2\":\"c-rounded\",\"3\":\"c-transition\"},\"nicename\":\"Blog Post\",\"hover\":{\"transform\":{\"0\":{\"transform-type\":\"translate\",\"translateY\":\"-10\"}}}}\'][ct_div_block_5 ct_sign_sha256=\'2670a7fd9b0606f05ff43ab3181026dce6fe097f7b0e5f10c3990ac79bd1aec7\' ct_options=\'{\"ct_id\":156,\"ct_parent\":155,\"selector\":\"div_block-156-128\",\"original\":{\"background-image\":\"[oxygen ct_sign_sha256=\'f8d48aab8cca142181b53a50c055e53a621b1f079c39d441bc7178572b641071\' data=\'featured_image\' size=\'medium_large\' ]\",\"background-imagedynamic\":true,\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\"},\"classes\":{\"0\":\"c-archive-img\"},\"nicename\":\"Image\"}\'][/ct_div_block_5][ct_div_block_5 ct_sign_sha256=\'ab19298d317cf47a0d7920d49b11f7a84db6683b571e692d6a5a6c716d722f33\' ct_options=\'{\"ct_id\":157,\"ct_parent\":155,\"selector\":\"div_block-157-128\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"align-items\":\"flex-start\",\"text-align\":\"left\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"classes\":{\"0\":\"c-padding-l\"},\"nicename\":\"Content\"}\'][ct_headline ct_sign_sha256=\'d8fdcac5f5256d8d514be48b009e08f1a27c40c4c17f42c7738f3b85fa504859\' ct_options=\'{\"ct_id\":158,\"ct_parent\":157,\"selector\":\"headline-158-128\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-xs\",\"2\":\"c-heading-dark\"}}\'][ct_span ct_sign_sha256=\'9ff41dd69aa9a1dfab89132eb601675a54d366f2f4d7dd668581b7f5cf1d3be6\' ct_options=\'{\"ct_id\":159,\"ct_parent\":158,\"selector\":\"span-159-128\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'baa4c3f98b03cc642593bdf5b4851a4643834c92592ba7f13687903ef2f08ff4\' ct_options=\'{\"ct_id\":160,\"ct_parent\":157,\"selector\":\"text_block-160-128\",\"classes\":{\"0\":\"c-text-dark\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-text-s\"}}\']By&nbsp;[ct_span ct_sign_sha256=\'11ed9e1b1e2a3a54af16fc9e6205995a1f3921fdc8bdbd10ee5955777b1f1eb8\' ct_options=\'{\"ct_id\":161,\"ct_parent\":160,\"selector\":\"span-161-128\"}\'][oxygen ct_sign_sha256=\'3bff4fb86a10067581157bc4d7550042f9433950a86d0d82dd1bc7864c25366c\' data=\'author\' ][/ct_span] on&nbsp;[ct_span ct_sign_sha256=\'355e83cb93fca1039a3800c50923c768dd7d293196676cdf5f91cc4d583ce741\' ct_options=\'{\"ct_id\":162,\"ct_parent\":160,\"selector\":\"span-162-128\"}\'][oxygen ct_sign_sha256=\'a033413a0013e067f6001d6d477cefa3ccbdd3555c1fded3ea6a1b08e4abb21c\' data=\'date\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'ca96e87bcb553be5c6f71fddbedfc4e25d76a791912ebe3bff1406cce040e67a\' ct_options=\'{\"ct_id\":163,\"ct_parent\":157,\"selector\":\"text_block-163-128\",\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"text-overlay-light-alt\",\"3\":\"c-margin-bottom-s\"}}\'][ct_span ct_sign_sha256=\'17b1a0ebf4f34910e8da843ea704d76872a362ff83f3e298d6f50f283fae4cd0\' ct_options=\'{\"ct_id\":164,\"ct_parent\":163,\"selector\":\"span-164-128\"}\'][oxygen ct_sign_sha256=\'15f8f3cb77ef853829fdcb6ec4f4acf5b5d7fd139a1b9c5bf29aceda109c5805\' data=\'excerpt\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'a34f5e79c603dd7b5142914a0401246c6c786df56943c429168baec365440281\' ct_options=\'{\"ct_id\":165,\"ct_parent\":157,\"selector\":\"text_block-165-128\",\"classes\":{\"0\":\"c-link-m\",\"1\":\"c-link-accent\"},\"nicename\":\"Read more\"}\']Read more[/ct_text_block][/ct_div_block_5][/ct_link_4][/ct_div_block_3][/oxy_dynamic_list_2][/ct_section]'),(2723,128,'ct_builder_shortcodes_revisions_dates','1623335845'),(2724,128,'ct_builder_shortcodes_revisions','[ct_reusable ct_sign_sha256=\'a4589eeec5454608e9fbe733752895388610c7b76391586afe9f805fbe871fe7\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-202-128\",\"ct_id\":202,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'edd6ec2df1976c63e8362a40e9119d85aeba30e6f57fc093eaa7b71793854a17\' ct_options=\'{\"ct_id\":151,\"ct_parent\":0,\"selector\":\"section-151-128\",\"original\":{\"globalConditionsResult\":true,\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"Blog Layout  3 Columns\"}\'][ct_code_block ct_sign_sha256=\'da8509a90e4f5fa9302a5ff0db00a3281db6cef18dfa5d8e250c3eab5d50b9d5\' ct_options=\'{\"ct_id\":152,\"ct_parent\":151,\"selector\":\"code_block-152-128\",\"original\":{\"code-css\":\"ZGl2Lm94eS1yZXBlYXRlci1wYWdlcywgZGl2Lm94eS1yZXBlYXRlci1wYWdlcy13cmFwIHsKZ3JpZC1jb2x1bW46IDEgLyAtMTsKfQ==\",\"code-php\":\"PD9waHAKCS8vIGVjaG8gImhlbGxvIHdvcmxkISI7Cj8+\"},\"nicename\":\"CSS Fix for the pagination\",\"activeselector\":false}\'][/ct_code_block][oxy_dynamic_list_2 ct_sign_sha256=\'f4323d4bd671ce2515f5f02734603341429990b2253dbbff2dc4efd6d657bc39\' ct_options=\'{\"ct_id\":153,\"ct_parent\":151,\"selector\":\"_dynamic_list-153-128\",\"original\":{\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"post\"},\"query_count\":\"6\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"stretch\",\"justify-content\":\"center\",\"text-align\":\"center\",\"width\":\"100\",\"flex-wrap\":\"wrap\",\"paginate_wrap_alignment\":\"center\",\"paginate_size\":\"17\",\"paginate_color\":\"color(10)\",\"paginate_link_color\":\"color(1)\",\"paginate_width-unit\":\"%\",\"paginate_width\":\"100\",\"paginatelink_padding_top\":\"10\",\"paginatelink_padding_left\":\"15\",\"paginatelink_padding_right\":\"15\",\"paginatelink_padding_bottom\":\"10\",\"paginatelinkactive_padding_top\":\"10\",\"paginatelinkactive_padding_left\":\"10\",\"paginatelinkactive_padding_right\":\"10\",\"paginatelinkactive_padding_bottom\":\"10\",\"paginatelink_background_color\":\"color(2)\",\"paginatelink_border_radius\":\"7\",\"paginatelink_margin_right\":\"10\",\"paginatelink_margin_left\":\"10\",\"paginate_margin_top\":\"50\"},\"nicename\":\"Blog Repeater\",\"classes\":{\"0\":\"c-columns-3\",\"1\":\"c-columns-l-2\",\"2\":\"c-columns-m-1\",\"3\":\"c-columns-gap-m\"}}\'][ct_div_block_3 ct_sign_sha256=\'b5455c06f50cada681be69a7f7682266fd1bca657d1e71cc983d124ed4f79d6e\' ct_options=\'{\"ct_id\":154,\"ct_parent\":153,\"selector\":\"div_block-154-128\",\"original\":{\"width-unit\":\"%\"},\"classes\":{},\"nicename\":\"Column\"}\'][ct_link_4 ct_sign_sha256=\'37bbb52441198a05fdba8b1b026df32fad1ebb87183f18138b1aa9382c1d640e\' ct_options=\'{\"ct_id\":155,\"ct_parent\":154,\"selector\":\"link-155-128\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"custom-css\":\"ZmxleC1ncm93OiAxOw==\",\"display\":\"flex\",\"flex-direction\":\"column\",\"align-items\":\"flex-start\",\"justify-content\":\"flex-start\",\"url\":\"[oxygen ct_sign_sha256=\'3f04564ebafb57e021405847dab7b9ae7848c9c33061ffc1c17dfb5bbf119dfc\' data=\'permalink\' ]\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-bg-light-alt\",\"1\":\"c-shadow\",\"2\":\"c-rounded\",\"3\":\"c-transition\"},\"nicename\":\"Blog Post\",\"hover\":{\"transform\":{\"0\":{\"transform-type\":\"translate\",\"translateY\":\"-10\"}}}}\'][ct_div_block_5 ct_sign_sha256=\'2670a7fd9b0606f05ff43ab3181026dce6fe097f7b0e5f10c3990ac79bd1aec7\' ct_options=\'{\"ct_id\":156,\"ct_parent\":155,\"selector\":\"div_block-156-128\",\"original\":{\"background-image\":\"[oxygen ct_sign_sha256=\'f8d48aab8cca142181b53a50c055e53a621b1f079c39d441bc7178572b641071\' data=\'featured_image\' size=\'medium_large\' ]\",\"background-imagedynamic\":true,\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\"},\"classes\":{\"0\":\"c-archive-img\"},\"nicename\":\"Image\"}\'][/ct_div_block_5][ct_div_block_5 ct_sign_sha256=\'ab19298d317cf47a0d7920d49b11f7a84db6683b571e692d6a5a6c716d722f33\' ct_options=\'{\"ct_id\":157,\"ct_parent\":155,\"selector\":\"div_block-157-128\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"align-items\":\"flex-start\",\"text-align\":\"left\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"classes\":{\"0\":\"c-padding-l\"},\"nicename\":\"Content\"}\'][ct_headline ct_sign_sha256=\'d8fdcac5f5256d8d514be48b009e08f1a27c40c4c17f42c7738f3b85fa504859\' ct_options=\'{\"ct_id\":158,\"ct_parent\":157,\"selector\":\"headline-158-128\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-xs\",\"2\":\"c-heading-dark\"}}\'][ct_span ct_sign_sha256=\'9ff41dd69aa9a1dfab89132eb601675a54d366f2f4d7dd668581b7f5cf1d3be6\' ct_options=\'{\"ct_id\":159,\"ct_parent\":158,\"selector\":\"span-159-128\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'baa4c3f98b03cc642593bdf5b4851a4643834c92592ba7f13687903ef2f08ff4\' ct_options=\'{\"ct_id\":160,\"ct_parent\":157,\"selector\":\"text_block-160-128\",\"classes\":{\"0\":\"c-text-dark\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-text-s\"}}\']By&nbsp;[ct_span ct_sign_sha256=\'11ed9e1b1e2a3a54af16fc9e6205995a1f3921fdc8bdbd10ee5955777b1f1eb8\' ct_options=\'{\"ct_id\":161,\"ct_parent\":160,\"selector\":\"span-161-128\"}\'][oxygen ct_sign_sha256=\'3bff4fb86a10067581157bc4d7550042f9433950a86d0d82dd1bc7864c25366c\' data=\'author\' ][/ct_span] on&nbsp;[ct_span ct_sign_sha256=\'355e83cb93fca1039a3800c50923c768dd7d293196676cdf5f91cc4d583ce741\' ct_options=\'{\"ct_id\":162,\"ct_parent\":160,\"selector\":\"span-162-128\"}\'][oxygen ct_sign_sha256=\'a033413a0013e067f6001d6d477cefa3ccbdd3555c1fded3ea6a1b08e4abb21c\' data=\'date\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'ca96e87bcb553be5c6f71fddbedfc4e25d76a791912ebe3bff1406cce040e67a\' ct_options=\'{\"ct_id\":163,\"ct_parent\":157,\"selector\":\"text_block-163-128\",\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"text-overlay-light-alt\",\"3\":\"c-margin-bottom-s\"}}\'][ct_span ct_sign_sha256=\'17b1a0ebf4f34910e8da843ea704d76872a362ff83f3e298d6f50f283fae4cd0\' ct_options=\'{\"ct_id\":164,\"ct_parent\":163,\"selector\":\"span-164-128\"}\'][oxygen ct_sign_sha256=\'15f8f3cb77ef853829fdcb6ec4f4acf5b5d7fd139a1b9c5bf29aceda109c5805\' data=\'excerpt\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'a34f5e79c603dd7b5142914a0401246c6c786df56943c429168baec365440281\' ct_options=\'{\"ct_id\":165,\"ct_parent\":157,\"selector\":\"text_block-165-128\",\"classes\":{\"0\":\"c-link-m\",\"1\":\"c-link-accent\"},\"nicename\":\"Read more\"}\']Read more[/ct_text_block][/ct_div_block_5][/ct_link_4][/ct_div_block_3][/oxy_dynamic_list_2][/ct_section]'),(2725,128,'ct_builder_shortcodes_revisions_dates','1623335866'),(2726,127,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'3f2c1e472883dddabdcdbc0a7a3ff50769fd31fb2d1a9704eaa50ec60790f080\' ct_options=\'{\"ct_id\":34,\"ct_parent\":0,\"selector\":\"section-34-127\",\"original\":{\"align-items\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\"},\"classes\":{\"0\":\"c-bg-light\"},\"nicename\":\"Single Blog Post\",\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'d622d7410f1baf7e6a2bddcdae6e0f651df0e4a5a2e5657ff3954bfa3174cd78\' ct_options=\'{\"ct_id\":118,\"ct_parent\":34,\"selector\":\"div_block-118-127\",\"original\":{\"max-width\":\"800\",\"display\":\"flex\",\"flex-direction\":\"column\",\"align-items\":\"center\",\"text-align\":\"left\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'8f0bd530724a403921e413936270bb6703cf391841bb718ee3d83238e45b302d\' ct_options=\'{\"ct_id\":40,\"ct_parent\":118,\"selector\":\"headline-40-127\",\"classes\":{\"0\":\"c-h1\",\"1\":\"c-margin-bottom-m\"}}\'][ct_span ct_sign_sha256=\'5c963b3479a0fca3c2162aed4326b1e772a36941561b349f96a88897b610807e\' ct_options=\'{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"span-41-127\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span][/ct_headline][ct_image ct_sign_sha256=\'b9d06e892151e412cae61ae9aacebd6567c548c5cf752f50dcb925a04402cb04\' ct_options=\'{\"ct_id\":35,\"ct_parent\":118,\"selector\":\"image-35-127\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'199daf2d416f4ea1b900bdfa3ea016d44cfdd2cd90f09d5a79300a6e0838a4f7\' data=\'featured_image\' ]\",\"srcdynamic\":true,\"max-height\":\"500\",\"width-unit\":\"%\",\"width\":\"100\",\"custom-css\":\"b2JqZWN0LWZpdDpjb3Zlcjs=\"},\"classes\":{\"0\":\"c-rounded\",\"1\":\"c-shadow\"},\"media\":{\"phone-portrait\":{\"original\":{\"max-height\":\"400\"}}}}\'][/ct_image][ct_text_block ct_sign_sha256=\'e1576840b4133d5555a47d4353b6875312340deb10676ff750c7205973107f97\' ct_options=\'{\"ct_id\":37,\"ct_parent\":118,\"selector\":\"text_block-37-127\",\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"c-margin-bottom-l\"},\"activeselector\":false,\"original\":{\"margin-top\":\"20\",\"font-weight\":\"600\"}}\']Written by&nbsp;[ct_span ct_sign_sha256=\'ba780b0a94209e2f6f185907e4ca6b44ac9613d15f8f158698c116d9ebb03a05\' ct_options=\'{\"ct_id\":38,\"ct_parent\":37,\"selector\":\"span-38-127\"}\'][oxygen ct_sign_sha256=\'3bff4fb86a10067581157bc4d7550042f9433950a86d0d82dd1bc7864c25366c\' data=\'author\' ][/ct_span] on&nbsp;[ct_span ct_sign_sha256=\'d15678272d2df9625fb6d97b9b3ba7de6ac4b33b82d79f81e0e25b98ee5c828e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"span-39-127\"}\'][oxygen ct_sign_sha256=\'a033413a0013e067f6001d6d477cefa3ccbdd3555c1fded3ea6a1b08e4abb21c\' data=\'date\' ][/ct_span][/ct_text_block][ct_div_block_3 ct_sign_sha256=\'72a9ab42e5ba6cb45d28217eab57a996be0b357e1870c195df0d776eb8d9bf42\' ct_options=\'{\"ct_id\":42,\"ct_parent\":118,\"selector\":\"div_block-42-127\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"flex-start\",\"max-width\":\"900\"},\"nicename\":\"Blog content\"}\'][ct_inner_content_4 ct_sign_sha256=\'7e24eff8c8ff4ee55606e7b060b1766143b390efed0cbe9c70908fb9e504dbb6\' ct_options=\'{\"ct_id\":43,\"ct_parent\":42,\"selector\":\"inner_content-43-127\",\"original\":{\"margin-bottom\":\"50\",\"text-align\":\"left\"},\"activeselector\":false}\'][/ct_inner_content_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'b724546d70be6a46bdb0d59c920d8198436a8459dbcaae0e7d0ae53d5ab68e62\' ct_options=\'{\"ct_id\":65,\"ct_parent\":0,\"selector\":\"section-65-127\",\"original\":{\"globalConditionsResult\":true,\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\"},\"classes\":{\"0\":\"c-bg-light-alt\"},\"activeselector\":false,\"nicename\":\"Blog Layout  3 Columns\"}\'][ct_headline ct_sign_sha256=\'5e4ba2e3f71cd5bd8689bc760c9f274c697bebfc2c777e2755b8e6712ff36be7\' ct_options=\'{\"ct_id\":66,\"ct_parent\":65,\"selector\":\"headline-66-127\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-l\"}}\']Recent Posts[/ct_headline][ct_code_block ct_sign_sha256=\'40a68f14b2152780b34cae2ff7243a26fd018c82cfc6fd462d5cda33b3d674b7\' ct_options=\'{\"ct_id\":67,\"ct_parent\":65,\"selector\":\"code_block-67-127\",\"original\":{\"code-php\":\"PD9waHAKYWRkX2FjdGlvbiggJ3ByZV9nZXRfcG9zdHMnLCAnd3BkZF9leGNsdWRlX2N1cnJlbnRfcG9zdCcgKTsKLyoqCiAqIEV4Y2x1ZGUgY3VycmVudCBwb3N0LgogKgogKiBAcGFyYW0gJHF1ZXJ5IFxXUF9RdWVyeQogKi8KZnVuY3Rpb24gd3BkZF9leGNsdWRlX2N1cnJlbnRfcG9zdCggJHF1ZXJ5ICkgewoKCS8vIHJlbW92ZSB0aGUgZmlsdGVyOyB0aGUgcXVlcnkgaXMgZG9uZS4KCXJlbW92ZV9hY3Rpb24oICdwcmVfZ2V0X3Bvc3RzJywgJ3dwZGRfZXhjbHVkZV9jdXJyZW50X3Bvc3QnICk7CgoJJHF1ZXJ5LT5zZXQoICdwb3N0X19ub3RfaW4nLCBhcnJheSggZ2V0X3RoZV9JRCgpICkgKTsKICAKfQoKPz4=\"},\"nicename\":\"Exclude current post from Repeater\"}\'][/ct_code_block][oxy_dynamic_list_2 ct_sign_sha256=\'de6bad6a9afb6654da2ce2c558fdff2c3b7c6d602cd7a053cf5224654f214e41\' ct_options=\'{\"ct_id\":68,\"ct_parent\":65,\"selector\":\"_dynamic_list-68-127\",\"original\":{\"wp_query\":\"manual\",\"query_post_types\":{\"0\":\"post\"},\"query_count\":\"6\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"stretch\",\"justify-content\":\"center\",\"text-align\":\"center\",\"width\":\"100\",\"flex-wrap\":\"wrap\",\"paginate_wrap_alignment\":\"center\",\"paginate_size\":\"17\",\"paginate_color\":\"color(10)\",\"paginate_link_color\":\"color(1)\",\"paginate_width-unit\":\"%\",\"paginate_width\":\"100\",\"paginatelink_padding_top\":\"10\",\"paginatelink_padding_left\":\"15\",\"paginatelink_padding_right\":\"15\",\"paginatelink_padding_bottom\":\"10\",\"paginatelinkactive_padding_top\":\"10\",\"paginatelinkactive_padding_left\":\"10\",\"paginatelinkactive_padding_right\":\"10\",\"paginatelinkactive_padding_bottom\":\"10\",\"paginatelink_background_color\":\"color(2)\",\"paginatelink_border_radius\":\"7\",\"paginatelink_margin_right\":\"10\",\"paginatelink_margin_left\":\"10\",\"paginate_margin_top\":\"50\",\"query_args\":\"post_type=post&posts_per_page=3&no_found_rows=true\"},\"nicename\":\"Blog Repeater\",\"classes\":{\"0\":\"c-columns-3\",\"1\":\"c-columns-l-2\",\"2\":\"c-columns-m-1\",\"3\":\"c-columns-gap-m\"}}\'][ct_div_block_3 ct_sign_sha256=\'530a4cde5300f1913f00c9b591125abb5c6b145f696631adeaecf3ff3116a3d1\' ct_options=\'{\"ct_id\":69,\"ct_parent\":68,\"selector\":\"div_block-69-127\",\"original\":{\"width-unit\":\"%\"},\"classes\":{},\"nicename\":\"Column\"}\'][ct_link_4 ct_sign_sha256=\'a2ea865f072215bb192875e2ed1f211723999cdf6efefee31c76321161428277\' ct_options=\'{\"ct_id\":70,\"ct_parent\":69,\"selector\":\"link-70-127\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"custom-css\":\"ZmxleC1ncm93OiAxOw==\",\"display\":\"flex\",\"flex-direction\":\"column\",\"align-items\":\"flex-start\",\"justify-content\":\"flex-start\",\"url\":\"[oxygen ct_sign_sha256=\'3f04564ebafb57e021405847dab7b9ae7848c9c33061ffc1c17dfb5bbf119dfc\' data=\'permalink\' ]\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-bg-light-alt\",\"1\":\"c-shadow\",\"2\":\"c-rounded\",\"3\":\"c-transition\"},\"nicename\":\"Blog Post\",\"hover\":{\"transform\":{\"0\":{\"transform-type\":\"translate\",\"translateY\":\"-10\"}}}}\'][ct_div_block_5 ct_sign_sha256=\'7bbb4e69f6fe9d95911a68a4869788ae20670cd27a992c2b087a8418594d15f8\' ct_options=\'{\"ct_id\":71,\"ct_parent\":70,\"selector\":\"div_block-71-127\",\"original\":{\"background-image\":\"[oxygen ct_sign_sha256=\'f8d48aab8cca142181b53a50c055e53a621b1f079c39d441bc7178572b641071\' data=\'featured_image\' size=\'medium_large\' ]\",\"background-imagedynamic\":true,\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\"},\"classes\":{\"0\":\"c-archive-img\"},\"nicename\":\"Image\"}\'][/ct_div_block_5][ct_div_block_5 ct_sign_sha256=\'314115e81fdef4fa4beeb587be1fd252749a88ae3a5fb741e248437c69a8c7e9\' ct_options=\'{\"ct_id\":72,\"ct_parent\":70,\"selector\":\"div_block-72-127\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"align-items\":\"flex-start\",\"text-align\":\"left\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"classes\":{\"0\":\"c-padding-l\"},\"nicename\":\"Content\"}\'][ct_headline ct_sign_sha256=\'b2980163cb5d90c6b1286109367b58b65e7148c0a580103a1456fa103804e537\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"headline-73-127\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-xs\",\"2\":\"c-heading-dark\"}}\'][ct_span ct_sign_sha256=\'16492cb8c0041b240fde510fdf4334e3ca43003819d36b84218988a6ee5c5992\' ct_options=\'{\"ct_id\":74,\"ct_parent\":73,\"selector\":\"span-74-127\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'26f0e288ec91e9fe1b377c168496c482c8d1e163640b8a932fb98abbad92af5d\' ct_options=\'{\"ct_id\":75,\"ct_parent\":72,\"selector\":\"text_block-75-127\",\"classes\":{\"0\":\"c-text-dark\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-text-s\"}}\']By&nbsp;[ct_span ct_sign_sha256=\'0f65dfe4cfc48e6304b3aaafbcf9cd08465d54ef8dd47ef334930c2a295205e3\' ct_options=\'{\"ct_id\":76,\"ct_parent\":75,\"selector\":\"span-76-127\"}\'][oxygen ct_sign_sha256=\'3bff4fb86a10067581157bc4d7550042f9433950a86d0d82dd1bc7864c25366c\' data=\'author\' ][/ct_span] on&nbsp;[ct_span ct_sign_sha256=\'17139ee4ae10d5b5c53512a6ee134727fcc92d6e909975999d7d717e950299e2\' ct_options=\'{\"ct_id\":77,\"ct_parent\":75,\"selector\":\"span-77-127\"}\'][oxygen ct_sign_sha256=\'a033413a0013e067f6001d6d477cefa3ccbdd3555c1fded3ea6a1b08e4abb21c\' data=\'date\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'3890933e621ccbe855e4a93c12bfe6e8f79636a0cb0cdb09df65d1890f534567\' ct_options=\'{\"ct_id\":78,\"ct_parent\":72,\"selector\":\"text_block-78-127\",\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"text-overlay-light-alt\",\"3\":\"c-margin-bottom-s\"}}\'][ct_span ct_sign_sha256=\'53db580f456b5cd5a814574f63488386871711cc617a24100c639474368ec8a8\' ct_options=\'{\"ct_id\":79,\"ct_parent\":78,\"selector\":\"span-79-127\"}\'][oxygen ct_sign_sha256=\'15f8f3cb77ef853829fdcb6ec4f4acf5b5d7fd139a1b9c5bf29aceda109c5805\' data=\'excerpt\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'78e64bc75d2eaf534fd3aee6acc22b6feddef3b6b5aa6ac6293b8c06e69a9c8c\' ct_options=\'{\"ct_id\":80,\"ct_parent\":72,\"selector\":\"text_block-80-127\",\"classes\":{\"0\":\"c-link-m\",\"1\":\"c-link-accent\"},\"nicename\":\"Read more\"}\']Read more[/ct_text_block][/ct_div_block_5][/ct_link_4][/ct_div_block_3][/oxy_dynamic_list_2][/ct_section]'),(2727,127,'ct_builder_shortcodes_revisions_dates','1623335928'),(2728,36,'_wp_old_date','2021-05-27'),(2729,37,'_wp_old_date','2021-05-27'),(2730,38,'_wp_old_date','2021-05-27'),(2731,40,'_wp_old_date','2021-05-27'),(2732,39,'_wp_old_date','2021-05-27'),(2733,41,'_wp_old_date','2021-05-27'),(2734,42,'_wp_old_date','2021-05-27'),(2735,44,'_wp_old_date','2021-05-27'),(2736,142,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'3bc0986fc44d80c66705c0b4f48c5f4ae321444a54a45d6e7fce06ee28e0cae3\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-142\",\"nicename\":\"3 to 2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'5e3007a34a75d472c57338185ad91d9e6f7291808fb7bc1faaf29661f17e0f55\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-142\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'5656f889fea642d9b9bb17808e9fa178c8c4c90c3ed0c25f4691d9d3445543d9\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"div_block-4-142\"}\'][ct_shortcode ct_sign_sha256=\'32aba9ad434d11376a7aba8cbee21e5b9cb8e77fbba9c00af96ccb5a6cffc65f\' ct_options=\'{\"ct_id\":6,\"ct_parent\":4,\"selector\":\"shortcode-6-142\",\"original\":{\"full_shortcode\":true,\"width-unit\":\"%\",\"width\":\"100\"},\"ct_shortcode\":\"true\",\"activeselector\":false}\'][advanced_form form=\"form_60bf7b1f58d95\"][/ct_shortcode][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'172a3856e32b2af72a091556dc65135ee36155180a772894d98410aadf71022a\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"div_block-5-142\",\"classes\":{},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'66b0460e9239d262aae561561d6462614a1f3ccee93253b6eaa5f5ff9be76afd\' ct_options=\'{\"ct_id\":7,\"ct_parent\":5,\"selector\":\"headline-7-142\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']Contact Us<br>[/ct_headline][ct_headline ct_sign_sha256=\'68c4747c748e4a64ffa5a4a11115c96cfe53d864821e80a73f8e778061bdf4db\' ct_options=\'{\"ct_id\":11,\"ct_parent\":5,\"selector\":\"headline-11-142\",\"original\":{\"tag\":\"h4\"},\"activeselector\":false}\']Address[/ct_headline][ct_text_block ct_sign_sha256=\'6b2b78f436a6a80c56a9663585088dd6fd2da7a3ef4593f5a420806eaa4289ba\' ct_options=\'{\"ct_id\":9,\"ct_parent\":5,\"selector\":\"text_block-9-142\"}\']P.O. Box 7574 Kampala, Uganda<br>[/ct_text_block][ct_headline ct_sign_sha256=\'547f1f2a93b650c440d07e8771c2f25a73ad64ea151641579419b52301321664\' ct_options=\'{\"ct_id\":13,\"ct_parent\":5,\"selector\":\"headline-13-142\",\"original\":{\"tag\":\"h4\"},\"activeselector\":false}\']Telephone<br>[/ct_headline][ct_text_block ct_sign_sha256=\'6a685e064a5a64283502b650ffa16a3357758227d4d55eace3aad27d96a45d18\' ct_options=\'{\"ct_id\":15,\"ct_parent\":5,\"selector\":\"text_block-15-142\"}\']+256 (0) 781 516 422<br><br>+256 (0) 702 348 922[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2737,142,'ct_builder_shortcodes_revisions_dates','1623336926'),(2738,142,'ct_builder_shortcodes_revisions','[ct_reusable ct_sign_sha256=\'b1c77ce52d5b1e004fe5fb388fa4183f5548cb163461e4dd0af9eeca911d0500\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-16-142\",\"ct_id\":16,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'425a56eaca7a4a037f7b820f6dff30215642c3c8f2934808a898a0586f126b7b\' ct_options=\'{\"ct_id\":27,\"ct_parent\":0,\"selector\":\"section-27-142\",\"nicename\":\"3 to 1 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'494adbe37a5455b0f0977a4bed64e4f8b71cea18117257f7471b2b444ec7d63f\' ct_options=\'{\"ct_id\":28,\"ct_parent\":27,\"selector\":\"div_block-28-142\",\"classes\":{\"0\":\"c-columns-m-1\",\"1\":\"c-columns-gap-l\",\"2\":\"c-columns-3-1\"},\"nicename\":\"Columns\"}\'][ct_div_block_3 ct_sign_sha256=\'3190b640ba2d7fb7d8c6faee036b97d49f5f09d5beee4d65af4fb380f748cecc\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-142\"}\'][ct_div_block_4 ct_sign_sha256=\'84140029a05ca0489a4f245b9f94211ec472a047dac4d93999f2c21bdcb57c62\' ct_options=\'{\"ct_id\":18,\"ct_parent\":29,\"selector\":\"div_block-18-142\",\"classes\":{\"0\":\"form-wrapper\"},\"activeselector\":\"form-wrapper\"}\'][ct_shortcode ct_sign_sha256=\'475f3fb8dc81c9686a4874e6e84146d8361bcf412e8ef8c7141611cd5bdbf0de\' ct_options=\'{\"ct_id\":6,\"ct_parent\":18,\"selector\":\"shortcode-6-142\",\"original\":{\"full_shortcode\":true,\"width-unit\":\"%\",\"width\":\"100\"},\"ct_shortcode\":\"true\",\"activeselector\":\"advanced-form\",\"classes\":{\"0\":\"advanced-form\"}}\'][advanced_form form=\"form_60bf7b1f58d95\"][/ct_shortcode][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ba4089941e8cd6f12a33102027984aef6a537df0125d48d8c2795afc68a48120\' ct_options=\'{\"ct_id\":30,\"ct_parent\":28,\"selector\":\"div_block-30-142\",\"classes\":{},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'5342fd39290f9e5437895f61a7aa389e92db3791ac852bc6657f980d37f961d7\' ct_options=\'{\"ct_id\":7,\"ct_parent\":30,\"selector\":\"headline-7-142\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']Contact Us<br>[/ct_headline][ct_headline ct_sign_sha256=\'eda6be65c1c2dfd25575493c6c91d46371b0241b4cc8d3d6ce08efe6003033a8\' ct_options=\'{\"ct_id\":11,\"ct_parent\":30,\"selector\":\"headline-11-142\",\"original\":{\"tag\":\"h4\"},\"activeselector\":false}\']Address[/ct_headline][ct_text_block ct_sign_sha256=\'02ff67eca0fc9650044e52619a21ab09f8e7e652659dfd60dadf8fd0f07d9526\' ct_options=\'{\"ct_id\":9,\"ct_parent\":30,\"selector\":\"text_block-9-142\"}\']P.O. Box 7574 Kampala, Uganda<br>[/ct_text_block][ct_headline ct_sign_sha256=\'0cdd471a23125d827b153d892cd2db7d389da750aa2a10d11567cfa1fdc3b71e\' ct_options=\'{\"ct_id\":13,\"ct_parent\":30,\"selector\":\"headline-13-142\",\"original\":{\"tag\":\"h4\"},\"activeselector\":false}\']Telephone<br>[/ct_headline][ct_text_block ct_sign_sha256=\'37e539d8d7a468d02ae82d9681a0bc0ca951d27fa659427e2806bfc3fc721151\' ct_options=\'{\"ct_id\":15,\"ct_parent\":30,\"selector\":\"text_block-15-142\"}\']+256 (0) 781 516 422<br><br>+256 (0) 702 348 922[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2739,142,'ct_builder_shortcodes_revisions_dates','1623337585'),(2740,18,'ct_builder_shortcodes_revisions','[ct_div_block ct_sign_sha256=\'db7464f6663805ed65fd54fb6ce2cf455aeb3db94094a29d745281b418599b3d\' ct_options=\'{\"nicename\":\"Blog Archive 2\",\"selector\":\"div_block-2-18\",\"ct_id\":2,\"ct_parent\":0}\'][ct_code_block ct_sign_sha256=\'0699d2c87bc47ca40db7783eb5a52d3c9609ec4e0d552532bc5044838c8d3f64\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"code_block-3-18\",\"original\":{\"code-css\":\"ZGl2Lm94eS1yZXBlYXRlci1wYWdlcywgZGl2Lm94eS1yZXBlYXRlci1wYWdlcy13cmFwIHsKZ3JpZC1jb2x1bW46IDEgLyAtMTsKfQ==\",\"code-php\":\"PD9waHAKCS8vIGVjaG8gImhlbGxvIHdvcmxkISI7Cj8+\"},\"nicename\":\"CSS Fix for the pagination\"}\'][/ct_code_block][ct_section_2 ct_sign_sha256=\'1486f27e92638805bec86f0c12fc4d174e4af810db004cf8959a22cf2c14c611\' ct_options=\'{\"ct_id\":92,\"ct_parent\":\"2\",\"selector\":\"section-92-18\"}\'][oxy_posts_grid ct_sign_sha256=\'468a4ed5fa9bc9d26889d62130aba78f8a82c0ffddf654c09a9d99d45ba80ec8\' ct_options=\'{\"ct_id\":93,\"ct_parent\":92,\"selector\":\"_posts_grid-93-18\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QgYy1zaGFkb3cgYy10cmFuc2l0aW9uIGMtY2FyZC1saWdodCBjLWNhcmQtb24taG92ZXInPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgPC9kaXY+ICAgICAgCgk8L2E+CiAgCgk8YSBjbGFzcz0nb3h5LXBvc3QtdGl0bGUnIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nPjw/cGhwIHRoZV90aXRsZSgpOyA/PjwvYT4KCgk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhJz4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1hdXRob3Igb3h5LXBvc3QtbWV0YS1pdGVtJz4KCQkJPD9waHAgZWNobyBnZXRfZmllbGQoICJkdXJhdGlvbiIgKS4iIGRheXMiOyA/PgoJCTwvZGl2PgoKCQk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhLWNvbW1lbnRzIG94eS1wb3N0LW1ldGEtaXRlbSc+CiAgICAgICAgICAgIDw/cGhwIAoKCQkJICAgICRjYXRfYXJyYXkgPSAoIGdldF90aGVfdGVybXMoIGdldF90aGVfSUQoKSwgJ2Rlc3RpbmF0aW9uJykgKTsgCgkJCSAgICAkY2F0X3N0ciA9IGFycmF5KCk7IAogICAgCgkJCSAgICBmb3JlYWNoICgkY2F0X2FycmF5IGFzICRjYXQpIHsgCgkJCSAgICAgICAgJGNhdF9zdHJbXSA9ICRjYXQtPm5hbWU7CgkJCSAgICB9CgkJCSAgICBlY2hvIGltcGxvZGUoIiwgIiwkY2F0X3N0cikgLiAnJzsgCgkJCT8+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkKCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlIGMtYnRuLW1haW4nPlJlYWQgTW9yZTwvYT4KCjwvZGl2Pg==\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGZsZXgtd3JhcDogd3JhcDsKfQoKJSVFUElEJSUgLm94eS1wb3N0IHsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47CiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuOwogIHRleHQtYWxpZ246IGxlZnQ7CiAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7CiAgbWFyZ2luLWJvdHRvbTogM2VtOwogIHdpZHRoOiAzMy4zMyU7CiAgcGFkZGluZzogMWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UgewogIG1hcmdpbi1ib3R0b206IDFlbTsKICBwb3NpdGlvbjogcmVsYXRpdmU7CiAgYmFja2dyb3VuZC1jb2xvcjogZ3JleTsKICBiYWNrZ3JvdW5kLWltYWdlOiByZXBlYXRpbmctbGluZWFyLWdyYWRpZW50KAogIDQ1ZGVnLAogICNlZWUsCiAgI2VlZSAxMHB4LAogICNkZGQgMTBweCwKICAjZGRkIDIwcHgpOwogIHdpZHRoOiAxMDAlOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8gewogIHBhZGRpbmctYm90dG9tOiA3MCU7CiAgYmFja2dyb3VuZC1zaXplOiBjb3ZlcjsKICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiBjZW50ZXIgY2VudGVyOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtdGl0bGUgewogIGZvbnQtc2l6ZTogMS41ZW07CiAgbGluZS1oZWlnaHQ6IDEuMmVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YSB7CiAgbWFyZ2luLXRvcDogMC41ZW07CiAgZm9udC1zaXplOiAuOGVtOwogIGRpc3BsYXk6IGZsZXg7CiAgZmxleC1kaXJlY3Rpb246IHJvdzsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTo6YWZ0ZXIgewoJY29udGVudDogIlwwMGI3IjsKCW1hcmdpbi1yaWdodDogLjVlbTsKCW1hcmdpbi1sZWZ0OiAuNWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YS1pdGVtOmxhc3QtY2hpbGQ6OmFmdGVyIHsKCWNvbnRlbnQ6ICIiOwoJZGlzcGxheTogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgewogIG1hcmdpbi10b3A6IDFlbTsKICBtYXJnaW4tYm90dG9tOiAxZW07Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1jb250ZW50IHAgewogIG1hcmdpbjogMDsKfQoKCgpAbWVkaWEgKG1heC13aWR0aDogMTEyMHB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgewogICAgZGlzcGxheTogbm9uZTsKICB9Cn0KCg==\",\"title_size\":\"\",\"title_size-unit\":\"px\",\"title_color\":\"\",\"title_hover_color\":\"\",\"meta_size\":\"\",\"meta_size-unit\":\"px\",\"meta_color\":\"\",\"content_size\":\"\",\"content_size-unit\":\"px\",\"content_color\":\"\",\"read_more_display_as\":\"button\",\"read_more_size\":\"0.8\",\"read_more_size-unit\":\"em\",\"read_more_text_color\":\"white\",\"read_more_text_hover_color\":\"\",\"read_more_button_color\":\"color(1)\",\"read_more_button_hover_color\":\"\",\"paginate_color\":\"\",\"paginate_alignment\":\"center\",\"paginate_link_color\":\"\",\"paginate_link_hover_color\":\"\",\"posts_5050_below\":\"page-width\",\"posts_100_below\":\"phone-landscape\",\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"tour\"},\"query_taxonomies_any\":{},\"query_taxonomies_all\":{},\"query_authors\":{},\"query_all_posts\":\"true\"},\"activeselector\":false}\'][/oxy_posts_grid][/ct_section_2][ct_div_block_2 ct_sign_sha256=\'b7f2fd4a093748e0a5516c9b95a63eb4e7f1908bcf32f6dcac065ad0e4a7f701\' ct_options=\'{\"nicename\":\"Blog Archive 2\",\"selector\":\"div_block-95-18\",\"ct_id\":95,\"ct_parent\":2}\'][ct_code_block ct_sign_sha256=\'ef05b9767dfc07e8a4613a65fac39deeacda4f2899a08b6ff73995aecd2b8750\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"code_block-96-18\",\"original\":{\"code-css\":\"ZGl2Lm94eS1yZXBlYXRlci1wYWdlcywgZGl2Lm94eS1yZXBlYXRlci1wYWdlcy13cmFwIHsKZ3JpZC1jb2x1bW46IDEgLyAtMTsKfQ==\",\"code-php\":\"PD9waHAKCS8vIGVjaG8gImhlbGxvIHdvcmxkISI7Cj8+\"},\"nicename\":\"CSS Fix for the pagination\"}\'][/ct_code_block][ct_section_3 ct_sign_sha256=\'78d0c362ab2bb0116e5b8eeeb646cfcce29a26a5d58bbbf5fffd1ff7c0028286\' ct_options=\'{\"ct_id\":97,\"ct_parent\":95,\"selector\":\"section-97-18\",\"original\":{\"globalConditionsResult\":true,\"text-align\":\"center\",\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"center\"},\"classes\":{\"0\":\"c-bg-light\"},\"nicename\":\"Blog Layout  3 Columns\"}\'][ct_headline ct_sign_sha256=\'b400eba4112c75aebc45cbd830bb1cf878c7edc6a7e1d72e7fc5239e74c50036\' ct_options=\'{\"ct_id\":98,\"ct_parent\":97,\"selector\":\"headline-98-18\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-l\"}}\']Travel Blog[/ct_headline][oxy_dynamic_list_4 ct_sign_sha256=\'939880621468188361bf86ae756d3968837e239949abe7f1d516dd3a48a335ff\' ct_options=\'{\"ct_id\":99,\"ct_parent\":97,\"selector\":\"_dynamic_list-99-18\",\"original\":{\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"post\"},\"query_count\":\"6\",\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"stretch\",\"justify-content\":\"center\",\"text-align\":\"center\",\"width\":\"100\",\"flex-wrap\":\"wrap\",\"paginate_wrap_alignment\":\"center\",\"paginate_size\":\"17\",\"paginate_color\":\"color(10)\",\"paginate_link_color\":\"color(1)\",\"paginate_width-unit\":\"%\",\"paginate_width\":\"100\",\"paginatelink_padding_top\":\"10\",\"paginatelink_padding_left\":\"15\",\"paginatelink_padding_right\":\"15\",\"paginatelink_padding_bottom\":\"10\",\"paginatelinkactive_padding_top\":\"10\",\"paginatelinkactive_padding_left\":\"10\",\"paginatelinkactive_padding_right\":\"10\",\"paginatelinkactive_padding_bottom\":\"10\",\"paginatelink_background_color\":\"color(2)\",\"paginatelink_border_radius\":\"7\",\"paginatelink_margin_right\":\"10\",\"paginatelink_margin_left\":\"10\",\"paginate_margin_top\":\"50\"},\"nicename\":\"Blog Repeater\",\"classes\":{\"0\":\"c-columns-3\",\"1\":\"c-columns-l-2\",\"2\":\"c-columns-m-1\",\"3\":\"c-columns-gap-m\"},\"activeselector\":false}\'][ct_div_block_5 ct_sign_sha256=\'4e177b0ea8f77e183cb491125ac943b5ce379d69a32818c5c3eb30b1b1fdbaaa\' ct_options=\'{\"ct_id\":100,\"ct_parent\":99,\"selector\":\"div_block-100-18\",\"original\":{\"width-unit\":\"%\"},\"activeselector\":false,\"classes\":{},\"nicename\":\"Column\"}\'][ct_link_6 ct_sign_sha256=\'36b53466d227b2c05352ce3a5df22737222a949fa32a143993145b1b5f3c148b\' ct_options=\'{\"ct_id\":101,\"ct_parent\":100,\"selector\":\"link-101-18\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"custom-css\":\"ZmxleC1ncm93OiAxOw==\",\"display\":\"flex\",\"flex-direction\":\"column\",\"align-items\":\"flex-start\",\"justify-content\":\"flex-start\",\"url\":\"[oxygen ct_sign_sha256=\'3f04564ebafb57e021405847dab7b9ae7848c9c33061ffc1c17dfb5bbf119dfc\' data=\'permalink\' ]\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-bg-light-alt\",\"1\":\"c-shadow\",\"2\":\"c-rounded\",\"3\":\"c-transition\"},\"activeselector\":false,\"nicename\":\"Blog Post\",\"hover\":{\"transform\":{\"0\":{\"transform-type\":\"translate\",\"translateY\":\"-10\"}}}}\'][ct_div_block_7 ct_sign_sha256=\'a39847705c22b8a576463f152c6739710f43466f615dd7d5122dd5e9608eff69\' ct_options=\'{\"ct_id\":102,\"ct_parent\":101,\"selector\":\"div_block-102-18\",\"original\":{\"background-image\":\"[oxygen ct_sign_sha256=\'f8d48aab8cca142181b53a50c055e53a621b1f079c39d441bc7178572b641071\' data=\'featured_image\' size=\'medium_large\' ]\",\"background-imagedynamic\":true,\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\"},\"classes\":{\"0\":\"c-archive-img\"},\"activeselector\":false,\"nicename\":\"Image\"}\'][/ct_div_block_7][ct_div_block_7 ct_sign_sha256=\'ca5c0feef52d2b360448a472c128df16b1efbbda77afdab4563b24fcf1e97594\' ct_options=\'{\"ct_id\":103,\"ct_parent\":101,\"selector\":\"div_block-103-18\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"align-items\":\"flex-start\",\"text-align\":\"left\",\"flex-direction\":\"column\",\"display\":\"flex\"},\"classes\":{\"0\":\"c-padding-l\"},\"nicename\":\"Content\",\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'753f82aedd88315af6f869fe533faefa59bfd06430f8eed12c5368a2573ea6d4\' ct_options=\'{\"ct_id\":104,\"ct_parent\":103,\"selector\":\"headline-104-18\",\"original\":{\"tag\":\"h3\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-xs\",\"2\":\"c-heading-dark\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'9fc11196fbfd6a31081d035fad5d60d82b1405ce988b498e0bf1809360d1563f\' ct_options=\'{\"ct_id\":105,\"ct_parent\":104,\"selector\":\"span-105-18\",\"activeselector\":false}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'9fa8af2e21630274cd5a78744bff8b034dd8cc2ec9d42e8298316ebabc598d16\' ct_options=\'{\"ct_id\":106,\"ct_parent\":103,\"selector\":\"text_block-106-18\",\"classes\":{\"0\":\"c-text-dark\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-text-s\"}}\']By&nbsp;[ct_span ct_sign_sha256=\'e50c9029ab4454de9bdbc2c442619a9ac46f19672a985da389e677336ed30fd4\' ct_options=\'{\"ct_id\":107,\"ct_parent\":106,\"selector\":\"span-107-18\"}\'][oxygen ct_sign_sha256=\'3bff4fb86a10067581157bc4d7550042f9433950a86d0d82dd1bc7864c25366c\' data=\'author\' ][/ct_span] on&nbsp;[ct_span ct_sign_sha256=\'4af97f8ade151661ac94d87c5676ed8bfe77f065c8da9541e110278448aed67c\' ct_options=\'{\"ct_id\":108,\"ct_parent\":106,\"selector\":\"span-108-18\"}\'][oxygen ct_sign_sha256=\'a033413a0013e067f6001d6d477cefa3ccbdd3555c1fded3ea6a1b08e4abb21c\' data=\'date\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'7b25fe8d526df3a87dfc5f39f7ca24a3ec510da5782e568060dad8fc7efac6c0\' ct_options=\'{\"ct_id\":109,\"ct_parent\":103,\"selector\":\"text_block-109-18\",\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"text-overlay-light-alt\",\"3\":\"c-margin-bottom-s\"}}\'][ct_span ct_sign_sha256=\'4f0f49b2e3e336663b75b842a7048a3bd7d36693c11d0cf8aa36671e50aacf20\' ct_options=\'{\"ct_id\":110,\"ct_parent\":109,\"selector\":\"span-110-18\"}\'][oxygen ct_sign_sha256=\'15f8f3cb77ef853829fdcb6ec4f4acf5b5d7fd139a1b9c5bf29aceda109c5805\' data=\'excerpt\' ][/ct_span][/ct_text_block][ct_text_block ct_sign_sha256=\'d8cab0e1ef9654c0915c695e176cebf883c795737a18ab19fe78213a8a19d0a8\' ct_options=\'{\"ct_id\":111,\"ct_parent\":103,\"selector\":\"text_block-111-18\",\"classes\":{\"0\":\"c-link-m\",\"1\":\"c-link-accent\"},\"nicename\":\"Read more\"}\']Read more[/ct_text_block][/ct_div_block_7][/ct_link_6][/ct_div_block_5][/oxy_dynamic_list_4][/ct_section_3][/ct_div_block_2][/ct_div_block]'),(2741,18,'ct_builder_shortcodes_revisions_dates','1623340296'),(2742,18,'ct_builder_shortcodes_revisions','[ct_reusable ct_sign_sha256=\'ed20a04b60e0223452a20154d88c85591d62dec4eaf3b3286cecec0ed2ee5d38\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-148-18\",\"ct_id\":148,\"ct_parent\":0}\'][/ct_reusable][ct_div_block ct_sign_sha256=\'c33f5ca1e66af4bf1cdef4fa33e542104d9095d33cc02cdc51e475a0bf7732b4\' ct_options=\'{\"nicename\":\"Blog Archive 2\",\"selector\":\"div_block-2-18\",\"ct_id\":2,\"ct_parent\":0}\'][ct_code_block ct_sign_sha256=\'0699d2c87bc47ca40db7783eb5a52d3c9609ec4e0d552532bc5044838c8d3f64\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"code_block-3-18\",\"original\":{\"code-css\":\"ZGl2Lm94eS1yZXBlYXRlci1wYWdlcywgZGl2Lm94eS1yZXBlYXRlci1wYWdlcy13cmFwIHsKZ3JpZC1jb2x1bW46IDEgLyAtMTsKfQ==\",\"code-php\":\"PD9waHAKCS8vIGVjaG8gImhlbGxvIHdvcmxkISI7Cj8+\"},\"nicename\":\"CSS Fix for the pagination\"}\'][/ct_code_block][ct_section_2 ct_sign_sha256=\'ab5859818f97aa450366469ebfb98bbc14686534dc188e9dbd5a5b2ab4bc59fd\' ct_options=\'{\"ct_id\":92,\"ct_parent\":\"2\",\"selector\":\"section-92-18\"}\'][oxy_posts_grid ct_sign_sha256=\'c0d5e05decc88238e6ee5203730a82dec713c4965078dd8954fe20ce86ad480a\' ct_options=\'{\"ct_id\":93,\"ct_parent\":92,\"selector\":\"_posts_grid-93-18\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QgYy1zaGFkb3cgYy10cmFuc2l0aW9uIGMtY2FyZC1saWdodCBjLWNhcmQtb24taG92ZXInPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgPC9kaXY+ICAgICAgCgk8L2E+CiAgCgk8YSBjbGFzcz0nb3h5LXBvc3QtdGl0bGUnIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nPjw/cGhwIHRoZV90aXRsZSgpOyA/PjwvYT4KCgk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhJz4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1hdXRob3Igb3h5LXBvc3QtbWV0YS1pdGVtJz4KCQkJPD9waHAgZWNobyBnZXRfZmllbGQoICJkdXJhdGlvbiIgKS4iIGRheXMiOyA/PgoJCTwvZGl2PgoKCQk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhLWNvbW1lbnRzIG94eS1wb3N0LW1ldGEtaXRlbSc+CiAgICAgICAgICAgIDw/cGhwIAoKCQkJICAgICRjYXRfYXJyYXkgPSAoIGdldF90aGVfdGVybXMoIGdldF90aGVfSUQoKSwgJ2Rlc3RpbmF0aW9uJykgKTsgCgkJCSAgICAkY2F0X3N0ciA9IGFycmF5KCk7IAogICAgCgkJCSAgICBmb3JlYWNoICgkY2F0X2FycmF5IGFzICRjYXQpIHsgCgkJCSAgICAgICAgJGNhdF9zdHJbXSA9ICRjYXQtPm5hbWU7CgkJCSAgICB9CgkJCSAgICBlY2hvIGltcGxvZGUoIiwgIiwkY2F0X3N0cikgLiAnJzsgCgkJCT8+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkKCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlIGMtYnRuLW1haW4nPlJlYWQgTW9yZTwvYT4KCjwvZGl2Pg==\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGZsZXgtd3JhcDogd3JhcDsKfQoKJSVFUElEJSUgLm94eS1wb3N0IHsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47CiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuOwogIHRleHQtYWxpZ246IGxlZnQ7CiAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7CiAgbWFyZ2luOiAwIDVweCAzZW0gNXB4OwogIHdpZHRoOiAzMiU7CiAgcGFkZGluZzogMWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UgewogIG1hcmdpbi1ib3R0b206IDFlbTsKICBwb3NpdGlvbjogcmVsYXRpdmU7CiAgYmFja2dyb3VuZC1jb2xvcjogZ3JleTsKICBiYWNrZ3JvdW5kLWltYWdlOiByZXBlYXRpbmctbGluZWFyLWdyYWRpZW50KAogIDQ1ZGVnLAogICNlZWUsCiAgI2VlZSAxMHB4LAogICNkZGQgMTBweCwKICAjZGRkIDIwcHgpOwogIHdpZHRoOiAxMDAlOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8gewogIHBhZGRpbmctYm90dG9tOiA3MCU7CiAgYmFja2dyb3VuZC1zaXplOiBjb3ZlcjsKICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiBjZW50ZXIgY2VudGVyOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtdGl0bGUgewogIGZvbnQtc2l6ZTogMS41ZW07CiAgbGluZS1oZWlnaHQ6IDEuMmVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YSB7CiAgbWFyZ2luLXRvcDogMC41ZW07CiAgZm9udC1zaXplOiAuOGVtOwogIGRpc3BsYXk6IGZsZXg7CiAgZmxleC1kaXJlY3Rpb246IHJvdzsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTo6YWZ0ZXIgewoJY29udGVudDogIlwwMGI3IjsKCW1hcmdpbi1yaWdodDogLjVlbTsKCW1hcmdpbi1sZWZ0OiAuNWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YS1pdGVtOmxhc3QtY2hpbGQ6OmFmdGVyIHsKCWNvbnRlbnQ6ICIiOwoJZGlzcGxheTogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgewogIG1hcmdpbi10b3A6IDFlbTsKICBtYXJnaW4tYm90dG9tOiAxZW07Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1jb250ZW50IHAgewogIG1hcmdpbjogMDsKfQoKCgpAbWVkaWEgKG1heC13aWR0aDogMTEyMHB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgewogICAgZGlzcGxheTogbm9uZTsKICB9Cn0KCg==\",\"title_size\":\"\",\"title_size-unit\":\"px\",\"title_color\":\"\",\"title_hover_color\":\"\",\"meta_size\":\"\",\"meta_size-unit\":\"px\",\"meta_color\":\"\",\"content_size\":\"\",\"content_size-unit\":\"px\",\"content_color\":\"\",\"read_more_display_as\":\"button\",\"read_more_size\":\"0.8\",\"read_more_size-unit\":\"em\",\"read_more_text_color\":\"white\",\"read_more_text_hover_color\":\"\",\"read_more_button_color\":\"color(1)\",\"read_more_button_hover_color\":\"\",\"paginate_color\":\"\",\"paginate_alignment\":\"center\",\"paginate_link_color\":\"\",\"paginate_link_hover_color\":\"\",\"posts_5050_below\":\"page-width\",\"posts_100_below\":\"phone-landscape\",\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"tour\"},\"query_taxonomies_any\":{},\"query_taxonomies_all\":{},\"query_authors\":{},\"query_all_posts\":\"true\",\"grid-column-count\":\"3\",\"grid-columns-auto-fit\":\"false\",\"grid-column-min-width-unit\":\"vw\",\"grid-justify-items\":\"center\"},\"activeselector\":false}\'][/oxy_posts_grid][/ct_section_2][ct_div_block_2 ct_sign_sha256=\'103a387ac794a2e9e3775db2b576cd2100ca3ca6f6e141afe8d685bbbd0a600e\' ct_options=\'{\"nicename\":\"Blog Archive 2\",\"selector\":\"div_block-95-18\",\"ct_id\":95,\"ct_parent\":2}\'][ct_code_block ct_sign_sha256=\'ef05b9767dfc07e8a4613a65fac39deeacda4f2899a08b6ff73995aecd2b8750\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"code_block-96-18\",\"original\":{\"code-css\":\"ZGl2Lm94eS1yZXBlYXRlci1wYWdlcywgZGl2Lm94eS1yZXBlYXRlci1wYWdlcy13cmFwIHsKZ3JpZC1jb2x1bW46IDEgLyAtMTsKfQ==\",\"code-php\":\"PD9waHAKCS8vIGVjaG8gImhlbGxvIHdvcmxkISI7Cj8+\"},\"nicename\":\"CSS Fix for the pagination\"}\'][/ct_code_block][/ct_div_block_2][/ct_div_block]'),(2743,18,'ct_builder_shortcodes_revisions_dates','1623341807'),(2744,20,'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:\"\";}'),(2745,22,'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:\"\";}'),(2746,2,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'6e4cc5c9fec2d470545712bf379c966dc26aad68c7c79b9edd4e4edd65e29819\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-2\",\"original\":{\"globalConditionsResult\":true,\"background-image\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-looking-up.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\"},\"classes\":{\"0\":\"c-hero-4\"},\"activeselector\":\"c-hero-4\"}\'][ct_headline ct_sign_sha256=\'021c421afb5d2ce546b96242787bd45dc8dce8a1a0c96638b444d61ab379160e\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-2\",\"original\":{\"globalConditionsResult\":true,\"text-align\":\"right\"},\"classes\":{\"0\":\"c-h1\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-light\"}}\']Affordable &amp; Memorable Safaris &amp; Gorilla Treks<br>[/ct_headline][ct_link_2 ct_sign_sha256=\'9d4fa5058f319c0b08d0885b5269dc6e2facbc7209af0a7d0429d5532ef3d80a\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"link-4-2\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\",\"1\":\"c-transition\",\"2\":\"c-btn-l\"}}\'][ct_text_block ct_sign_sha256=\'cf71b898dae9611fe0fc869321dcae02f601532ff4ed56f9c9aa60a1d18af3c0\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"text_block-5-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-right-m\"}}\']Explore The Safaris<br>[/ct_text_block][ct_fancy_icon ct_sign_sha256=\'4093234ff6517d1bad1f14cd8beaeb80824775d03ac459d3b9d396b14864fc61\' ct_options=\'{\"ct_id\":6,\"ct_parent\":4,\"selector\":\"fancy_icon-6-2\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"Lineariconsicon-arrow-right\"},\"classes\":{\"0\":\"c-icon-light-m\"}}\'][/ct_fancy_icon][/ct_link_2][/ct_section][ct_section ct_sign_sha256=\'a0bd48c048e90c41e6c191cf3592dceef0be3e1c1af7d56d87cccba027fc404f\' ct_options=\'{\"ct_id\":17,\"ct_parent\":0,\"selector\":\"section-17-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"activeselector\":false,\"nicename\":\"2 Column  Image and features\"}\'][ct_div_block_2 ct_sign_sha256=\'a8840b5febf08221b8dba44e1201a3409b1fd32bbde3cbdb48902ee89de80b91\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"div_block-18-2\",\"original\":{\"globalConditionsResult\":true,\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"flex-start\",\"text-align\":\"left\"},\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"activeselector\":\"c-hero-4\",\"nicename\":\"Columns\"}\'][ct_image ct_sign_sha256=\'8b2aecfab24f091f9ffeb102861b112a748a75b2b661b31f0463af5fe375918a\' ct_options=\'{\"ct_id\":19,\"ct_parent\":18,\"selector\":\"image-19-2\",\"original\":{\"globalConditionsResult\":true,\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/mountain-gorilla-somber.jpg\"},\"activeselector\":false}\'][/ct_image][ct_div_block_3 ct_sign_sha256=\'818a21e1c85629154da80f6986a2eb424edbc5f4515be89c21e59b5f4d3443c5\' ct_options=\'{\"ct_id\":20,\"ct_parent\":18,\"selector\":\"div_block-20-2\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Content\"}\'][ct_headline ct_sign_sha256=\'531accdd17e66dc84d7128c1d9a0e764e2a6c14fc817e2c9c1744ae0ef7a410b\' ct_options=\'{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"headline-21-2\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-m\"},\"activeselector\":false}\']The [ct_span ct_sign_sha256=\'f6ca7dab7a4dc55507c26f71f0e09022ba204260625b4fcbd9557c3040c4b966\' ct_options=\'{\"ct_id\":22,\"ct_parent\":21,\"selector\":\"span-22-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-accent\"},\"activeselector\":\"c-accent\"}\']Number One[/ct_span] Gorilla Safari Company in Uganda, Rwanda &amp; DR Congo<br>[/ct_headline][ct_text_block ct_sign_sha256=\'5d47f59e3692d05c0b1c3b7391b160a1532d7c382a08ea781f94877ac0e99362\' ct_options=\'{\"ct_id\":23,\"ct_parent\":20,\"selector\":\"text_block-23-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"c-margin-bottom-l\"},\"activeselector\":false}\']Gorilla African Tours &amp; Travel offers you a lot of romance, fun and adventure and promises to lend you some of the most memorable times of your life.<br><br>Gorilla African Tours &amp; Travel offer affordable and memorable mountain gorilla trekking packages in Africa for all travelers for holiday, business, honeymoons and students.<br>[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'c9e9529bf76e0ac9d7a9f6a04100bf2b108e7acc3d6518a0b781cdfcc8a8ba00\' ct_options=\'{\"ct_id\":37,\"ct_parent\":0,\"selector\":\"section-37-2\",\"original\":{\"globalConditionsResult\":true,\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{},\"activeselector\":false,\"nicename\":\"3 Column cards\"}\'][ct_headline ct_sign_sha256=\'3492a59650f83951181622910705b38c701a16979fbc44e9db1ff5ea2122f719\' ct_options=\'{\"ct_id\":38,\"ct_parent\":37,\"selector\":\"headline-38-2\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-m\"},\"activeselector\":\"c-hero-4\"}\']Featured Safaris<br>[/ct_headline][ct_text_block ct_sign_sha256=\'1846aa1238f764cee17f23a448642cef719a10fa57c24ed88a6278e60ddf20aa\' ct_options=\'{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"text_block-39-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"c-margin-bottom-l\"},\"activeselector\":false}\']It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout[/ct_text_block][oxy_posts_grid ct_sign_sha256=\'bda6d1f7170237842b0d25eab20665c910aa8620d2ee57c00ed073eb6460ccbf\' ct_options=\'{\"ct_id\":56,\"ct_parent\":37,\"selector\":\"_posts_grid-56-2\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QnPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgPC9kaXY+CiAgICAgIAogICAgICA8ZGl2IGNsYXNzPSdveHktcG9zdC1pbWFnZS1kYXRlLW92ZXJsYXknPgoJCTw/cGhwIHRoZV90aW1lKGdldF9vcHRpb24oJ2RhdGVfZm9ybWF0JykpOyA/PgoJICA8L2Rpdj4KICAgICAgCgk8L2E+CiAgCgk8YSBjbGFzcz0nb3h5LXBvc3QtdGl0bGUnIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nPjw/cGhwIHRoZV90aXRsZSgpOyA/PjwvYT4KCgk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhJz4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1hdXRob3Igb3h5LXBvc3QtbWV0YS1pdGVtJz4KCQkJPD9waHAgdGhlX2F1dGhvcigpOyA/PgoJCTwvZGl2PgoKCQk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhLWNvbW1lbnRzIG94eS1wb3N0LW1ldGEtaXRlbSc+CgkJCTxhIGhyZWY9Jzw/cGhwIGNvbW1lbnRzX2xpbmsoKTsgPz4nPjw/cGhwIGNvbW1lbnRzX251bWJlcigpOyA/PjwvYT4KCQk8L2Rpdj4KCgk8L2Rpdj4KCgk8ZGl2IGNsYXNzPSdveHktcG9zdC1jb250ZW50Jz4KCQk8P3BocCB0aGVfZXhjZXJwdCgpOyA/PgoJPC9kaXY+CgoJPGEgaHJlZj0nPD9waHAgdGhlX3Blcm1hbGluaygpOyA/PicgY2xhc3M9J294eS1yZWFkLW1vcmUnPlJlYWQgTW9yZTwvYT4KCjwvZGl2Pg==\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGZsZXgtd3JhcDogd3JhcDsKfQoKJSVFUElEJSUgLm94eS1wb3N0IHsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47CiAgdGV4dC1hbGlnbjogbGVmdDsKICBhbGlnbi1pdGVtczogZmxleC1zdGFydDsKICBtYXJnaW4tYm90dG9tOiAzZW07CiAgd2lkdGg6IDMzLjMzJTsKICBwYWRkaW5nOiAxZW07Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZSB7CiAgbWFyZ2luLWJvdHRvbTogMWVtOwogIHBvc2l0aW9uOiByZWxhdGl2ZTsKICBiYWNrZ3JvdW5kLWNvbG9yOiBncmV5OwogIGJhY2tncm91bmQtaW1hZ2U6IHJlcGVhdGluZy1saW5lYXItZ3JhZGllbnQoCiAgNDVkZWcsCiAgI2VlZSwKICAjZWVlIDEwcHgsCiAgI2RkZCAxMHB4LAogICNkZGQgMjBweCk7CiAgd2lkdGg6IDEwMCU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1pbWFnZS1maXhlZC1yYXRpbyB7CiAgcGFkZGluZy1ib3R0b206IDEwMCU7CiAgYmFja2dyb3VuZC1zaXplOiBjb3ZlcjsKICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiBjZW50ZXIgY2VudGVyOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UtZGF0ZS1vdmVybGF5IHsKICBwb3NpdGlvbjogYWJzb2x1dGU7CiAgdG9wOiAxZW07CiAgcmlnaHQ6IDFlbTsKICBmb250LXNpemU6IC43ZW07CiAgY29sb3I6IHdoaXRlOwogIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMCwwLDAsMC41KTsKICBwYWRkaW5nOiAuN2VtIDFlbTsKICBmb250LXdlaWdodDogYm9sZDsKICAtd2Via2l0LWZvbnQtc21vb3RoaW5nOiBhbnRpYWxpYXNlZDsKfQoKJSVFUElEJSUgLm94eS1wb3N0LXRpdGxlIHsKICBmb250LXNpemU6IDEuNWVtOwogIGxpbmUtaGVpZ2h0OiAxLjJlbTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgewogIG1hcmdpbi10b3A6IDAuNWVtOwogIGZvbnQtc2l6ZTogLjhlbTsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiByb3c7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1tZXRhLWl0ZW06OmFmdGVyIHsKCWNvbnRlbnQ6ICJcMDBiNyI7CgltYXJnaW4tcmlnaHQ6IC41ZW07CgltYXJnaW4tbGVmdDogLjVlbTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTpsYXN0LWNoaWxkOjphZnRlciB7Cgljb250ZW50OiAiIjsKCWRpc3BsYXk6IG5vbmU7Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1jb250ZW50IHsKICBtYXJnaW4tdG9wOiAxZW07CiAgbWFyZ2luLWJvdHRvbTogMWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtY29udGVudCBwIHsKICBtYXJnaW46IDA7Cn0KCgoKQG1lZGlhIChtYXgtd2lkdGg6IDExMjBweCkgewogICUlRVBJRCUlIC5veHktcG9zdC1tZXRhIHsKICAgIGRpc3BsYXk6IG5vbmU7CiAgfQp9Cgo=\",\"title_size\":\"\",\"title_size-unit\":\"px\",\"title_color\":\"\",\"title_hover_color\":\"\",\"meta_size\":\"\",\"meta_size-unit\":\"px\",\"meta_color\":\"\",\"content_size\":\"\",\"content_size-unit\":\"px\",\"content_color\":\"\",\"read_more_display_as\":\"button\",\"read_more_size\":\"0.8\",\"read_more_size-unit\":\"em\",\"read_more_text_color\":\"white\",\"read_more_text_hover_color\":\"\",\"read_more_button_color\":\"black\",\"read_more_button_hover_color\":\"\",\"paginate_color\":\"\",\"paginate_alignment\":\"center\",\"paginate_link_color\":\"\",\"paginate_link_hover_color\":\"\",\"posts_5050_below\":\"page-width\",\"posts_100_below\":\"phone-landscape\",\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"tour\"},\"query_count\":\"6\",\"query_taxonomies_any\":{},\"query_taxonomies_all\":{},\"query_authors\":{}},\"activeselector\":false}\'][/oxy_posts_grid][ct_link_button ct_sign_sha256=\'cb1343e74d6885c1e0c0a7927e13f93599f3496bf5db055bb97f522d30cfd35d\' ct_options=\'{\"ct_id\":59,\"ct_parent\":37,\"selector\":\"link_button-59-2\",\"original\":{\"url\":\"http://gorillaafricasafaris.com/safaris/\",\"target\":\"\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\"},\"activeselector\":false}\']Explore All Safaris[/ct_link_button][/ct_section][ct_section ct_sign_sha256=\'752430f5a0a0b47b112a20700282ca96ba66c59c02d1b55b6541b48ff4d831df\' ct_options=\'{\"ct_id\":71,\"ct_parent\":0,\"selector\":\"section-71-2\",\"nicename\":\"3 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'36b5e3541eab2e0128374b0b4200e484e3c2abcab94c096156327afd1db76ffe\' ct_options=\'{\"ct_id\":72,\"ct_parent\":71,\"selector\":\"div_block-72-2\",\"classes\":{\"0\":\"c-columns-3\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":\"c-hero-4\"}\'][ct_div_block_3 ct_sign_sha256=\'081e81ad4a20faf3cf45a5fd2a08cdafd49ee27e53601d5e7ba0dc104ca27f5c\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"div_block-73-2\"}\'][ct_headline ct_sign_sha256=\'0882d7341429256834b0e6b53dea8bf9711476ba3187350d5adb48fb4b9a58b2\' ct_options=\'{\"ct_id\":91,\"ct_parent\":73,\"selector\":\"headline-91-2\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']East Africa Safari Specialist<br>[/ct_headline][ct_text_block ct_sign_sha256=\'dabf5d94df30a666240956edb376c64990c2ab61a68e9bade21b5c721534dd6a\' ct_options=\'{\"ct_id\":93,\"ct_parent\":73,\"selector\":\"text_block-93-2\"}\']Gorilla Africa Safaris is one of the premier to companies in Uganda and Rwanda.<br><br><br>[/ct_text_block][ct_link_button ct_sign_sha256=\'4d7a5e5e2ee357131239033477a974d87a99aa2e586583f846d30f90346bb986\' ct_options=\'{\"ct_id\":105,\"ct_parent\":73,\"selector\":\"link_button-105-2\",\"original\":{\"url\":\"http://gorillaafricasafaris.com/contact/\",\"target\":\"\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\"},\"activeselector\":false}\']Enquire Now[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d695ffb01431df08665d20f3009df855320fcaff4462aef036104e1bcacc46bf\' ct_options=\'{\"ct_id\":74,\"ct_parent\":72,\"selector\":\"div_block-74-2\"}\'][ct_headline ct_sign_sha256=\'4d362fcaf9ea159ea819d8df358fa10b4a1bb8785e3a366fd38cb9a7e8a984f8\' ct_options=\'{\"ct_id\":76,\"ct_parent\":74,\"selector\":\"headline-76-2\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Rwanda[/ct_headline][ct_text_block ct_sign_sha256=\'1a03ccfe978f277c423859fe25fb15df6f7e517e354de255190d8a141128f8e8\' ct_options=\'{\"ct_id\":79,\"ct_parent\":74,\"selector\":\"text_block-79-2\"}\']In Rwanda , Volcanoes National Park is famous for mountain gorilla tours and chimpanzee tracking in Nyungwe National Park. <br><br>We also have adventurous canopy walk in Mgahinga Gorilla National Park (volcano climbing)  to find more of the 13 primate species that include vervet monkeys, colobus monkeys, golden monkeys, giant forest hog, etc.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d94cdce59dfabba6fe3aeb46e5b9ad15d2d352149cef8873f1113bbbbaf34db4\' ct_options=\'{\"ct_id\":75,\"ct_parent\":72,\"selector\":\"div_block-75-2\"}\'][ct_headline ct_sign_sha256=\'3e499e543040fe89d25a7deb6770f7e0e81873beafd8a9514e7fb7aa6032cc66\' ct_options=\'{\"ct_id\":81,\"ct_parent\":75,\"selector\":\"headline-81-2\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Uganda[/ct_headline][ct_text_block ct_sign_sha256=\'544391be7b3adb4968b32389152287c7cca08eaa6edc2f494caa140f851ec46f\' ct_options=\'{\"ct_id\":82,\"ct_parent\":75,\"selector\":\"text_block-82-2\"}\']Gorilla African Tours &amp; Travel gives you detailed information about all national parks in Uganda, wild animals, birds and tourist activities carried out in all parks.<br><br>Among their services offered include mountain gorilla trekking and other wildlife safaris, cultural trips as well as mountain hiking. <br><br>We shall offer budget gorilla trekking as well in Uganda.[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2747,2,'ct_builder_shortcodes_revisions_dates','1623342581'),(2748,2,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'6e4cc5c9fec2d470545712bf379c966dc26aad68c7c79b9edd4e4edd65e29819\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-2\",\"original\":{\"globalConditionsResult\":true,\"background-image\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-looking-up.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\"},\"classes\":{\"0\":\"c-hero-4\"},\"activeselector\":\"c-hero-4\"}\'][ct_headline ct_sign_sha256=\'021c421afb5d2ce546b96242787bd45dc8dce8a1a0c96638b444d61ab379160e\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-2\",\"original\":{\"globalConditionsResult\":true,\"text-align\":\"right\"},\"classes\":{\"0\":\"c-h1\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-light\"}}\']Affordable &amp; Memorable Safaris &amp; Gorilla Treks<br>[/ct_headline][ct_link_2 ct_sign_sha256=\'9d4fa5058f319c0b08d0885b5269dc6e2facbc7209af0a7d0429d5532ef3d80a\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"link-4-2\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\",\"1\":\"c-transition\",\"2\":\"c-btn-l\"}}\'][ct_text_block ct_sign_sha256=\'cf71b898dae9611fe0fc869321dcae02f601532ff4ed56f9c9aa60a1d18af3c0\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"text_block-5-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-right-m\"}}\']Explore The Safaris<br>[/ct_text_block][ct_fancy_icon ct_sign_sha256=\'4093234ff6517d1bad1f14cd8beaeb80824775d03ac459d3b9d396b14864fc61\' ct_options=\'{\"ct_id\":6,\"ct_parent\":4,\"selector\":\"fancy_icon-6-2\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"Lineariconsicon-arrow-right\"},\"classes\":{\"0\":\"c-icon-light-m\"}}\'][/ct_fancy_icon][/ct_link_2][/ct_section][ct_section ct_sign_sha256=\'a0bd48c048e90c41e6c191cf3592dceef0be3e1c1af7d56d87cccba027fc404f\' ct_options=\'{\"ct_id\":17,\"ct_parent\":0,\"selector\":\"section-17-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"activeselector\":false,\"nicename\":\"2 Column  Image and features\"}\'][ct_div_block_2 ct_sign_sha256=\'a8840b5febf08221b8dba44e1201a3409b1fd32bbde3cbdb48902ee89de80b91\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"div_block-18-2\",\"original\":{\"globalConditionsResult\":true,\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"flex-start\",\"text-align\":\"left\"},\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"activeselector\":\"c-hero-4\",\"nicename\":\"Columns\"}\'][ct_image ct_sign_sha256=\'8b2aecfab24f091f9ffeb102861b112a748a75b2b661b31f0463af5fe375918a\' ct_options=\'{\"ct_id\":19,\"ct_parent\":18,\"selector\":\"image-19-2\",\"original\":{\"globalConditionsResult\":true,\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/mountain-gorilla-somber.jpg\"},\"activeselector\":false}\'][/ct_image][ct_div_block_3 ct_sign_sha256=\'818a21e1c85629154da80f6986a2eb424edbc5f4515be89c21e59b5f4d3443c5\' ct_options=\'{\"ct_id\":20,\"ct_parent\":18,\"selector\":\"div_block-20-2\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Content\"}\'][ct_headline ct_sign_sha256=\'531accdd17e66dc84d7128c1d9a0e764e2a6c14fc817e2c9c1744ae0ef7a410b\' ct_options=\'{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"headline-21-2\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-m\"},\"activeselector\":false}\']The [ct_span ct_sign_sha256=\'f6ca7dab7a4dc55507c26f71f0e09022ba204260625b4fcbd9557c3040c4b966\' ct_options=\'{\"ct_id\":22,\"ct_parent\":21,\"selector\":\"span-22-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-accent\"},\"activeselector\":\"c-accent\"}\']Number One[/ct_span] Gorilla Safari Company in Uganda, Rwanda &amp; DR Congo<br>[/ct_headline][ct_text_block ct_sign_sha256=\'5d47f59e3692d05c0b1c3b7391b160a1532d7c382a08ea781f94877ac0e99362\' ct_options=\'{\"ct_id\":23,\"ct_parent\":20,\"selector\":\"text_block-23-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"c-margin-bottom-l\"},\"activeselector\":false}\']Gorilla African Tours &amp; Travel offers you a lot of romance, fun and adventure and promises to lend you some of the most memorable times of your life.<br><br>Gorilla African Tours &amp; Travel offer affordable and memorable mountain gorilla trekking packages in Africa for all travelers for holiday, business, honeymoons and students.<br>[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'79e21aa1f38de3361ca6abb612caa53a686064ce2274fe11862f0976755e4310\' ct_options=\'{\"ct_id\":37,\"ct_parent\":0,\"selector\":\"section-37-2\",\"original\":{\"globalConditionsResult\":true,\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{\"0\":\"c-bg-light\"},\"activeselector\":false,\"nicename\":\"3 Column cards\"}\'][ct_headline ct_sign_sha256=\'3492a59650f83951181622910705b38c701a16979fbc44e9db1ff5ea2122f719\' ct_options=\'{\"ct_id\":38,\"ct_parent\":37,\"selector\":\"headline-38-2\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-m\"},\"activeselector\":\"c-hero-4\"}\']Featured Safaris<br>[/ct_headline][ct_text_block ct_sign_sha256=\'1846aa1238f764cee17f23a448642cef719a10fa57c24ed88a6278e60ddf20aa\' ct_options=\'{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"text_block-39-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"c-margin-bottom-l\"},\"activeselector\":false}\']It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout[/ct_text_block][oxy_posts_grid ct_sign_sha256=\'7cba401a39a303f3814a1c67e29eb354462a60e382bc8741b333abd27ce03b31\' ct_options=\'{\"ct_id\":56,\"ct_parent\":37,\"selector\":\"_posts_grid-56-2\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QgYy1zaGFkb3cgYy10cmFuc2l0aW9uIGMtY2FyZC1saWdodCBjLWNhcmQtb24taG92ZXInPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgPC9kaXY+ICAgICAgCgk8L2E+CiAgCgk8YSBjbGFzcz0nb3h5LXBvc3QtdGl0bGUnIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nPjw/cGhwIHRoZV90aXRsZSgpOyA/PjwvYT4KCgk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhJz4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1hdXRob3Igb3h5LXBvc3QtbWV0YS1pdGVtJz4KCQkJPD9waHAgZWNobyBnZXRfZmllbGQoICJkdXJhdGlvbiIgKS4iIGRheXMiOyA/PgoJCTwvZGl2PgoKCQk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhLWNvbW1lbnRzIG94eS1wb3N0LW1ldGEtaXRlbSc+CiAgICAgICAgICAgIDw/cGhwIAoKCQkJICAgICRjYXRfYXJyYXkgPSAoIGdldF90aGVfdGVybXMoIGdldF90aGVfSUQoKSwgJ2Rlc3RpbmF0aW9uJykgKTsgCgkJCSAgICAkY2F0X3N0ciA9IGFycmF5KCk7IAogICAgCgkJCSAgICBmb3JlYWNoICgkY2F0X2FycmF5IGFzICRjYXQpIHsgCgkJCSAgICAgICAgJGNhdF9zdHJbXSA9ICRjYXQtPm5hbWU7CgkJCSAgICB9CgkJCSAgICBlY2hvIGltcGxvZGUoIiwgIiwkY2F0X3N0cikgLiAnJzsgCgkJCT8+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkKCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlIGMtYnRuLW1haW4nPlJlYWQgTW9yZTwvYT4KCjwvZGl2Pg==\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGZsZXgtd3JhcDogd3JhcDsKfQoKJSVFUElEJSUgLm94eS1wb3N0IHsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47CiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuOwogIHRleHQtYWxpZ246IGxlZnQ7CiAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7CiAgbWFyZ2luOiAwIDVweCAzZW0gNXB4OwogIHdpZHRoOiAzMiU7CiAgcGFkZGluZzogMWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UgewogIG1hcmdpbi1ib3R0b206IDFlbTsKICBwb3NpdGlvbjogcmVsYXRpdmU7CiAgYmFja2dyb3VuZC1jb2xvcjogZ3JleTsKICBiYWNrZ3JvdW5kLWltYWdlOiByZXBlYXRpbmctbGluZWFyLWdyYWRpZW50KAogIDQ1ZGVnLAogICNlZWUsCiAgI2VlZSAxMHB4LAogICNkZGQgMTBweCwKICAjZGRkIDIwcHgpOwogIHdpZHRoOiAxMDAlOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8gewogIHBhZGRpbmctYm90dG9tOiA3MCU7CiAgYmFja2dyb3VuZC1zaXplOiBjb3ZlcjsKICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiBjZW50ZXIgY2VudGVyOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtdGl0bGUgewogIGZvbnQtc2l6ZTogMS41ZW07CiAgbGluZS1oZWlnaHQ6IDEuMmVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YSB7CiAgbWFyZ2luLXRvcDogMC41ZW07CiAgZm9udC1zaXplOiAuOGVtOwogIGRpc3BsYXk6IGZsZXg7CiAgZmxleC1kaXJlY3Rpb246IHJvdzsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTo6YWZ0ZXIgewoJY29udGVudDogIlwwMGI3IjsKCW1hcmdpbi1yaWdodDogLjVlbTsKCW1hcmdpbi1sZWZ0OiAuNWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YS1pdGVtOmxhc3QtY2hpbGQ6OmFmdGVyIHsKCWNvbnRlbnQ6ICIiOwoJZGlzcGxheTogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgewogIG1hcmdpbi10b3A6IDFlbTsKICBtYXJnaW4tYm90dG9tOiAxZW07Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1jb250ZW50IHAgewogIG1hcmdpbjogMDsKfQoKCgpAbWVkaWEgKG1heC13aWR0aDogMTEyMHB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgewogICAgZGlzcGxheTogbm9uZTsKICB9Cn0KCg==\",\"title_size\":\"\",\"title_size-unit\":\"px\",\"title_color\":\"\",\"title_hover_color\":\"\",\"meta_size\":\"\",\"meta_size-unit\":\"px\",\"meta_color\":\"\",\"content_size\":\"\",\"content_size-unit\":\"px\",\"content_color\":\"\",\"read_more_display_as\":\"button\",\"read_more_size\":\"0.8\",\"read_more_size-unit\":\"em\",\"read_more_text_color\":\"white\",\"read_more_text_hover_color\":\"\",\"read_more_button_color\":\"color(1)\",\"read_more_button_hover_color\":\"\",\"paginate_color\":\"\",\"paginate_alignment\":\"center\",\"paginate_link_color\":\"\",\"paginate_link_hover_color\":\"\",\"posts_5050_below\":\"tablet\",\"posts_100_below\":\"tablet\",\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"tour\"},\"query_taxonomies_any\":{},\"query_taxonomies_all\":{},\"query_authors\":{},\"query_all_posts\":\"false\",\"grid-column-count\":\"3\",\"grid-columns-auto-fit\":\"false\",\"grid-column-min-width-unit\":\"vw\",\"grid-justify-items\":\"center\",\"query_count\":\"6\"},\"activeselector\":false}\'][/oxy_posts_grid][ct_link_button ct_sign_sha256=\'cb1343e74d6885c1e0c0a7927e13f93599f3496bf5db055bb97f522d30cfd35d\' ct_options=\'{\"ct_id\":59,\"ct_parent\":37,\"selector\":\"link_button-59-2\",\"original\":{\"url\":\"http://gorillaafricasafaris.com/safaris/\",\"target\":\"\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\"},\"activeselector\":false}\']Explore All Safaris[/ct_link_button][/ct_section][ct_section ct_sign_sha256=\'752430f5a0a0b47b112a20700282ca96ba66c59c02d1b55b6541b48ff4d831df\' ct_options=\'{\"ct_id\":71,\"ct_parent\":0,\"selector\":\"section-71-2\",\"nicename\":\"3 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'36b5e3541eab2e0128374b0b4200e484e3c2abcab94c096156327afd1db76ffe\' ct_options=\'{\"ct_id\":72,\"ct_parent\":71,\"selector\":\"div_block-72-2\",\"classes\":{\"0\":\"c-columns-3\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":\"c-hero-4\"}\'][ct_div_block_3 ct_sign_sha256=\'081e81ad4a20faf3cf45a5fd2a08cdafd49ee27e53601d5e7ba0dc104ca27f5c\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"div_block-73-2\"}\'][ct_headline ct_sign_sha256=\'0882d7341429256834b0e6b53dea8bf9711476ba3187350d5adb48fb4b9a58b2\' ct_options=\'{\"ct_id\":91,\"ct_parent\":73,\"selector\":\"headline-91-2\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']East Africa Safari Specialist<br>[/ct_headline][ct_text_block ct_sign_sha256=\'dabf5d94df30a666240956edb376c64990c2ab61a68e9bade21b5c721534dd6a\' ct_options=\'{\"ct_id\":93,\"ct_parent\":73,\"selector\":\"text_block-93-2\"}\']Gorilla Africa Safaris is one of the premier to companies in Uganda and Rwanda.<br><br><br>[/ct_text_block][ct_link_button ct_sign_sha256=\'4d7a5e5e2ee357131239033477a974d87a99aa2e586583f846d30f90346bb986\' ct_options=\'{\"ct_id\":105,\"ct_parent\":73,\"selector\":\"link_button-105-2\",\"original\":{\"url\":\"http://gorillaafricasafaris.com/contact/\",\"target\":\"\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\"},\"activeselector\":false}\']Enquire Now[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d695ffb01431df08665d20f3009df855320fcaff4462aef036104e1bcacc46bf\' ct_options=\'{\"ct_id\":74,\"ct_parent\":72,\"selector\":\"div_block-74-2\"}\'][ct_headline ct_sign_sha256=\'4d362fcaf9ea159ea819d8df358fa10b4a1bb8785e3a366fd38cb9a7e8a984f8\' ct_options=\'{\"ct_id\":76,\"ct_parent\":74,\"selector\":\"headline-76-2\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Rwanda[/ct_headline][ct_text_block ct_sign_sha256=\'1a03ccfe978f277c423859fe25fb15df6f7e517e354de255190d8a141128f8e8\' ct_options=\'{\"ct_id\":79,\"ct_parent\":74,\"selector\":\"text_block-79-2\"}\']In Rwanda , Volcanoes National Park is famous for mountain gorilla tours and chimpanzee tracking in Nyungwe National Park. <br><br>We also have adventurous canopy walk in Mgahinga Gorilla National Park (volcano climbing)  to find more of the 13 primate species that include vervet monkeys, colobus monkeys, golden monkeys, giant forest hog, etc.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d94cdce59dfabba6fe3aeb46e5b9ad15d2d352149cef8873f1113bbbbaf34db4\' ct_options=\'{\"ct_id\":75,\"ct_parent\":72,\"selector\":\"div_block-75-2\"}\'][ct_headline ct_sign_sha256=\'3e499e543040fe89d25a7deb6770f7e0e81873beafd8a9514e7fb7aa6032cc66\' ct_options=\'{\"ct_id\":81,\"ct_parent\":75,\"selector\":\"headline-81-2\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Uganda[/ct_headline][ct_text_block ct_sign_sha256=\'544391be7b3adb4968b32389152287c7cca08eaa6edc2f494caa140f851ec46f\' ct_options=\'{\"ct_id\":82,\"ct_parent\":75,\"selector\":\"text_block-82-2\"}\']Gorilla African Tours &amp; Travel gives you detailed information about all national parks in Uganda, wild animals, birds and tourist activities carried out in all parks.<br><br>Among their services offered include mountain gorilla trekking and other wildlife safaris, cultural trips as well as mountain hiking. <br><br>We shall offer budget gorilla trekking as well in Uganda.[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2749,2,'ct_builder_shortcodes_revisions_dates','1623342608'),(2750,2,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'6e4cc5c9fec2d470545712bf379c966dc26aad68c7c79b9edd4e4edd65e29819\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-2\",\"original\":{\"globalConditionsResult\":true,\"background-image\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-looking-up.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\"},\"classes\":{\"0\":\"c-hero-4\"},\"activeselector\":\"c-hero-4\"}\'][ct_headline ct_sign_sha256=\'021c421afb5d2ce546b96242787bd45dc8dce8a1a0c96638b444d61ab379160e\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-2\",\"original\":{\"globalConditionsResult\":true,\"text-align\":\"right\"},\"classes\":{\"0\":\"c-h1\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-light\"}}\']Affordable &amp; Memorable Safaris &amp; Gorilla Treks<br>[/ct_headline][ct_link_2 ct_sign_sha256=\'9d4fa5058f319c0b08d0885b5269dc6e2facbc7209af0a7d0429d5532ef3d80a\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"link-4-2\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\",\"1\":\"c-transition\",\"2\":\"c-btn-l\"}}\'][ct_text_block ct_sign_sha256=\'cf71b898dae9611fe0fc869321dcae02f601532ff4ed56f9c9aa60a1d18af3c0\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"text_block-5-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-right-m\"}}\']Explore The Safaris<br>[/ct_text_block][ct_fancy_icon ct_sign_sha256=\'4093234ff6517d1bad1f14cd8beaeb80824775d03ac459d3b9d396b14864fc61\' ct_options=\'{\"ct_id\":6,\"ct_parent\":4,\"selector\":\"fancy_icon-6-2\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"Lineariconsicon-arrow-right\"},\"classes\":{\"0\":\"c-icon-light-m\"}}\'][/ct_fancy_icon][/ct_link_2][/ct_section][ct_section ct_sign_sha256=\'a0bd48c048e90c41e6c191cf3592dceef0be3e1c1af7d56d87cccba027fc404f\' ct_options=\'{\"ct_id\":17,\"ct_parent\":0,\"selector\":\"section-17-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"activeselector\":false,\"nicename\":\"2 Column  Image and features\"}\'][ct_div_block_2 ct_sign_sha256=\'a8840b5febf08221b8dba44e1201a3409b1fd32bbde3cbdb48902ee89de80b91\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"div_block-18-2\",\"original\":{\"globalConditionsResult\":true,\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"flex-start\",\"text-align\":\"left\"},\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"activeselector\":\"c-hero-4\",\"nicename\":\"Columns\"}\'][ct_image ct_sign_sha256=\'8b2aecfab24f091f9ffeb102861b112a748a75b2b661b31f0463af5fe375918a\' ct_options=\'{\"ct_id\":19,\"ct_parent\":18,\"selector\":\"image-19-2\",\"original\":{\"globalConditionsResult\":true,\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/mountain-gorilla-somber.jpg\"},\"activeselector\":false}\'][/ct_image][ct_div_block_3 ct_sign_sha256=\'818a21e1c85629154da80f6986a2eb424edbc5f4515be89c21e59b5f4d3443c5\' ct_options=\'{\"ct_id\":20,\"ct_parent\":18,\"selector\":\"div_block-20-2\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Content\"}\'][ct_headline ct_sign_sha256=\'531accdd17e66dc84d7128c1d9a0e764e2a6c14fc817e2c9c1744ae0ef7a410b\' ct_options=\'{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"headline-21-2\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-m\"},\"activeselector\":false}\']The [ct_span ct_sign_sha256=\'f6ca7dab7a4dc55507c26f71f0e09022ba204260625b4fcbd9557c3040c4b966\' ct_options=\'{\"ct_id\":22,\"ct_parent\":21,\"selector\":\"span-22-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-accent\"},\"activeselector\":\"c-accent\"}\']Number One[/ct_span] Gorilla Safari Company in Uganda, Rwanda &amp; DR Congo<br>[/ct_headline][ct_text_block ct_sign_sha256=\'5d47f59e3692d05c0b1c3b7391b160a1532d7c382a08ea781f94877ac0e99362\' ct_options=\'{\"ct_id\":23,\"ct_parent\":20,\"selector\":\"text_block-23-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"c-margin-bottom-l\"},\"activeselector\":false}\']Gorilla African Tours &amp; Travel offers you a lot of romance, fun and adventure and promises to lend you some of the most memorable times of your life.<br><br>Gorilla African Tours &amp; Travel offer affordable and memorable mountain gorilla trekking packages in Africa for all travelers for holiday, business, honeymoons and students.<br>[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'79e21aa1f38de3361ca6abb612caa53a686064ce2274fe11862f0976755e4310\' ct_options=\'{\"ct_id\":37,\"ct_parent\":0,\"selector\":\"section-37-2\",\"original\":{\"globalConditionsResult\":true,\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{\"0\":\"c-bg-light\"},\"activeselector\":false,\"nicename\":\"3 Column cards\"}\'][ct_headline ct_sign_sha256=\'3492a59650f83951181622910705b38c701a16979fbc44e9db1ff5ea2122f719\' ct_options=\'{\"ct_id\":38,\"ct_parent\":37,\"selector\":\"headline-38-2\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-m\"},\"activeselector\":\"c-hero-4\"}\']Featured Safaris<br>[/ct_headline][ct_text_block ct_sign_sha256=\'1846aa1238f764cee17f23a448642cef719a10fa57c24ed88a6278e60ddf20aa\' ct_options=\'{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"text_block-39-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"c-margin-bottom-l\"},\"activeselector\":false}\']It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout[/ct_text_block][oxy_posts_grid ct_sign_sha256=\'7cba401a39a303f3814a1c67e29eb354462a60e382bc8741b333abd27ce03b31\' ct_options=\'{\"ct_id\":56,\"ct_parent\":37,\"selector\":\"_posts_grid-56-2\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QgYy1zaGFkb3cgYy10cmFuc2l0aW9uIGMtY2FyZC1saWdodCBjLWNhcmQtb24taG92ZXInPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgPC9kaXY+ICAgICAgCgk8L2E+CiAgCgk8YSBjbGFzcz0nb3h5LXBvc3QtdGl0bGUnIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nPjw/cGhwIHRoZV90aXRsZSgpOyA/PjwvYT4KCgk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhJz4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1hdXRob3Igb3h5LXBvc3QtbWV0YS1pdGVtJz4KCQkJPD9waHAgZWNobyBnZXRfZmllbGQoICJkdXJhdGlvbiIgKS4iIGRheXMiOyA/PgoJCTwvZGl2PgoKCQk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhLWNvbW1lbnRzIG94eS1wb3N0LW1ldGEtaXRlbSc+CiAgICAgICAgICAgIDw/cGhwIAoKCQkJICAgICRjYXRfYXJyYXkgPSAoIGdldF90aGVfdGVybXMoIGdldF90aGVfSUQoKSwgJ2Rlc3RpbmF0aW9uJykgKTsgCgkJCSAgICAkY2F0X3N0ciA9IGFycmF5KCk7IAogICAgCgkJCSAgICBmb3JlYWNoICgkY2F0X2FycmF5IGFzICRjYXQpIHsgCgkJCSAgICAgICAgJGNhdF9zdHJbXSA9ICRjYXQtPm5hbWU7CgkJCSAgICB9CgkJCSAgICBlY2hvIGltcGxvZGUoIiwgIiwkY2F0X3N0cikgLiAnJzsgCgkJCT8+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkKCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlIGMtYnRuLW1haW4nPlJlYWQgTW9yZTwvYT4KCjwvZGl2Pg==\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGZsZXgtd3JhcDogd3JhcDsKfQoKJSVFUElEJSUgLm94eS1wb3N0IHsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47CiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuOwogIHRleHQtYWxpZ246IGxlZnQ7CiAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7CiAgbWFyZ2luOiAwIDVweCAzZW0gNXB4OwogIHdpZHRoOiAzMiU7CiAgcGFkZGluZzogMWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UgewogIG1hcmdpbi1ib3R0b206IDFlbTsKICBwb3NpdGlvbjogcmVsYXRpdmU7CiAgYmFja2dyb3VuZC1jb2xvcjogZ3JleTsKICBiYWNrZ3JvdW5kLWltYWdlOiByZXBlYXRpbmctbGluZWFyLWdyYWRpZW50KAogIDQ1ZGVnLAogICNlZWUsCiAgI2VlZSAxMHB4LAogICNkZGQgMTBweCwKICAjZGRkIDIwcHgpOwogIHdpZHRoOiAxMDAlOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8gewogIHBhZGRpbmctYm90dG9tOiA3MCU7CiAgYmFja2dyb3VuZC1zaXplOiBjb3ZlcjsKICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiBjZW50ZXIgY2VudGVyOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtdGl0bGUgewogIGZvbnQtc2l6ZTogMS41ZW07CiAgbGluZS1oZWlnaHQ6IDEuMmVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YSB7CiAgbWFyZ2luLXRvcDogMC41ZW07CiAgZm9udC1zaXplOiAuOGVtOwogIGRpc3BsYXk6IGZsZXg7CiAgZmxleC1kaXJlY3Rpb246IHJvdzsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTo6YWZ0ZXIgewoJY29udGVudDogIlwwMGI3IjsKCW1hcmdpbi1yaWdodDogLjVlbTsKCW1hcmdpbi1sZWZ0OiAuNWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YS1pdGVtOmxhc3QtY2hpbGQ6OmFmdGVyIHsKCWNvbnRlbnQ6ICIiOwoJZGlzcGxheTogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgewogIG1hcmdpbi10b3A6IDFlbTsKICBtYXJnaW4tYm90dG9tOiAxZW07Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1jb250ZW50IHAgewogIG1hcmdpbjogMDsKfQoKCgpAbWVkaWEgKG1heC13aWR0aDogMTEyMHB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgewogICAgZGlzcGxheTogbm9uZTsKICB9Cn0KCg==\",\"title_size\":\"\",\"title_size-unit\":\"px\",\"title_color\":\"\",\"title_hover_color\":\"\",\"meta_size\":\"\",\"meta_size-unit\":\"px\",\"meta_color\":\"\",\"content_size\":\"\",\"content_size-unit\":\"px\",\"content_color\":\"\",\"read_more_display_as\":\"button\",\"read_more_size\":\"0.8\",\"read_more_size-unit\":\"em\",\"read_more_text_color\":\"white\",\"read_more_text_hover_color\":\"\",\"read_more_button_color\":\"color(1)\",\"read_more_button_hover_color\":\"\",\"paginate_color\":\"\",\"paginate_alignment\":\"center\",\"paginate_link_color\":\"\",\"paginate_link_hover_color\":\"\",\"posts_5050_below\":\"tablet\",\"posts_100_below\":\"tablet\",\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"tour\"},\"query_taxonomies_any\":{},\"query_taxonomies_all\":{},\"query_authors\":{},\"query_all_posts\":\"false\",\"grid-column-count\":\"3\",\"grid-columns-auto-fit\":\"false\",\"grid-column-min-width-unit\":\"vw\",\"grid-justify-items\":\"center\",\"query_count\":\"6\"},\"activeselector\":false}\'][/oxy_posts_grid][ct_link_button ct_sign_sha256=\'cb1343e74d6885c1e0c0a7927e13f93599f3496bf5db055bb97f522d30cfd35d\' ct_options=\'{\"ct_id\":59,\"ct_parent\":37,\"selector\":\"link_button-59-2\",\"original\":{\"url\":\"http://gorillaafricasafaris.com/safaris/\",\"target\":\"\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\"},\"activeselector\":false}\']Explore All Safaris[/ct_link_button][/ct_section][ct_section ct_sign_sha256=\'752430f5a0a0b47b112a20700282ca96ba66c59c02d1b55b6541b48ff4d831df\' ct_options=\'{\"ct_id\":71,\"ct_parent\":0,\"selector\":\"section-71-2\",\"nicename\":\"3 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'36b5e3541eab2e0128374b0b4200e484e3c2abcab94c096156327afd1db76ffe\' ct_options=\'{\"ct_id\":72,\"ct_parent\":71,\"selector\":\"div_block-72-2\",\"classes\":{\"0\":\"c-columns-3\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":\"c-hero-4\"}\'][ct_div_block_3 ct_sign_sha256=\'081e81ad4a20faf3cf45a5fd2a08cdafd49ee27e53601d5e7ba0dc104ca27f5c\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"div_block-73-2\"}\'][ct_headline ct_sign_sha256=\'0882d7341429256834b0e6b53dea8bf9711476ba3187350d5adb48fb4b9a58b2\' ct_options=\'{\"ct_id\":91,\"ct_parent\":73,\"selector\":\"headline-91-2\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']East Africa Safari Specialist<br>[/ct_headline][ct_text_block ct_sign_sha256=\'dabf5d94df30a666240956edb376c64990c2ab61a68e9bade21b5c721534dd6a\' ct_options=\'{\"ct_id\":93,\"ct_parent\":73,\"selector\":\"text_block-93-2\"}\']Gorilla Africa Safaris is one of the premier to companies in Uganda and Rwanda.<br><br><br>[/ct_text_block][ct_link_button ct_sign_sha256=\'4d7a5e5e2ee357131239033477a974d87a99aa2e586583f846d30f90346bb986\' ct_options=\'{\"ct_id\":105,\"ct_parent\":73,\"selector\":\"link_button-105-2\",\"original\":{\"url\":\"http://gorillaafricasafaris.com/contact/\",\"target\":\"\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\"},\"activeselector\":false}\']Enquire Now[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d695ffb01431df08665d20f3009df855320fcaff4462aef036104e1bcacc46bf\' ct_options=\'{\"ct_id\":74,\"ct_parent\":72,\"selector\":\"div_block-74-2\"}\'][ct_headline ct_sign_sha256=\'4d362fcaf9ea159ea819d8df358fa10b4a1bb8785e3a366fd38cb9a7e8a984f8\' ct_options=\'{\"ct_id\":76,\"ct_parent\":74,\"selector\":\"headline-76-2\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Rwanda[/ct_headline][ct_text_block ct_sign_sha256=\'1a03ccfe978f277c423859fe25fb15df6f7e517e354de255190d8a141128f8e8\' ct_options=\'{\"ct_id\":79,\"ct_parent\":74,\"selector\":\"text_block-79-2\"}\']In Rwanda , Volcanoes National Park is famous for mountain gorilla tours and chimpanzee tracking in Nyungwe National Park. <br><br>We also have adventurous canopy walk in Mgahinga Gorilla National Park (volcano climbing)  to find more of the 13 primate species that include vervet monkeys, colobus monkeys, golden monkeys, giant forest hog, etc.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d94cdce59dfabba6fe3aeb46e5b9ad15d2d352149cef8873f1113bbbbaf34db4\' ct_options=\'{\"ct_id\":75,\"ct_parent\":72,\"selector\":\"div_block-75-2\"}\'][ct_headline ct_sign_sha256=\'3e499e543040fe89d25a7deb6770f7e0e81873beafd8a9514e7fb7aa6032cc66\' ct_options=\'{\"ct_id\":81,\"ct_parent\":75,\"selector\":\"headline-81-2\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Uganda[/ct_headline][ct_text_block ct_sign_sha256=\'544391be7b3adb4968b32389152287c7cca08eaa6edc2f494caa140f851ec46f\' ct_options=\'{\"ct_id\":82,\"ct_parent\":75,\"selector\":\"text_block-82-2\"}\']Gorilla African Tours &amp; Travel gives you detailed information about all national parks in Uganda, wild animals, birds and tourist activities carried out in all parks.<br><br>Among their services offered include mountain gorilla trekking and other wildlife safaris, cultural trips as well as mountain hiking. <br><br>We shall offer budget gorilla trekking as well in Uganda.[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2751,2,'ct_builder_shortcodes_revisions_dates','1623395026'),(2752,2,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'e6ffd158f4d68e5d255ef8250f824c77b518f93f3e73910ed19faa033ecdf233\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-2\",\"original\":{\"globalConditionsResult\":true,\"background-image\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-looking-up.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\"},\"classes\":{\"0\":\"c-hero-4\"},\"activeselector\":\"c-hero-4\"}\'][ct_headline ct_sign_sha256=\'021c421afb5d2ce546b96242787bd45dc8dce8a1a0c96638b444d61ab379160e\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-2\",\"original\":{\"globalConditionsResult\":true,\"text-align\":\"right\"},\"classes\":{\"0\":\"c-h1\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-light\"}}\']Affordable &amp; Memorable Safaris &amp; Gorilla Treks<br>[/ct_headline][ct_link_2 ct_sign_sha256=\'8b65b3203f57fa322da84c885153f90c8b3d4a2bffe80daabece2dbe55bc6fb6\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"link-4-2\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/safaris/\",\"url_encoded\":\"true\",\"target\":\"\"},\"classes\":{\"0\":\"c-btn-main\",\"1\":\"c-transition\",\"2\":\"c-btn-l\"}}\'][ct_text_block ct_sign_sha256=\'cf71b898dae9611fe0fc869321dcae02f601532ff4ed56f9c9aa60a1d18af3c0\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"text_block-5-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-right-m\"}}\']Explore The Safaris<br>[/ct_text_block][ct_fancy_icon ct_sign_sha256=\'4093234ff6517d1bad1f14cd8beaeb80824775d03ac459d3b9d396b14864fc61\' ct_options=\'{\"ct_id\":6,\"ct_parent\":4,\"selector\":\"fancy_icon-6-2\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"Lineariconsicon-arrow-right\"},\"classes\":{\"0\":\"c-icon-light-m\"}}\'][/ct_fancy_icon][/ct_link_2][/ct_section][ct_section ct_sign_sha256=\'a0bd48c048e90c41e6c191cf3592dceef0be3e1c1af7d56d87cccba027fc404f\' ct_options=\'{\"ct_id\":17,\"ct_parent\":0,\"selector\":\"section-17-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"activeselector\":false,\"nicename\":\"2 Column  Image and features\"}\'][ct_div_block_2 ct_sign_sha256=\'a8840b5febf08221b8dba44e1201a3409b1fd32bbde3cbdb48902ee89de80b91\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"div_block-18-2\",\"original\":{\"globalConditionsResult\":true,\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"flex-start\",\"text-align\":\"left\"},\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"activeselector\":\"c-hero-4\",\"nicename\":\"Columns\"}\'][ct_image ct_sign_sha256=\'8b2aecfab24f091f9ffeb102861b112a748a75b2b661b31f0463af5fe375918a\' ct_options=\'{\"ct_id\":19,\"ct_parent\":18,\"selector\":\"image-19-2\",\"original\":{\"globalConditionsResult\":true,\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/mountain-gorilla-somber.jpg\"},\"activeselector\":false}\'][/ct_image][ct_div_block_3 ct_sign_sha256=\'818a21e1c85629154da80f6986a2eb424edbc5f4515be89c21e59b5f4d3443c5\' ct_options=\'{\"ct_id\":20,\"ct_parent\":18,\"selector\":\"div_block-20-2\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Content\"}\'][ct_headline ct_sign_sha256=\'531accdd17e66dc84d7128c1d9a0e764e2a6c14fc817e2c9c1744ae0ef7a410b\' ct_options=\'{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"headline-21-2\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-m\"},\"activeselector\":false}\']The [ct_span ct_sign_sha256=\'f6ca7dab7a4dc55507c26f71f0e09022ba204260625b4fcbd9557c3040c4b966\' ct_options=\'{\"ct_id\":22,\"ct_parent\":21,\"selector\":\"span-22-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-accent\"},\"activeselector\":\"c-accent\"}\']Number One[/ct_span] Gorilla Safari Company in Uganda, Rwanda &amp; DR Congo<br>[/ct_headline][ct_text_block ct_sign_sha256=\'5d47f59e3692d05c0b1c3b7391b160a1532d7c382a08ea781f94877ac0e99362\' ct_options=\'{\"ct_id\":23,\"ct_parent\":20,\"selector\":\"text_block-23-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"c-margin-bottom-l\"},\"activeselector\":false}\']Gorilla African Tours &amp; Travel offers you a lot of romance, fun and adventure and promises to lend you some of the most memorable times of your life.<br><br>Gorilla African Tours &amp; Travel offer affordable and memorable mountain gorilla trekking packages in Africa for all travelers for holiday, business, honeymoons and students.<br>[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'79e21aa1f38de3361ca6abb612caa53a686064ce2274fe11862f0976755e4310\' ct_options=\'{\"ct_id\":37,\"ct_parent\":0,\"selector\":\"section-37-2\",\"original\":{\"globalConditionsResult\":true,\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{\"0\":\"c-bg-light\"},\"activeselector\":false,\"nicename\":\"3 Column cards\"}\'][ct_headline ct_sign_sha256=\'3492a59650f83951181622910705b38c701a16979fbc44e9db1ff5ea2122f719\' ct_options=\'{\"ct_id\":38,\"ct_parent\":37,\"selector\":\"headline-38-2\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-m\"},\"activeselector\":\"c-hero-4\"}\']Featured Safaris<br>[/ct_headline][ct_text_block ct_sign_sha256=\'1846aa1238f764cee17f23a448642cef719a10fa57c24ed88a6278e60ddf20aa\' ct_options=\'{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"text_block-39-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"c-margin-bottom-l\"},\"activeselector\":false}\']It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout[/ct_text_block][oxy_posts_grid ct_sign_sha256=\'7cba401a39a303f3814a1c67e29eb354462a60e382bc8741b333abd27ce03b31\' ct_options=\'{\"ct_id\":56,\"ct_parent\":37,\"selector\":\"_posts_grid-56-2\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QgYy1zaGFkb3cgYy10cmFuc2l0aW9uIGMtY2FyZC1saWdodCBjLWNhcmQtb24taG92ZXInPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgPC9kaXY+ICAgICAgCgk8L2E+CiAgCgk8YSBjbGFzcz0nb3h5LXBvc3QtdGl0bGUnIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nPjw/cGhwIHRoZV90aXRsZSgpOyA/PjwvYT4KCgk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhJz4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1hdXRob3Igb3h5LXBvc3QtbWV0YS1pdGVtJz4KCQkJPD9waHAgZWNobyBnZXRfZmllbGQoICJkdXJhdGlvbiIgKS4iIGRheXMiOyA/PgoJCTwvZGl2PgoKCQk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhLWNvbW1lbnRzIG94eS1wb3N0LW1ldGEtaXRlbSc+CiAgICAgICAgICAgIDw/cGhwIAoKCQkJICAgICRjYXRfYXJyYXkgPSAoIGdldF90aGVfdGVybXMoIGdldF90aGVfSUQoKSwgJ2Rlc3RpbmF0aW9uJykgKTsgCgkJCSAgICAkY2F0X3N0ciA9IGFycmF5KCk7IAogICAgCgkJCSAgICBmb3JlYWNoICgkY2F0X2FycmF5IGFzICRjYXQpIHsgCgkJCSAgICAgICAgJGNhdF9zdHJbXSA9ICRjYXQtPm5hbWU7CgkJCSAgICB9CgkJCSAgICBlY2hvIGltcGxvZGUoIiwgIiwkY2F0X3N0cikgLiAnJzsgCgkJCT8+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkKCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlIGMtYnRuLW1haW4nPlJlYWQgTW9yZTwvYT4KCjwvZGl2Pg==\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGZsZXgtd3JhcDogd3JhcDsKfQoKJSVFUElEJSUgLm94eS1wb3N0IHsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47CiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuOwogIHRleHQtYWxpZ246IGxlZnQ7CiAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7CiAgbWFyZ2luOiAwIDVweCAzZW0gNXB4OwogIHdpZHRoOiAzMiU7CiAgcGFkZGluZzogMWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UgewogIG1hcmdpbi1ib3R0b206IDFlbTsKICBwb3NpdGlvbjogcmVsYXRpdmU7CiAgYmFja2dyb3VuZC1jb2xvcjogZ3JleTsKICBiYWNrZ3JvdW5kLWltYWdlOiByZXBlYXRpbmctbGluZWFyLWdyYWRpZW50KAogIDQ1ZGVnLAogICNlZWUsCiAgI2VlZSAxMHB4LAogICNkZGQgMTBweCwKICAjZGRkIDIwcHgpOwogIHdpZHRoOiAxMDAlOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8gewogIHBhZGRpbmctYm90dG9tOiA3MCU7CiAgYmFja2dyb3VuZC1zaXplOiBjb3ZlcjsKICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiBjZW50ZXIgY2VudGVyOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtdGl0bGUgewogIGZvbnQtc2l6ZTogMS41ZW07CiAgbGluZS1oZWlnaHQ6IDEuMmVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YSB7CiAgbWFyZ2luLXRvcDogMC41ZW07CiAgZm9udC1zaXplOiAuOGVtOwogIGRpc3BsYXk6IGZsZXg7CiAgZmxleC1kaXJlY3Rpb246IHJvdzsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTo6YWZ0ZXIgewoJY29udGVudDogIlwwMGI3IjsKCW1hcmdpbi1yaWdodDogLjVlbTsKCW1hcmdpbi1sZWZ0OiAuNWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YS1pdGVtOmxhc3QtY2hpbGQ6OmFmdGVyIHsKCWNvbnRlbnQ6ICIiOwoJZGlzcGxheTogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgewogIG1hcmdpbi10b3A6IDFlbTsKICBtYXJnaW4tYm90dG9tOiAxZW07Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1jb250ZW50IHAgewogIG1hcmdpbjogMDsKfQoKCgpAbWVkaWEgKG1heC13aWR0aDogMTEyMHB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgewogICAgZGlzcGxheTogbm9uZTsKICB9Cn0KCg==\",\"title_size\":\"\",\"title_size-unit\":\"px\",\"title_color\":\"\",\"title_hover_color\":\"\",\"meta_size\":\"\",\"meta_size-unit\":\"px\",\"meta_color\":\"\",\"content_size\":\"\",\"content_size-unit\":\"px\",\"content_color\":\"\",\"read_more_display_as\":\"button\",\"read_more_size\":\"0.8\",\"read_more_size-unit\":\"em\",\"read_more_text_color\":\"white\",\"read_more_text_hover_color\":\"\",\"read_more_button_color\":\"color(1)\",\"read_more_button_hover_color\":\"\",\"paginate_color\":\"\",\"paginate_alignment\":\"center\",\"paginate_link_color\":\"\",\"paginate_link_hover_color\":\"\",\"posts_5050_below\":\"tablet\",\"posts_100_below\":\"tablet\",\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"tour\"},\"query_taxonomies_any\":{},\"query_taxonomies_all\":{},\"query_authors\":{},\"query_all_posts\":\"false\",\"grid-column-count\":\"3\",\"grid-columns-auto-fit\":\"false\",\"grid-column-min-width-unit\":\"vw\",\"grid-justify-items\":\"center\",\"query_count\":\"6\"},\"activeselector\":false}\'][/oxy_posts_grid][ct_link_button ct_sign_sha256=\'cb1343e74d6885c1e0c0a7927e13f93599f3496bf5db055bb97f522d30cfd35d\' ct_options=\'{\"ct_id\":59,\"ct_parent\":37,\"selector\":\"link_button-59-2\",\"original\":{\"url\":\"http://gorillaafricasafaris.com/safaris/\",\"target\":\"\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\"},\"activeselector\":false}\']Explore All Safaris[/ct_link_button][/ct_section][ct_section ct_sign_sha256=\'752430f5a0a0b47b112a20700282ca96ba66c59c02d1b55b6541b48ff4d831df\' ct_options=\'{\"ct_id\":71,\"ct_parent\":0,\"selector\":\"section-71-2\",\"nicename\":\"3 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'36b5e3541eab2e0128374b0b4200e484e3c2abcab94c096156327afd1db76ffe\' ct_options=\'{\"ct_id\":72,\"ct_parent\":71,\"selector\":\"div_block-72-2\",\"classes\":{\"0\":\"c-columns-3\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":\"c-hero-4\"}\'][ct_div_block_3 ct_sign_sha256=\'081e81ad4a20faf3cf45a5fd2a08cdafd49ee27e53601d5e7ba0dc104ca27f5c\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"div_block-73-2\"}\'][ct_headline ct_sign_sha256=\'0882d7341429256834b0e6b53dea8bf9711476ba3187350d5adb48fb4b9a58b2\' ct_options=\'{\"ct_id\":91,\"ct_parent\":73,\"selector\":\"headline-91-2\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']East Africa Safari Specialist<br>[/ct_headline][ct_text_block ct_sign_sha256=\'dabf5d94df30a666240956edb376c64990c2ab61a68e9bade21b5c721534dd6a\' ct_options=\'{\"ct_id\":93,\"ct_parent\":73,\"selector\":\"text_block-93-2\"}\']Gorilla Africa Safaris is one of the premier to companies in Uganda and Rwanda.<br><br><br>[/ct_text_block][ct_link_button ct_sign_sha256=\'4d7a5e5e2ee357131239033477a974d87a99aa2e586583f846d30f90346bb986\' ct_options=\'{\"ct_id\":105,\"ct_parent\":73,\"selector\":\"link_button-105-2\",\"original\":{\"url\":\"http://gorillaafricasafaris.com/contact/\",\"target\":\"\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\"},\"activeselector\":false}\']Enquire Now[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d695ffb01431df08665d20f3009df855320fcaff4462aef036104e1bcacc46bf\' ct_options=\'{\"ct_id\":74,\"ct_parent\":72,\"selector\":\"div_block-74-2\"}\'][ct_headline ct_sign_sha256=\'4d362fcaf9ea159ea819d8df358fa10b4a1bb8785e3a366fd38cb9a7e8a984f8\' ct_options=\'{\"ct_id\":76,\"ct_parent\":74,\"selector\":\"headline-76-2\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Rwanda[/ct_headline][ct_text_block ct_sign_sha256=\'1a03ccfe978f277c423859fe25fb15df6f7e517e354de255190d8a141128f8e8\' ct_options=\'{\"ct_id\":79,\"ct_parent\":74,\"selector\":\"text_block-79-2\"}\']In Rwanda , Volcanoes National Park is famous for mountain gorilla tours and chimpanzee tracking in Nyungwe National Park. <br><br>We also have adventurous canopy walk in Mgahinga Gorilla National Park (volcano climbing)  to find more of the 13 primate species that include vervet monkeys, colobus monkeys, golden monkeys, giant forest hog, etc.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d94cdce59dfabba6fe3aeb46e5b9ad15d2d352149cef8873f1113bbbbaf34db4\' ct_options=\'{\"ct_id\":75,\"ct_parent\":72,\"selector\":\"div_block-75-2\"}\'][ct_headline ct_sign_sha256=\'3e499e543040fe89d25a7deb6770f7e0e81873beafd8a9514e7fb7aa6032cc66\' ct_options=\'{\"ct_id\":81,\"ct_parent\":75,\"selector\":\"headline-81-2\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Uganda[/ct_headline][ct_text_block ct_sign_sha256=\'544391be7b3adb4968b32389152287c7cca08eaa6edc2f494caa140f851ec46f\' ct_options=\'{\"ct_id\":82,\"ct_parent\":75,\"selector\":\"text_block-82-2\"}\']Gorilla African Tours &amp; Travel gives you detailed information about all national parks in Uganda, wild animals, birds and tourist activities carried out in all parks.<br><br>Among their services offered include mountain gorilla trekking and other wildlife safaris, cultural trips as well as mountain hiking. <br><br>We shall offer budget gorilla trekking as well in Uganda.[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2753,2,'ct_builder_shortcodes_revisions_dates','1623395265'),(2754,174,'_wp_attached_file','2021/06/uganda-safari-buffalo.jpg'),(2755,174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:33:\"2021/06/uganda-safari-buffalo.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"uganda-safari-buffalo-300x225.jpg\";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:33:\"uganda-safari-buffalo-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:\"uganda-safari-buffalo-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:32:\"uganda-safari-buffalo-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2756,83,'_thumbnail_id','174'),(2757,175,'_wp_attached_file','2021/05/kingfisher-mburo.jpg'),(2758,175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:28:\"2021/05/kingfisher-mburo.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"kingfisher-mburo-300x225.jpg\";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:28:\"kingfisher-mburo-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:\"kingfisher-mburo-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:27:\"kingfisher-mburo-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2759,57,'_thumbnail_id','175'),(2760,176,'_wp_attached_file','2021/05/mountain-gorilla-scratch.jpg'),(2761,176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:36:\"2021/05/mountain-gorilla-scratch.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"mountain-gorilla-scratch-300x225.jpg\";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:36:\"mountain-gorilla-scratch-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:36:\"mountain-gorilla-scratch-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:35:\"mountain-gorilla-scratch-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2762,55,'_thumbnail_id','176'),(2763,177,'_wp_attached_file','2021/06/baby-gorilla-uganda.jpg'),(2764,177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2021/06/baby-gorilla-uganda.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"baby-gorilla-uganda-300x225.jpg\";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:31:\"baby-gorilla-uganda-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:\"baby-gorilla-uganda-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:30:\"baby-gorilla-uganda-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2765,77,'_thumbnail_id','177'),(2766,179,'_wp_attached_file','2021/05/crested-crane.jpg'),(2767,179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2021/05/crested-crane.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"crested-crane-300x225.jpg\";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:\"crested-crane-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:\"crested-crane-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:24:\"crested-crane-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2768,62,'_thumbnail_id','179'),(2769,180,'_wp_attached_file','2021/06/silverback-gorilla.jpg'),(2770,180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2021/06/silverback-gorilla.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"silverback-gorilla-300x225.jpg\";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:30:\"silverback-gorilla-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:30:\"silverback-gorilla-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:29:\"silverback-gorilla-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2771,79,'_thumbnail_id','180'),(2772,181,'_wp_attached_file','2021/05/tree-climbing-lions-queen-elizabeth.jpg'),(2773,181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:47:\"2021/05/tree-climbing-lions-queen-elizabeth.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"tree-climbing-lions-queen-elizabeth-300x225.jpg\";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:47:\"tree-climbing-lions-queen-elizabeth-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:\"tree-climbing-lions-queen-elizabeth-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:46:\"tree-climbing-lions-queen-elizabeth-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2774,53,'_thumbnail_id','181'),(2775,182,'_wp_attached_file','2021/05/tree-climbing-lions.jpg'),(2776,182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2021/05/tree-climbing-lions.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"tree-climbing-lions-300x225.jpg\";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:31:\"tree-climbing-lions-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:\"tree-climbing-lions-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:30:\"tree-climbing-lions-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2777,54,'_thumbnail_id','182'),(2778,183,'_wp_attached_file','2021/06/hippos-lake-mburo.jpg'),(2779,183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2021/06/hippos-lake-mburo.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"hippos-lake-mburo-300x225.jpg\";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:\"hippos-lake-mburo-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:\"hippos-lake-mburo-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:28:\"hippos-lake-mburo-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2780,90,'_thumbnail_id','183'),(2781,184,'_wp_attached_file','2021/06/leopard-queen-elizabeth-national-park.jpg'),(2782,184,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:49:\"2021/06/leopard-queen-elizabeth-national-park.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"leopard-queen-elizabeth-national-park-300x225.jpg\";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:49:\"leopard-queen-elizabeth-national-park-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:49:\"leopard-queen-elizabeth-national-park-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:48:\"leopard-queen-elizabeth-national-park-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2783,100,'_thumbnail_id','184'),(2784,185,'_wp_attached_file','2021/06/elephants.jpg'),(2785,185,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2021/06/elephants.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"elephants-300x225.jpg\";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:21:\"elephants-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:21:\"elephants-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:20:\"elephants-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2786,96,'_thumbnail_id','185'),(2787,186,'_wp_attached_file','2021/06/giraffe.jpg'),(2788,186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2021/06/giraffe.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"giraffe-300x225.jpg\";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:19:\"giraffe-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:19:\"giraffe-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:18:\"giraffe-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2789,87,'_thumbnail_id','186'),(2790,187,'_wp_attached_file','2021/06/rhino.jpg'),(2791,187,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:17:\"2021/06/rhino.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"rhino-300x225.jpg\";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:17:\"rhino-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:17:\"rhino-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:16:\"rhino-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2792,103,'_thumbnail_id','187'),(2793,188,'_wp_attached_file','2021/06/elephant-murchison-falls.jpg'),(2794,188,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:36:\"2021/06/elephant-murchison-falls.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"elephant-murchison-falls-300x225.jpg\";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:36:\"elephant-murchison-falls-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:36:\"elephant-murchison-falls-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:35:\"elephant-murchison-falls-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2795,94,'_thumbnail_id','188'),(2796,189,'_wp_attached_file','2021/06/mation-lions-snarl.jpeg'),(2797,189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2021/06/mation-lions-snarl.jpeg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"mation-lions-snarl-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:31:\"mation-lions-snarl-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:\"mation-lions-snarl-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:30:\"mation-lions-snarl-120x90.jpeg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2798,93,'_thumbnail_id','189'),(2799,190,'_wp_attached_file','2021/06/giraffe-trio-green.jpeg'),(2800,190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2021/06/giraffe-trio-green.jpeg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"giraffe-trio-green-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:31:\"giraffe-trio-green-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:\"giraffe-trio-green-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:30:\"giraffe-trio-green-120x90.jpeg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2801,92,'_thumbnail_id','190'),(2802,191,'_wp_attached_file','2021/06/elephants-buffalo.jpg'),(2803,191,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2021/06/elephants-buffalo.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"elephants-buffalo-300x225.jpg\";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:\"elephants-buffalo-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:\"elephants-buffalo-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:28:\"elephants-buffalo-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2804,91,'_thumbnail_id','191'),(2805,192,'_wp_attached_file','2021/06/hippos-cranes.jpg'),(2806,192,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2021/06/hippos-cranes.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"hippos-cranes-300x225.jpg\";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:\"hippos-cranes-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:\"hippos-cranes-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:24:\"hippos-cranes-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2807,85,'_thumbnail_id','192'),(2808,193,'_wp_attached_file','2021/06/forest-buffalo.jpg'),(2809,193,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:26:\"2021/06/forest-buffalo.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"forest-buffalo-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"forest-buffalo-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:26:\"forest-buffalo-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:25:\"forest-buffalo-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2810,102,'_thumbnail_id','193'),(2811,194,'_wp_attached_file','2021/06/zebra.jpg'),(2812,194,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:17:\"2021/06/zebra.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"zebra-300x225.jpg\";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:17:\"zebra-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:17:\"zebra-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:16:\"zebra-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2813,98,'_thumbnail_id','194'),(2814,195,'_wp_attached_file','2021/06/kidepo-elephants.jpg'),(2815,195,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:28:\"2021/06/kidepo-elephants.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"kidepo-elephants-300x225.jpg\";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:28:\"kidepo-elephants-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:\"kidepo-elephants-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:27:\"kidepo-elephants-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2816,81,'_thumbnail_id','195'),(2817,196,'_wp_attached_file','2021/06/giraffe-trio.jpg'),(2818,196,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:24:\"2021/06/giraffe-trio.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"giraffe-trio-300x225.jpg\";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:24:\"giraffe-trio-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:\"giraffe-trio-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:23:\"giraffe-trio-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2819,107,'_thumbnail_id','196'),(2820,197,'_wp_attached_file','2021/06/elephant-safari-uganda.jpg'),(2821,197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:34:\"2021/06/elephant-safari-uganda.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"elephant-safari-uganda-300x225.jpg\";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:34:\"elephant-safari-uganda-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:34:\"elephant-safari-uganda-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:33:\"elephant-safari-uganda-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2822,101,'_thumbnail_id','197'),(2823,198,'_wp_attached_file','2021/06/topis-in-QENP.jpg'),(2824,198,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2021/06/topis-in-QENP.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"topis-in-QENP-300x225.jpg\";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:\"topis-in-QENP-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:\"topis-in-QENP-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:24:\"topis-in-QENP-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2825,88,'_thumbnail_id','198'),(2826,199,'_wp_attached_file','2021/06/antelope-lake-mburo.jpg'),(2827,199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2021/06/antelope-lake-mburo.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"antelope-lake-mburo-300x225.jpg\";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:31:\"antelope-lake-mburo-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:\"antelope-lake-mburo-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:30:\"antelope-lake-mburo-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;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:{}}}'),(2828,82,'_thumbnail_id','199'),(2829,106,'_thumbnail_id','70'),(2830,105,'_thumbnail_id','68'),(2831,104,'_thumbnail_id','176'),(2832,99,'_thumbnail_id','180'),(2833,97,'_thumbnail_id','67'),(2834,95,'_thumbnail_id','177'),(2835,89,'_thumbnail_id','69'),(2836,86,'_thumbnail_id','66'),(2837,59,'_thumbnail_id','180'),(2838,78,'_thumbnail_id','67'),(2839,80,'_thumbnail_id','68'),(2840,84,'_thumbnail_id','70'),(2841,2,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'e6ffd158f4d68e5d255ef8250f824c77b518f93f3e73910ed19faa033ecdf233\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-2\",\"original\":{\"globalConditionsResult\":true,\"background-image\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-looking-up.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\"},\"classes\":{\"0\":\"c-hero-4\"},\"activeselector\":\"c-hero-4\"}\'][ct_headline ct_sign_sha256=\'021c421afb5d2ce546b96242787bd45dc8dce8a1a0c96638b444d61ab379160e\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-2\",\"original\":{\"globalConditionsResult\":true,\"text-align\":\"right\"},\"classes\":{\"0\":\"c-h1\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-light\"}}\']Affordable &amp; Memorable Safaris &amp; Gorilla Treks<br>[/ct_headline][ct_link_2 ct_sign_sha256=\'8b65b3203f57fa322da84c885153f90c8b3d4a2bffe80daabece2dbe55bc6fb6\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"link-4-2\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/safaris/\",\"url_encoded\":\"true\",\"target\":\"\"},\"classes\":{\"0\":\"c-btn-main\",\"1\":\"c-transition\",\"2\":\"c-btn-l\"}}\'][ct_text_block ct_sign_sha256=\'cf71b898dae9611fe0fc869321dcae02f601532ff4ed56f9c9aa60a1d18af3c0\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"text_block-5-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-right-m\"}}\']Explore The Safaris<br>[/ct_text_block][ct_fancy_icon ct_sign_sha256=\'4093234ff6517d1bad1f14cd8beaeb80824775d03ac459d3b9d396b14864fc61\' ct_options=\'{\"ct_id\":6,\"ct_parent\":4,\"selector\":\"fancy_icon-6-2\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"Lineariconsicon-arrow-right\"},\"classes\":{\"0\":\"c-icon-light-m\"}}\'][/ct_fancy_icon][/ct_link_2][/ct_section][ct_section ct_sign_sha256=\'a0bd48c048e90c41e6c191cf3592dceef0be3e1c1af7d56d87cccba027fc404f\' ct_options=\'{\"ct_id\":17,\"ct_parent\":0,\"selector\":\"section-17-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"activeselector\":false,\"nicename\":\"2 Column  Image and features\"}\'][ct_div_block_2 ct_sign_sha256=\'a8840b5febf08221b8dba44e1201a3409b1fd32bbde3cbdb48902ee89de80b91\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"div_block-18-2\",\"original\":{\"globalConditionsResult\":true,\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"flex-start\",\"text-align\":\"left\"},\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"activeselector\":\"c-hero-4\",\"nicename\":\"Columns\"}\'][ct_image ct_sign_sha256=\'8b2aecfab24f091f9ffeb102861b112a748a75b2b661b31f0463af5fe375918a\' ct_options=\'{\"ct_id\":19,\"ct_parent\":18,\"selector\":\"image-19-2\",\"original\":{\"globalConditionsResult\":true,\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/mountain-gorilla-somber.jpg\"},\"activeselector\":false}\'][/ct_image][ct_div_block_3 ct_sign_sha256=\'818a21e1c85629154da80f6986a2eb424edbc5f4515be89c21e59b5f4d3443c5\' ct_options=\'{\"ct_id\":20,\"ct_parent\":18,\"selector\":\"div_block-20-2\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Content\"}\'][ct_headline ct_sign_sha256=\'531accdd17e66dc84d7128c1d9a0e764e2a6c14fc817e2c9c1744ae0ef7a410b\' ct_options=\'{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"headline-21-2\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-m\"},\"activeselector\":false}\']The [ct_span ct_sign_sha256=\'f6ca7dab7a4dc55507c26f71f0e09022ba204260625b4fcbd9557c3040c4b966\' ct_options=\'{\"ct_id\":22,\"ct_parent\":21,\"selector\":\"span-22-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-accent\"},\"activeselector\":\"c-accent\"}\']Number One[/ct_span] Gorilla Safari Company in Uganda, Rwanda &amp; DR Congo<br>[/ct_headline][ct_text_block ct_sign_sha256=\'5d47f59e3692d05c0b1c3b7391b160a1532d7c382a08ea781f94877ac0e99362\' ct_options=\'{\"ct_id\":23,\"ct_parent\":20,\"selector\":\"text_block-23-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"c-margin-bottom-l\"},\"activeselector\":false}\']Gorilla African Tours &amp; Travel offers you a lot of romance, fun and adventure and promises to lend you some of the most memorable times of your life.<br><br>Gorilla African Tours &amp; Travel offer affordable and memorable mountain gorilla trekking packages in Africa for all travelers for holiday, business, honeymoons and students.<br>[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'34bd03a618f9730888681fe0435cd8845b736382dc58a59e77de42e7ea1a5c72\' ct_options=\'{\"ct_id\":37,\"ct_parent\":0,\"selector\":\"section-37-2\",\"original\":{\"globalConditionsResult\":true,\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{\"0\":\"c-bg-light\"},\"activeselector\":false,\"nicename\":\"3 Column cards\"}\'][ct_headline ct_sign_sha256=\'3492a59650f83951181622910705b38c701a16979fbc44e9db1ff5ea2122f719\' ct_options=\'{\"ct_id\":38,\"ct_parent\":37,\"selector\":\"headline-38-2\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-m\"},\"activeselector\":\"c-hero-4\"}\']Featured Safaris<br>[/ct_headline][ct_text_block ct_sign_sha256=\'1846aa1238f764cee17f23a448642cef719a10fa57c24ed88a6278e60ddf20aa\' ct_options=\'{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"text_block-39-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"c-margin-bottom-l\"},\"activeselector\":false}\']It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout[/ct_text_block][oxy_posts_grid ct_sign_sha256=\'370b0e8a26e8351b306551739212339ab4c426730ab732f9c1b8a68cefea2df8\' ct_options=\'{\"ct_id\":56,\"ct_parent\":37,\"selector\":\"_posts_grid-56-2\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QgYy1zaGFkb3cgYy10cmFuc2l0aW9uIGMtY2FyZC1saWdodCBjLWNhcmQtb24taG92ZXInPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgPC9kaXY+ICAgICAgCgk8L2E+CiAgCgk8YSBjbGFzcz0nb3h5LXBvc3QtdGl0bGUnIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nPjw/cGhwIHRoZV90aXRsZSgpOyA/PjwvYT4KCgk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhJz4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1hdXRob3Igb3h5LXBvc3QtbWV0YS1pdGVtJz4KCQkJPD9waHAgZWNobyBnZXRfZmllbGQoICJkdXJhdGlvbiIgKS4iIGRheXMiOyA/PgoJCTwvZGl2PgoKCQk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhLWNvbW1lbnRzIG94eS1wb3N0LW1ldGEtaXRlbSc+CiAgICAgICAgICAgIDw/cGhwIAoKCQkJICAgICRjYXRfYXJyYXkgPSAoIGdldF90aGVfdGVybXMoIGdldF90aGVfSUQoKSwgJ2Rlc3RpbmF0aW9uJykgKTsgCgkJCSAgICAkY2F0X3N0ciA9IGFycmF5KCk7IAogICAgCgkJCSAgICBmb3JlYWNoICgkY2F0X2FycmF5IGFzICRjYXQpIHsgCgkJCSAgICAgICAgJGNhdF9zdHJbXSA9ICRjYXQtPm5hbWU7CgkJCSAgICB9CgkJCSAgICBlY2hvIGltcGxvZGUoIiwgIiwkY2F0X3N0cikgLiAnJzsgCgkJCT8+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkKCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlIGMtYnRuLW1haW4nPlJlYWQgTW9yZTwvYT4KCjwvZGl2Pg==\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGZsZXgtd3JhcDogd3JhcDsKfQoKJSVFUElEJSUgLm94eS1wb3N0IHsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47CiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuOwogIHRleHQtYWxpZ246IGxlZnQ7CiAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7CiAgbWFyZ2luOiAwIDVweCAzZW0gNXB4OwogIHdpZHRoOiAzMiU7CiAgcGFkZGluZzogMWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UgewogIG1hcmdpbi1ib3R0b206IDFlbTsKICBwb3NpdGlvbjogcmVsYXRpdmU7CiAgYmFja2dyb3VuZC1jb2xvcjogZ3JleTsKICBiYWNrZ3JvdW5kLWltYWdlOiByZXBlYXRpbmctbGluZWFyLWdyYWRpZW50KAogIDQ1ZGVnLAogICNlZWUsCiAgI2VlZSAxMHB4LAogICNkZGQgMTBweCwKICAjZGRkIDIwcHgpOwogIHdpZHRoOiAxMDAlOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8gewogIHBhZGRpbmctYm90dG9tOiA3MCU7CiAgYmFja2dyb3VuZC1zaXplOiBjb3ZlcjsKICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiBjZW50ZXIgY2VudGVyOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtdGl0bGUgewogIGZvbnQtc2l6ZTogMS41ZW07CiAgbGluZS1oZWlnaHQ6IDEuMmVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YSB7CiAgbWFyZ2luLXRvcDogMC41ZW07CiAgZm9udC1zaXplOiAuOGVtOwogIGRpc3BsYXk6IGZsZXg7CiAgZmxleC1kaXJlY3Rpb246IHJvdzsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTo6YWZ0ZXIgewoJY29udGVudDogIlwwMGI3IjsKCW1hcmdpbi1yaWdodDogLjVlbTsKCW1hcmdpbi1sZWZ0OiAuNWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YS1pdGVtOmxhc3QtY2hpbGQ6OmFmdGVyIHsKCWNvbnRlbnQ6ICIiOwoJZGlzcGxheTogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgewogIG1hcmdpbi10b3A6IDFlbTsKICBtYXJnaW4tYm90dG9tOiAxZW07Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1jb250ZW50IHAgewogIG1hcmdpbjogMDsKfQoKCgpAbWVkaWEgKG1heC13aWR0aDogMTEyMHB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgewogICAgZGlzcGxheTogbm9uZTsKICB9Cn0KCg==\",\"title_size\":\"\",\"title_size-unit\":\"px\",\"title_color\":\"\",\"title_hover_color\":\"\",\"meta_size\":\"\",\"meta_size-unit\":\"px\",\"meta_color\":\"\",\"content_size\":\"\",\"content_size-unit\":\"px\",\"content_color\":\"\",\"read_more_display_as\":\"button\",\"read_more_size\":\"0.8\",\"read_more_size-unit\":\"em\",\"read_more_text_color\":\"white\",\"read_more_text_hover_color\":\"\",\"read_more_button_color\":\"color(1)\",\"read_more_button_hover_color\":\"\",\"paginate_color\":\"\",\"paginate_alignment\":\"center\",\"paginate_link_color\":\"\",\"paginate_link_hover_color\":\"\",\"posts_5050_below\":\"tablet\",\"posts_100_below\":\"tablet\",\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"tour\"},\"query_taxonomies_any\":{},\"query_taxonomies_all\":{},\"query_authors\":{},\"query_all_posts\":\"false\",\"grid-column-count\":\"3\",\"grid-columns-auto-fit\":\"false\",\"grid-column-min-width-unit\":\"vw\",\"grid-justify-items\":\"center\",\"query_count\":\"6\",\"query_post_ids\":\"54,52,51,64,61,56\"},\"activeselector\":false}\'][/oxy_posts_grid][ct_link_button ct_sign_sha256=\'cb1343e74d6885c1e0c0a7927e13f93599f3496bf5db055bb97f522d30cfd35d\' ct_options=\'{\"ct_id\":59,\"ct_parent\":37,\"selector\":\"link_button-59-2\",\"original\":{\"url\":\"http://gorillaafricasafaris.com/safaris/\",\"target\":\"\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\"},\"activeselector\":false}\']Explore All Safaris[/ct_link_button][/ct_section][ct_section ct_sign_sha256=\'752430f5a0a0b47b112a20700282ca96ba66c59c02d1b55b6541b48ff4d831df\' ct_options=\'{\"ct_id\":71,\"ct_parent\":0,\"selector\":\"section-71-2\",\"nicename\":\"3 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'36b5e3541eab2e0128374b0b4200e484e3c2abcab94c096156327afd1db76ffe\' ct_options=\'{\"ct_id\":72,\"ct_parent\":71,\"selector\":\"div_block-72-2\",\"classes\":{\"0\":\"c-columns-3\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":\"c-hero-4\"}\'][ct_div_block_3 ct_sign_sha256=\'081e81ad4a20faf3cf45a5fd2a08cdafd49ee27e53601d5e7ba0dc104ca27f5c\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"div_block-73-2\"}\'][ct_headline ct_sign_sha256=\'0882d7341429256834b0e6b53dea8bf9711476ba3187350d5adb48fb4b9a58b2\' ct_options=\'{\"ct_id\":91,\"ct_parent\":73,\"selector\":\"headline-91-2\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']East Africa Safari Specialist<br>[/ct_headline][ct_text_block ct_sign_sha256=\'dabf5d94df30a666240956edb376c64990c2ab61a68e9bade21b5c721534dd6a\' ct_options=\'{\"ct_id\":93,\"ct_parent\":73,\"selector\":\"text_block-93-2\"}\']Gorilla Africa Safaris is one of the premier to companies in Uganda and Rwanda.<br><br><br>[/ct_text_block][ct_link_button ct_sign_sha256=\'4d7a5e5e2ee357131239033477a974d87a99aa2e586583f846d30f90346bb986\' ct_options=\'{\"ct_id\":105,\"ct_parent\":73,\"selector\":\"link_button-105-2\",\"original\":{\"url\":\"http://gorillaafricasafaris.com/contact/\",\"target\":\"\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\"},\"activeselector\":false}\']Enquire Now[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d695ffb01431df08665d20f3009df855320fcaff4462aef036104e1bcacc46bf\' ct_options=\'{\"ct_id\":74,\"ct_parent\":72,\"selector\":\"div_block-74-2\"}\'][ct_headline ct_sign_sha256=\'4d362fcaf9ea159ea819d8df358fa10b4a1bb8785e3a366fd38cb9a7e8a984f8\' ct_options=\'{\"ct_id\":76,\"ct_parent\":74,\"selector\":\"headline-76-2\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Rwanda[/ct_headline][ct_text_block ct_sign_sha256=\'1a03ccfe978f277c423859fe25fb15df6f7e517e354de255190d8a141128f8e8\' ct_options=\'{\"ct_id\":79,\"ct_parent\":74,\"selector\":\"text_block-79-2\"}\']In Rwanda , Volcanoes National Park is famous for mountain gorilla tours and chimpanzee tracking in Nyungwe National Park. <br><br>We also have adventurous canopy walk in Mgahinga Gorilla National Park (volcano climbing)  to find more of the 13 primate species that include vervet monkeys, colobus monkeys, golden monkeys, giant forest hog, etc.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d94cdce59dfabba6fe3aeb46e5b9ad15d2d352149cef8873f1113bbbbaf34db4\' ct_options=\'{\"ct_id\":75,\"ct_parent\":72,\"selector\":\"div_block-75-2\"}\'][ct_headline ct_sign_sha256=\'3e499e543040fe89d25a7deb6770f7e0e81873beafd8a9514e7fb7aa6032cc66\' ct_options=\'{\"ct_id\":81,\"ct_parent\":75,\"selector\":\"headline-81-2\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Uganda[/ct_headline][ct_text_block ct_sign_sha256=\'544391be7b3adb4968b32389152287c7cca08eaa6edc2f494caa140f851ec46f\' ct_options=\'{\"ct_id\":82,\"ct_parent\":75,\"selector\":\"text_block-82-2\"}\']Gorilla African Tours &amp; Travel gives you detailed information about all national parks in Uganda, wild animals, birds and tourist activities carried out in all parks.<br><br>Among their services offered include mountain gorilla trekking and other wildlife safaris, cultural trips as well as mountain hiking. <br><br>We shall offer budget gorilla trekking as well in Uganda.[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2842,2,'ct_builder_shortcodes_revisions_dates','1623401944'),(2843,45,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'489840d59834ff7b8d88bf4590406a9c72890cbe8d596bbbb68eb714f1c3236f\' ct_options=\'{\"ct_id\":72,\"ct_parent\":0,\"selector\":\"_header-72-45\",\"original\":{\"sticky-media\":\"tablet\",\"sticky_scroll_distance\":\"300\",\"globalConditionsResult\":true,\"sticky_header\":\"yes\",\"sticky_header_fade_in\":\"yes\",\"sticky_header_fade_in_speed\":\"0.6\",\"sticky-box-shadow\":\"0px 5px 20px -15px rgba(0,0,0,0.1);\"},\"classes\":{\"0\":\"c-shadow\",\"1\":\"c-header\"},\"nicename\":\"Header\",\"activeselector\":\"c-header\"}\'][oxy_header_row ct_sign_sha256=\'568dbd38456eae52a9ee2885a3a18a0b49019aac8f4b9f5c83220f068ce86e75\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"_header_row-73-45\",\"original\":{\"globalConditionsResult\":true,\"padding-top\":\"10\",\"padding-bottom\":\"10\",\"hide_in_sticky\":\"yes\",\"background-color\":\"color(3)\",\"hide-row\":\"tablet\"},\"classes\":{},\"nicename\":\"Subheader\"}\'][oxy_header_left ct_sign_sha256=\'57554cb60000c82eec36865e904aff3f304473fa7f9bbaaf208fe71a32b3f84b\' ct_options=\'{\"ct_id\":74,\"ct_parent\":73,\"selector\":\"_header_left-74-45\"}\'][ct_div_block_2 ct_sign_sha256=\'19c185d88b7419bf37015b8fa8bebd8245ffa76ea2266a471ed4cf25944ca1e6\' ct_options=\'{\"ct_id\":75,\"ct_parent\":74,\"selector\":\"div_block-75-45\",\"original\":{\"globalConditionsResult\":true,\"display\":\"flex\"},\"activeselector\":\"c-header-contact\",\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}}},\"nicename\":\"Contacts\",\"classes\":{\"0\":\"c-header-contact\"}}\'][ct_link_3 ct_sign_sha256=\'bcf166df4839700acabf95f251126dda99109057aec489f528ac2cda56bf1b23\' ct_options=\'{\"ct_id\":76,\"ct_parent\":75,\"selector\":\"link-76-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"mailto:\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-link-m\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"7\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d3d4d6165cbace3769cf7339b59cb47ef51c45338ed098108b88ee176edf795d\' ct_options=\'{\"ct_id\":77,\"ct_parent\":76,\"selector\":\"fancy_icon-77-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-envelope\"},\"classes\":{\"0\":\"c-icon-accent-m\",\"1\":\"c-margin-right-xs\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'bf465cab7c6823b6e79c147077336e54e118dc8bbf1024149827b0dbdccff015\' ct_options=\'{\"ct_id\":78,\"ct_parent\":76,\"selector\":\"text_block-78-45\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false}\']info@gorillaafricasafaris.com[/ct_text_block][/ct_link_3][ct_link_3 ct_sign_sha256=\'7baeba17cba2213cd449209ff3a6eca299b0e98a1964b281cd6c37891d4986fc\' ct_options=\'{\"ct_id\":79,\"ct_parent\":75,\"selector\":\"link-79-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"tel:\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-link-m\"}}\'][ct_fancy_icon ct_sign_sha256=\'484a6671c88991dd2f674fb71324b4d2a9407d343465febd70a3c06ce54eced6\' ct_options=\'{\"ct_id\":80,\"ct_parent\":79,\"selector\":\"fancy_icon-80-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-phone\"},\"classes\":{\"0\":\"c-icon-accent-m\",\"1\":\"c-margin-right-xs\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'98600a1600555c0cb10169842bf51934cbfe2fe4b287443e11eae5a61aa413a6\' ct_options=\'{\"ct_id\":81,\"ct_parent\":79,\"selector\":\"text_block-81-45\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false}\']+256 781516422[/ct_text_block][/ct_link_3][/ct_div_block_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'232fc2a82f2ff94a0473506aff39e4ba65f22d1ff370b7136a7085c3d2db2737\' ct_options=\'{\"ct_id\":82,\"ct_parent\":73,\"selector\":\"_header_center-82-45\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'047b719ff577c29e3abadd5f64567390b07ad725f64543ec52b5a24ad58c4278\' ct_options=\'{\"ct_id\":83,\"ct_parent\":73,\"selector\":\"_header_right-83-45\"}\'][ct_div_block_2 ct_sign_sha256=\'d9aae367279fcdfe23d1ff7dc96343a27b8feea5532d43f96d88fe53a53c29b1\' ct_options=\'{\"ct_id\":84,\"ct_parent\":83,\"selector\":\"div_block-84-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-inline\"},\"nicename\":\"Social Icons\"}\'][ct_link_3 ct_sign_sha256=\'62c1011db63d25e32a6f2608241f01e3fe679bc7341a6b3f71a72770f840c805\' ct_options=\'{\"ct_id\":85,\"ct_parent\":84,\"selector\":\"link-85-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'9792c1e08d8992b11a2a387c6e902ea7431ac45eefd9efa5146dc88ed6d6a86d\' ct_options=\'{\"ct_id\":86,\"ct_parent\":85,\"selector\":\"fancy_icon-86-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-facebook\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'b815191707a6797a67e6e3ef2c35d70ac87edcf4517aa2bbafdad3c428d3d0de\' ct_options=\'{\"ct_id\":87,\"ct_parent\":84,\"selector\":\"link-87-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'ea663881ac5a164ddafcf0217f6bc916651722a67f5cf5009defdb307a7e681c\' ct_options=\'{\"ct_id\":88,\"ct_parent\":87,\"selector\":\"fancy_icon-88-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-twitter\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'4490e6c0f86a68b748b318bed5035d1d4bbe81f3a424ba6e60c337f29349f66f\' ct_options=\'{\"ct_id\":89,\"ct_parent\":84,\"selector\":\"link-89-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'1088c105500411b13195bba8294b2dee9d3878a8f7e14a234ccd746979d8824e\' ct_options=\'{\"ct_id\":90,\"ct_parent\":89,\"selector\":\"fancy_icon-90-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-linkedin\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'f2e1089fbc00b88add45da1c3c7eec8cbcf93de1e3e8aaac2ddba271a96b2fe5\' ct_options=\'{\"ct_id\":91,\"ct_parent\":84,\"selector\":\"link-91-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'f3055a5c992f9ceb4041536312dcee296c3d30e4b6f712f1ada33f679cbf91b2\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"fancy_icon-92-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-youtube-play\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][/ct_div_block_2][/oxy_header_right][/oxy_header_row][oxy_header_row ct_sign_sha256=\'b47eb45416269c5b16f2019277a60e00965e23c61f9f4f2202390b6d4044a25a\' ct_options=\'{\"ct_id\":93,\"ct_parent\":72,\"selector\":\"_header_row-93-45\",\"original\":{\"globalConditionsResult\":true,\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"background-color\":\"color(5)\"},\"nicename\":\"Main Header\",\"activeselector\":false,\"classes\":{}}\'][oxy_header_left ct_sign_sha256=\'5066a6d28976f835974c4796f02c043df67fc1003cadea70d2530329da031c93\' ct_options=\'{\"ct_id\":94,\"ct_parent\":93,\"selector\":\"_header_left-94-45\"}\'][ct_link_2 ct_sign_sha256=\'d3836b0280a04905621692915c645c2e755f8cc99f38ae41a426a465aca0e17e\' ct_options=\'{\"ct_id\":95,\"ct_parent\":94,\"selector\":\"link-95-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com\",\"url_encoded\":\"true\"},\"nicename\":\"Logo\"}\'][ct_image ct_sign_sha256=\'bf3250a97eaf2b1e00214d8b88ff8166a141a6013afec2be8be602f98397e492\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"image-96-45\",\"original\":{\"globalConditionsResult\":true,\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/05/gorilla-african-tours-travel-logo.png\"},\"classes\":{},\"activeselector\":false}\'][/ct_image][/ct_link_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'c12d1cf91fe87ee4ae140dc7d4b28ab7aac334880793ab2be1889d4ed8b856cc\' ct_options=\'{\"ct_id\":97,\"ct_parent\":93,\"selector\":\"_header_center-97-45\"}\'][oxy-pro-menu ct_sign_sha256=\'3f2fa7545c3a39fc8a55fc720587405d6f396f4571afa8fc955a9311ae5df36f\' ct_options=\'{\"ct_id\":98,\"ct_parent\":97,\"selector\":\"-pro-menu-98-45\",\"original\":{\"globalConditionsResult\":true,\"menu_id\":\"2\",\"oxy-pro-menu_show_mobile_menu_below\":\"tablet\",\"oxy-pro-menu_orientation\":\"Horizontal\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\":\"14\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\":\"500\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\":\"color(10)\",\"oxy-pro-menu_menu_item_padding_padding-left\":\"20\",\"oxy-pro-menu_menu_item_padding_padding-right\":\"20\",\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\":\"color(1)\",\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\":\"0.6\",\"oxy-pro-menu_mobile_menu_open_icon\":\"Lineariconsicon-menu\",\"oxy-pro-menu_mobile_menu_open_icon_text\":\"\",\"oxy-pro-menu_mobile_menu_close_icon\":\"Lineariconsicon-cross\",\"oxy-pro-menu_mobile_menu_close_icon_text\":\"\",\"oxy-pro-menu_off_canvas\":\"false\",\"oxy-pro-menu_off_canvas_alignment\":\"left\",\"menu_off_canvas_animation\":\"fade-right\",\"oxy-pro-menu_dropdown-border-radius\":\"7\",\"menu_dropdown_animation\":\"fade\",\"oxy-pro-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\":\"0\",\"oxy-pro-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\":\"3\",\"oxy-pro-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\":\"10\",\"oxy-pro-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\":\"rgba(0,0,0,0.1)\",\"oxy-pro-menu_dropdown_child_item_padding_padding-top\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-left\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-right\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\":\"20\",\"oxy-pro-menu_dropdown_icon\":\"FontAwesomeicon-angle-down\",\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\":\"10\",\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\":\"5\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\":\"color(5)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\":\"color(3)\",\"oxy-pro-menu_show_dropdown_links_on_mobile\":\"toggle\",\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\":\"0.4\",\"oxy-pro-menu_menu_item_padding_padding-bottom\":\"5\",\"oxy-pro-menu_menu_item_padding_padding-top\":\"5\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\":\"color(10)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\":\"color(1)\",\"oxy-pro-menu_desktop_item_text_align\":\"Left\",\"text-transform\":\"uppercase\"},\"hover\":{\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\":\"color(1)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\":\"color(3)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\":\"color(1)\"},\"media\":{\"tablet\":{\"original\":{\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\":\"30\",\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\":\"0.7\",\"order\":\"-1\",\"flex-shrink\":\"1\",\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\":\"0\",\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\":\"15\",\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\":\"4\",\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\":\"30\",\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\":\"4\",\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\":\"0.6\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width\":\"75\",\"oxy-pro-menu_mobile_item_text_align\":\"Center\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width-unit\":\"%\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width-unit\":\"%\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":{\"0\":\"global\",\"1\":\"Display\"},\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"30\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"600\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"1.8\",\"oxy-pro-menu_mobile_menu_item_padding_padding-top\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-left\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-right\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\":\"10\",\"oxy-pro-menu_dropdown_icon_size\":\"35\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\":\"2\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\":\"rgba(0,0,0,0)\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_color\":\"color(2)\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width\":\"80\"}}},\"nicename\":\"Menu\"}\'][/oxy-pro-menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'2ec10c418fc5d08b5e3c7cdb0a40fb0784d01648d3702e5aebbc4054bb7afadf\' ct_options=\'{\"ct_id\":99,\"ct_parent\":93,\"selector\":\"_header_right-99-45\"}\'][ct_link_text ct_sign_sha256=\'ce9dd935d80049b7678273ce88cded73a7d9bd8081e57295a221ac793cd779cb\' ct_options=\'{\"ct_id\":100,\"ct_parent\":99,\"selector\":\"link_text-100-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/reservations/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\",\"1\":\"c-transition\",\"2\":\"c-btn-m\"},\"activeselector\":false,\"nicename\":\"CTA\"}\']Book Now[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content ct_sign_sha256=\'2e04f16a4375128fc9ea35f971fb75f98bb78e7075b51d206be581388a6ce002\' ct_options=\'{\"ct_id\":27,\"ct_parent\":\"0\",\"selector\":\"inner_content-27-45\"}\'][/ct_inner_content][ct_section ct_sign_sha256=\'ac677f6731ab2d5ff520cf3fc0654d2375b9a0432fce96e93668a6511197af1a\' ct_options=\'{\"ct_id\":28,\"ct_parent\":0,\"selector\":\"section-28-45\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"footer\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"classes\":{\"0\":\"c-bg-dark\"}}\'][ct_div_block_2 ct_sign_sha256=\'28347ca2340cae7b32851a312a3eac19e67dff6d9070bba417adc62b03ff85f2\' ct_options=\'{\"ct_id\":30,\"ct_parent\":28,\"selector\":\"div_block-30-45\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Columns\",\"classes\":{\"0\":\"c-columns-l-2\",\"1\":\"c-columns-gap-l\",\"2\":\"c-margin-bottom-m\",\"3\":\"c-columns-5\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'62c300a7ea52b4c0b1b00d9de80eeed8ff89d606022df64f08f01718279068e0\' ct_options=\'{\"ct_id\":31,\"ct_parent\":30,\"selector\":\"div_block-31-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-col-span-2\"},\"nicename\":\"Wide column\"}\'][ct_headline ct_sign_sha256=\'864a4d820b22f930590e6158bca019cdd2899c0efac8c4961ece785a04d8ac9d\' ct_options=\'{\"ct_id\":32,\"ct_parent\":31,\"selector\":\"headline-32-45\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h4\",\"max-width\":\"350\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-light\"}}\']Gorilla African Tours &amp; Travel offers you romance, fun and adventure and promises to provide you with the most memorable times of your life.<br>[/ct_headline][ct_div_block_4 ct_sign_sha256=\'b1d5297a8888437ee97152424f1d7001808525e2197adbccf09a781b9851ad17\' ct_options=\'{\"ct_id\":33,\"ct_parent\":31,\"selector\":\"div_block-33-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-inline\"}}\'][ct_link_5 ct_sign_sha256=\'3d99fc4e7d9e8aef72f1de4c3d8957fafdf33e6146acdf962479265946ba588b\' ct_options=\'{\"ct_id\":34,\"ct_parent\":33,\"selector\":\"link-34-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'470f4f276d64b6151172edc3d10ab7cf406690631c313ae65812c732bf4e2706\' ct_options=\'{\"ct_id\":35,\"ct_parent\":34,\"selector\":\"fancy_icon-35-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-facebook-square\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'efff8bd122a42432c0acf8e71a53a173640835e46d817702cae0707f3245baae\' ct_options=\'{\"ct_id\":36,\"ct_parent\":33,\"selector\":\"link-36-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'0c6e93ece9d3ac36a71c6a6bbe3337e289a6fdc5f778132db287c5b2f69ccf40\' ct_options=\'{\"ct_id\":37,\"ct_parent\":36,\"selector\":\"fancy_icon-37-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-instagram\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'29a3fb6d59f75eb948d9b44feb49e83977d685db31608a962be56e6dbe884a90\' ct_options=\'{\"ct_id\":38,\"ct_parent\":33,\"selector\":\"link-38-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'71663c25635fdda328da25051c82c97ccdc4f2aa18b823bf2cbd2369e5c4528f\' ct_options=\'{\"ct_id\":39,\"ct_parent\":38,\"selector\":\"fancy_icon-39-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-twitter-square\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'22c305fb137189935f79d64da0144c43e47dce1680c410fc49139db24c5d8cdf\' ct_options=\'{\"ct_id\":40,\"ct_parent\":33,\"selector\":\"link-40-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'23bf8584f9b01f3209b592af25ab84e9deebaa6d2386b5d1aae5b1b9bc021b63\' ct_options=\'{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"fancy_icon-41-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-youtube-play\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'6ac7150e2abd6274a79aa2f5f9c235bd7af07ec3a72d347315c84fc54bad85ad\' ct_options=\'{\"ct_id\":50,\"ct_parent\":30,\"selector\":\"div_block-50-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'979bd3db35d296227697d630a9eacd8261e4f1e24a6b34d9c38cbc399f27d96f\' ct_options=\'{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"text_block-51-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Safaris[/ct_text_block][ct_link_text ct_sign_sha256=\'2bcc1577a11febb83c9ad34ac51435586495542b401c69f3742e4b95197cfc4d\' ct_options=\'{\"ct_id\":52,\"ct_parent\":50,\"selector\":\"link_text-52-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/safaris/uganda-safaris/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']Uganda Safaris[/ct_link_text][ct_link_text ct_sign_sha256=\'4a05b8f9d942f419ae17e6000f59441e83d15361c77ab4bdad2a380659c4bb54\' ct_options=\'{\"ct_id\":53,\"ct_parent\":50,\"selector\":\"link_text-53-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/safaris/rwanda-safaris/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']Rwanda Safaris[/ct_link_text][ct_link_text ct_sign_sha256=\'ed0e8b0bf446f09d2657b15e0f7a631d1072c515facb27bcec956ac58003acf4\' ct_options=\'{\"ct_id\":121,\"ct_parent\":50,\"selector\":\"link_text-121-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/safaris/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"},\"activeselector\":false}\']All Safaris[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a3bbdbf551e6e34af5d2257c1cbbcfd7fa4b7b7942f02320a551c6ad86c48154\' ct_options=\'{\"ct_id\":57,\"ct_parent\":30,\"selector\":\"div_block-57-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'2e480f01f3335e484f1734d7e3ab43c359ad096b504787277c04302f069ea39e\' ct_options=\'{\"ct_id\":58,\"ct_parent\":57,\"selector\":\"text_block-58-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Travel<br>[/ct_text_block][ct_link_text ct_sign_sha256=\'4801f51aefd206fa0677c5b9b9271a99e7f610f64ff0df2927349b9a38b3323b\' ct_options=\'{\"ct_id\":59,\"ct_parent\":57,\"selector\":\"link_text-59-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/about-us/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']About Us[/ct_link_text][ct_link_text ct_sign_sha256=\'1419e1ec7a1360d25a29ac361f8b43e19dbc203b1f417c6b0d90200b3140bd59\' ct_options=\'{\"ct_id\":117,\"ct_parent\":57,\"selector\":\"link_text-117-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/travel-information/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"},\"activeselector\":false}\']Travel Tips[/ct_link_text][ct_link_text ct_sign_sha256=\'35ace7fe9189dced1c9f7cce4ea1d979e2e775b2d1fe5dd90a4a79d14f1d4050\' ct_options=\'{\"ct_id\":60,\"ct_parent\":57,\"selector\":\"link_text-60-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/accommodation/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']Accommodation[/ct_link_text][ct_link_text ct_sign_sha256=\'de1c013006eceda02641aff6fcbeb1693fa79dcf431a1e87244a4f75ea06a99d\' ct_options=\'{\"ct_id\":61,\"ct_parent\":57,\"selector\":\"link_text-61-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/bird-watching/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']Birdwatching[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'84300c13974874bb7779d85a55c00f6dbdd6f840af3f363e387a976396a527ca\' ct_options=\'{\"ct_id\":64,\"ct_parent\":30,\"selector\":\"div_block-64-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'c50b276c1288f384c4d9523473e00ff9ecb236575c62fafda1b8d03a0dbf5e5d\' ct_options=\'{\"ct_id\":65,\"ct_parent\":64,\"selector\":\"text_block-65-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Contact Us<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'804f8420c33c9f94bf0182cde549da74439c976e6ba2e8aa06b2336d1987801d\' ct_options=\'{\"ct_id\":105,\"ct_parent\":64,\"selector\":\"text_block-105-45\",\"classes\":{\"0\":\"c-footer-link-light\"},\"activeselector\":\"c-footer-link-light\"}\']P.O. Box, 7574. Kampala, Uganda<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'65432377a3e2748daebf54bec68830712fde2d7e1c46ea212b887cab60fcefb9\' ct_options=\'{\"ct_id\":107,\"ct_parent\":64,\"selector\":\"text_block-107-45\",\"classes\":{\"0\":\"c-footer-link-light\"},\"activeselector\":\"c-footer-link-light\"}\']+256&nbsp; (0) 781 516 422<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'52d0e7e0bd6780194eebf17de2a5c43e175236ff0202cddf59c84c6ac4679271\' ct_options=\'{\"ct_id\":109,\"ct_parent\":64,\"selector\":\"text_block-109-45\",\"classes\":{\"0\":\"c-footer-link-light\"},\"activeselector\":\"c-footer-link-light\"}\']+256&nbsp; (0) 702 238 922<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'e16adde42b184b49b06a7b1a434a1fe7a466d417e9bf7673a12a213095d8704b\' ct_options=\'{\"ct_id\":111,\"ct_parent\":64,\"selector\":\"text_block-111-45\",\"classes\":{\"0\":\"c-footer-link-light\"},\"activeselector\":\"c-footer-link-light\"}\']info@gorillaafricasafaris.com[/ct_text_block][/ct_div_block_3][/ct_div_block_2][ct_text_block ct_sign_sha256=\'6c6d46d39c8594bc1f0c229b465b66eeaa51d934c695427fdf0473bccfd3d7ed\' ct_options=\'{\"ct_id\":71,\"ct_parent\":28,\"selector\":\"text_block-71-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-s\",\"1\":\"c-text-light\"},\"nicename\":\"Copyright\"}\']Copyright © 2020 Gorilla African Tours &amp; Travel[/ct_text_block][/ct_section]'),(2844,45,'ct_builder_shortcodes_revisions_dates','1623402471'),(2845,18,'ct_builder_shortcodes_revisions','[ct_reusable ct_sign_sha256=\'ed20a04b60e0223452a20154d88c85591d62dec4eaf3b3286cecec0ed2ee5d38\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-148-18\",\"ct_id\":148,\"ct_parent\":0}\'][/ct_reusable][ct_div_block ct_sign_sha256=\'d929da2049b355d22e39ed12aa232f142c5b74c2187c58fed96dc6773716bee2\' ct_options=\'{\"nicename\":\"Blog Archive 2\",\"selector\":\"div_block-2-18\",\"ct_id\":2,\"ct_parent\":0}\'][ct_code_block ct_sign_sha256=\'5861d744bcf0a2fe30ff0a8c0a5e734ee454b5a83fe9eedcb45846b6e50ef3a0\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"code_block-3-18\",\"original\":{\"code-css\":\"ZGl2Lm94eS1yZXBlYXRlci1wYWdlcywgZGl2Lm94eS1yZXBlYXRlci1wYWdlcy13cmFwIHsKZ3JpZC1jb2x1bW46IDEgLyAtMTsKfQ==\",\"code-php\":\"PD9waHAKaWYgKCBnZXRfcXVlcnlfdmFyKCdwYWdlZCcpICkgeyAkcGFnZWQgPSBnZXRfcXVlcnlfdmFyKCdwYWdlZCcpOyB9CmVsc2VpZiAoIGdldF9xdWVyeV92YXIoJ3BhZ2UnKSApIHsgJHBhZ2VkID0gZ2V0X3F1ZXJ5X3ZhcigncGFnZScpOyB9CmVsc2UgeyAkcGFnZWQgPSAxOyB9CnF1ZXJ5X3Bvc3RzKCdwb3N0c19wZXJfcGFnZT0xMiZwYWdlZD0nIC4gJHBhZ2VkKTsKPz4=\"},\"nicename\":\"CSS Fix for the pagination\"}\'][/ct_code_block][ct_section_2 ct_sign_sha256=\'69d5b7bd8eaac4735ec46c089cad1a625c362380dfca5eed2b81d71a461fd1ad\' ct_options=\'{\"ct_id\":92,\"ct_parent\":\"2\",\"selector\":\"section-92-18\"}\'][oxy_posts_grid ct_sign_sha256=\'8afa804c2e2c7c74d7cf72c897d190916338e4b4dc17d65bc67d2436f63f694a\' ct_options=\'{\"ct_id\":93,\"ct_parent\":92,\"selector\":\"_posts_grid-93-18\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QgYy1zaGFkb3cgYy10cmFuc2l0aW9uIGMtY2FyZC1saWdodCBjLWNhcmQtb24taG92ZXInPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgPC9kaXY+ICAgICAgCgk8L2E+CiAgCgk8YSBjbGFzcz0nb3h5LXBvc3QtdGl0bGUnIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nPjw/cGhwIHRoZV90aXRsZSgpOyA/PjwvYT4KCgk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhJz4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1hdXRob3Igb3h5LXBvc3QtbWV0YS1pdGVtJz4KCQkJPD9waHAgZWNobyBnZXRfZmllbGQoICJkdXJhdGlvbiIgKS4iIGRheXMiOyA/PgoJCTwvZGl2PgoKCQk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhLWNvbW1lbnRzIG94eS1wb3N0LW1ldGEtaXRlbSc+CiAgICAgICAgICAgIDw/cGhwIAoKCQkJICAgICRjYXRfYXJyYXkgPSAoIGdldF90aGVfdGVybXMoIGdldF90aGVfSUQoKSwgJ2Rlc3RpbmF0aW9uJykgKTsgCgkJCSAgICAkY2F0X3N0ciA9IGFycmF5KCk7IAogICAgCgkJCSAgICBmb3JlYWNoICgkY2F0X2FycmF5IGFzICRjYXQpIHsgCgkJCSAgICAgICAgJGNhdF9zdHJbXSA9ICRjYXQtPm5hbWU7CgkJCSAgICB9CgkJCSAgICBlY2hvIGltcGxvZGUoIiwgIiwkY2F0X3N0cikgLiAnJzsgCgkJCT8+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkKCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlIGMtYnRuLW1haW4nPlJlYWQgTW9yZTwvYT4KCjwvZGl2Pg==\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGZsZXgtd3JhcDogd3JhcDsKfQoKJSVFUElEJSUgLm94eS1wb3N0IHsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47CiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuOwogIHRleHQtYWxpZ246IGxlZnQ7CiAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7CiAgbWFyZ2luOiAwIDVweCAzZW0gNXB4OwogIHdpZHRoOiAzMiU7CiAgcGFkZGluZzogMWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UgewogIG1hcmdpbi1ib3R0b206IDFlbTsKICBwb3NpdGlvbjogcmVsYXRpdmU7CiAgYmFja2dyb3VuZC1jb2xvcjogZ3JleTsKICBiYWNrZ3JvdW5kLWltYWdlOiByZXBlYXRpbmctbGluZWFyLWdyYWRpZW50KAogIDQ1ZGVnLAogICNlZWUsCiAgI2VlZSAxMHB4LAogICNkZGQgMTBweCwKICAjZGRkIDIwcHgpOwogIHdpZHRoOiAxMDAlOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8gewogIHBhZGRpbmctYm90dG9tOiA3MCU7CiAgYmFja2dyb3VuZC1zaXplOiBjb3ZlcjsKICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiBjZW50ZXIgY2VudGVyOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtdGl0bGUgewogIGZvbnQtc2l6ZTogMS41ZW07CiAgbGluZS1oZWlnaHQ6IDEuMmVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YSB7CiAgbWFyZ2luLXRvcDogMC41ZW07CiAgZm9udC1zaXplOiAuOGVtOwogIGRpc3BsYXk6IGZsZXg7CiAgZmxleC1kaXJlY3Rpb246IHJvdzsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTo6YWZ0ZXIgewoJY29udGVudDogIlwwMGI3IjsKCW1hcmdpbi1yaWdodDogLjVlbTsKCW1hcmdpbi1sZWZ0OiAuNWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YS1pdGVtOmxhc3QtY2hpbGQ6OmFmdGVyIHsKCWNvbnRlbnQ6ICIiOwoJZGlzcGxheTogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgewogIG1hcmdpbi10b3A6IDFlbTsKICBtYXJnaW4tYm90dG9tOiAxZW07Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1jb250ZW50IHAgewogIG1hcmdpbjogMDsKfQoKCgpAbWVkaWEgKG1heC13aWR0aDogMTEyMHB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgewogICAgZGlzcGxheTogbm9uZTsKICB9Cn0KCg==\",\"title_size\":\"\",\"title_size-unit\":\"px\",\"title_color\":\"\",\"title_hover_color\":\"\",\"meta_size\":\"\",\"meta_size-unit\":\"px\",\"meta_color\":\"\",\"content_size\":\"\",\"content_size-unit\":\"px\",\"content_color\":\"\",\"read_more_display_as\":\"button\",\"read_more_size\":\"0.8\",\"read_more_size-unit\":\"em\",\"read_more_text_color\":\"white\",\"read_more_text_hover_color\":\"\",\"read_more_button_color\":\"color(1)\",\"read_more_button_hover_color\":\"\",\"paginate_color\":\"\",\"paginate_alignment\":\"center\",\"paginate_link_color\":\"\",\"paginate_link_hover_color\":\"\",\"posts_5050_below\":\"tablet\",\"posts_100_below\":\"tablet\",\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"tour\"},\"query_taxonomies_any\":{},\"query_taxonomies_all\":{},\"query_authors\":{},\"query_all_posts\":\"true\",\"grid-column-count\":\"3\",\"grid-columns-auto-fit\":\"false\",\"grid-column-min-width-unit\":\"vw\",\"grid-justify-items\":\"center\"},\"activeselector\":false}\'][/oxy_posts_grid][/ct_section_2][ct_div_block_2 ct_sign_sha256=\'103a387ac794a2e9e3775db2b576cd2100ca3ca6f6e141afe8d685bbbd0a600e\' ct_options=\'{\"nicename\":\"Blog Archive 2\",\"selector\":\"div_block-95-18\",\"ct_id\":95,\"ct_parent\":2}\'][ct_code_block ct_sign_sha256=\'ef05b9767dfc07e8a4613a65fac39deeacda4f2899a08b6ff73995aecd2b8750\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"code_block-96-18\",\"original\":{\"code-css\":\"ZGl2Lm94eS1yZXBlYXRlci1wYWdlcywgZGl2Lm94eS1yZXBlYXRlci1wYWdlcy13cmFwIHsKZ3JpZC1jb2x1bW46IDEgLyAtMTsKfQ==\",\"code-php\":\"PD9waHAKCS8vIGVjaG8gImhlbGxvIHdvcmxkISI7Cj8+\"},\"nicename\":\"CSS Fix for the pagination\"}\'][/ct_code_block][/ct_div_block_2][/ct_div_block]'),(2846,18,'ct_builder_shortcodes_revisions_dates','1623402592'),(2847,20,'ct_builder_shortcodes_revisions','[ct_reusable ct_sign_sha256=\'e3a775bd726e040583aaf05201ac5397638d75c3ce5e3e19a680ff6736056741\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-2-20\",\"ct_id\":2,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'7334e1ef88b3e5980e202fe00c88dbfd1a884b5feda125abb9e310643f767369\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-20\"}\'][oxy_posts_grid ct_sign_sha256=\'eba8beac0ff991fc726b0753b7e22dea8be7e0210ca9f5dcd00c54731865778e\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"_posts_grid-4-20\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QgYy1zaGFkb3cgYy10cmFuc2l0aW9uIGMtY2FyZC1saWdodCBjLWNhcmQtb24taG92ZXInPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgPC9kaXY+ICAgICAgCgk8L2E+CiAgCgk8YSBjbGFzcz0nb3h5LXBvc3QtdGl0bGUnIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nPjw/cGhwIHRoZV90aXRsZSgpOyA/PjwvYT4KCgk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhJz4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1hdXRob3Igb3h5LXBvc3QtbWV0YS1pdGVtJz4KCQkJPD9waHAgZWNobyBnZXRfZmllbGQoICJkdXJhdGlvbiIgKS4iIGRheXMiOyA/PgoJCTwvZGl2PgoKCQk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhLWNvbW1lbnRzIG94eS1wb3N0LW1ldGEtaXRlbSc+CiAgICAgICAgICAgIDw/cGhwIAoKCQkJICAgICRjYXRfYXJyYXkgPSAoIGdldF90aGVfdGVybXMoIGdldF90aGVfSUQoKSwgJ2Rlc3RpbmF0aW9uJykgKTsgCgkJCSAgICAkY2F0X3N0ciA9IGFycmF5KCk7IAogICAgCgkJCSAgICBmb3JlYWNoICgkY2F0X2FycmF5IGFzICRjYXQpIHsgCgkJCSAgICAgICAgJGNhdF9zdHJbXSA9ICRjYXQtPm5hbWU7CgkJCSAgICB9CgkJCSAgICBlY2hvIGltcGxvZGUoIiwgIiwkY2F0X3N0cikgLiAnJzsgCgkJCT8+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkKCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlIGMtYnRuLW1haW4nPlJlYWQgTW9yZTwvYT4KCjwvZGl2Pg==\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGZsZXgtd3JhcDogd3JhcDsKfQoKJSVFUElEJSUgLm94eS1wb3N0IHsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47CiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuOwogIHRleHQtYWxpZ246IGxlZnQ7CiAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7CiAgbWFyZ2luOiAwIDVweCAzZW0gNXB4OwogIHdpZHRoOiAzMiU7CiAgcGFkZGluZzogMWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UgewogIG1hcmdpbi1ib3R0b206IDFlbTsKICBwb3NpdGlvbjogcmVsYXRpdmU7CiAgYmFja2dyb3VuZC1jb2xvcjogZ3JleTsKICBiYWNrZ3JvdW5kLWltYWdlOiByZXBlYXRpbmctbGluZWFyLWdyYWRpZW50KAogIDQ1ZGVnLAogICNlZWUsCiAgI2VlZSAxMHB4LAogICNkZGQgMTBweCwKICAjZGRkIDIwcHgpOwogIHdpZHRoOiAxMDAlOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8gewogIHBhZGRpbmctYm90dG9tOiA3MCU7CiAgYmFja2dyb3VuZC1zaXplOiBjb3ZlcjsKICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiBjZW50ZXIgY2VudGVyOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtdGl0bGUgewogIGZvbnQtc2l6ZTogMS41ZW07CiAgbGluZS1oZWlnaHQ6IDEuMmVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YSB7CiAgbWFyZ2luLXRvcDogMC41ZW07CiAgZm9udC1zaXplOiAuOGVtOwogIGRpc3BsYXk6IGZsZXg7CiAgZmxleC1kaXJlY3Rpb246IHJvdzsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTo6YWZ0ZXIgewoJY29udGVudDogIlwwMGI3IjsKCW1hcmdpbi1yaWdodDogLjVlbTsKCW1hcmdpbi1sZWZ0OiAuNWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YS1pdGVtOmxhc3QtY2hpbGQ6OmFmdGVyIHsKCWNvbnRlbnQ6ICIiOwoJZGlzcGxheTogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgewogIG1hcmdpbi10b3A6IDFlbTsKICBtYXJnaW4tYm90dG9tOiAxZW07Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1jb250ZW50IHAgewogIG1hcmdpbjogMDsKfQoKCgpAbWVkaWEgKG1heC13aWR0aDogMTEyMHB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgewogICAgZGlzcGxheTogbm9uZTsKICB9Cn0KCg==\",\"title_size\":\"\",\"title_size-unit\":\"px\",\"title_color\":\"\",\"title_hover_color\":\"\",\"meta_size\":\"\",\"meta_size-unit\":\"px\",\"meta_color\":\"\",\"content_size\":\"\",\"content_size-unit\":\"px\",\"content_color\":\"\",\"read_more_display_as\":\"button\",\"read_more_size\":\"0.8\",\"read_more_size-unit\":\"em\",\"read_more_text_color\":\"white\",\"read_more_text_hover_color\":\"\",\"read_more_button_color\":\"color(1)\",\"read_more_button_hover_color\":\"\",\"paginate_color\":\"\",\"paginate_alignment\":\"center\",\"paginate_link_color\":\"\",\"paginate_link_hover_color\":\"\",\"posts_5050_below\":\"tablet\",\"posts_100_below\":\"tablet\",\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"tour\"},\"query_taxonomies_any\":{},\"query_taxonomies_all\":{},\"query_authors\":{},\"query_all_posts\":\"true\",\"grid-column-count\":\"3\",\"grid-columns-auto-fit\":\"false\",\"grid-column-min-width-unit\":\"vw\",\"grid-justify-items\":\"center\"},\"activeselector\":false}\'][/oxy_posts_grid][/ct_section]'),(2848,20,'ct_builder_shortcodes_revisions_dates','1623402687'),(2849,22,'ct_builder_shortcodes_revisions','[ct_reusable ct_sign_sha256=\'2c0330566ef3c1e5bd3f7029416762c041ce5874c4e924703da2babca167ac81\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-2-22\",\"ct_id\":2,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'ae0bcc48ecbfe0eda43fd8f3bd69eb30044aced7a7cb350c22878f3ca49650e1\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-22\"}\'][oxy_posts_grid ct_sign_sha256=\'1b9fffa20f076d89f0353b09649715a418a9be539b7365499987cfb60366a907\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"_posts_grid-4-22\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QgYy1zaGFkb3cgYy10cmFuc2l0aW9uIGMtY2FyZC1saWdodCBjLWNhcmQtb24taG92ZXInPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgPC9kaXY+ICAgICAgCgk8L2E+CiAgCgk8YSBjbGFzcz0nb3h5LXBvc3QtdGl0bGUnIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nPjw/cGhwIHRoZV90aXRsZSgpOyA/PjwvYT4KCgk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhJz4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1hdXRob3Igb3h5LXBvc3QtbWV0YS1pdGVtJz4KCQkJPD9waHAgZWNobyBnZXRfZmllbGQoICJkdXJhdGlvbiIgKS4iIGRheXMiOyA/PgoJCTwvZGl2PgoKCQk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhLWNvbW1lbnRzIG94eS1wb3N0LW1ldGEtaXRlbSc+CiAgICAgICAgICAgIDw/cGhwIAoKCQkJICAgICRjYXRfYXJyYXkgPSAoIGdldF90aGVfdGVybXMoIGdldF90aGVfSUQoKSwgJ2Rlc3RpbmF0aW9uJykgKTsgCgkJCSAgICAkY2F0X3N0ciA9IGFycmF5KCk7IAogICAgCgkJCSAgICBmb3JlYWNoICgkY2F0X2FycmF5IGFzICRjYXQpIHsgCgkJCSAgICAgICAgJGNhdF9zdHJbXSA9ICRjYXQtPm5hbWU7CgkJCSAgICB9CgkJCSAgICBlY2hvIGltcGxvZGUoIiwgIiwkY2F0X3N0cikgLiAnJzsgCgkJCT8+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkKCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlIGMtYnRuLW1haW4nPlJlYWQgTW9yZTwvYT4KCjwvZGl2Pg==\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGZsZXgtd3JhcDogd3JhcDsKfQoKJSVFUElEJSUgLm94eS1wb3N0IHsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47CiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuOwogIHRleHQtYWxpZ246IGxlZnQ7CiAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7CiAgbWFyZ2luOiAwIDVweCAzZW0gNXB4OwogIHdpZHRoOiAzMiU7CiAgcGFkZGluZzogMWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UgewogIG1hcmdpbi1ib3R0b206IDFlbTsKICBwb3NpdGlvbjogcmVsYXRpdmU7CiAgYmFja2dyb3VuZC1jb2xvcjogZ3JleTsKICBiYWNrZ3JvdW5kLWltYWdlOiByZXBlYXRpbmctbGluZWFyLWdyYWRpZW50KAogIDQ1ZGVnLAogICNlZWUsCiAgI2VlZSAxMHB4LAogICNkZGQgMTBweCwKICAjZGRkIDIwcHgpOwogIHdpZHRoOiAxMDAlOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8gewogIHBhZGRpbmctYm90dG9tOiA3MCU7CiAgYmFja2dyb3VuZC1zaXplOiBjb3ZlcjsKICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiBjZW50ZXIgY2VudGVyOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtdGl0bGUgewogIGZvbnQtc2l6ZTogMS41ZW07CiAgbGluZS1oZWlnaHQ6IDEuMmVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YSB7CiAgbWFyZ2luLXRvcDogMC41ZW07CiAgZm9udC1zaXplOiAuOGVtOwogIGRpc3BsYXk6IGZsZXg7CiAgZmxleC1kaXJlY3Rpb246IHJvdzsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTo6YWZ0ZXIgewoJY29udGVudDogIlwwMGI3IjsKCW1hcmdpbi1yaWdodDogLjVlbTsKCW1hcmdpbi1sZWZ0OiAuNWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YS1pdGVtOmxhc3QtY2hpbGQ6OmFmdGVyIHsKCWNvbnRlbnQ6ICIiOwoJZGlzcGxheTogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgewogIG1hcmdpbi10b3A6IDFlbTsKICBtYXJnaW4tYm90dG9tOiAxZW07Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1jb250ZW50IHAgewogIG1hcmdpbjogMDsKfQoKCgpAbWVkaWEgKG1heC13aWR0aDogMTEyMHB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgewogICAgZGlzcGxheTogbm9uZTsKICB9Cn0KCg==\",\"title_size\":\"\",\"title_size-unit\":\"px\",\"title_color\":\"\",\"title_hover_color\":\"\",\"meta_size\":\"\",\"meta_size-unit\":\"px\",\"meta_color\":\"\",\"content_size\":\"\",\"content_size-unit\":\"px\",\"content_color\":\"\",\"read_more_display_as\":\"button\",\"read_more_size\":\"0.8\",\"read_more_size-unit\":\"em\",\"read_more_text_color\":\"white\",\"read_more_text_hover_color\":\"\",\"read_more_button_color\":\"color(1)\",\"read_more_button_hover_color\":\"\",\"paginate_color\":\"\",\"paginate_alignment\":\"center\",\"paginate_link_color\":\"\",\"paginate_link_hover_color\":\"\",\"posts_5050_below\":\"tablet\",\"posts_100_below\":\"tablet\",\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"tour\"},\"query_taxonomies_any\":{},\"query_taxonomies_all\":{\"0\":\"destination,3\"},\"query_authors\":{},\"query_all_posts\":\"true\",\"grid-column-count\":\"3\",\"grid-columns-auto-fit\":\"false\",\"grid-column-min-width-unit\":\"vw\",\"grid-justify-items\":\"center\"},\"activeselector\":false}\'][/oxy_posts_grid][/ct_section]'),(2850,22,'ct_builder_shortcodes_revisions_dates','1623402752'),(2851,201,'entry_form','form_60b9d00f52460'),(2852,201,'entry_submission_date','2021-06-11 09:58:46'),(2853,201,'enquiry_name','David Brown'),(2854,201,'_enquiry_name','field_60b9d0b2b67a1'),(2855,201,'enquiry_email','pangono@gmail.com'),(2856,201,'_enquiry_email','field_60b9d0d5b67a2'),(2857,201,'enquiry_message','Test of enquiry form.'),(2858,201,'_enquiry_message','field_60b9d0f8b67a3'),(2859,201,'_edit_lock','1623405727:1'),(2860,76,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'137ef8158b3f3b3b00761b591a7c071e419f061059222620d99412d4c9d290fd\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"section-1-76\",\"nicename\":\"3 to 2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'00e01a36172429f03e8737208278b50e0a7d0f5728ed6c065164d9380bb1b99e\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"div_block-2-76\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'70d87c5bb34b92898a4a0f07a7adbbb50d5f0f8bc11fd344baefa4118da041fe\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-76\"}\'][ct_image ct_sign_sha256=\'0a78a033c934ac3e2fec6850c2098d6e1f4cbc734c072bc1b10848bd38e4c538\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"image-5-76\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'199daf2d416f4ea1b900bdfa3ea016d44cfdd2cd90f09d5a79300a6e0838a4f7\' data=\'featured_image\' ]\",\"srcdynamic\":true,\"alt\":\"W294eWdlbiBjdF9zaWduX3NoYTI1Nj0nYzNhMjFlNmNjOTQxYjUyMzlhNjg2NmExYTQzYjcwYjA3MTExNmExMzlkMDYyYjYwMGI2NmJiMzQ4NzlkMWJkNycgZGF0YT0nZmVhdHVyZWRfaW1hZ2VfYWx0JyBd\",\"globalconditions\":{\"0\":{\"name\":\"Post Has Featured Image\",\"operator\":0,\"value\":\"MQ==\",\"searchValue\":\"MQ==\"}}},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'8253087efa4f4a19186c9129cb3aef7ac2f55a0909caa8f4cecbb9297618ee69\' ct_options=\'{\"ct_id\":6,\"ct_parent\":3,\"selector\":\"headline-6-76\",\"original\":{\"tag\":\"h1\"}}\'][ct_span ct_sign_sha256=\'6122ac191dc66877bc13af487bc4dedbbf258f01fc4244b7808a8d8080a2d740\' ct_options=\'{\"ct_id\":94,\"ct_parent\":6,\"selector\":\"span-94-76\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span]<br>[/ct_headline][oxy_dynamic_list_4 ct_sign_sha256=\'ed6e01153401f23cd2a3c1c552c538d1d80c7ae769cad976f4824d3caae84658\' ct_options=\'{\"ct_id\":9,\"ct_parent\":3,\"selector\":\"_dynamic_list-9-76\",\"original\":{\"use_acf_repeater\":\"true\",\"acf_repeater\":\"field_60af2c3adac03\"},\"activeselector\":false}\'][ct_div_block_5 ct_sign_sha256=\'d8d88dd8a368609aac38a7ac00bb266bc557cdbcd0a4b1dc543f79b75bd0be09\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"div_block-10-76\"}\'][ct_headline ct_sign_sha256=\'1a81c625d0d9022fef863c6c821fe67dcec65fbe1249437ce42884fe0e9be6a3\' ct_options=\'{\"ct_id\":13,\"ct_parent\":10,\"selector\":\"headline-13-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'6b97e5b15d938e144430538f4c44213966b21c8e3a6a454c44f0b1efbd5f8540\' ct_options=\'{\"ct_id\":102,\"ct_parent\":13,\"selector\":\"span-102-76\"}\'][oxygen ct_sign_sha256=\'a71beacffe36041017ce299fb8e6e4e56d72aa94b6a11785c913e152187cf07a\' data=\'acfreparray\' field=\'day_heading\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'bca3fde4e289ed85c2e3edf72db0e7d5924247afda34ad4a545d28dfb637dbfd\' ct_options=\'{\"ct_id\":70,\"ct_parent\":10,\"selector\":\"text_block-70-76\"}\'][ct_span ct_sign_sha256=\'ad362514d6a0647515fbc3b38531cec481807e0e37dcddf554f7ba33f5d76ac0\' ct_options=\'{\"ct_id\":106,\"ct_parent\":70,\"selector\":\"span-106-76\"}\'][oxygen ct_sign_sha256=\'388dfe89c4d6d2a3ba1c7dc6f9b93548b9f8722c40ae54bbee1716975fe5bc63\' data=\'acfreparray\' field=\'day_details\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_text_block][/ct_div_block_5][/oxy_dynamic_list_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'065a2d4dec7e7dd3766aa56b7de655fa13c471160ccfc8a748412620734f780c\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"div_block-4-76\",\"classes\":{\"0\":\"sticky\"},\"activeselector\":\"sticky\"}\'][ct_div_block_4 ct_sign_sha256=\'f4c1ebe861a482c637f98eec03987467a5c85778ff20e64fd3d8607e9754e568\' ct_options=\'{\"ct_id\":159,\"ct_parent\":4,\"selector\":\"div_block-159-76\",\"classes\":{\"0\":\"form-wrapper\"},\"activeselector\":\"form-wrapper\"}\'][ct_headline ct_sign_sha256=\'a744428330049fd1554cc3c97fa0f00784b3f8687291d2044f4716368a3bada7\' ct_options=\'{\"ct_id\":161,\"ct_parent\":159,\"selector\":\"headline-161-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Talk to Us About This Tour[/ct_headline][ct_text_block ct_sign_sha256=\'088a81284d555028088a3eb28fca13d9abe3649132286abb10977f431bc31c8d\' ct_options=\'{\"ct_id\":164,\"ct_parent\":159,\"selector\":\"text_block-164-76\"}\']Speak to a East Africa safari specialist to start planning your trip.[/ct_text_block][ct_shortcode ct_sign_sha256=\'377a6fcc167a3e4f13d86dee7674803af1a5e5b35b0833e97ca907fc8142237c\' ct_options=\'{\"ct_id\":133,\"ct_parent\":159,\"selector\":\"shortcode-133-76\",\"original\":{\"full_shortcode\":true},\"ct_shortcode\":\"true\",\"classes\":{\"0\":\"advanced-form\"},\"activeselector\":\"advanced-form\"}\'][advanced_form form=\"form_60b9d00f52460\"][/ct_shortcode][/ct_div_block_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'b5e336d0dc667766c7083b7354e22a0f6578b3474012f127ff4df1bcb45b7e06\' ct_options=\'{\"ct_id\":210,\"ct_parent\":0,\"selector\":\"section-210-76\"}\'][ct_new_columns_2 ct_sign_sha256=\'858d577f46e2ea36aca0df54919d11dfbe735fbd8da630707e4e2422cd448692\' ct_options=\'{\"ct_id\":211,\"ct_parent\":210,\"selector\":\"new_columns-211-76\"}\'][ct_div_block_2 ct_sign_sha256=\'4aa3e19864230ff9d2a57fa3a7ecabbeb2ef58d33dbb133b02a611ecc3c12aee\' ct_options=\'{\"ct_id\":212,\"ct_parent\":211,\"selector\":\"div_block-212-76\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"5\",\"padding-left\":\"5\",\"padding-right\":\"5\",\"padding-bottom\":\"5\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'8a4dd9cfa337a4a8821f53cd72a6092a250d3e0e706cbde7325203e39b75b200\' ct_options=\'{\"ct_id\":250,\"ct_parent\":212,\"selector\":\"image-250-76\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'199daf2d416f4ea1b900bdfa3ea016d44cfdd2cd90f09d5a79300a6e0838a4f7\' data=\'featured_image\' ]\",\"srcdynamic\":true,\"alt\":\"W294eWdlbiBjdF9zaWduX3NoYTI1Nj0nYzNhMjFlNmNjOTQxYjUyMzlhNjg2NmExYTQzYjcwYjA3MTExNmExMzlkMDYyYjYwMGI2NmJiMzQ4NzlkMWJkNycgZGF0YT0nZmVhdHVyZWRfaW1hZ2VfYWx0JyBd\",\"globalconditions\":{\"0\":{\"name\":\"Post Has Featured Image\",\"operator\":0,\"value\":\"MQ==\",\"searchValue\":\"MQ==\"}}},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'ece6a4e72abdb144299bc9c668cc69226650b5e0969bf3e2c50855970d9a5e56\' ct_options=\'{\"ct_id\":214,\"ct_parent\":212,\"selector\":\"headline-214-76\",\"original\":{\"tag\":\"h1\"}}\'][ct_span ct_sign_sha256=\'3ee1e8572c7ad2f6c70c19c3294c211ba44c2e6b1ae6c25bbd53a44ed8eb6e12\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"span-215-76\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span]<br>[/ct_headline][oxy_dynamic_list_3 ct_sign_sha256=\'b0f76ccefaa5ac627737c7f59f5961ca391e8662df17dfbd7741c4d34a0de0a4\' ct_options=\'{\"ct_id\":217,\"ct_parent\":212,\"selector\":\"_dynamic_list-217-76\",\"original\":{\"use_acf_repeater\":\"true\",\"acf_repeater\":\"field_60af2c3adac03\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'e519c4cd0c4f526bfbd86721997d931b7406be0845ae35c7ab5604fc96444041\' ct_options=\'{\"ct_id\":218,\"ct_parent\":217,\"selector\":\"div_block-218-76\"}\'][ct_headline ct_sign_sha256=\'44ec188d29d67b4d84dcdf062c83c2bb76bf0aa9f8d44a27ca4e375da8143cd7\' ct_options=\'{\"ct_id\":219,\"ct_parent\":218,\"selector\":\"headline-219-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'92ec11af143454f42644d286a6c30b0ffde74232bb0cd60d51a300dade7bbec5\' ct_options=\'{\"ct_id\":220,\"ct_parent\":219,\"selector\":\"span-220-76\"}\'][oxygen ct_sign_sha256=\'a71beacffe36041017ce299fb8e6e4e56d72aa94b6a11785c913e152187cf07a\' data=\'acfreparray\' field=\'day_heading\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'70d1edeb65055cad26ffcc7e55202eed465e8c3ff038c32ec6131ead2048d814\' ct_options=\'{\"ct_id\":221,\"ct_parent\":218,\"selector\":\"text_block-221-76\"}\'][ct_span ct_sign_sha256=\'feea15b6b8eca9e6a7736886a853ae2e49ea31e75a4f6de14d750e949bb864bd\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"span-222-76\"}\'][oxygen ct_sign_sha256=\'388dfe89c4d6d2a3ba1c7dc6f9b93548b9f8722c40ae54bbee1716975fe5bc63\' data=\'acfreparray\' field=\'day_details\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_text_block][/ct_div_block_4][/oxy_dynamic_list_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'15ba3551c26b6863b66fb82d1b9901cbaf13e82dcd745b98455bdcbfc4045c05\' ct_options=\'{\"ct_id\":213,\"ct_parent\":211,\"selector\":\"div_block-213-76\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"padding-top\":\"5\",\"padding-left\":\"5\",\"padding-right\":\"5\",\"padding-bottom\":\"5\"},\"classes\":{\"0\":\"sticky\"},\"activeselector\":\"sticky\"}\'][ct_div_block_3 ct_sign_sha256=\'f5b01d849c8bd80398de4d5d8daadee2089bb17860c76237c7738e5f7e9bec68\' ct_options=\'{\"ct_id\":259,\"ct_parent\":213,\"selector\":\"div_block-259-76\",\"classes\":{\"0\":\"form-wrapper\"},\"activeselector\":\"form-wrapper\"}\'][ct_headline ct_sign_sha256=\'7724991335125b01a1adfff7b6e313dae8765f78a29095539e5d2ca4ac493f39\' ct_options=\'{\"ct_id\":252,\"ct_parent\":259,\"selector\":\"headline-252-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Talk to Us About This Tour[/ct_headline][ct_text_block ct_sign_sha256=\'f4b7c33c18a1b310ce9c7dad86a4557865a6f77fab039625a88fa44af0529085\' ct_options=\'{\"ct_id\":255,\"ct_parent\":259,\"selector\":\"text_block-255-76\"}\']Speak to a East Africa safari specialist to start planning your trip.[/ct_text_block][ct_shortcode ct_sign_sha256=\'55dc7428c326665676efe37b376b8e2571196de72598e106a34deab8360d3105\' ct_options=\'{\"ct_id\":257,\"ct_parent\":259,\"selector\":\"shortcode-257-76\",\"original\":{\"full_shortcode\":true},\"ct_shortcode\":\"true\",\"classes\":{\"0\":\"advanced-form\"},\"activeselector\":\"advanced-form\"}\'][advanced_form form=\"form_60b9d00f52460\"][/ct_shortcode][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'4d3f23e882080d88f10dcd93a88438554bd70dcd9720502fe0c6786d4f757a4a\' ct_options=\'{\"ct_id\":175,\"ct_parent\":0,\"selector\":\"section-175-76\",\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'84bd9357027801f3ff091a53abfa4a8898725ccf9408b34d2c5934fcd0b61de6\' ct_options=\'{\"ct_id\":176,\"ct_parent\":175,\"selector\":\"div_block-176-76\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'2f52f79df898f06935fa8aaf944d64abcdd73ed76ebfb16baac9d13214dacece\' ct_options=\'{\"ct_id\":177,\"ct_parent\":176,\"selector\":\"div_block-177-76\"}\'][ct_headline ct_sign_sha256=\'14c96a7b006b617948e3e4751365968031933ce55ae2c899e7057d3abcd354a0\' ct_options=\'{\"ct_id\":179,\"ct_parent\":177,\"selector\":\"headline-179-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Inclusions[/ct_headline][ct_code_block ct_sign_sha256=\'08fda626a5c1d88de2e36ae41c9a8c329cfd597547c10c1eb9204eac8e19e403\' ct_options=\'{\"ct_id\":181,\"ct_parent\":177,\"selector\":\"code_block-181-76\",\"original\":{\"code-php\":\"PD9waHAKJGluY2x1ZGVkID0gZ2V0X2ZpZWxkKCdpbmNsdXNpb25zJyk7CmlmKCAkaW5jbHVkZWQgKTogPz4KPHVsPgogICAgPD9waHAgZm9yZWFjaCggJGluY2x1ZGVkIGFzICRpbmMgKTogPz4KICAgICAgICA8bGk+PD9waHAgZWNobyAkaW5jOyA/PjwvbGk+CiAgICA8P3BocCBlbmRmb3JlYWNoOyA/Pgo8L3VsPgo8P3BocCBlbmRpZjsgPz4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'dfac5be201cf66a5dbd9b00ffe8c7a96e62bf7b4202908b092a013f02d87d858\' ct_options=\'{\"ct_id\":178,\"ct_parent\":176,\"selector\":\"div_block-178-76\",\"activeselector\":\"sticky\"}\'][ct_headline ct_sign_sha256=\'30889d066e052916c7ff4cb547cea3988181fb9b44983e99ea3611ac42c15418\' ct_options=\'{\"ct_id\":182,\"ct_parent\":178,\"selector\":\"headline-182-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Excluded[/ct_headline][ct_code_block ct_sign_sha256=\'a7c284dd67fa7441795ad1abff4cbfbd4f44fab597a384b5124362037379a4f2\' ct_options=\'{\"ct_id\":184,\"ct_parent\":178,\"selector\":\"code_block-184-76\",\"original\":{\"code-php\":\"PD9waHAKJGV4Y2x1ZGVkID0gZ2V0X2ZpZWxkKCdleGNsdXNpb25zJyk7CmlmKCAkZXhjbHVkZWQgKTogPz4KPHVsPgogICAgPD9waHAgZm9yZWFjaCggJGV4Y2x1ZGVkIGFzICRleGMgKTogPz4KICAgICAgICA8bGk+PD9waHAgZWNobyAkZXhjOyA/PjwvbGk+CiAgICA8P3BocCBlbmRmb3JlYWNoOyA/Pgo8L3VsPgo8P3BocCBlbmRpZjsgPz4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2861,76,'ct_builder_shortcodes_revisions_dates','1623405987'),(2862,76,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'137ef8158b3f3b3b00761b591a7c071e419f061059222620d99412d4c9d290fd\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"section-1-76\",\"nicename\":\"3 to 2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'00e01a36172429f03e8737208278b50e0a7d0f5728ed6c065164d9380bb1b99e\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"div_block-2-76\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'70d87c5bb34b92898a4a0f07a7adbbb50d5f0f8bc11fd344baefa4118da041fe\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-76\"}\'][ct_image ct_sign_sha256=\'0a78a033c934ac3e2fec6850c2098d6e1f4cbc734c072bc1b10848bd38e4c538\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"image-5-76\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'199daf2d416f4ea1b900bdfa3ea016d44cfdd2cd90f09d5a79300a6e0838a4f7\' data=\'featured_image\' ]\",\"srcdynamic\":true,\"alt\":\"W294eWdlbiBjdF9zaWduX3NoYTI1Nj0nYzNhMjFlNmNjOTQxYjUyMzlhNjg2NmExYTQzYjcwYjA3MTExNmExMzlkMDYyYjYwMGI2NmJiMzQ4NzlkMWJkNycgZGF0YT0nZmVhdHVyZWRfaW1hZ2VfYWx0JyBd\",\"globalconditions\":{\"0\":{\"name\":\"Post Has Featured Image\",\"operator\":0,\"value\":\"MQ==\",\"searchValue\":\"MQ==\"}}},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'8253087efa4f4a19186c9129cb3aef7ac2f55a0909caa8f4cecbb9297618ee69\' ct_options=\'{\"ct_id\":6,\"ct_parent\":3,\"selector\":\"headline-6-76\",\"original\":{\"tag\":\"h1\"}}\'][ct_span ct_sign_sha256=\'6122ac191dc66877bc13af487bc4dedbbf258f01fc4244b7808a8d8080a2d740\' ct_options=\'{\"ct_id\":94,\"ct_parent\":6,\"selector\":\"span-94-76\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span]<br>[/ct_headline][oxy_dynamic_list_4 ct_sign_sha256=\'ed6e01153401f23cd2a3c1c552c538d1d80c7ae769cad976f4824d3caae84658\' ct_options=\'{\"ct_id\":9,\"ct_parent\":3,\"selector\":\"_dynamic_list-9-76\",\"original\":{\"use_acf_repeater\":\"true\",\"acf_repeater\":\"field_60af2c3adac03\"},\"activeselector\":false}\'][ct_div_block_5 ct_sign_sha256=\'d8d88dd8a368609aac38a7ac00bb266bc557cdbcd0a4b1dc543f79b75bd0be09\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"div_block-10-76\"}\'][ct_headline ct_sign_sha256=\'1a81c625d0d9022fef863c6c821fe67dcec65fbe1249437ce42884fe0e9be6a3\' ct_options=\'{\"ct_id\":13,\"ct_parent\":10,\"selector\":\"headline-13-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'6b97e5b15d938e144430538f4c44213966b21c8e3a6a454c44f0b1efbd5f8540\' ct_options=\'{\"ct_id\":102,\"ct_parent\":13,\"selector\":\"span-102-76\"}\'][oxygen ct_sign_sha256=\'a71beacffe36041017ce299fb8e6e4e56d72aa94b6a11785c913e152187cf07a\' data=\'acfreparray\' field=\'day_heading\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'bca3fde4e289ed85c2e3edf72db0e7d5924247afda34ad4a545d28dfb637dbfd\' ct_options=\'{\"ct_id\":70,\"ct_parent\":10,\"selector\":\"text_block-70-76\"}\'][ct_span ct_sign_sha256=\'ad362514d6a0647515fbc3b38531cec481807e0e37dcddf554f7ba33f5d76ac0\' ct_options=\'{\"ct_id\":106,\"ct_parent\":70,\"selector\":\"span-106-76\"}\'][oxygen ct_sign_sha256=\'388dfe89c4d6d2a3ba1c7dc6f9b93548b9f8722c40ae54bbee1716975fe5bc63\' data=\'acfreparray\' field=\'day_details\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_text_block][/ct_div_block_5][/oxy_dynamic_list_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'065a2d4dec7e7dd3766aa56b7de655fa13c471160ccfc8a748412620734f780c\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"div_block-4-76\",\"classes\":{\"0\":\"sticky\"},\"activeselector\":\"sticky\"}\'][ct_div_block_4 ct_sign_sha256=\'f4c1ebe861a482c637f98eec03987467a5c85778ff20e64fd3d8607e9754e568\' ct_options=\'{\"ct_id\":159,\"ct_parent\":4,\"selector\":\"div_block-159-76\",\"classes\":{\"0\":\"form-wrapper\"},\"activeselector\":\"form-wrapper\"}\'][ct_headline ct_sign_sha256=\'a744428330049fd1554cc3c97fa0f00784b3f8687291d2044f4716368a3bada7\' ct_options=\'{\"ct_id\":161,\"ct_parent\":159,\"selector\":\"headline-161-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Talk to Us About This Tour[/ct_headline][ct_text_block ct_sign_sha256=\'088a81284d555028088a3eb28fca13d9abe3649132286abb10977f431bc31c8d\' ct_options=\'{\"ct_id\":164,\"ct_parent\":159,\"selector\":\"text_block-164-76\"}\']Speak to a East Africa safari specialist to start planning your trip.[/ct_text_block][ct_shortcode ct_sign_sha256=\'377a6fcc167a3e4f13d86dee7674803af1a5e5b35b0833e97ca907fc8142237c\' ct_options=\'{\"ct_id\":133,\"ct_parent\":159,\"selector\":\"shortcode-133-76\",\"original\":{\"full_shortcode\":true},\"ct_shortcode\":\"true\",\"classes\":{\"0\":\"advanced-form\"},\"activeselector\":\"advanced-form\"}\'][advanced_form form=\"form_60b9d00f52460\"][/ct_shortcode][/ct_div_block_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'b5e336d0dc667766c7083b7354e22a0f6578b3474012f127ff4df1bcb45b7e06\' ct_options=\'{\"ct_id\":210,\"ct_parent\":0,\"selector\":\"section-210-76\"}\'][ct_new_columns_2 ct_sign_sha256=\'858d577f46e2ea36aca0df54919d11dfbe735fbd8da630707e4e2422cd448692\' ct_options=\'{\"ct_id\":211,\"ct_parent\":210,\"selector\":\"new_columns-211-76\"}\'][ct_div_block_2 ct_sign_sha256=\'4aa3e19864230ff9d2a57fa3a7ecabbeb2ef58d33dbb133b02a611ecc3c12aee\' ct_options=\'{\"ct_id\":212,\"ct_parent\":211,\"selector\":\"div_block-212-76\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"5\",\"padding-left\":\"5\",\"padding-right\":\"5\",\"padding-bottom\":\"5\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'8a4dd9cfa337a4a8821f53cd72a6092a250d3e0e706cbde7325203e39b75b200\' ct_options=\'{\"ct_id\":250,\"ct_parent\":212,\"selector\":\"image-250-76\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'199daf2d416f4ea1b900bdfa3ea016d44cfdd2cd90f09d5a79300a6e0838a4f7\' data=\'featured_image\' ]\",\"srcdynamic\":true,\"alt\":\"W294eWdlbiBjdF9zaWduX3NoYTI1Nj0nYzNhMjFlNmNjOTQxYjUyMzlhNjg2NmExYTQzYjcwYjA3MTExNmExMzlkMDYyYjYwMGI2NmJiMzQ4NzlkMWJkNycgZGF0YT0nZmVhdHVyZWRfaW1hZ2VfYWx0JyBd\",\"globalconditions\":{\"0\":{\"name\":\"Post Has Featured Image\",\"operator\":0,\"value\":\"MQ==\",\"searchValue\":\"MQ==\"}}},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'ece6a4e72abdb144299bc9c668cc69226650b5e0969bf3e2c50855970d9a5e56\' ct_options=\'{\"ct_id\":214,\"ct_parent\":212,\"selector\":\"headline-214-76\",\"original\":{\"tag\":\"h1\"}}\'][ct_span ct_sign_sha256=\'3ee1e8572c7ad2f6c70c19c3294c211ba44c2e6b1ae6c25bbd53a44ed8eb6e12\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"span-215-76\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span]<br>[/ct_headline][oxy_dynamic_list_3 ct_sign_sha256=\'b0f76ccefaa5ac627737c7f59f5961ca391e8662df17dfbd7741c4d34a0de0a4\' ct_options=\'{\"ct_id\":217,\"ct_parent\":212,\"selector\":\"_dynamic_list-217-76\",\"original\":{\"use_acf_repeater\":\"true\",\"acf_repeater\":\"field_60af2c3adac03\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'e519c4cd0c4f526bfbd86721997d931b7406be0845ae35c7ab5604fc96444041\' ct_options=\'{\"ct_id\":218,\"ct_parent\":217,\"selector\":\"div_block-218-76\"}\'][ct_headline ct_sign_sha256=\'44ec188d29d67b4d84dcdf062c83c2bb76bf0aa9f8d44a27ca4e375da8143cd7\' ct_options=\'{\"ct_id\":219,\"ct_parent\":218,\"selector\":\"headline-219-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'92ec11af143454f42644d286a6c30b0ffde74232bb0cd60d51a300dade7bbec5\' ct_options=\'{\"ct_id\":220,\"ct_parent\":219,\"selector\":\"span-220-76\"}\'][oxygen ct_sign_sha256=\'a71beacffe36041017ce299fb8e6e4e56d72aa94b6a11785c913e152187cf07a\' data=\'acfreparray\' field=\'day_heading\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'70d1edeb65055cad26ffcc7e55202eed465e8c3ff038c32ec6131ead2048d814\' ct_options=\'{\"ct_id\":221,\"ct_parent\":218,\"selector\":\"text_block-221-76\"}\'][ct_span ct_sign_sha256=\'feea15b6b8eca9e6a7736886a853ae2e49ea31e75a4f6de14d750e949bb864bd\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"span-222-76\"}\'][oxygen ct_sign_sha256=\'388dfe89c4d6d2a3ba1c7dc6f9b93548b9f8722c40ae54bbee1716975fe5bc63\' data=\'acfreparray\' field=\'day_details\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_text_block][/ct_div_block_4][/oxy_dynamic_list_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'15ba3551c26b6863b66fb82d1b9901cbaf13e82dcd745b98455bdcbfc4045c05\' ct_options=\'{\"ct_id\":213,\"ct_parent\":211,\"selector\":\"div_block-213-76\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"padding-top\":\"5\",\"padding-left\":\"5\",\"padding-right\":\"5\",\"padding-bottom\":\"5\"},\"classes\":{\"0\":\"sticky\"},\"activeselector\":\"sticky\"}\'][ct_div_block_3 ct_sign_sha256=\'f5b01d849c8bd80398de4d5d8daadee2089bb17860c76237c7738e5f7e9bec68\' ct_options=\'{\"ct_id\":259,\"ct_parent\":213,\"selector\":\"div_block-259-76\",\"classes\":{\"0\":\"form-wrapper\"},\"activeselector\":\"form-wrapper\"}\'][ct_headline ct_sign_sha256=\'7724991335125b01a1adfff7b6e313dae8765f78a29095539e5d2ca4ac493f39\' ct_options=\'{\"ct_id\":252,\"ct_parent\":259,\"selector\":\"headline-252-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Talk to Us About This Tour[/ct_headline][ct_text_block ct_sign_sha256=\'f4b7c33c18a1b310ce9c7dad86a4557865a6f77fab039625a88fa44af0529085\' ct_options=\'{\"ct_id\":255,\"ct_parent\":259,\"selector\":\"text_block-255-76\"}\']Speak to a East Africa safari specialist to start planning your trip.[/ct_text_block][ct_shortcode ct_sign_sha256=\'55dc7428c326665676efe37b376b8e2571196de72598e106a34deab8360d3105\' ct_options=\'{\"ct_id\":257,\"ct_parent\":259,\"selector\":\"shortcode-257-76\",\"original\":{\"full_shortcode\":true},\"ct_shortcode\":\"true\",\"classes\":{\"0\":\"advanced-form\"},\"activeselector\":\"advanced-form\"}\'][advanced_form form=\"form_60b9d00f52460\"][/ct_shortcode][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'4d3f23e882080d88f10dcd93a88438554bd70dcd9720502fe0c6786d4f757a4a\' ct_options=\'{\"ct_id\":175,\"ct_parent\":0,\"selector\":\"section-175-76\",\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'84bd9357027801f3ff091a53abfa4a8898725ccf9408b34d2c5934fcd0b61de6\' ct_options=\'{\"ct_id\":176,\"ct_parent\":175,\"selector\":\"div_block-176-76\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'2f52f79df898f06935fa8aaf944d64abcdd73ed76ebfb16baac9d13214dacece\' ct_options=\'{\"ct_id\":177,\"ct_parent\":176,\"selector\":\"div_block-177-76\"}\'][ct_headline ct_sign_sha256=\'14c96a7b006b617948e3e4751365968031933ce55ae2c899e7057d3abcd354a0\' ct_options=\'{\"ct_id\":179,\"ct_parent\":177,\"selector\":\"headline-179-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Inclusions[/ct_headline][ct_code_block ct_sign_sha256=\'08fda626a5c1d88de2e36ae41c9a8c329cfd597547c10c1eb9204eac8e19e403\' ct_options=\'{\"ct_id\":181,\"ct_parent\":177,\"selector\":\"code_block-181-76\",\"original\":{\"code-php\":\"PD9waHAKJGluY2x1ZGVkID0gZ2V0X2ZpZWxkKCdpbmNsdXNpb25zJyk7CmlmKCAkaW5jbHVkZWQgKTogPz4KPHVsPgogICAgPD9waHAgZm9yZWFjaCggJGluY2x1ZGVkIGFzICRpbmMgKTogPz4KICAgICAgICA8bGk+PD9waHAgZWNobyAkaW5jOyA/PjwvbGk+CiAgICA8P3BocCBlbmRmb3JlYWNoOyA/Pgo8L3VsPgo8P3BocCBlbmRpZjsgPz4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'dfac5be201cf66a5dbd9b00ffe8c7a96e62bf7b4202908b092a013f02d87d858\' ct_options=\'{\"ct_id\":178,\"ct_parent\":176,\"selector\":\"div_block-178-76\",\"activeselector\":\"sticky\"}\'][ct_headline ct_sign_sha256=\'30889d066e052916c7ff4cb547cea3988181fb9b44983e99ea3611ac42c15418\' ct_options=\'{\"ct_id\":182,\"ct_parent\":178,\"selector\":\"headline-182-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Excluded[/ct_headline][ct_code_block ct_sign_sha256=\'a7c284dd67fa7441795ad1abff4cbfbd4f44fab597a384b5124362037379a4f2\' ct_options=\'{\"ct_id\":184,\"ct_parent\":178,\"selector\":\"code_block-184-76\",\"original\":{\"code-php\":\"PD9waHAKJGV4Y2x1ZGVkID0gZ2V0X2ZpZWxkKCdleGNsdXNpb25zJyk7CmlmKCAkZXhjbHVkZWQgKTogPz4KPHVsPgogICAgPD9waHAgZm9yZWFjaCggJGV4Y2x1ZGVkIGFzICRleGMgKTogPz4KICAgICAgICA8bGk+PD9waHAgZWNobyAkZXhjOyA/PjwvbGk+CiAgICA8P3BocCBlbmRmb3JlYWNoOyA/Pgo8L3VsPgo8P3BocCBlbmRpZjsgPz4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2863,76,'ct_builder_shortcodes_revisions_dates','1623406781'),(2864,76,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'137ef8158b3f3b3b00761b591a7c071e419f061059222620d99412d4c9d290fd\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"section-1-76\",\"nicename\":\"3 to 2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'00e01a36172429f03e8737208278b50e0a7d0f5728ed6c065164d9380bb1b99e\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"div_block-2-76\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'70d87c5bb34b92898a4a0f07a7adbbb50d5f0f8bc11fd344baefa4118da041fe\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-76\"}\'][ct_image ct_sign_sha256=\'0a78a033c934ac3e2fec6850c2098d6e1f4cbc734c072bc1b10848bd38e4c538\' ct_options=\'{\"ct_id\":5,\"ct_parent\":3,\"selector\":\"image-5-76\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'199daf2d416f4ea1b900bdfa3ea016d44cfdd2cd90f09d5a79300a6e0838a4f7\' data=\'featured_image\' ]\",\"srcdynamic\":true,\"alt\":\"W294eWdlbiBjdF9zaWduX3NoYTI1Nj0nYzNhMjFlNmNjOTQxYjUyMzlhNjg2NmExYTQzYjcwYjA3MTExNmExMzlkMDYyYjYwMGI2NmJiMzQ4NzlkMWJkNycgZGF0YT0nZmVhdHVyZWRfaW1hZ2VfYWx0JyBd\",\"globalconditions\":{\"0\":{\"name\":\"Post Has Featured Image\",\"operator\":0,\"value\":\"MQ==\",\"searchValue\":\"MQ==\"}}},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'8253087efa4f4a19186c9129cb3aef7ac2f55a0909caa8f4cecbb9297618ee69\' ct_options=\'{\"ct_id\":6,\"ct_parent\":3,\"selector\":\"headline-6-76\",\"original\":{\"tag\":\"h1\"}}\'][ct_span ct_sign_sha256=\'6122ac191dc66877bc13af487bc4dedbbf258f01fc4244b7808a8d8080a2d740\' ct_options=\'{\"ct_id\":94,\"ct_parent\":6,\"selector\":\"span-94-76\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span]<br>[/ct_headline][oxy_dynamic_list_4 ct_sign_sha256=\'ed6e01153401f23cd2a3c1c552c538d1d80c7ae769cad976f4824d3caae84658\' ct_options=\'{\"ct_id\":9,\"ct_parent\":3,\"selector\":\"_dynamic_list-9-76\",\"original\":{\"use_acf_repeater\":\"true\",\"acf_repeater\":\"field_60af2c3adac03\"},\"activeselector\":false}\'][ct_div_block_5 ct_sign_sha256=\'d8d88dd8a368609aac38a7ac00bb266bc557cdbcd0a4b1dc543f79b75bd0be09\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"div_block-10-76\"}\'][ct_headline ct_sign_sha256=\'1a81c625d0d9022fef863c6c821fe67dcec65fbe1249437ce42884fe0e9be6a3\' ct_options=\'{\"ct_id\":13,\"ct_parent\":10,\"selector\":\"headline-13-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'6b97e5b15d938e144430538f4c44213966b21c8e3a6a454c44f0b1efbd5f8540\' ct_options=\'{\"ct_id\":102,\"ct_parent\":13,\"selector\":\"span-102-76\"}\'][oxygen ct_sign_sha256=\'a71beacffe36041017ce299fb8e6e4e56d72aa94b6a11785c913e152187cf07a\' data=\'acfreparray\' field=\'day_heading\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'bca3fde4e289ed85c2e3edf72db0e7d5924247afda34ad4a545d28dfb637dbfd\' ct_options=\'{\"ct_id\":70,\"ct_parent\":10,\"selector\":\"text_block-70-76\"}\'][ct_span ct_sign_sha256=\'ad362514d6a0647515fbc3b38531cec481807e0e37dcddf554f7ba33f5d76ac0\' ct_options=\'{\"ct_id\":106,\"ct_parent\":70,\"selector\":\"span-106-76\"}\'][oxygen ct_sign_sha256=\'388dfe89c4d6d2a3ba1c7dc6f9b93548b9f8722c40ae54bbee1716975fe5bc63\' data=\'acfreparray\' field=\'day_details\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_text_block][/ct_div_block_5][/oxy_dynamic_list_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'065a2d4dec7e7dd3766aa56b7de655fa13c471160ccfc8a748412620734f780c\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"div_block-4-76\",\"classes\":{\"0\":\"sticky\"},\"activeselector\":\"sticky\"}\'][ct_div_block_4 ct_sign_sha256=\'f4c1ebe861a482c637f98eec03987467a5c85778ff20e64fd3d8607e9754e568\' ct_options=\'{\"ct_id\":159,\"ct_parent\":4,\"selector\":\"div_block-159-76\",\"classes\":{\"0\":\"form-wrapper\"},\"activeselector\":\"form-wrapper\"}\'][ct_headline ct_sign_sha256=\'a744428330049fd1554cc3c97fa0f00784b3f8687291d2044f4716368a3bada7\' ct_options=\'{\"ct_id\":161,\"ct_parent\":159,\"selector\":\"headline-161-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Talk to Us About This Tour[/ct_headline][ct_text_block ct_sign_sha256=\'088a81284d555028088a3eb28fca13d9abe3649132286abb10977f431bc31c8d\' ct_options=\'{\"ct_id\":164,\"ct_parent\":159,\"selector\":\"text_block-164-76\"}\']Speak to a East Africa safari specialist to start planning your trip.[/ct_text_block][ct_shortcode ct_sign_sha256=\'377a6fcc167a3e4f13d86dee7674803af1a5e5b35b0833e97ca907fc8142237c\' ct_options=\'{\"ct_id\":133,\"ct_parent\":159,\"selector\":\"shortcode-133-76\",\"original\":{\"full_shortcode\":true},\"ct_shortcode\":\"true\",\"classes\":{\"0\":\"advanced-form\"},\"activeselector\":\"advanced-form\"}\'][advanced_form form=\"form_60b9d00f52460\"][/ct_shortcode][/ct_div_block_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'1a1dba18b35cf64d570893ccd0b66d6dc7e3e3d4897d8100ae7d9788954dbcb8\' ct_options=\'{\"ct_id\":210,\"ct_parent\":0,\"selector\":\"section-210-76\"}\'][ct_new_columns_2 ct_sign_sha256=\'569c241be209d4da259887529444c36a868e028632604cb7762c9da8030d07a3\' ct_options=\'{\"ct_id\":211,\"ct_parent\":210,\"selector\":\"new_columns-211-76\"}\'][ct_div_block_2 ct_sign_sha256=\'4aa3e19864230ff9d2a57fa3a7ecabbeb2ef58d33dbb133b02a611ecc3c12aee\' ct_options=\'{\"ct_id\":212,\"ct_parent\":211,\"selector\":\"div_block-212-76\",\"original\":{\"width\":\"65\",\"width-unit\":\"%\",\"padding-top\":\"5\",\"padding-left\":\"5\",\"padding-right\":\"5\",\"padding-bottom\":\"5\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'8a4dd9cfa337a4a8821f53cd72a6092a250d3e0e706cbde7325203e39b75b200\' ct_options=\'{\"ct_id\":250,\"ct_parent\":212,\"selector\":\"image-250-76\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'199daf2d416f4ea1b900bdfa3ea016d44cfdd2cd90f09d5a79300a6e0838a4f7\' data=\'featured_image\' ]\",\"srcdynamic\":true,\"alt\":\"W294eWdlbiBjdF9zaWduX3NoYTI1Nj0nYzNhMjFlNmNjOTQxYjUyMzlhNjg2NmExYTQzYjcwYjA3MTExNmExMzlkMDYyYjYwMGI2NmJiMzQ4NzlkMWJkNycgZGF0YT0nZmVhdHVyZWRfaW1hZ2VfYWx0JyBd\",\"globalconditions\":{\"0\":{\"name\":\"Post Has Featured Image\",\"operator\":0,\"value\":\"MQ==\",\"searchValue\":\"MQ==\"}}},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'ece6a4e72abdb144299bc9c668cc69226650b5e0969bf3e2c50855970d9a5e56\' ct_options=\'{\"ct_id\":214,\"ct_parent\":212,\"selector\":\"headline-214-76\",\"original\":{\"tag\":\"h1\"}}\'][ct_span ct_sign_sha256=\'3ee1e8572c7ad2f6c70c19c3294c211ba44c2e6b1ae6c25bbd53a44ed8eb6e12\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"span-215-76\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span]<br>[/ct_headline][oxy_dynamic_list_3 ct_sign_sha256=\'b0f76ccefaa5ac627737c7f59f5961ca391e8662df17dfbd7741c4d34a0de0a4\' ct_options=\'{\"ct_id\":217,\"ct_parent\":212,\"selector\":\"_dynamic_list-217-76\",\"original\":{\"use_acf_repeater\":\"true\",\"acf_repeater\":\"field_60af2c3adac03\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'e519c4cd0c4f526bfbd86721997d931b7406be0845ae35c7ab5604fc96444041\' ct_options=\'{\"ct_id\":218,\"ct_parent\":217,\"selector\":\"div_block-218-76\"}\'][ct_headline ct_sign_sha256=\'44ec188d29d67b4d84dcdf062c83c2bb76bf0aa9f8d44a27ca4e375da8143cd7\' ct_options=\'{\"ct_id\":219,\"ct_parent\":218,\"selector\":\"headline-219-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'92ec11af143454f42644d286a6c30b0ffde74232bb0cd60d51a300dade7bbec5\' ct_options=\'{\"ct_id\":220,\"ct_parent\":219,\"selector\":\"span-220-76\"}\'][oxygen ct_sign_sha256=\'a71beacffe36041017ce299fb8e6e4e56d72aa94b6a11785c913e152187cf07a\' data=\'acfreparray\' field=\'day_heading\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'70d1edeb65055cad26ffcc7e55202eed465e8c3ff038c32ec6131ead2048d814\' ct_options=\'{\"ct_id\":221,\"ct_parent\":218,\"selector\":\"text_block-221-76\"}\'][ct_span ct_sign_sha256=\'feea15b6b8eca9e6a7736886a853ae2e49ea31e75a4f6de14d750e949bb864bd\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"span-222-76\"}\'][oxygen ct_sign_sha256=\'388dfe89c4d6d2a3ba1c7dc6f9b93548b9f8722c40ae54bbee1716975fe5bc63\' data=\'acfreparray\' field=\'day_details\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_text_block][/ct_div_block_4][/oxy_dynamic_list_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'5327b94ac6ae88d5670be2bc46496bcf8aacbdda3b611c9fad26052ca7969e8e\' ct_options=\'{\"ct_id\":213,\"ct_parent\":211,\"selector\":\"div_block-213-76\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\",\"padding-top\":\"5\",\"padding-left\":\"5\",\"padding-right\":\"5\",\"padding-bottom\":\"5\"},\"classes\":{\"0\":\"sticky\"},\"activeselector\":\"sticky\"}\'][ct_div_block_3 ct_sign_sha256=\'5d3fe203da4038826b748bbe957070d1a47e640eca53528f4fd829f3a3b4ee9d\' ct_options=\'{\"ct_id\":259,\"ct_parent\":213,\"selector\":\"div_block-259-76\",\"classes\":{\"0\":\"form-wrapper\"},\"activeselector\":\"form-wrapper\"}\'][ct_headline ct_sign_sha256=\'7724991335125b01a1adfff7b6e313dae8765f78a29095539e5d2ca4ac493f39\' ct_options=\'{\"ct_id\":252,\"ct_parent\":259,\"selector\":\"headline-252-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Talk to Us About This Tour[/ct_headline][ct_text_block ct_sign_sha256=\'f4b7c33c18a1b310ce9c7dad86a4557865a6f77fab039625a88fa44af0529085\' ct_options=\'{\"ct_id\":255,\"ct_parent\":259,\"selector\":\"text_block-255-76\"}\']Speak to a East Africa safari specialist to start planning your trip.[/ct_text_block][ct_shortcode ct_sign_sha256=\'61e7bd284fb739519679566e5519a20d924c6647cffc4c1896430efec028cd20\' ct_options=\'{\"ct_id\":257,\"ct_parent\":259,\"selector\":\"shortcode-257-76\",\"original\":{\"full_shortcode\":true},\"ct_shortcode\":\"true\",\"classes\":{\"0\":\"advanced-form\"},\"activeselector\":\"advanced-form\"}\'][fluentform id=\"1\"][/ct_shortcode][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'4d3f23e882080d88f10dcd93a88438554bd70dcd9720502fe0c6786d4f757a4a\' ct_options=\'{\"ct_id\":175,\"ct_parent\":0,\"selector\":\"section-175-76\",\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'84bd9357027801f3ff091a53abfa4a8898725ccf9408b34d2c5934fcd0b61de6\' ct_options=\'{\"ct_id\":176,\"ct_parent\":175,\"selector\":\"div_block-176-76\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'2f52f79df898f06935fa8aaf944d64abcdd73ed76ebfb16baac9d13214dacece\' ct_options=\'{\"ct_id\":177,\"ct_parent\":176,\"selector\":\"div_block-177-76\"}\'][ct_headline ct_sign_sha256=\'14c96a7b006b617948e3e4751365968031933ce55ae2c899e7057d3abcd354a0\' ct_options=\'{\"ct_id\":179,\"ct_parent\":177,\"selector\":\"headline-179-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Inclusions[/ct_headline][ct_code_block ct_sign_sha256=\'08fda626a5c1d88de2e36ae41c9a8c329cfd597547c10c1eb9204eac8e19e403\' ct_options=\'{\"ct_id\":181,\"ct_parent\":177,\"selector\":\"code_block-181-76\",\"original\":{\"code-php\":\"PD9waHAKJGluY2x1ZGVkID0gZ2V0X2ZpZWxkKCdpbmNsdXNpb25zJyk7CmlmKCAkaW5jbHVkZWQgKTogPz4KPHVsPgogICAgPD9waHAgZm9yZWFjaCggJGluY2x1ZGVkIGFzICRpbmMgKTogPz4KICAgICAgICA8bGk+PD9waHAgZWNobyAkaW5jOyA/PjwvbGk+CiAgICA8P3BocCBlbmRmb3JlYWNoOyA/Pgo8L3VsPgo8P3BocCBlbmRpZjsgPz4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'dfac5be201cf66a5dbd9b00ffe8c7a96e62bf7b4202908b092a013f02d87d858\' ct_options=\'{\"ct_id\":178,\"ct_parent\":176,\"selector\":\"div_block-178-76\",\"activeselector\":\"sticky\"}\'][ct_headline ct_sign_sha256=\'30889d066e052916c7ff4cb547cea3988181fb9b44983e99ea3611ac42c15418\' ct_options=\'{\"ct_id\":182,\"ct_parent\":178,\"selector\":\"headline-182-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Excluded[/ct_headline][ct_code_block ct_sign_sha256=\'a7c284dd67fa7441795ad1abff4cbfbd4f44fab597a384b5124362037379a4f2\' ct_options=\'{\"ct_id\":184,\"ct_parent\":178,\"selector\":\"code_block-184-76\",\"original\":{\"code-php\":\"PD9waHAKJGV4Y2x1ZGVkID0gZ2V0X2ZpZWxkKCdleGNsdXNpb25zJyk7CmlmKCAkZXhjbHVkZWQgKTogPz4KPHVsPgogICAgPD9waHAgZm9yZWFjaCggJGV4Y2x1ZGVkIGFzICRleGMgKTogPz4KICAgICAgICA8bGk+PD9waHAgZWNobyAkZXhjOyA/PjwvbGk+CiAgICA8P3BocCBlbmRmb3JlYWNoOyA/Pgo8L3VsPgo8P3BocCBlbmRpZjsgPz4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2865,76,'ct_builder_shortcodes_revisions_dates','1623415867'),(2866,76,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'52d319012c2f90165ddecd80504ab7f4a6b9f9ed401ef4c41db79638a67d0f8e\' ct_options=\'{\"ct_id\":210,\"ct_parent\":0,\"selector\":\"section-210-76\"}\'][ct_new_columns_2 ct_sign_sha256=\'7572d3e038a012b9aea599e52d0f6573913daf5da27f682e4c8233e85f995d61\' ct_options=\'{\"ct_id\":311,\"ct_parent\":210,\"selector\":\"new_columns-311-76\"}\'][ct_div_block_2 ct_sign_sha256=\'99b8a36cc30a8f145c6c6061327c8c9cf20ae9a7f30993c14149a0794bc47068\' ct_options=\'{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"div_block-312-76\",\"original\":{\"width-unit\":\"%\",\"width\":\"65\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'be16f5f08ff93791bcd1863676daa4b65653b7d476092554f6213bd9b051171c\' ct_options=\'{\"ct_id\":250,\"ct_parent\":312,\"selector\":\"image-250-76\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'199daf2d416f4ea1b900bdfa3ea016d44cfdd2cd90f09d5a79300a6e0838a4f7\' data=\'featured_image\' ]\",\"srcdynamic\":true,\"alt\":\"W294eWdlbiBjdF9zaWduX3NoYTI1Nj0nYzNhMjFlNmNjOTQxYjUyMzlhNjg2NmExYTQzYjcwYjA3MTExNmExMzlkMDYyYjYwMGI2NmJiMzQ4NzlkMWJkNycgZGF0YT0nZmVhdHVyZWRfaW1hZ2VfYWx0JyBd\",\"globalconditions\":{\"0\":{\"name\":\"Post Has Featured Image\",\"operator\":0,\"value\":\"MQ==\",\"searchValue\":\"MQ==\"}}},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'992d0a3929590dd8a769733af9f35bdb9e9a42f1d85dbb35d64adf97710c02c9\' ct_options=\'{\"ct_id\":214,\"ct_parent\":312,\"selector\":\"headline-214-76\",\"original\":{\"tag\":\"h1\"}}\'][ct_span ct_sign_sha256=\'3ee1e8572c7ad2f6c70c19c3294c211ba44c2e6b1ae6c25bbd53a44ed8eb6e12\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"span-215-76\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span]<br>[/ct_headline][oxy_dynamic_list_3 ct_sign_sha256=\'a2651bbd3b1669ee4b217e2f6cd34f42a82dd3bc96cb8cd44865fb13e2563634\' ct_options=\'{\"ct_id\":217,\"ct_parent\":312,\"selector\":\"_dynamic_list-217-76\",\"original\":{\"use_acf_repeater\":\"true\",\"acf_repeater\":\"field_60af2c3adac03\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'e519c4cd0c4f526bfbd86721997d931b7406be0845ae35c7ab5604fc96444041\' ct_options=\'{\"ct_id\":218,\"ct_parent\":217,\"selector\":\"div_block-218-76\"}\'][ct_headline ct_sign_sha256=\'44ec188d29d67b4d84dcdf062c83c2bb76bf0aa9f8d44a27ca4e375da8143cd7\' ct_options=\'{\"ct_id\":219,\"ct_parent\":218,\"selector\":\"headline-219-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'92ec11af143454f42644d286a6c30b0ffde74232bb0cd60d51a300dade7bbec5\' ct_options=\'{\"ct_id\":220,\"ct_parent\":219,\"selector\":\"span-220-76\"}\'][oxygen ct_sign_sha256=\'a71beacffe36041017ce299fb8e6e4e56d72aa94b6a11785c913e152187cf07a\' data=\'acfreparray\' field=\'day_heading\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'70d1edeb65055cad26ffcc7e55202eed465e8c3ff038c32ec6131ead2048d814\' ct_options=\'{\"ct_id\":221,\"ct_parent\":218,\"selector\":\"text_block-221-76\"}\'][ct_span ct_sign_sha256=\'feea15b6b8eca9e6a7736886a853ae2e49ea31e75a4f6de14d750e949bb864bd\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"span-222-76\"}\'][oxygen ct_sign_sha256=\'388dfe89c4d6d2a3ba1c7dc6f9b93548b9f8722c40ae54bbee1716975fe5bc63\' data=\'acfreparray\' field=\'day_details\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_text_block][/ct_div_block_4][/oxy_dynamic_list_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'28f8aa6fbd3565f993c67856222c8e8c0fa338d77ae9622f50e44b0adef45b96\' ct_options=\'{\"ct_id\":313,\"ct_parent\":311,\"selector\":\"div_block-313-76\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\"},\"classes\":{\"0\":\"sticky\"},\"activeselector\":\"sticky\"}\'][ct_div_block_3 ct_sign_sha256=\'f467b40c0a1aef432f347693d33a2d7dba194a9c2c43107cc0363a24439d5c97\' ct_options=\'{\"ct_id\":259,\"ct_parent\":313,\"selector\":\"div_block-259-76\",\"classes\":{\"0\":\"form-wrapper\"},\"activeselector\":\"form-wrapper\"}\'][ct_headline ct_sign_sha256=\'7724991335125b01a1adfff7b6e313dae8765f78a29095539e5d2ca4ac493f39\' ct_options=\'{\"ct_id\":252,\"ct_parent\":259,\"selector\":\"headline-252-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Talk to Us About This Tour[/ct_headline][ct_text_block ct_sign_sha256=\'f4b7c33c18a1b310ce9c7dad86a4557865a6f77fab039625a88fa44af0529085\' ct_options=\'{\"ct_id\":255,\"ct_parent\":259,\"selector\":\"text_block-255-76\"}\']Speak to a East Africa safari specialist to start planning your trip.[/ct_text_block][ct_shortcode ct_sign_sha256=\'61e7bd284fb739519679566e5519a20d924c6647cffc4c1896430efec028cd20\' ct_options=\'{\"ct_id\":257,\"ct_parent\":259,\"selector\":\"shortcode-257-76\",\"original\":{\"full_shortcode\":true},\"ct_shortcode\":\"true\",\"classes\":{\"0\":\"advanced-form\"},\"activeselector\":\"advanced-form\"}\'][fluentform id=\"1\"][/ct_shortcode][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'4d3f23e882080d88f10dcd93a88438554bd70dcd9720502fe0c6786d4f757a4a\' ct_options=\'{\"ct_id\":175,\"ct_parent\":0,\"selector\":\"section-175-76\",\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'84bd9357027801f3ff091a53abfa4a8898725ccf9408b34d2c5934fcd0b61de6\' ct_options=\'{\"ct_id\":176,\"ct_parent\":175,\"selector\":\"div_block-176-76\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'2f52f79df898f06935fa8aaf944d64abcdd73ed76ebfb16baac9d13214dacece\' ct_options=\'{\"ct_id\":177,\"ct_parent\":176,\"selector\":\"div_block-177-76\"}\'][ct_headline ct_sign_sha256=\'14c96a7b006b617948e3e4751365968031933ce55ae2c899e7057d3abcd354a0\' ct_options=\'{\"ct_id\":179,\"ct_parent\":177,\"selector\":\"headline-179-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Inclusions[/ct_headline][ct_code_block ct_sign_sha256=\'08fda626a5c1d88de2e36ae41c9a8c329cfd597547c10c1eb9204eac8e19e403\' ct_options=\'{\"ct_id\":181,\"ct_parent\":177,\"selector\":\"code_block-181-76\",\"original\":{\"code-php\":\"PD9waHAKJGluY2x1ZGVkID0gZ2V0X2ZpZWxkKCdpbmNsdXNpb25zJyk7CmlmKCAkaW5jbHVkZWQgKTogPz4KPHVsPgogICAgPD9waHAgZm9yZWFjaCggJGluY2x1ZGVkIGFzICRpbmMgKTogPz4KICAgICAgICA8bGk+PD9waHAgZWNobyAkaW5jOyA/PjwvbGk+CiAgICA8P3BocCBlbmRmb3JlYWNoOyA/Pgo8L3VsPgo8P3BocCBlbmRpZjsgPz4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'dfac5be201cf66a5dbd9b00ffe8c7a96e62bf7b4202908b092a013f02d87d858\' ct_options=\'{\"ct_id\":178,\"ct_parent\":176,\"selector\":\"div_block-178-76\",\"activeselector\":\"sticky\"}\'][ct_headline ct_sign_sha256=\'30889d066e052916c7ff4cb547cea3988181fb9b44983e99ea3611ac42c15418\' ct_options=\'{\"ct_id\":182,\"ct_parent\":178,\"selector\":\"headline-182-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Excluded[/ct_headline][ct_code_block ct_sign_sha256=\'a7c284dd67fa7441795ad1abff4cbfbd4f44fab597a384b5124362037379a4f2\' ct_options=\'{\"ct_id\":184,\"ct_parent\":178,\"selector\":\"code_block-184-76\",\"original\":{\"code-php\":\"PD9waHAKJGV4Y2x1ZGVkID0gZ2V0X2ZpZWxkKCdleGNsdXNpb25zJyk7CmlmKCAkZXhjbHVkZWQgKTogPz4KPHVsPgogICAgPD9waHAgZm9yZWFjaCggJGV4Y2x1ZGVkIGFzICRleGMgKTogPz4KICAgICAgICA8bGk+PD9waHAgZWNobyAkZXhjOyA/PjwvbGk+CiAgICA8P3BocCBlbmRmb3JlYWNoOyA/Pgo8L3VsPgo8P3BocCBlbmRpZjsgPz4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2867,76,'ct_builder_shortcodes_revisions_dates','1623420164'),(2868,76,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'77fbfa1aeadcb5b690808761437ca1a66595a768a3690bd37e2a33d1f1c26dac\' ct_options=\'{\"ct_id\":210,\"ct_parent\":0,\"selector\":\"section-210-76\"}\'][ct_new_columns_2 ct_sign_sha256=\'57341d1ee4b09bc3faba06de1bb61bafd80e3676ad5dad7983bcf0a0843cf87a\' ct_options=\'{\"ct_id\":311,\"ct_parent\":210,\"selector\":\"new_columns-311-76\"}\'][ct_div_block_2 ct_sign_sha256=\'99b8a36cc30a8f145c6c6061327c8c9cf20ae9a7f30993c14149a0794bc47068\' ct_options=\'{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"div_block-312-76\",\"original\":{\"width-unit\":\"%\",\"width\":\"65\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'be16f5f08ff93791bcd1863676daa4b65653b7d476092554f6213bd9b051171c\' ct_options=\'{\"ct_id\":250,\"ct_parent\":312,\"selector\":\"image-250-76\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'199daf2d416f4ea1b900bdfa3ea016d44cfdd2cd90f09d5a79300a6e0838a4f7\' data=\'featured_image\' ]\",\"srcdynamic\":true,\"alt\":\"W294eWdlbiBjdF9zaWduX3NoYTI1Nj0nYzNhMjFlNmNjOTQxYjUyMzlhNjg2NmExYTQzYjcwYjA3MTExNmExMzlkMDYyYjYwMGI2NmJiMzQ4NzlkMWJkNycgZGF0YT0nZmVhdHVyZWRfaW1hZ2VfYWx0JyBd\",\"globalconditions\":{\"0\":{\"name\":\"Post Has Featured Image\",\"operator\":0,\"value\":\"MQ==\",\"searchValue\":\"MQ==\"}}},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'992d0a3929590dd8a769733af9f35bdb9e9a42f1d85dbb35d64adf97710c02c9\' ct_options=\'{\"ct_id\":214,\"ct_parent\":312,\"selector\":\"headline-214-76\",\"original\":{\"tag\":\"h1\"}}\'][ct_span ct_sign_sha256=\'3ee1e8572c7ad2f6c70c19c3294c211ba44c2e6b1ae6c25bbd53a44ed8eb6e12\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"span-215-76\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span]<br>[/ct_headline][oxy_dynamic_list_3 ct_sign_sha256=\'a2651bbd3b1669ee4b217e2f6cd34f42a82dd3bc96cb8cd44865fb13e2563634\' ct_options=\'{\"ct_id\":217,\"ct_parent\":312,\"selector\":\"_dynamic_list-217-76\",\"original\":{\"use_acf_repeater\":\"true\",\"acf_repeater\":\"field_60af2c3adac03\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'e519c4cd0c4f526bfbd86721997d931b7406be0845ae35c7ab5604fc96444041\' ct_options=\'{\"ct_id\":218,\"ct_parent\":217,\"selector\":\"div_block-218-76\"}\'][ct_headline ct_sign_sha256=\'44ec188d29d67b4d84dcdf062c83c2bb76bf0aa9f8d44a27ca4e375da8143cd7\' ct_options=\'{\"ct_id\":219,\"ct_parent\":218,\"selector\":\"headline-219-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'92ec11af143454f42644d286a6c30b0ffde74232bb0cd60d51a300dade7bbec5\' ct_options=\'{\"ct_id\":220,\"ct_parent\":219,\"selector\":\"span-220-76\"}\'][oxygen ct_sign_sha256=\'a71beacffe36041017ce299fb8e6e4e56d72aa94b6a11785c913e152187cf07a\' data=\'acfreparray\' field=\'day_heading\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'70d1edeb65055cad26ffcc7e55202eed465e8c3ff038c32ec6131ead2048d814\' ct_options=\'{\"ct_id\":221,\"ct_parent\":218,\"selector\":\"text_block-221-76\"}\'][ct_span ct_sign_sha256=\'feea15b6b8eca9e6a7736886a853ae2e49ea31e75a4f6de14d750e949bb864bd\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"span-222-76\"}\'][oxygen ct_sign_sha256=\'388dfe89c4d6d2a3ba1c7dc6f9b93548b9f8722c40ae54bbee1716975fe5bc63\' data=\'acfreparray\' field=\'day_details\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_text_block][/ct_div_block_4][/oxy_dynamic_list_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9555aa13b82c98756068c3668dcff598e62600d887618564a75b6342f6cbce01\' ct_options=\'{\"ct_id\":313,\"ct_parent\":311,\"selector\":\"div_block-313-76\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'a5a16c1ed72a70a79987813a5746df93c043ec8d823e5fe6058e6c5225defae8\' ct_options=\'{\"ct_id\":259,\"ct_parent\":313,\"selector\":\"div_block-259-76\",\"classes\":{\"0\":\"form-wrapper\",\"1\":\"sticky\"},\"activeselector\":\"sticky\"}\'][ct_headline ct_sign_sha256=\'9f04107d6327e0832c25ae6f359873b4b7101c6ca2bae45aa63c12b179e001e6\' ct_options=\'{\"ct_id\":252,\"ct_parent\":259,\"selector\":\"headline-252-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false,\"classes\":{\"0\":\"c-heading-light\"}}\']Talk to Us About This Tour[/ct_headline][ct_text_block ct_sign_sha256=\'d114f518f4805b589cd4207e10e22d7615e68c50f43986154d7cf61cdc180c94\' ct_options=\'{\"ct_id\":255,\"ct_parent\":259,\"selector\":\"text_block-255-76\",\"classes\":{\"0\":\"c-text-light\",\"1\":\"c-margin-bottom-m\"},\"activeselector\":false}\']Speak to a East Africa safari specialist to start planning your trip.[/ct_text_block][ct_shortcode ct_sign_sha256=\'61e7bd284fb739519679566e5519a20d924c6647cffc4c1896430efec028cd20\' ct_options=\'{\"ct_id\":257,\"ct_parent\":259,\"selector\":\"shortcode-257-76\",\"original\":{\"full_shortcode\":true},\"ct_shortcode\":\"true\",\"classes\":{\"0\":\"advanced-form\"},\"activeselector\":\"advanced-form\"}\'][fluentform id=\"1\"][/ct_shortcode][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'4d3f23e882080d88f10dcd93a88438554bd70dcd9720502fe0c6786d4f757a4a\' ct_options=\'{\"ct_id\":175,\"ct_parent\":0,\"selector\":\"section-175-76\",\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'84bd9357027801f3ff091a53abfa4a8898725ccf9408b34d2c5934fcd0b61de6\' ct_options=\'{\"ct_id\":176,\"ct_parent\":175,\"selector\":\"div_block-176-76\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'2f52f79df898f06935fa8aaf944d64abcdd73ed76ebfb16baac9d13214dacece\' ct_options=\'{\"ct_id\":177,\"ct_parent\":176,\"selector\":\"div_block-177-76\"}\'][ct_headline ct_sign_sha256=\'14c96a7b006b617948e3e4751365968031933ce55ae2c899e7057d3abcd354a0\' ct_options=\'{\"ct_id\":179,\"ct_parent\":177,\"selector\":\"headline-179-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Inclusions[/ct_headline][ct_code_block ct_sign_sha256=\'08fda626a5c1d88de2e36ae41c9a8c329cfd597547c10c1eb9204eac8e19e403\' ct_options=\'{\"ct_id\":181,\"ct_parent\":177,\"selector\":\"code_block-181-76\",\"original\":{\"code-php\":\"PD9waHAKJGluY2x1ZGVkID0gZ2V0X2ZpZWxkKCdpbmNsdXNpb25zJyk7CmlmKCAkaW5jbHVkZWQgKTogPz4KPHVsPgogICAgPD9waHAgZm9yZWFjaCggJGluY2x1ZGVkIGFzICRpbmMgKTogPz4KICAgICAgICA8bGk+PD9waHAgZWNobyAkaW5jOyA/PjwvbGk+CiAgICA8P3BocCBlbmRmb3JlYWNoOyA/Pgo8L3VsPgo8P3BocCBlbmRpZjsgPz4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'dfac5be201cf66a5dbd9b00ffe8c7a96e62bf7b4202908b092a013f02d87d858\' ct_options=\'{\"ct_id\":178,\"ct_parent\":176,\"selector\":\"div_block-178-76\",\"activeselector\":\"sticky\"}\'][ct_headline ct_sign_sha256=\'30889d066e052916c7ff4cb547cea3988181fb9b44983e99ea3611ac42c15418\' ct_options=\'{\"ct_id\":182,\"ct_parent\":178,\"selector\":\"headline-182-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Excluded[/ct_headline][ct_code_block ct_sign_sha256=\'a7c284dd67fa7441795ad1abff4cbfbd4f44fab597a384b5124362037379a4f2\' ct_options=\'{\"ct_id\":184,\"ct_parent\":178,\"selector\":\"code_block-184-76\",\"original\":{\"code-php\":\"PD9waHAKJGV4Y2x1ZGVkID0gZ2V0X2ZpZWxkKCdleGNsdXNpb25zJyk7CmlmKCAkZXhjbHVkZWQgKTogPz4KPHVsPgogICAgPD9waHAgZm9yZWFjaCggJGV4Y2x1ZGVkIGFzICRleGMgKTogPz4KICAgICAgICA8bGk+PD9waHAgZWNobyAkZXhjOyA/PjwvbGk+CiAgICA8P3BocCBlbmRmb3JlYWNoOyA/Pgo8L3VsPgo8P3BocCBlbmRpZjsgPz4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2869,76,'ct_builder_shortcodes_revisions_dates','1623420510'),(2880,142,'ct_builder_shortcodes_revisions','[ct_reusable ct_sign_sha256=\'b1c77ce52d5b1e004fe5fb388fa4183f5548cb163461e4dd0af9eeca911d0500\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-16-142\",\"ct_id\":16,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'425a56eaca7a4a037f7b820f6dff30215642c3c8f2934808a898a0586f126b7b\' ct_options=\'{\"ct_id\":27,\"ct_parent\":0,\"selector\":\"section-27-142\",\"nicename\":\"3 to 1 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'494adbe37a5455b0f0977a4bed64e4f8b71cea18117257f7471b2b444ec7d63f\' ct_options=\'{\"ct_id\":28,\"ct_parent\":27,\"selector\":\"div_block-28-142\",\"classes\":{\"0\":\"c-columns-m-1\",\"1\":\"c-columns-gap-l\",\"2\":\"c-columns-3-1\"},\"nicename\":\"Columns\"}\'][ct_div_block_3 ct_sign_sha256=\'3190b640ba2d7fb7d8c6faee036b97d49f5f09d5beee4d65af4fb380f748cecc\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-142\"}\'][ct_div_block_4 ct_sign_sha256=\'84140029a05ca0489a4f245b9f94211ec472a047dac4d93999f2c21bdcb57c62\' ct_options=\'{\"ct_id\":18,\"ct_parent\":29,\"selector\":\"div_block-18-142\",\"classes\":{\"0\":\"form-wrapper\"},\"activeselector\":\"form-wrapper\"}\'][ct_shortcode ct_sign_sha256=\'475f3fb8dc81c9686a4874e6e84146d8361bcf412e8ef8c7141611cd5bdbf0de\' ct_options=\'{\"ct_id\":6,\"ct_parent\":18,\"selector\":\"shortcode-6-142\",\"original\":{\"full_shortcode\":true,\"width-unit\":\"%\",\"width\":\"100\"},\"ct_shortcode\":\"true\",\"activeselector\":\"advanced-form\",\"classes\":{\"0\":\"advanced-form\"}}\'][advanced_form form=\"form_60bf7b1f58d95\"][/ct_shortcode][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ba4089941e8cd6f12a33102027984aef6a537df0125d48d8c2795afc68a48120\' ct_options=\'{\"ct_id\":30,\"ct_parent\":28,\"selector\":\"div_block-30-142\",\"classes\":{},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'5342fd39290f9e5437895f61a7aa389e92db3791ac852bc6657f980d37f961d7\' ct_options=\'{\"ct_id\":7,\"ct_parent\":30,\"selector\":\"headline-7-142\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']Contact Us<br>[/ct_headline][ct_headline ct_sign_sha256=\'eda6be65c1c2dfd25575493c6c91d46371b0241b4cc8d3d6ce08efe6003033a8\' ct_options=\'{\"ct_id\":11,\"ct_parent\":30,\"selector\":\"headline-11-142\",\"original\":{\"tag\":\"h4\"},\"activeselector\":false}\']Address[/ct_headline][ct_text_block ct_sign_sha256=\'02ff67eca0fc9650044e52619a21ab09f8e7e652659dfd60dadf8fd0f07d9526\' ct_options=\'{\"ct_id\":9,\"ct_parent\":30,\"selector\":\"text_block-9-142\"}\']P.O. Box 7574 Kampala, Uganda<br>[/ct_text_block][ct_headline ct_sign_sha256=\'0cdd471a23125d827b153d892cd2db7d389da750aa2a10d11567cfa1fdc3b71e\' ct_options=\'{\"ct_id\":13,\"ct_parent\":30,\"selector\":\"headline-13-142\",\"original\":{\"tag\":\"h4\"},\"activeselector\":false}\']Telephone<br>[/ct_headline][ct_text_block ct_sign_sha256=\'37e539d8d7a468d02ae82d9681a0bc0ca951d27fa659427e2806bfc3fc721151\' ct_options=\'{\"ct_id\":15,\"ct_parent\":30,\"selector\":\"text_block-15-142\"}\']+256 (0) 781 516 422<br><br>+256 (0) 702 348 922[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2881,142,'ct_builder_shortcodes_revisions_dates','1623577580'),(2882,142,'ct_builder_shortcodes_revisions','[ct_reusable ct_sign_sha256=\'b1c77ce52d5b1e004fe5fb388fa4183f5548cb163461e4dd0af9eeca911d0500\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-16-142\",\"ct_id\":16,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'64073f0d1ba46ea4d9672137af9770deb97120a492165e3f9012297da71d9153\' ct_options=\'{\"ct_id\":27,\"ct_parent\":0,\"selector\":\"section-27-142\",\"nicename\":\"3 to 1 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'174d55116c9f488afc802d0e3575db8ccb235c58fe9a402374fc4a8db3ae1314\' ct_options=\'{\"ct_id\":28,\"ct_parent\":27,\"selector\":\"div_block-28-142\",\"classes\":{\"0\":\"c-columns-m-1\",\"1\":\"c-columns-gap-l\",\"2\":\"c-columns-3-1\"},\"nicename\":\"Columns\"}\'][ct_div_block_3 ct_sign_sha256=\'de603c8f9cae01257c941448941f1a8699126ad63ac72aecae6ac593bb6aec0d\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-142\"}\'][ct_div_block_4 ct_sign_sha256=\'20cd3ba451f8788856bb10b9651a1844575ac47d4211a748e4491081022feaf8\' ct_options=\'{\"ct_id\":18,\"ct_parent\":29,\"selector\":\"div_block-18-142\",\"classes\":{\"0\":\"form-wrapper\"},\"activeselector\":\"form-wrapper\"}\'][ct_shortcode ct_sign_sha256=\'dc2983a4babf81b53fc3361b7d77690f6332e92e0a83356b2dd28652c50774bf\' ct_options=\'{\"ct_id\":6,\"ct_parent\":18,\"selector\":\"shortcode-6-142\",\"original\":{\"full_shortcode\":true,\"width-unit\":\"%\",\"width\":\"100\"},\"ct_shortcode\":\"true\",\"activeselector\":\"advanced-form\",\"classes\":{\"0\":\"advanced-form\"}}\'][fluentform id=\"2\"][/ct_shortcode][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ba4089941e8cd6f12a33102027984aef6a537df0125d48d8c2795afc68a48120\' ct_options=\'{\"ct_id\":30,\"ct_parent\":28,\"selector\":\"div_block-30-142\",\"classes\":{},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'5342fd39290f9e5437895f61a7aa389e92db3791ac852bc6657f980d37f961d7\' ct_options=\'{\"ct_id\":7,\"ct_parent\":30,\"selector\":\"headline-7-142\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']Contact Us<br>[/ct_headline][ct_headline ct_sign_sha256=\'eda6be65c1c2dfd25575493c6c91d46371b0241b4cc8d3d6ce08efe6003033a8\' ct_options=\'{\"ct_id\":11,\"ct_parent\":30,\"selector\":\"headline-11-142\",\"original\":{\"tag\":\"h4\"},\"activeselector\":false}\']Address[/ct_headline][ct_text_block ct_sign_sha256=\'02ff67eca0fc9650044e52619a21ab09f8e7e652659dfd60dadf8fd0f07d9526\' ct_options=\'{\"ct_id\":9,\"ct_parent\":30,\"selector\":\"text_block-9-142\"}\']P.O. Box 7574 Kampala, Uganda<br>[/ct_text_block][ct_headline ct_sign_sha256=\'0cdd471a23125d827b153d892cd2db7d389da750aa2a10d11567cfa1fdc3b71e\' ct_options=\'{\"ct_id\":13,\"ct_parent\":30,\"selector\":\"headline-13-142\",\"original\":{\"tag\":\"h4\"},\"activeselector\":false}\']Telephone<br>[/ct_headline][ct_text_block ct_sign_sha256=\'37e539d8d7a468d02ae82d9681a0bc0ca951d27fa659427e2806bfc3fc721151\' ct_options=\'{\"ct_id\":15,\"ct_parent\":30,\"selector\":\"text_block-15-142\"}\']+256 (0) 781 516 422<br><br>+256 (0) 702 348 922[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2883,142,'ct_builder_shortcodes_revisions_dates','1623643360'),(2884,142,'ct_builder_shortcodes_revisions','[ct_reusable ct_sign_sha256=\'b1c77ce52d5b1e004fe5fb388fa4183f5548cb163461e4dd0af9eeca911d0500\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-16-142\",\"ct_id\":16,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'564c17da230e5a3f9de1bef9cff267e64922679e6ac273fc85b3243f2d27dd83\' ct_options=\'{\"ct_id\":27,\"ct_parent\":0,\"selector\":\"section-27-142\",\"nicename\":\"3 to 1 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'125958cdfa4fd1b85dbb80b11cfc5c35f965ae4e53a45e6b28a7607ad0137cae\' ct_options=\'{\"ct_id\":28,\"ct_parent\":27,\"selector\":\"div_block-28-142\",\"classes\":{\"0\":\"c-columns-m-1\",\"1\":\"c-columns-gap-l\",\"2\":\"c-columns-3-1\"},\"nicename\":\"Columns\"}\'][ct_div_block_3 ct_sign_sha256=\'bb7a7caa446b4a25827e445170a50eedc027667a553563553e02ac9adf42ab99\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-142\"}\'][ct_div_block_4 ct_sign_sha256=\'015187586bcf537b06161da2816d137cd8e7d6a2597c4f793e098fcc453522b4\' ct_options=\'{\"ct_id\":18,\"ct_parent\":29,\"selector\":\"div_block-18-142\",\"classes\":{\"0\":\"form-wrapper\"},\"activeselector\":\"form-wrapper\"}\'][ct_shortcode ct_sign_sha256=\'4d744b3883041508ae6218461bdfe0e98d5963ec608f080f681bcd18d3db8833\' ct_options=\'{\"ct_id\":6,\"ct_parent\":18,\"selector\":\"shortcode-6-142\",\"original\":{\"full_shortcode\":true,\"width-unit\":\"%\",\"width\":\"100\"},\"ct_shortcode\":\"true\",\"activeselector\":\"fluent-form\",\"classes\":{\"0\":\"fluent-form\"}}\'][fluentform id=\"2\"][/ct_shortcode][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ba4089941e8cd6f12a33102027984aef6a537df0125d48d8c2795afc68a48120\' ct_options=\'{\"ct_id\":30,\"ct_parent\":28,\"selector\":\"div_block-30-142\",\"classes\":{},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'5342fd39290f9e5437895f61a7aa389e92db3791ac852bc6657f980d37f961d7\' ct_options=\'{\"ct_id\":7,\"ct_parent\":30,\"selector\":\"headline-7-142\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']Contact Us<br>[/ct_headline][ct_headline ct_sign_sha256=\'eda6be65c1c2dfd25575493c6c91d46371b0241b4cc8d3d6ce08efe6003033a8\' ct_options=\'{\"ct_id\":11,\"ct_parent\":30,\"selector\":\"headline-11-142\",\"original\":{\"tag\":\"h4\"},\"activeselector\":false}\']Address[/ct_headline][ct_text_block ct_sign_sha256=\'02ff67eca0fc9650044e52619a21ab09f8e7e652659dfd60dadf8fd0f07d9526\' ct_options=\'{\"ct_id\":9,\"ct_parent\":30,\"selector\":\"text_block-9-142\"}\']P.O. Box 7574 Kampala, Uganda<br>[/ct_text_block][ct_headline ct_sign_sha256=\'0cdd471a23125d827b153d892cd2db7d389da750aa2a10d11567cfa1fdc3b71e\' ct_options=\'{\"ct_id\":13,\"ct_parent\":30,\"selector\":\"headline-13-142\",\"original\":{\"tag\":\"h4\"},\"activeselector\":false}\']Telephone<br>[/ct_headline][ct_text_block ct_sign_sha256=\'37e539d8d7a468d02ae82d9681a0bc0ca951d27fa659427e2806bfc3fc721151\' ct_options=\'{\"ct_id\":15,\"ct_parent\":30,\"selector\":\"text_block-15-142\"}\']+256 (0) 781 516 422<br><br>+256 (0) 702 348 922[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2885,142,'ct_builder_shortcodes_revisions_dates','1623643836'),(2886,142,'ct_builder_shortcodes_revisions','[ct_reusable ct_sign_sha256=\'b1c77ce52d5b1e004fe5fb388fa4183f5548cb163461e4dd0af9eeca911d0500\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-16-142\",\"ct_id\":16,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'564c17da230e5a3f9de1bef9cff267e64922679e6ac273fc85b3243f2d27dd83\' ct_options=\'{\"ct_id\":27,\"ct_parent\":0,\"selector\":\"section-27-142\",\"nicename\":\"3 to 1 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'125958cdfa4fd1b85dbb80b11cfc5c35f965ae4e53a45e6b28a7607ad0137cae\' ct_options=\'{\"ct_id\":28,\"ct_parent\":27,\"selector\":\"div_block-28-142\",\"classes\":{\"0\":\"c-columns-m-1\",\"1\":\"c-columns-gap-l\",\"2\":\"c-columns-3-1\"},\"nicename\":\"Columns\"}\'][ct_div_block_3 ct_sign_sha256=\'bb7a7caa446b4a25827e445170a50eedc027667a553563553e02ac9adf42ab99\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-142\"}\'][ct_div_block_4 ct_sign_sha256=\'015187586bcf537b06161da2816d137cd8e7d6a2597c4f793e098fcc453522b4\' ct_options=\'{\"ct_id\":18,\"ct_parent\":29,\"selector\":\"div_block-18-142\",\"classes\":{\"0\":\"form-wrapper\"},\"activeselector\":\"form-wrapper\"}\'][ct_shortcode ct_sign_sha256=\'4d744b3883041508ae6218461bdfe0e98d5963ec608f080f681bcd18d3db8833\' ct_options=\'{\"ct_id\":6,\"ct_parent\":18,\"selector\":\"shortcode-6-142\",\"original\":{\"full_shortcode\":true,\"width-unit\":\"%\",\"width\":\"100\"},\"ct_shortcode\":\"true\",\"activeselector\":\"fluent-form\",\"classes\":{\"0\":\"fluent-form\"}}\'][fluentform id=\"2\"][/ct_shortcode][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ba4089941e8cd6f12a33102027984aef6a537df0125d48d8c2795afc68a48120\' ct_options=\'{\"ct_id\":30,\"ct_parent\":28,\"selector\":\"div_block-30-142\",\"classes\":{},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'5342fd39290f9e5437895f61a7aa389e92db3791ac852bc6657f980d37f961d7\' ct_options=\'{\"ct_id\":7,\"ct_parent\":30,\"selector\":\"headline-7-142\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']Contact Us<br>[/ct_headline][ct_headline ct_sign_sha256=\'eda6be65c1c2dfd25575493c6c91d46371b0241b4cc8d3d6ce08efe6003033a8\' ct_options=\'{\"ct_id\":11,\"ct_parent\":30,\"selector\":\"headline-11-142\",\"original\":{\"tag\":\"h4\"},\"activeselector\":false}\']Address[/ct_headline][ct_text_block ct_sign_sha256=\'02ff67eca0fc9650044e52619a21ab09f8e7e652659dfd60dadf8fd0f07d9526\' ct_options=\'{\"ct_id\":9,\"ct_parent\":30,\"selector\":\"text_block-9-142\"}\']P.O. Box 7574 Kampala, Uganda<br>[/ct_text_block][ct_headline ct_sign_sha256=\'0cdd471a23125d827b153d892cd2db7d389da750aa2a10d11567cfa1fdc3b71e\' ct_options=\'{\"ct_id\":13,\"ct_parent\":30,\"selector\":\"headline-13-142\",\"original\":{\"tag\":\"h4\"},\"activeselector\":false}\']Telephone<br>[/ct_headline][ct_text_block ct_sign_sha256=\'37e539d8d7a468d02ae82d9681a0bc0ca951d27fa659427e2806bfc3fc721151\' ct_options=\'{\"ct_id\":15,\"ct_parent\":30,\"selector\":\"text_block-15-142\"}\']+256 (0) 781 516 422<br><br>+256 (0) 702 348 922[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2887,142,'ct_builder_shortcodes_revisions_dates','1623644020'),(2888,142,'ct_builder_shortcodes_revisions','[ct_reusable ct_sign_sha256=\'b1c77ce52d5b1e004fe5fb388fa4183f5548cb163461e4dd0af9eeca911d0500\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-16-142\",\"ct_id\":16,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'b0e82f01a15c572523b25d82dbf78ec2c0796b4d6c786099fd406614d16141ed\' ct_options=\'{\"ct_id\":27,\"ct_parent\":0,\"selector\":\"section-27-142\",\"nicename\":\"3 to 1 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'d6c1e390298567c43429412a9d49e447a7f147d172e1083b53a403cf0d57c146\' ct_options=\'{\"ct_id\":28,\"ct_parent\":27,\"selector\":\"div_block-28-142\",\"classes\":{\"0\":\"c-columns-m-1\",\"1\":\"c-columns-gap-l\",\"2\":\"c-columns-3-1\"},\"nicename\":\"Columns\"}\'][ct_div_block_3 ct_sign_sha256=\'03c659626c1b7a1b01f355ec9bf92cee4f6b4318c95046620f7827aee363e637\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-142\"}\'][ct_div_block_4 ct_sign_sha256=\'906d0c4b3fcd4e089273e52b7d7ae4582e3e99b8f035678e44158667d432259f\' ct_options=\'{\"ct_id\":18,\"ct_parent\":29,\"selector\":\"div_block-18-142\",\"classes\":{\"0\":\"form-wrapper\"},\"activeselector\":false,\"original\":{\"align-items\":\"flex-start\",\"text-align\":\"left\"}}\'][ct_shortcode ct_sign_sha256=\'4d744b3883041508ae6218461bdfe0e98d5963ec608f080f681bcd18d3db8833\' ct_options=\'{\"ct_id\":6,\"ct_parent\":18,\"selector\":\"shortcode-6-142\",\"original\":{\"full_shortcode\":true,\"width-unit\":\"%\",\"width\":\"100\"},\"ct_shortcode\":\"true\",\"activeselector\":\"fluent-form\",\"classes\":{\"0\":\"fluent-form\"}}\'][fluentform id=\"2\"][/ct_shortcode][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ba4089941e8cd6f12a33102027984aef6a537df0125d48d8c2795afc68a48120\' ct_options=\'{\"ct_id\":30,\"ct_parent\":28,\"selector\":\"div_block-30-142\",\"classes\":{},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'5342fd39290f9e5437895f61a7aa389e92db3791ac852bc6657f980d37f961d7\' ct_options=\'{\"ct_id\":7,\"ct_parent\":30,\"selector\":\"headline-7-142\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']Contact Us<br>[/ct_headline][ct_headline ct_sign_sha256=\'eda6be65c1c2dfd25575493c6c91d46371b0241b4cc8d3d6ce08efe6003033a8\' ct_options=\'{\"ct_id\":11,\"ct_parent\":30,\"selector\":\"headline-11-142\",\"original\":{\"tag\":\"h4\"},\"activeselector\":false}\']Address[/ct_headline][ct_text_block ct_sign_sha256=\'02ff67eca0fc9650044e52619a21ab09f8e7e652659dfd60dadf8fd0f07d9526\' ct_options=\'{\"ct_id\":9,\"ct_parent\":30,\"selector\":\"text_block-9-142\"}\']P.O. Box 7574 Kampala, Uganda<br>[/ct_text_block][ct_headline ct_sign_sha256=\'0cdd471a23125d827b153d892cd2db7d389da750aa2a10d11567cfa1fdc3b71e\' ct_options=\'{\"ct_id\":13,\"ct_parent\":30,\"selector\":\"headline-13-142\",\"original\":{\"tag\":\"h4\"},\"activeselector\":false}\']Telephone<br>[/ct_headline][ct_text_block ct_sign_sha256=\'37e539d8d7a468d02ae82d9681a0bc0ca951d27fa659427e2806bfc3fc721151\' ct_options=\'{\"ct_id\":15,\"ct_parent\":30,\"selector\":\"text_block-15-142\"}\']+256 (0) 781 516 422<br><br>+256 (0) 702 348 922[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2889,142,'ct_builder_shortcodes_revisions_dates','1623644175'),(2890,142,'ct_builder_shortcodes_revisions','[ct_reusable ct_sign_sha256=\'b1c77ce52d5b1e004fe5fb388fa4183f5548cb163461e4dd0af9eeca911d0500\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-16-142\",\"ct_id\":16,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'b0e82f01a15c572523b25d82dbf78ec2c0796b4d6c786099fd406614d16141ed\' ct_options=\'{\"ct_id\":27,\"ct_parent\":0,\"selector\":\"section-27-142\",\"nicename\":\"3 to 1 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'d6c1e390298567c43429412a9d49e447a7f147d172e1083b53a403cf0d57c146\' ct_options=\'{\"ct_id\":28,\"ct_parent\":27,\"selector\":\"div_block-28-142\",\"classes\":{\"0\":\"c-columns-m-1\",\"1\":\"c-columns-gap-l\",\"2\":\"c-columns-3-1\"},\"nicename\":\"Columns\"}\'][ct_div_block_3 ct_sign_sha256=\'03c659626c1b7a1b01f355ec9bf92cee4f6b4318c95046620f7827aee363e637\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-142\"}\'][ct_div_block_4 ct_sign_sha256=\'906d0c4b3fcd4e089273e52b7d7ae4582e3e99b8f035678e44158667d432259f\' ct_options=\'{\"ct_id\":18,\"ct_parent\":29,\"selector\":\"div_block-18-142\",\"classes\":{\"0\":\"form-wrapper\"},\"activeselector\":false,\"original\":{\"align-items\":\"flex-start\",\"text-align\":\"left\"}}\'][ct_shortcode ct_sign_sha256=\'4d744b3883041508ae6218461bdfe0e98d5963ec608f080f681bcd18d3db8833\' ct_options=\'{\"ct_id\":6,\"ct_parent\":18,\"selector\":\"shortcode-6-142\",\"original\":{\"full_shortcode\":true,\"width-unit\":\"%\",\"width\":\"100\"},\"ct_shortcode\":\"true\",\"activeselector\":\"fluent-form\",\"classes\":{\"0\":\"fluent-form\"}}\'][fluentform id=\"2\"][/ct_shortcode][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ba4089941e8cd6f12a33102027984aef6a537df0125d48d8c2795afc68a48120\' ct_options=\'{\"ct_id\":30,\"ct_parent\":28,\"selector\":\"div_block-30-142\",\"classes\":{},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'5342fd39290f9e5437895f61a7aa389e92db3791ac852bc6657f980d37f961d7\' ct_options=\'{\"ct_id\":7,\"ct_parent\":30,\"selector\":\"headline-7-142\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']Contact Us<br>[/ct_headline][ct_headline ct_sign_sha256=\'eda6be65c1c2dfd25575493c6c91d46371b0241b4cc8d3d6ce08efe6003033a8\' ct_options=\'{\"ct_id\":11,\"ct_parent\":30,\"selector\":\"headline-11-142\",\"original\":{\"tag\":\"h4\"},\"activeselector\":false}\']Address[/ct_headline][ct_text_block ct_sign_sha256=\'02ff67eca0fc9650044e52619a21ab09f8e7e652659dfd60dadf8fd0f07d9526\' ct_options=\'{\"ct_id\":9,\"ct_parent\":30,\"selector\":\"text_block-9-142\"}\']P.O. Box 7574 Kampala, Uganda<br>[/ct_text_block][ct_headline ct_sign_sha256=\'0cdd471a23125d827b153d892cd2db7d389da750aa2a10d11567cfa1fdc3b71e\' ct_options=\'{\"ct_id\":13,\"ct_parent\":30,\"selector\":\"headline-13-142\",\"original\":{\"tag\":\"h4\"},\"activeselector\":false}\']Telephone<br>[/ct_headline][ct_text_block ct_sign_sha256=\'37e539d8d7a468d02ae82d9681a0bc0ca951d27fa659427e2806bfc3fc721151\' ct_options=\'{\"ct_id\":15,\"ct_parent\":30,\"selector\":\"text_block-15-142\"}\']+256 (0) 781 516 422<br><br>+256 (0) 702 348 922[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2891,142,'ct_builder_shortcodes_revisions_dates','1623645427'),(2892,142,'ct_builder_shortcodes_revisions','[ct_reusable ct_sign_sha256=\'b1c77ce52d5b1e004fe5fb388fa4183f5548cb163461e4dd0af9eeca911d0500\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-16-142\",\"ct_id\":16,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'b0e82f01a15c572523b25d82dbf78ec2c0796b4d6c786099fd406614d16141ed\' ct_options=\'{\"ct_id\":27,\"ct_parent\":0,\"selector\":\"section-27-142\",\"nicename\":\"3 to 1 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'d6c1e390298567c43429412a9d49e447a7f147d172e1083b53a403cf0d57c146\' ct_options=\'{\"ct_id\":28,\"ct_parent\":27,\"selector\":\"div_block-28-142\",\"classes\":{\"0\":\"c-columns-m-1\",\"1\":\"c-columns-gap-l\",\"2\":\"c-columns-3-1\"},\"nicename\":\"Columns\"}\'][ct_div_block_3 ct_sign_sha256=\'03c659626c1b7a1b01f355ec9bf92cee4f6b4318c95046620f7827aee363e637\' ct_options=\'{\"ct_id\":29,\"ct_parent\":28,\"selector\":\"div_block-29-142\"}\'][ct_div_block_4 ct_sign_sha256=\'906d0c4b3fcd4e089273e52b7d7ae4582e3e99b8f035678e44158667d432259f\' ct_options=\'{\"ct_id\":18,\"ct_parent\":29,\"selector\":\"div_block-18-142\",\"classes\":{\"0\":\"form-wrapper\"},\"activeselector\":false,\"original\":{\"align-items\":\"flex-start\",\"text-align\":\"left\"}}\'][ct_shortcode ct_sign_sha256=\'4d744b3883041508ae6218461bdfe0e98d5963ec608f080f681bcd18d3db8833\' ct_options=\'{\"ct_id\":6,\"ct_parent\":18,\"selector\":\"shortcode-6-142\",\"original\":{\"full_shortcode\":true,\"width-unit\":\"%\",\"width\":\"100\"},\"ct_shortcode\":\"true\",\"activeselector\":\"fluent-form\",\"classes\":{\"0\":\"fluent-form\"}}\'][fluentform id=\"2\"][/ct_shortcode][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ba4089941e8cd6f12a33102027984aef6a537df0125d48d8c2795afc68a48120\' ct_options=\'{\"ct_id\":30,\"ct_parent\":28,\"selector\":\"div_block-30-142\",\"classes\":{},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'5342fd39290f9e5437895f61a7aa389e92db3791ac852bc6657f980d37f961d7\' ct_options=\'{\"ct_id\":7,\"ct_parent\":30,\"selector\":\"headline-7-142\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']Contact Us<br>[/ct_headline][ct_headline ct_sign_sha256=\'eda6be65c1c2dfd25575493c6c91d46371b0241b4cc8d3d6ce08efe6003033a8\' ct_options=\'{\"ct_id\":11,\"ct_parent\":30,\"selector\":\"headline-11-142\",\"original\":{\"tag\":\"h4\"},\"activeselector\":false}\']Address[/ct_headline][ct_text_block ct_sign_sha256=\'02ff67eca0fc9650044e52619a21ab09f8e7e652659dfd60dadf8fd0f07d9526\' ct_options=\'{\"ct_id\":9,\"ct_parent\":30,\"selector\":\"text_block-9-142\"}\']P.O. Box 7574 Kampala, Uganda<br>[/ct_text_block][ct_headline ct_sign_sha256=\'0cdd471a23125d827b153d892cd2db7d389da750aa2a10d11567cfa1fdc3b71e\' ct_options=\'{\"ct_id\":13,\"ct_parent\":30,\"selector\":\"headline-13-142\",\"original\":{\"tag\":\"h4\"},\"activeselector\":false}\']Telephone<br>[/ct_headline][ct_text_block ct_sign_sha256=\'37e539d8d7a468d02ae82d9681a0bc0ca951d27fa659427e2806bfc3fc721151\' ct_options=\'{\"ct_id\":15,\"ct_parent\":30,\"selector\":\"text_block-15-142\"}\']+256 (0) 781 516 422<br><br>+256 (0) 702 348 922[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2893,142,'ct_builder_shortcodes_revisions_dates','1623646640'),(2894,34,'ct_builder_shortcodes_revisions','[ct_reusable ct_sign_sha256=\'d59d9583c3402fdb0a5c483ac925edb2a592411625ffe2ddd1c1650e6174494a\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-75-34\",\"ct_id\":75,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'44c4a4a136e1b106adcdfecf074265131babe142a747c500928071d0bd916704\' ct_options=\'{\"ct_id\":10,\"ct_parent\":0,\"selector\":\"section-10-34\",\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'fc38df58865a8fb4ada6efb68b564f6a1931672214efe00b24449d471d5ba823\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"div_block-11-34\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'b48d26eea7484aaa62a44ed44ddec64e4a2bc02b8f93c48b29180bc5c03c00c6\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"div_block-12-34\"}\'][ct_headline ct_sign_sha256=\'e5bd487670e298c32a3b1d9b98f80657ff9027c98ff627afc322b10258861543\' ct_options=\'{\"ct_id\":21,\"ct_parent\":12,\"selector\":\"headline-21-34\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false,\"classes\":{\"0\":\"c-padding-bottom-m\"}}\']Contact Us Today About an East Africa Safari[/ct_headline][oxy_icon_box ct_sign_sha256=\'80292822c1138682dda2275749870bc4f98286858ddbb2d94a716df097ae830e\' ct_options=\'{\"ct_id\":70,\"ct_parent\":12,\"selector\":\"_icon_box-70-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"QWRkcmVzcw==\",\"icon_box_text\":\"UC5PLiBCb3ggNzU3NCwgS2FtcGFsYSwgVWdhbmRhPGJyPg==\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":\"icon-box-inline\"}\'][ct_fancy_icon ct_sign_sha256=\'7ca396a99cbfc165f0b6a66059fa79be79a565bb912f51c7569656517c678ff6\' ct_options=\'{\"ct_id\":71,\"ct_parent\":70,\"selector\":\"fancy_icon-71-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-signs\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][oxy_icon_box ct_sign_sha256=\'340959e645edfad33b59abc270ac361a133669a26719634b6deeaa2f51b86376\' ct_options=\'{\"ct_id\":72,\"ct_parent\":12,\"selector\":\"_icon_box-72-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"VGVsZXBob25l\",\"icon_box_text\":\"KzI1NiAoMCkgNzgxIDUxNiA0MjI8YnI+PGJyPisgMjU2ICgwKSA3MDIgMzQ4IDkyMjxicj4=\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'d52963eee05e45f3d3a829a5cf055a62d66ed4490506e34ddcbac94779ebfef0\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"fancy_icon-73-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-signs\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'4c68c17dff733553aabce2eeea15810f97d791b6ef640ac06b844f57951c802b\' ct_options=\'{\"ct_id\":13,\"ct_parent\":11,\"selector\":\"div_block-13-34\"}\'][ct_div_block_4 ct_sign_sha256=\'8d5f3c20cc4c02df01b06acf3306b9469b1d35a56aa7bc4dd237e8ad05ea5483\' ct_options=\'{\"ct_id\":77,\"ct_parent\":13,\"selector\":\"div_block-77-34\",\"classes\":{\"0\":\"form-wrapper\"},\"activeselector\":\"form-wrapper\"}\'][ct_headline ct_sign_sha256=\'4c73c3d4718b4c124ed16415129a1c21467799873585388695cd3f3566b583f4\' ct_options=\'{\"ct_id\":78,\"ct_parent\":77,\"selector\":\"headline-78-34\",\"classes\":{\"0\":\"c-heading-light\"},\"activeselector\":false}\']Quick Enquiry<br>[/ct_headline][ct_shortcode ct_sign_sha256=\'8c83c2f2dbcaba9811406a0b6a97493b12f6d24e2efe917f7d437bd60829a6a0\' ct_options=\'{\"ct_id\":74,\"ct_parent\":77,\"selector\":\"shortcode-74-34\",\"original\":{\"full_shortcode\":true},\"ct_shortcode\":\"true\",\"activeselector\":\"advanced-form\",\"classes\":{\"0\":\"advanced-form\"}}\'][advanced_form form=\"form_60c1d29628787\"][/ct_shortcode][/ct_div_block_4][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2895,34,'ct_builder_shortcodes_revisions_dates','1623647971'),(2896,34,'ct_builder_shortcodes_revisions','[ct_reusable ct_sign_sha256=\'d59d9583c3402fdb0a5c483ac925edb2a592411625ffe2ddd1c1650e6174494a\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-75-34\",\"ct_id\":75,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'0038f452dc5704ae1505fcbfb8d4e0bcc00ee9000ba9469ef2d6c57edb5fba41\' ct_options=\'{\"ct_id\":10,\"ct_parent\":0,\"selector\":\"section-10-34\",\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'96e1796c38b6b9e9d38241d74e47916fd9a2701ecda380053f1116cf288d78b4\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"div_block-11-34\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'b48d26eea7484aaa62a44ed44ddec64e4a2bc02b8f93c48b29180bc5c03c00c6\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"div_block-12-34\"}\'][ct_headline ct_sign_sha256=\'e5bd487670e298c32a3b1d9b98f80657ff9027c98ff627afc322b10258861543\' ct_options=\'{\"ct_id\":21,\"ct_parent\":12,\"selector\":\"headline-21-34\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false,\"classes\":{\"0\":\"c-padding-bottom-m\"}}\']Contact Us Today About an East Africa Safari[/ct_headline][oxy_icon_box ct_sign_sha256=\'80292822c1138682dda2275749870bc4f98286858ddbb2d94a716df097ae830e\' ct_options=\'{\"ct_id\":70,\"ct_parent\":12,\"selector\":\"_icon_box-70-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"QWRkcmVzcw==\",\"icon_box_text\":\"UC5PLiBCb3ggNzU3NCwgS2FtcGFsYSwgVWdhbmRhPGJyPg==\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":\"icon-box-inline\"}\'][ct_fancy_icon ct_sign_sha256=\'7ca396a99cbfc165f0b6a66059fa79be79a565bb912f51c7569656517c678ff6\' ct_options=\'{\"ct_id\":71,\"ct_parent\":70,\"selector\":\"fancy_icon-71-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-signs\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][oxy_icon_box ct_sign_sha256=\'340959e645edfad33b59abc270ac361a133669a26719634b6deeaa2f51b86376\' ct_options=\'{\"ct_id\":72,\"ct_parent\":12,\"selector\":\"_icon_box-72-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"VGVsZXBob25l\",\"icon_box_text\":\"KzI1NiAoMCkgNzgxIDUxNiA0MjI8YnI+PGJyPisgMjU2ICgwKSA3MDIgMzQ4IDkyMjxicj4=\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'d52963eee05e45f3d3a829a5cf055a62d66ed4490506e34ddcbac94779ebfef0\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"fancy_icon-73-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-signs\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ee5bcd771c709ba363803b70a78cec70560e66f04071aaafaf6c8c95ccb4af98\' ct_options=\'{\"ct_id\":13,\"ct_parent\":11,\"selector\":\"div_block-13-34\"}\'][ct_div_block_4 ct_sign_sha256=\'a19c3d4552973eb1937d5032685659d9ec25732ca7861c9fdd655f85d7b0e50f\' ct_options=\'{\"ct_id\":77,\"ct_parent\":13,\"selector\":\"div_block-77-34\",\"classes\":{\"0\":\"form-wrapper\"},\"activeselector\":\"form-wrapper\"}\'][ct_headline ct_sign_sha256=\'4c73c3d4718b4c124ed16415129a1c21467799873585388695cd3f3566b583f4\' ct_options=\'{\"ct_id\":78,\"ct_parent\":77,\"selector\":\"headline-78-34\",\"classes\":{\"0\":\"c-heading-light\"},\"activeselector\":false}\']Quick Enquiry<br>[/ct_headline][ct_shortcode ct_sign_sha256=\'f2a3faf5ea31e7e058e2aecfbbee8ef79e8a57d127fb020c6e31aae7429092c2\' ct_options=\'{\"ct_id\":74,\"ct_parent\":77,\"selector\":\"shortcode-74-34\",\"original\":{\"full_shortcode\":true},\"ct_shortcode\":\"true\",\"activeselector\":\"fluent-form\",\"classes\":{\"0\":\"fluent-form\"}}\'][advanced_form form=\"form_60c1d29628787\"][/ct_shortcode][/ct_div_block_4][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(2897,34,'ct_builder_shortcodes_revisions_dates','1623648043'),(2958,199,'_wp_attachment_image_alt','Antelope, Lake Mburo'),(2959,198,'_wp_attachment_image_alt','Topi, Queen Elizabeth National Park'),(2960,197,'_wp_attachment_image_alt','Elephant, Uganda'),(2961,196,'_wp_attachment_image_alt','Three griraffes, Uganda'),(2962,195,'_wp_attachment_image_alt','Elephants, Kidepo'),(2963,194,'_wp_attachment_image_alt','Zebra'),(2964,193,'_wp_attachment_image_alt','Buffalo on savannah'),(2965,192,'_wp_attachment_image_alt','Hippo in lake with cranes'),(2966,191,'_wp_attachment_image_alt','Elephant herd and buffalo by river'),(2967,190,'_wp_attachment_image_alt','Griaffes in green season'),(2968,189,'_wp_attachment_image_alt','Mating lions'),(2969,188,'_wp_attachment_image_alt','Elephant, Murchison Falls'),(2970,187,'_wp_attachment_image_alt','Rhino'),(2971,186,'_wp_attachment_image_alt','Giraffe'),(2972,185,'_wp_attachment_image_alt','Elephants on riverbank'),(2973,184,'_wp_attachment_image_alt','Leopard relaxing, Queen Elizabeth National Park'),(2974,183,'_wp_attachment_image_alt','Hippos in Lake Mburo'),(2975,182,'_wp_attachment_image_alt','Tree-climbing lions'),(2976,181,'_wp_attachment_image_alt','Tree-climbing lions, Queen Elizabeth National Park'),(2977,180,'_wp_attachment_image_alt','Silverback gorilla'),(2978,179,'_wp_attachment_image_alt','Crowned cranes'),(2979,177,'_wp_attachment_image_alt','Baby gorilla, Uganda'),(2980,176,'_wp_attachment_image_alt','Mountian gorilla scratching'),(2981,175,'_wp_attachment_image_alt','Kingfisher with catch, Lake Mburo'),(2982,174,'_wp_attachment_image_alt','Buffalo'),(2983,171,'_wp_attachment_image_alt','Uganda sunset'),(2984,172,'_wp_attachment_image_alt','Mweya peninsula'),(2985,170,'_wp_attachment_image_alt','Lake, Uganda'),(2986,169,'_wp_attachment_image_alt','Uganda hills'),(2987,158,'_wp_attachment_image_alt','Gorilla African Guesthouse bedroom'),(2988,159,'_wp_attachment_image_alt','Gorilla African Guesthouse bedroom'),(2989,157,'_wp_attachment_image_alt','Gorilla African Guesthouse twin beds'),(2990,156,'_wp_attachment_image_alt','Gorilla African Guesthouse bedroom'),(2991,155,'_wp_attachment_image_alt','Gorilla African Guesthouse garden'),(2992,154,'_wp_attachment_image_alt','Gorilla African Guesthouse garden'),(2993,153,'_wp_attachment_image_alt','Gorilla African Guesthouse garden'),(2994,152,'_wp_attachment_image_alt','Gorilla African Guesthouse'),(2995,146,'_wp_attachment_image_alt','Mountain goriila'),(2996,145,'_wp_attachment_image_alt','Mountain gorilla'),(2997,144,'_wp_attachment_image_alt','Mountain gorilla'),(2998,125,'_wp_attachment_image_alt','Ross\' Turacco'),(2999,126,'_wp_attachment_image_alt','Crownded Cranes by river'),(3000,124,'_wp_attachment_image_alt','Geese'),(3001,75,'_wp_attachment_image_alt','Safari lodge, Bwindi Impenetrable Forest Lodge'),(3002,74,'_wp_attachment_image_alt','White water rafting on the Nile'),(3003,72,'_wp_attachment_image_alt','Lion'),(3004,71,'_wp_attachment_image_alt','Nile River'),(3005,70,'_wp_attachment_image_alt','Mopuntain goriila and baby'),(3006,69,'_wp_attachment_image_alt','Mountain gorilla'),(3007,68,'_wp_attachment_image_alt','Western lowland gorilla'),(3008,67,'_wp_attachment_image_alt','Mountain gorilla family'),(3009,66,'_wp_attachment_image_alt','Chimpanzee sleeping'),(3010,49,'_wp_attachment_image_alt','Gorilla African Tours and Travel logo'),(3013,142,'rank_math_analytic_object_id','1'),(3014,107,'rank_math_analytic_object_id','2'),(3015,106,'rank_math_analytic_object_id','3'),(3016,105,'rank_math_analytic_object_id','4'),(3017,104,'rank_math_analytic_object_id','5'),(3018,103,'rank_math_analytic_object_id','6'),(3019,102,'rank_math_analytic_object_id','7'),(3020,101,'rank_math_analytic_object_id','8'),(3021,100,'rank_math_analytic_object_id','9'),(3022,99,'rank_math_analytic_object_id','10'),(3023,98,'rank_math_analytic_object_id','11'),(3024,97,'rank_math_analytic_object_id','12'),(3025,96,'rank_math_analytic_object_id','13'),(3026,95,'rank_math_analytic_object_id','14'),(3027,94,'rank_math_analytic_object_id','15'),(3028,93,'rank_math_analytic_object_id','16'),(3029,92,'rank_math_analytic_object_id','17'),(3030,91,'rank_math_analytic_object_id','18'),(3031,90,'rank_math_analytic_object_id','19'),(3032,89,'rank_math_analytic_object_id','20'),(3033,88,'rank_math_analytic_object_id','21'),(3034,87,'rank_math_analytic_object_id','22'),(3035,86,'rank_math_analytic_object_id','23'),(3036,85,'rank_math_analytic_object_id','24'),(3037,84,'rank_math_analytic_object_id','25'),(3038,83,'rank_math_analytic_object_id','26'),(3039,82,'rank_math_analytic_object_id','27'),(3040,81,'rank_math_analytic_object_id','28'),(3041,80,'rank_math_analytic_object_id','29'),(3042,79,'rank_math_analytic_object_id','30'),(3043,78,'rank_math_analytic_object_id','31'),(3044,77,'rank_math_analytic_object_id','32'),(3045,64,'rank_math_analytic_object_id','33'),(3046,63,'rank_math_analytic_object_id','34'),(3047,62,'rank_math_analytic_object_id','35'),(3048,61,'rank_math_analytic_object_id','36'),(3049,60,'rank_math_analytic_object_id','37'),(3050,59,'rank_math_analytic_object_id','38'),(3051,58,'rank_math_analytic_object_id','39'),(3052,57,'rank_math_analytic_object_id','40'),(3053,56,'rank_math_analytic_object_id','41'),(3054,55,'rank_math_analytic_object_id','42'),(3055,54,'rank_math_analytic_object_id','43'),(3056,53,'rank_math_analytic_object_id','44'),(3057,52,'rank_math_analytic_object_id','45'),(3058,51,'rank_math_analytic_object_id','46'),(3059,50,'rank_math_analytic_object_id','47'),(3060,34,'rank_math_analytic_object_id','48'),(3061,32,'rank_math_analytic_object_id','49'),(3062,30,'rank_math_analytic_object_id','50'),(3063,28,'rank_math_analytic_object_id','51'),(3064,26,'rank_math_analytic_object_id','52'),(3065,24,'rank_math_analytic_object_id','53'),(3066,22,'rank_math_analytic_object_id','54'),(3067,20,'rank_math_analytic_object_id','55'),(3068,18,'rank_math_analytic_object_id','56'),(3069,2,'rank_math_analytic_object_id','57'),(3070,142,'rank_math_internal_links_processed','1'),(3071,107,'rank_math_internal_links_processed','1'),(3072,106,'rank_math_internal_links_processed','1'),(3073,105,'rank_math_internal_links_processed','1'),(3074,104,'rank_math_internal_links_processed','1'),(3075,103,'rank_math_internal_links_processed','1'),(3076,102,'rank_math_internal_links_processed','1'),(3077,101,'rank_math_internal_links_processed','1'),(3078,100,'rank_math_internal_links_processed','1'),(3079,99,'rank_math_internal_links_processed','1'),(3080,34,'ct_builder_shortcodes_revisions','[ct_reusable ct_sign_sha256=\'d59d9583c3402fdb0a5c483ac925edb2a592411625ffe2ddd1c1650e6174494a\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-75-34\",\"ct_id\":75,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'6db17cd33b0b16dd43ce96949bb4e550b003a7df8b3dc2446a837ab15bc040a5\' ct_options=\'{\"ct_id\":10,\"ct_parent\":0,\"selector\":\"section-10-34\",\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'e9f9b44e94c268bcaae8b5e8eafc6a8ed4d2beaa0617d82eefe2e1f94e0cf9d8\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"div_block-11-34\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'b48d26eea7484aaa62a44ed44ddec64e4a2bc02b8f93c48b29180bc5c03c00c6\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"div_block-12-34\"}\'][ct_headline ct_sign_sha256=\'e5bd487670e298c32a3b1d9b98f80657ff9027c98ff627afc322b10258861543\' ct_options=\'{\"ct_id\":21,\"ct_parent\":12,\"selector\":\"headline-21-34\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false,\"classes\":{\"0\":\"c-padding-bottom-m\"}}\']Contact Us Today About an East Africa Safari[/ct_headline][oxy_icon_box ct_sign_sha256=\'80292822c1138682dda2275749870bc4f98286858ddbb2d94a716df097ae830e\' ct_options=\'{\"ct_id\":70,\"ct_parent\":12,\"selector\":\"_icon_box-70-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"QWRkcmVzcw==\",\"icon_box_text\":\"UC5PLiBCb3ggNzU3NCwgS2FtcGFsYSwgVWdhbmRhPGJyPg==\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":\"icon-box-inline\"}\'][ct_fancy_icon ct_sign_sha256=\'7ca396a99cbfc165f0b6a66059fa79be79a565bb912f51c7569656517c678ff6\' ct_options=\'{\"ct_id\":71,\"ct_parent\":70,\"selector\":\"fancy_icon-71-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-signs\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][oxy_icon_box ct_sign_sha256=\'340959e645edfad33b59abc270ac361a133669a26719634b6deeaa2f51b86376\' ct_options=\'{\"ct_id\":72,\"ct_parent\":12,\"selector\":\"_icon_box-72-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"VGVsZXBob25l\",\"icon_box_text\":\"KzI1NiAoMCkgNzgxIDUxNiA0MjI8YnI+PGJyPisgMjU2ICgwKSA3MDIgMzQ4IDkyMjxicj4=\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'d52963eee05e45f3d3a829a5cf055a62d66ed4490506e34ddcbac94779ebfef0\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"fancy_icon-73-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-map-signs\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ca5aff324df6c43b4461fa1e02f6e37800d2c90e3c8fe08f8ce6d98cdb228f25\' ct_options=\'{\"ct_id\":13,\"ct_parent\":11,\"selector\":\"div_block-13-34\"}\'][ct_div_block_4 ct_sign_sha256=\'0683ee277f8a572ad476875502a689640d8726d743fb12d1957998681217f653\' ct_options=\'{\"ct_id\":77,\"ct_parent\":13,\"selector\":\"div_block-77-34\",\"classes\":{\"0\":\"form-wrapper\"},\"activeselector\":\"form-wrapper\"}\'][ct_headline ct_sign_sha256=\'4c73c3d4718b4c124ed16415129a1c21467799873585388695cd3f3566b583f4\' ct_options=\'{\"ct_id\":78,\"ct_parent\":77,\"selector\":\"headline-78-34\",\"classes\":{\"0\":\"c-heading-light\"},\"activeselector\":false}\']Quick Enquiry<br>[/ct_headline][ct_shortcode ct_sign_sha256=\'a06e9926a5032a5e9848e52adb250c9fede7ec43250a8d2bc4e086f532b185d1\' ct_options=\'{\"ct_id\":74,\"ct_parent\":77,\"selector\":\"shortcode-74-34\",\"original\":{\"full_shortcode\":true},\"ct_shortcode\":\"true\",\"activeselector\":\"fluent-form\",\"classes\":{\"0\":\"fluent-form\"}}\'][fluentform id=\"3\"][/ct_shortcode][/ct_div_block_4][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(3081,34,'ct_builder_shortcodes_revisions_dates','1623834453'),(3082,34,'ct_builder_shortcodes_revisions','[ct_reusable ct_sign_sha256=\'d59d9583c3402fdb0a5c483ac925edb2a592411625ffe2ddd1c1650e6174494a\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-75-34\",\"ct_id\":75,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'bbcf0571f80566ffb1e78495464ac2679d1314bf94bad10da54473502a910af7\' ct_options=\'{\"ct_id\":10,\"ct_parent\":0,\"selector\":\"section-10-34\",\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'bc9cb39d4234d20ead0415bd4bcde51b8e3ceb95105cca287d888bbc77aec119\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"div_block-11-34\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'993d42e743d6e5c57cd685af835b12cb354ac86c32cc5ca1973dabc56198b950\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"div_block-12-34\"}\'][ct_headline ct_sign_sha256=\'e5bd487670e298c32a3b1d9b98f80657ff9027c98ff627afc322b10258861543\' ct_options=\'{\"ct_id\":21,\"ct_parent\":12,\"selector\":\"headline-21-34\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false,\"classes\":{\"0\":\"c-padding-bottom-m\"}}\']Contact Us Today About an East Africa Safari[/ct_headline][oxy_icon_box ct_sign_sha256=\'12cc45d114d2af8bf848e5e1de9000a4e555c96c54b30c3564d068545ae08a08\' ct_options=\'{\"ct_id\":70,\"ct_parent\":12,\"selector\":\"_icon_box-70-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"TWFpbiBPZmZpY2U=\",\"icon_box_text\":\"UGxvdCAxNCBKaW5qYSBSb2FkLCBFbnRlYmJlLCBVZ2FuZGE8YnI+\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":\"icon-box-inline\"}\'][ct_fancy_icon ct_sign_sha256=\'de46fd82b11219ccba75d36bf5f9df52a27309044db54e300646153e54448897\' ct_options=\'{\"ct_id\":71,\"ct_parent\":70,\"selector\":\"fancy_icon-71-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-building\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][oxy_icon_box ct_sign_sha256=\'a706bca1ffd4a949132c7c88ed599989152ab2800f2d77492d4a300fa4d1e287\' ct_options=\'{\"ct_id\":80,\"ct_parent\":12,\"selector\":\"_icon_box-80-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"QnJhbmNoIE9mZmljZQ==\",\"icon_box_text\":\"UGxvdCA1MSBXaWxsaWFtIFN0cmVldCwgS2FtcGFsYSwgVWdhbmRhPGJyPg==\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":\"icon-box-inline\"}\'][ct_fancy_icon ct_sign_sha256=\'c755f47034cf804c3086fbba48fd37ac9f27d5638b45075588a55a7e4027e598\' ct_options=\'{\"ct_id\":81,\"ct_parent\":80,\"selector\":\"fancy_icon-81-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-home\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ca5aff324df6c43b4461fa1e02f6e37800d2c90e3c8fe08f8ce6d98cdb228f25\' ct_options=\'{\"ct_id\":13,\"ct_parent\":11,\"selector\":\"div_block-13-34\"}\'][ct_div_block_4 ct_sign_sha256=\'0683ee277f8a572ad476875502a689640d8726d743fb12d1957998681217f653\' ct_options=\'{\"ct_id\":77,\"ct_parent\":13,\"selector\":\"div_block-77-34\",\"classes\":{\"0\":\"form-wrapper\"},\"activeselector\":\"form-wrapper\"}\'][ct_headline ct_sign_sha256=\'4c73c3d4718b4c124ed16415129a1c21467799873585388695cd3f3566b583f4\' ct_options=\'{\"ct_id\":78,\"ct_parent\":77,\"selector\":\"headline-78-34\",\"classes\":{\"0\":\"c-heading-light\"},\"activeselector\":false}\']Quick Enquiry<br>[/ct_headline][ct_shortcode ct_sign_sha256=\'a06e9926a5032a5e9848e52adb250c9fede7ec43250a8d2bc4e086f532b185d1\' ct_options=\'{\"ct_id\":74,\"ct_parent\":77,\"selector\":\"shortcode-74-34\",\"original\":{\"full_shortcode\":true},\"ct_shortcode\":\"true\",\"activeselector\":\"fluent-form\",\"classes\":{\"0\":\"fluent-form\"}}\'][fluentform id=\"3\"][/ct_shortcode][/ct_div_block_4][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(3083,34,'ct_builder_shortcodes_revisions_dates','1623834835'),(3084,28,'ct_builder_shortcodes_revisions','[ct_reusable ct_sign_sha256=\'781532dffdfec2e6122fdda6b94eaa0a325ccba50b97d56333f59efad895b479\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-87-28\",\"ct_id\":87,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'0fc53365d7049ddd600234c6c1c4db6ae692e307f363b2d80fd99a0a59f07a10\' ct_options=\'{\"ct_id\":4,\"ct_parent\":0,\"selector\":\"section-4-28\",\"nicename\":\"2 Columns\",\"original\":{\"display\":\"flex\"}}\'][ct_div_block_2 ct_sign_sha256=\'58def4a4077ed9febdd281239124aa45074ce14c3d49ebd1ca96815f188ac4f0\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"div_block-5-28\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false,\"original\":{\"text-align\":\"left\",\"align-items\":\"center\"}}\'][ct_div_block_3 ct_sign_sha256=\'6556b37546a6da092f89e0691704fd0ef9b884a63f9a2f3e510301e5c435c879\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"div_block-6-28\"}\'][ct_headline ct_sign_sha256=\'1fe1ca60d6285b5b78073e0cf1609ce676de96f16f83399656325a7d99a05eb8\' ct_options=\'{\"ct_id\":11,\"ct_parent\":6,\"selector\":\"headline-11-28\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']Gorilla African Guest House[/ct_headline][oxy_rich_text ct_sign_sha256=\'0f17d0065dd17ef94a36ffb2c01f7e25cea8fc9ef17b2dd8430e8a19314c2b23\' ct_options=\'{\"ct_id\":58,\"ct_parent\":6,\"selector\":\"_rich_text-58-28\"}\']<p>Gorilla African Guest House is a private owned and family run accommodation located in Kiwafu zone a quiet and serene residential area of Entebbe Municipality.</p><p>Its located 4 km from Entebbe International Airport and 180 meters from the entrance of Entebbe Virus Research Institute.</p><p>The accommodation offers clean, self contained, quality and affordable accommodation to leisure and business travelers transiting through Entebbe Municipality.</p><p>If you are transiting through Entebbe for whatever reason be travel to and from Entebbe International Airport please book with us.</p>[/oxy_rich_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a62f8698a850f542338f0e96bf0d7dc078cb806d92d8f70d52b77a3881f4579e\' ct_options=\'{\"ct_id\":7,\"ct_parent\":5,\"selector\":\"div_block-7-28\"}\'][ct_image ct_sign_sha256=\'9b41870c63a9d67c8a0c8d57c3967605120aa6ee6b5c248c5e424abcc4db1d84\' ct_options=\'{\"ct_id\":59,\"ct_parent\":7,\"selector\":\"image-59-28\",\"original\":{\"image_type\":\"2\",\"attachment_id\":152,\"attachment_height\":520,\"attachment_width\":520,\"attachment_url\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/garden-haven.png\",\"attachment_size\":\"full\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'711a18c7c48bca0278ce597a0ef36e807c137ad1cd016d24eb1c14c64ee479b0\' ct_options=\'{\"ct_id\":60,\"ct_parent\":0,\"selector\":\"section-60-28\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-bg-light\"},\"nicename\":\"Gallery Section\",\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a8272b3f2965cf9fe0d123bf049d94f394de28194a71242be3cf252a50b24972\' ct_options=\'{\"ct_id\":61,\"ct_parent\":60,\"selector\":\"div_block-61-28\",\"original\":{\"globalConditionsResult\":true,\"display\":\"flex\"},\"classes\":{\"0\":\"c-grid-1\",\"1\":\"c-gallery\",\"2\":\"c-columns-gap-m\"},\"nicename\":\"Grid gallery\"}\'][ct_image ct_sign_sha256=\'8cb1a8357763cef828d08a72f77dbe92e697f3534923b4e92fed797d16831896\' ct_options=\'{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"image-62-28\",\"original\":{\"globalConditionsResult\":true,\"src\":\"https://images.unsplash.com/photo-1477936821694-ec4233a9a1a0?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1320&q=80\",\"custom-css\":\"\",\"image_type\":\"2\",\"attachment_id\":155,\"attachment_height\":539,\"attachment_width\":720,\"attachment_url\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-african-guesthouse-garden1.png\",\"attachment_size\":\"full\"},\"classes\":{\"0\":\"c-rounded\",\"1\":\"c-shadow\"},\"activeselector\":false}\'][/ct_image][ct_image ct_sign_sha256=\'e64589c27240cc641e5a9f11d4d00e33f90a1cde677a3b68b4defaf27879c1f5\' ct_options=\'{\"ct_id\":63,\"ct_parent\":61,\"selector\":\"image-63-28\",\"original\":{\"globalConditionsResult\":true,\"src\":\"https://images.unsplash.com/photo-1517816428104-797678c7cf0c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80\",\"custom-css\":\"\",\"image_type\":\"2\",\"attachment_id\":154,\"attachment_height\":539,\"attachment_width\":720,\"attachment_url\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-african-guesthouse-garden2.png\",\"attachment_size\":\"full\"},\"classes\":{\"0\":\"c-rounded\",\"1\":\"c-shadow\"},\"activeselector\":false}\'][/ct_image][ct_image ct_sign_sha256=\'768e2885fe424ccd1d7cd0aa209e577f8d96d9f43eb97c8a0e3027d718eb3c52\' ct_options=\'{\"ct_id\":64,\"ct_parent\":61,\"selector\":\"image-64-28\",\"original\":{\"globalConditionsResult\":true,\"src\":\"https://images.unsplash.com/photo-1502622796232-e88458466c33?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1489&q=80\",\"custom-css\":\"\",\"image_type\":\"2\",\"attachment_id\":153,\"attachment_height\":539,\"attachment_width\":720,\"attachment_url\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-african-guesthouse-garden3.png\",\"attachment_size\":\"full\"},\"classes\":{\"0\":\"c-rounded\",\"1\":\"c-shadow\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'f8eec20335358c0740225f6055c246c47e29885f9f5a3016305beda04a92d44c\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"section-14-28\",\"original\":{\"globalConditionsResult\":true,\"container-padding-top\":\"75\"},\"activeselector\":false,\"classes\":{},\"nicename\":\"3 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'aab81ab6ea2e0a67507df8af655b720f46cd7b79770d42d326e17bfc5eceb989\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"div_block-15-28\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Columns\",\"classes\":{\"0\":\"c-columns-3\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"}}\'][ct_div_block_3 ct_sign_sha256=\'e4d3b33b53ad51c17cfc19b1d7423b13ed670ef01c5c9ecd3731973881adafa2\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"div_block-16-28\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Column\",\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6bbec178be0b1d047dc499c7beda7365e99fec5b306dc7a8c7cbf76470496d0e\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"fancy_icon-17-28\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-shield\"},\"classes\":{\"0\":\"c-icon-accent-l\",\"1\":\"c-margin-bottom-m\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e4d32a3daef9f6d87433a3feed8fe214b7031b199a8b2d05424ed1c66db6f757\' ct_options=\'{\"ct_id\":18,\"ct_parent\":16,\"selector\":\"headline-18-28\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h4\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-heading-dark\"}}\']Safe &amp; Secure<br>[/ct_headline][ct_text_block ct_sign_sha256=\'5c2841063ffaf269868c3ab1d14d87612fd773a6740aa306a39c1c3610db061d\' ct_options=\'{\"ct_id\":19,\"ct_parent\":16,\"selector\":\"text_block-19-28\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"p\"},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-text-dark\",\"2\":\"c-text-m\"},\"activeselector\":false}\']The facility is secured in a walled compound and has a 24/7 security guard service.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'05401ffb79edc6affad41d4ab40d9ecd62a2b287045e3675919128ad83a010fc\' ct_options=\'{\"ct_id\":23,\"ct_parent\":15,\"selector\":\"div_block-23-28\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Column\",\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'b81b44d0afd771360a123e5bef605eefac31e8288db4887af49f14c99a9d2254\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"fancy_icon-24-28\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-bed\"},\"classes\":{\"0\":\"c-icon-accent-l\",\"1\":\"c-margin-bottom-m\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ffc840591542a4df9c23a179fb70f7deb30459cb8671240404e945975ff1f29\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"headline-25-28\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h4\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-heading-dark\"}}\']Comfortable Accommodation<br>[/ct_headline][ct_text_block ct_sign_sha256=\'8f7b6a56bd4ae7274151e5cce103e22e685f6dc903bfd36b7f846b7e2fc40dad\' ct_options=\'{\"ct_id\":26,\"ct_parent\":23,\"selector\":\"text_block-26-28\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"p\"},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-text-dark\",\"2\":\"c-text-m\"},\"activeselector\":false}\']The range of rooms include: single, double, twin and deluxe.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'03257f767cb736ecc339dae07dfd41b49828fb21a351d32317a4fa07d03d2d1e\' ct_options=\'{\"ct_id\":30,\"ct_parent\":15,\"selector\":\"div_block-30-28\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Column\",\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'0b3ae8367f9dd52c5793f82fba857ecc2a60f8b13b739c28734b2ef8d395ffce\' ct_options=\'{\"ct_id\":31,\"ct_parent\":30,\"selector\":\"fancy_icon-31-28\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-cutlery\"},\"classes\":{\"0\":\"c-icon-accent-l\",\"1\":\"c-margin-bottom-m\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b5f3271eb64501643c1d27751832bcb9e66e254447b1672abab6c84269d715c0\' ct_options=\'{\"ct_id\":32,\"ct_parent\":30,\"selector\":\"headline-32-28\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h4\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-heading-dark\"}}\']Traditional Hospitality<br>[/ct_headline][ct_text_block ct_sign_sha256=\'f4bf754537f322003613be41b6c1a417943dff531603293efde0c1608a328d4e\' ct_options=\'{\"ct_id\":33,\"ct_parent\":30,\"selector\":\"text_block-33-28\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"p\"},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-text-dark\",\"2\":\"c-text-m\"},\"activeselector\":false}\']The staff are ready to receive you at anytime with the traditional hospitality[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'cf44b1be31279be152b53dde9caee98642bef4305f04766e3515bf9f0bfbc39c\' ct_options=\'{\"ct_id\":85,\"ct_parent\":0,\"selector\":\"section-85-28\",\"classes\":{\"0\":\"c-bg-light\"},\"activeselector\":false}\'][oxy_gallery ct_sign_sha256=\'d178ac9ee592bf46c66bd845502a1c377c1523b4615ae65a8001d84f6d0d2259\' ct_options=\'{\"ct_id\":86,\"ct_parent\":85,\"selector\":\"_gallery-86-28\",\"original\":{\"gallery_source\":\"medialibrary\",\"image_ids\":\"159,158,157,156\",\"lightbox\":\"no\",\"link\":\"no\",\"images_per_row\":\"2\"},\"activeselector\":false}\'][/oxy_gallery][/ct_section][ct_section ct_sign_sha256=\'0fc62d0cbee4ecd5c15532db728a7235074a43a80329440078ec5aa022f09a15\' ct_options=\'{\"ct_id\":49,\"ct_parent\":0,\"selector\":\"section-49-28\",\"nicename\":\"3 to 2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'05e8270c869c06e0ec7aecfd82e0647221e07a3fe0fcecfe0d9b3f519ca9ab6d\' ct_options=\'{\"ct_id\":50,\"ct_parent\":49,\"selector\":\"div_block-50-28\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\"}\'][ct_div_block_3 ct_sign_sha256=\'e533bb12c4266b4e2e6d1d1c90fe3caffea119ef24a6b24bc0905af8e5807d30\' ct_options=\'{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"div_block-51-28\"}\'][ct_headline ct_sign_sha256=\'7364d54387a295a752c9de8f894c8844f9f5f79a7e7c061b3b1c835f0bbef1c4\' ct_options=\'{\"ct_id\":54,\"ct_parent\":51,\"selector\":\"headline-54-28\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']Come as Our Guest, Leave as Our Friend[/ct_headline][ct_text_block ct_sign_sha256=\'8f218b7719eed186e014c1d290119eb61886a9b76c685481c7eb363c677f2407\' ct_options=\'{\"ct_id\":56,\"ct_parent\":51,\"selector\":\"text_block-56-28\"}\']We have a 24 hour check-in policy. Check out is 11AM. For reservations please call +256 781 516 422 or +256 702 348 922.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e884e30c87df89d6a08af8f2f54ba2bf6387b1f358821cc998fdf8e6c4867199\' ct_options=\'{\"ct_id\":52,\"ct_parent\":50,\"selector\":\"div_block-52-28\",\"classes\":{},\"activeselector\":false,\"original\":{\"text-align\":\"left\",\"align-items\":\"flex-end\"}}\'][ct_link_text ct_sign_sha256=\'a655ca02475317ee6aa85e6eace48dcbfec39a6d88d69883af6dd8a824ef0fce\' ct_options=\'{\"ct_id\":46,\"ct_parent\":52,\"selector\":\"link_text-46-28\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/contact/\",\"target\":\"\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-btn-l\",\"2\":\"c-btn-main\"},\"nicename\":\"CTA Button\",\"activeselector\":false}\']Book Now[/ct_link_text][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(3085,28,'ct_builder_shortcodes_revisions_dates','1623835185'),(3086,98,'rank_math_internal_links_processed','1'),(3087,97,'rank_math_internal_links_processed','1'),(3088,96,'rank_math_internal_links_processed','1'),(3089,95,'rank_math_internal_links_processed','1'),(3090,94,'rank_math_internal_links_processed','1'),(3091,93,'rank_math_internal_links_processed','1'),(3092,92,'rank_math_internal_links_processed','1'),(3093,91,'rank_math_internal_links_processed','1'),(3094,90,'rank_math_internal_links_processed','1'),(3095,89,'rank_math_internal_links_processed','1'),(3096,2,'rank_math_title','Cheap and Memorable East Africa Adventures | Gorilla Tours &amp; Travel '),(3097,2,'rank_math_description','Gorilla African Tours &amp; Travel offers affordable and memorable mountain gorilla trekking packages in East Africa for all travellers.'),(3098,2,'ct_other_template','0'),(3099,2,'ct_template_archive_post_types_all',''),(3100,2,'ct_template_categories','a:0:{}'),(3101,2,'ct_template_categories_all',''),(3102,2,'ct_template_tags','a:0:{}'),(3103,2,'ct_template_tags_all',''),(3104,2,'ct_template_custom_taxonomies','a:0:{}'),(3105,2,'ct_template_custom_taxonomies_all',''),(3106,2,'ct_template_authors_archives_all',''),(3107,2,'ct_template_index',''),(3108,2,'ct_template_front_page',''),(3109,2,'ct_template_blog_posts',''),(3110,2,'ct_template_date_archive',''),(3111,2,'ct_template_search_page',''),(3112,2,'ct_template_inner_content',''),(3113,2,'ct_template_404_page',''),(3114,2,'ct_template_all_archives',''),(3115,2,'ct_template_archive_among_taxonomies','a:0:{}'),(3116,2,'ct_template_apply_if_archive_among_taxonomies',''),(3117,2,'ct_template_archive_post_types','a:0:{}'),(3118,2,'ct_template_apply_if_archive_among_cpt',''),(3119,2,'ct_template_authors_archives','a:0:{}'),(3120,2,'ct_template_apply_if_archive_among_authors',''),(3121,2,'ct_template_single_all',''),(3122,2,'ct_template_post_types','a:0:{}'),(3123,2,'ct_template_exclude_ids',''),(3124,2,'ct_template_include_ids',''),(3125,2,'ct_template_taxonomies','a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),(3126,2,'ct_use_template_taxonomies',''),(3127,2,'ct_template_post_of_parents','a:0:{}'),(3128,2,'ct_template_apply_if_post_of_parents',''),(3129,2,'ct_template_order','0'),(3130,2,'oxygen_lock_post_edit_mode',NULL),(3131,2,'rank_math_internal_links_processed','1'),(3132,2,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'ac8540be3da37d64db5ca4268ca2aae575aa4950ea0e79db65ef3d6ff7d6ddd6\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-2\",\"original\":{\"globalConditionsResult\":true,\"background-image\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-looking-up.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-blend-mode\":\"normal\"},\"classes\":{\"0\":\"c-hero-4\"},\"activeselector\":\"c-hero-4\"}\'][ct_headline ct_sign_sha256=\'021c421afb5d2ce546b96242787bd45dc8dce8a1a0c96638b444d61ab379160e\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-2\",\"original\":{\"globalConditionsResult\":true,\"text-align\":\"right\"},\"classes\":{\"0\":\"c-h1\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-light\"}}\']Affordable &amp; Memorable Safaris &amp; Gorilla Treks<br>[/ct_headline][ct_link_2 ct_sign_sha256=\'8b65b3203f57fa322da84c885153f90c8b3d4a2bffe80daabece2dbe55bc6fb6\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"link-4-2\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/safaris/\",\"url_encoded\":\"true\",\"target\":\"\"},\"classes\":{\"0\":\"c-btn-main\",\"1\":\"c-transition\",\"2\":\"c-btn-l\"}}\'][ct_text_block ct_sign_sha256=\'cf71b898dae9611fe0fc869321dcae02f601532ff4ed56f9c9aa60a1d18af3c0\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"text_block-5-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-right-m\"}}\']Explore The Safaris<br>[/ct_text_block][ct_fancy_icon ct_sign_sha256=\'4093234ff6517d1bad1f14cd8beaeb80824775d03ac459d3b9d396b14864fc61\' ct_options=\'{\"ct_id\":6,\"ct_parent\":4,\"selector\":\"fancy_icon-6-2\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"Lineariconsicon-arrow-right\"},\"classes\":{\"0\":\"c-icon-light-m\"}}\'][/ct_fancy_icon][/ct_link_2][/ct_section][ct_section ct_sign_sha256=\'a0bd48c048e90c41e6c191cf3592dceef0be3e1c1af7d56d87cccba027fc404f\' ct_options=\'{\"ct_id\":17,\"ct_parent\":0,\"selector\":\"section-17-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"activeselector\":false,\"nicename\":\"2 Column  Image and features\"}\'][ct_div_block_2 ct_sign_sha256=\'a8840b5febf08221b8dba44e1201a3409b1fd32bbde3cbdb48902ee89de80b91\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"div_block-18-2\",\"original\":{\"globalConditionsResult\":true,\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"flex-start\",\"text-align\":\"left\"},\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"activeselector\":\"c-hero-4\",\"nicename\":\"Columns\"}\'][ct_image ct_sign_sha256=\'8b2aecfab24f091f9ffeb102861b112a748a75b2b661b31f0463af5fe375918a\' ct_options=\'{\"ct_id\":19,\"ct_parent\":18,\"selector\":\"image-19-2\",\"original\":{\"globalConditionsResult\":true,\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/mountain-gorilla-somber.jpg\"},\"activeselector\":false}\'][/ct_image][ct_div_block_3 ct_sign_sha256=\'818a21e1c85629154da80f6986a2eb424edbc5f4515be89c21e59b5f4d3443c5\' ct_options=\'{\"ct_id\":20,\"ct_parent\":18,\"selector\":\"div_block-20-2\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Content\"}\'][ct_headline ct_sign_sha256=\'531accdd17e66dc84d7128c1d9a0e764e2a6c14fc817e2c9c1744ae0ef7a410b\' ct_options=\'{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"headline-21-2\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-m\"},\"activeselector\":false}\']The [ct_span ct_sign_sha256=\'f6ca7dab7a4dc55507c26f71f0e09022ba204260625b4fcbd9557c3040c4b966\' ct_options=\'{\"ct_id\":22,\"ct_parent\":21,\"selector\":\"span-22-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-accent\"},\"activeselector\":\"c-accent\"}\']Number One[/ct_span] Gorilla Safari Company in Uganda, Rwanda &amp; DR Congo<br>[/ct_headline][ct_text_block ct_sign_sha256=\'5d47f59e3692d05c0b1c3b7391b160a1532d7c382a08ea781f94877ac0e99362\' ct_options=\'{\"ct_id\":23,\"ct_parent\":20,\"selector\":\"text_block-23-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"c-margin-bottom-l\"},\"activeselector\":false}\']Gorilla African Tours &amp; Travel offers you a lot of romance, fun and adventure and promises to lend you some of the most memorable times of your life.<br><br>Gorilla African Tours &amp; Travel offer affordable and memorable mountain gorilla trekking packages in Africa for all travelers for holiday, business, honeymoons and students.<br>[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'7920b5c5b2ca6fcd3563b96eadd16ae7b5fbdcac7e05932906f2c060b8d7afa6\' ct_options=\'{\"ct_id\":37,\"ct_parent\":0,\"selector\":\"section-37-2\",\"original\":{\"globalConditionsResult\":true,\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{\"0\":\"c-bg-light\"},\"activeselector\":false,\"nicename\":\"3 Column cards\"}\'][ct_headline ct_sign_sha256=\'3492a59650f83951181622910705b38c701a16979fbc44e9db1ff5ea2122f719\' ct_options=\'{\"ct_id\":38,\"ct_parent\":37,\"selector\":\"headline-38-2\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-m\"},\"activeselector\":\"c-hero-4\"}\']Featured Safaris<br>[/ct_headline][ct_text_block ct_sign_sha256=\'1846aa1238f764cee17f23a448642cef719a10fa57c24ed88a6278e60ddf20aa\' ct_options=\'{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"text_block-39-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"c-margin-bottom-l\"},\"activeselector\":false}\']It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout[/ct_text_block][oxy_posts_grid ct_sign_sha256=\'cd5967f7e8132736e9d84b046fd855c3673f88500eeded5148059d51d5c3114b\' ct_options=\'{\"ct_id\":56,\"ct_parent\":37,\"selector\":\"_posts_grid-56-2\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QgYy1zaGFkb3cgYy10cmFuc2l0aW9uIGMtY2FyZC1saWdodCBjLWNhcmQtb24taG92ZXInPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgPC9kaXY+ICAgICAgCgk8L2E+CiAgCgk8YSBjbGFzcz0nb3h5LXBvc3QtdGl0bGUnIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nPjw/cGhwIHRoZV90aXRsZSgpOyA/PjwvYT4KCgk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhJz4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1hdXRob3Igb3h5LXBvc3QtbWV0YS1pdGVtJz4KCQkJPD9waHAgZWNobyBnZXRfZmllbGQoICJkdXJhdGlvbiIgKS4iIGRheXMiOyA/PgoJCTwvZGl2PgoKCQk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhLWNvbW1lbnRzIG94eS1wb3N0LW1ldGEtaXRlbSc+CiAgICAgICAgICAgIDw/cGhwIAoKCQkJICAgICRjYXRfYXJyYXkgPSAoIGdldF90aGVfdGVybXMoIGdldF90aGVfSUQoKSwgJ2Rlc3RpbmF0aW9uJykgKTsgCgkJCSAgICAkY2F0X3N0ciA9IGFycmF5KCk7IAogICAgCgkJCSAgICBmb3JlYWNoICgkY2F0X2FycmF5IGFzICRjYXQpIHsgCgkJCSAgICAgICAgJGNhdF9zdHJbXSA9ICRjYXQtPm5hbWU7CgkJCSAgICB9CgkJCSAgICBlY2hvIGltcGxvZGUoIiwgIiwkY2F0X3N0cikgLiAnJzsgCgkJCT8+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkKCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlIGMtYnRuLW1haW4nPlJlYWQgTW9yZTwvYT4KCjwvZGl2Pg==\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGZsZXgtd3JhcDogd3JhcDsKfQoKJSVFUElEJSUgLm94eS1wb3N0IHsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47CiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuOwogIHRleHQtYWxpZ246IGxlZnQ7CiAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7CiAgbWFyZ2luOiAwIDVweCAzZW0gNXB4OwogIHdpZHRoOiAzMiU7CiAgcGFkZGluZzogMWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UgewogIG1hcmdpbi1ib3R0b206IDFlbTsKICBwb3NpdGlvbjogcmVsYXRpdmU7CiAgYmFja2dyb3VuZC1jb2xvcjogZ3JleTsKICBiYWNrZ3JvdW5kLWltYWdlOiByZXBlYXRpbmctbGluZWFyLWdyYWRpZW50KAogIDQ1ZGVnLAogICNlZWUsCiAgI2VlZSAxMHB4LAogICNkZGQgMTBweCwKICAjZGRkIDIwcHgpOwogIHdpZHRoOiAxMDAlOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8gewogIHBhZGRpbmctYm90dG9tOiA3MCU7CiAgYmFja2dyb3VuZC1zaXplOiBjb3ZlcjsKICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiBjZW50ZXIgY2VudGVyOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtdGl0bGUgewogIGZvbnQtc2l6ZTogMS40ZW07CiAgbGluZS1oZWlnaHQ6IDEuMmVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YSB7CiAgbWFyZ2luLXRvcDogMC41ZW07CiAgZm9udC1zaXplOiAuOGVtOwogIGRpc3BsYXk6IGZsZXg7CiAgZmxleC1kaXJlY3Rpb246IHJvdzsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTo6YWZ0ZXIgewoJY29udGVudDogIlwwMGI3IjsKCW1hcmdpbi1yaWdodDogLjVlbTsKCW1hcmdpbi1sZWZ0OiAuNWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YS1pdGVtOmxhc3QtY2hpbGQ6OmFmdGVyIHsKCWNvbnRlbnQ6ICIiOwoJZGlzcGxheTogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgewogIG1hcmdpbi10b3A6IDFlbTsKICBtYXJnaW4tYm90dG9tOiAxZW07Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1jb250ZW50IHAgewogIG1hcmdpbjogMDsKfQoKCgpAbWVkaWEgKG1heC13aWR0aDogMTEyMHB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgewogICAgZGlzcGxheTogbm9uZTsKICB9Cn0KCg==\",\"title_size-unit\":\"px\",\"title_color\":\"color(8)\",\"title_hover_color\":\"color(1)\",\"meta_size\":\"\",\"meta_size-unit\":\"px\",\"meta_color\":\"\",\"content_size\":\"\",\"content_size-unit\":\"px\",\"content_color\":\"\",\"read_more_display_as\":\"button\",\"read_more_size\":\"0.8\",\"read_more_size-unit\":\"em\",\"read_more_text_color\":\"white\",\"read_more_text_hover_color\":\"\",\"read_more_button_color\":\"color(1)\",\"read_more_button_hover_color\":\"\",\"paginate_color\":\"\",\"paginate_alignment\":\"center\",\"paginate_link_color\":\"\",\"paginate_link_hover_color\":\"\",\"posts_5050_below\":\"tablet\",\"posts_100_below\":\"tablet\",\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"tour\"},\"query_taxonomies_any\":{},\"query_taxonomies_all\":{},\"query_authors\":{},\"query_all_posts\":\"false\",\"grid-column-count\":\"3\",\"grid-columns-auto-fit\":\"false\",\"grid-column-min-width-unit\":\"vw\",\"grid-justify-items\":\"center\",\"query_count\":\"6\",\"query_post_ids\":\"54,52,51,64,61,56\"},\"activeselector\":false}\'][/oxy_posts_grid][ct_link_button ct_sign_sha256=\'cb1343e74d6885c1e0c0a7927e13f93599f3496bf5db055bb97f522d30cfd35d\' ct_options=\'{\"ct_id\":59,\"ct_parent\":37,\"selector\":\"link_button-59-2\",\"original\":{\"url\":\"http://gorillaafricasafaris.com/safaris/\",\"target\":\"\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\"},\"activeselector\":false}\']Explore All Safaris[/ct_link_button][/ct_section][ct_section ct_sign_sha256=\'752430f5a0a0b47b112a20700282ca96ba66c59c02d1b55b6541b48ff4d831df\' ct_options=\'{\"ct_id\":71,\"ct_parent\":0,\"selector\":\"section-71-2\",\"nicename\":\"3 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'36b5e3541eab2e0128374b0b4200e484e3c2abcab94c096156327afd1db76ffe\' ct_options=\'{\"ct_id\":72,\"ct_parent\":71,\"selector\":\"div_block-72-2\",\"classes\":{\"0\":\"c-columns-3\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":\"c-hero-4\"}\'][ct_div_block_3 ct_sign_sha256=\'081e81ad4a20faf3cf45a5fd2a08cdafd49ee27e53601d5e7ba0dc104ca27f5c\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"div_block-73-2\"}\'][ct_headline ct_sign_sha256=\'0882d7341429256834b0e6b53dea8bf9711476ba3187350d5adb48fb4b9a58b2\' ct_options=\'{\"ct_id\":91,\"ct_parent\":73,\"selector\":\"headline-91-2\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']East Africa Safari Specialist<br>[/ct_headline][ct_text_block ct_sign_sha256=\'dabf5d94df30a666240956edb376c64990c2ab61a68e9bade21b5c721534dd6a\' ct_options=\'{\"ct_id\":93,\"ct_parent\":73,\"selector\":\"text_block-93-2\"}\']Gorilla Africa Safaris is one of the premier to companies in Uganda and Rwanda.<br><br><br>[/ct_text_block][ct_link_button ct_sign_sha256=\'4d7a5e5e2ee357131239033477a974d87a99aa2e586583f846d30f90346bb986\' ct_options=\'{\"ct_id\":105,\"ct_parent\":73,\"selector\":\"link_button-105-2\",\"original\":{\"url\":\"http://gorillaafricasafaris.com/contact/\",\"target\":\"\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\"},\"activeselector\":false}\']Enquire Now[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d695ffb01431df08665d20f3009df855320fcaff4462aef036104e1bcacc46bf\' ct_options=\'{\"ct_id\":74,\"ct_parent\":72,\"selector\":\"div_block-74-2\"}\'][ct_headline ct_sign_sha256=\'4d362fcaf9ea159ea819d8df358fa10b4a1bb8785e3a366fd38cb9a7e8a984f8\' ct_options=\'{\"ct_id\":76,\"ct_parent\":74,\"selector\":\"headline-76-2\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Rwanda[/ct_headline][ct_text_block ct_sign_sha256=\'1a03ccfe978f277c423859fe25fb15df6f7e517e354de255190d8a141128f8e8\' ct_options=\'{\"ct_id\":79,\"ct_parent\":74,\"selector\":\"text_block-79-2\"}\']In Rwanda , Volcanoes National Park is famous for mountain gorilla tours and chimpanzee tracking in Nyungwe National Park. <br><br>We also have adventurous canopy walk in Mgahinga Gorilla National Park (volcano climbing)  to find more of the 13 primate species that include vervet monkeys, colobus monkeys, golden monkeys, giant forest hog, etc.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d94cdce59dfabba6fe3aeb46e5b9ad15d2d352149cef8873f1113bbbbaf34db4\' ct_options=\'{\"ct_id\":75,\"ct_parent\":72,\"selector\":\"div_block-75-2\"}\'][ct_headline ct_sign_sha256=\'3e499e543040fe89d25a7deb6770f7e0e81873beafd8a9514e7fb7aa6032cc66\' ct_options=\'{\"ct_id\":81,\"ct_parent\":75,\"selector\":\"headline-81-2\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Uganda[/ct_headline][ct_text_block ct_sign_sha256=\'544391be7b3adb4968b32389152287c7cca08eaa6edc2f494caa140f851ec46f\' ct_options=\'{\"ct_id\":82,\"ct_parent\":75,\"selector\":\"text_block-82-2\"}\']Gorilla African Tours &amp; Travel gives you detailed information about all national parks in Uganda, wild animals, birds and tourist activities carried out in all parks.<br><br>Among their services offered include mountain gorilla trekking and other wildlife safaris, cultural trips as well as mountain hiking. <br><br>We shall offer budget gorilla trekking as well in Uganda.[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(3133,2,'ct_builder_shortcodes_revisions_dates','1624003033'),(3134,2,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'ac8540be3da37d64db5ca4268ca2aae575aa4950ea0e79db65ef3d6ff7d6ddd6\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-2\",\"original\":{\"globalConditionsResult\":true,\"background-image\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-looking-up.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-blend-mode\":\"normal\"},\"classes\":{\"0\":\"c-hero-4\"},\"activeselector\":\"c-hero-4\"}\'][ct_headline ct_sign_sha256=\'021c421afb5d2ce546b96242787bd45dc8dce8a1a0c96638b444d61ab379160e\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-2\",\"original\":{\"globalConditionsResult\":true,\"text-align\":\"right\"},\"classes\":{\"0\":\"c-h1\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-light\"}}\']Affordable &amp; Memorable Safaris &amp; Gorilla Treks<br>[/ct_headline][ct_link_2 ct_sign_sha256=\'8b65b3203f57fa322da84c885153f90c8b3d4a2bffe80daabece2dbe55bc6fb6\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"link-4-2\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/safaris/\",\"url_encoded\":\"true\",\"target\":\"\"},\"classes\":{\"0\":\"c-btn-main\",\"1\":\"c-transition\",\"2\":\"c-btn-l\"}}\'][ct_text_block ct_sign_sha256=\'cf71b898dae9611fe0fc869321dcae02f601532ff4ed56f9c9aa60a1d18af3c0\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"text_block-5-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-right-m\"}}\']Explore The Safaris<br>[/ct_text_block][ct_fancy_icon ct_sign_sha256=\'4093234ff6517d1bad1f14cd8beaeb80824775d03ac459d3b9d396b14864fc61\' ct_options=\'{\"ct_id\":6,\"ct_parent\":4,\"selector\":\"fancy_icon-6-2\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"Lineariconsicon-arrow-right\"},\"classes\":{\"0\":\"c-icon-light-m\"}}\'][/ct_fancy_icon][/ct_link_2][/ct_section][ct_section ct_sign_sha256=\'a0bd48c048e90c41e6c191cf3592dceef0be3e1c1af7d56d87cccba027fc404f\' ct_options=\'{\"ct_id\":17,\"ct_parent\":0,\"selector\":\"section-17-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"activeselector\":false,\"nicename\":\"2 Column  Image and features\"}\'][ct_div_block_2 ct_sign_sha256=\'a8840b5febf08221b8dba44e1201a3409b1fd32bbde3cbdb48902ee89de80b91\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"div_block-18-2\",\"original\":{\"globalConditionsResult\":true,\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"flex-start\",\"text-align\":\"left\"},\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"activeselector\":\"c-hero-4\",\"nicename\":\"Columns\"}\'][ct_image ct_sign_sha256=\'8b2aecfab24f091f9ffeb102861b112a748a75b2b661b31f0463af5fe375918a\' ct_options=\'{\"ct_id\":19,\"ct_parent\":18,\"selector\":\"image-19-2\",\"original\":{\"globalConditionsResult\":true,\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/mountain-gorilla-somber.jpg\"},\"activeselector\":false}\'][/ct_image][ct_div_block_3 ct_sign_sha256=\'818a21e1c85629154da80f6986a2eb424edbc5f4515be89c21e59b5f4d3443c5\' ct_options=\'{\"ct_id\":20,\"ct_parent\":18,\"selector\":\"div_block-20-2\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Content\"}\'][ct_headline ct_sign_sha256=\'531accdd17e66dc84d7128c1d9a0e764e2a6c14fc817e2c9c1744ae0ef7a410b\' ct_options=\'{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"headline-21-2\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-m\"},\"activeselector\":false}\']The [ct_span ct_sign_sha256=\'f6ca7dab7a4dc55507c26f71f0e09022ba204260625b4fcbd9557c3040c4b966\' ct_options=\'{\"ct_id\":22,\"ct_parent\":21,\"selector\":\"span-22-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-accent\"},\"activeselector\":\"c-accent\"}\']Number One[/ct_span] Gorilla Safari Company in Uganda, Rwanda &amp; DR Congo<br>[/ct_headline][ct_text_block ct_sign_sha256=\'5d47f59e3692d05c0b1c3b7391b160a1532d7c382a08ea781f94877ac0e99362\' ct_options=\'{\"ct_id\":23,\"ct_parent\":20,\"selector\":\"text_block-23-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"c-margin-bottom-l\"},\"activeselector\":false}\']Gorilla African Tours &amp; Travel offers you a lot of romance, fun and adventure and promises to lend you some of the most memorable times of your life.<br><br>Gorilla African Tours &amp; Travel offer affordable and memorable mountain gorilla trekking packages in Africa for all travelers for holiday, business, honeymoons and students.<br>[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'872e532f643706eb70662e2ed5b0d7e819f52d2a534c517c87577273351acf67\' ct_options=\'{\"ct_id\":37,\"ct_parent\":0,\"selector\":\"section-37-2\",\"original\":{\"globalConditionsResult\":true,\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{\"0\":\"c-bg-light\"},\"activeselector\":false,\"nicename\":\"3 Column cards\"}\'][ct_headline ct_sign_sha256=\'3492a59650f83951181622910705b38c701a16979fbc44e9db1ff5ea2122f719\' ct_options=\'{\"ct_id\":38,\"ct_parent\":37,\"selector\":\"headline-38-2\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-m\"},\"activeselector\":\"c-hero-4\"}\']Featured Safaris<br>[/ct_headline][ct_text_block ct_sign_sha256=\'525fa2be3f730cdfbdba689f640db1f3dd5ce216993e3869760ad7dc0ac7361e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"text_block-39-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"c-margin-bottom-l\"},\"activeselector\":false}\']A selection of exciting gorilla and wildlife safaris throughout Uganda and Rwanda.[/ct_text_block][oxy_posts_grid ct_sign_sha256=\'cd5967f7e8132736e9d84b046fd855c3673f88500eeded5148059d51d5c3114b\' ct_options=\'{\"ct_id\":56,\"ct_parent\":37,\"selector\":\"_posts_grid-56-2\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QgYy1zaGFkb3cgYy10cmFuc2l0aW9uIGMtY2FyZC1saWdodCBjLWNhcmQtb24taG92ZXInPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgPC9kaXY+ICAgICAgCgk8L2E+CiAgCgk8YSBjbGFzcz0nb3h5LXBvc3QtdGl0bGUnIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nPjw/cGhwIHRoZV90aXRsZSgpOyA/PjwvYT4KCgk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhJz4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1hdXRob3Igb3h5LXBvc3QtbWV0YS1pdGVtJz4KCQkJPD9waHAgZWNobyBnZXRfZmllbGQoICJkdXJhdGlvbiIgKS4iIGRheXMiOyA/PgoJCTwvZGl2PgoKCQk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhLWNvbW1lbnRzIG94eS1wb3N0LW1ldGEtaXRlbSc+CiAgICAgICAgICAgIDw/cGhwIAoKCQkJICAgICRjYXRfYXJyYXkgPSAoIGdldF90aGVfdGVybXMoIGdldF90aGVfSUQoKSwgJ2Rlc3RpbmF0aW9uJykgKTsgCgkJCSAgICAkY2F0X3N0ciA9IGFycmF5KCk7IAogICAgCgkJCSAgICBmb3JlYWNoICgkY2F0X2FycmF5IGFzICRjYXQpIHsgCgkJCSAgICAgICAgJGNhdF9zdHJbXSA9ICRjYXQtPm5hbWU7CgkJCSAgICB9CgkJCSAgICBlY2hvIGltcGxvZGUoIiwgIiwkY2F0X3N0cikgLiAnJzsgCgkJCT8+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkKCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlIGMtYnRuLW1haW4nPlJlYWQgTW9yZTwvYT4KCjwvZGl2Pg==\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGZsZXgtd3JhcDogd3JhcDsKfQoKJSVFUElEJSUgLm94eS1wb3N0IHsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47CiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuOwogIHRleHQtYWxpZ246IGxlZnQ7CiAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7CiAgbWFyZ2luOiAwIDVweCAzZW0gNXB4OwogIHdpZHRoOiAzMiU7CiAgcGFkZGluZzogMWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UgewogIG1hcmdpbi1ib3R0b206IDFlbTsKICBwb3NpdGlvbjogcmVsYXRpdmU7CiAgYmFja2dyb3VuZC1jb2xvcjogZ3JleTsKICBiYWNrZ3JvdW5kLWltYWdlOiByZXBlYXRpbmctbGluZWFyLWdyYWRpZW50KAogIDQ1ZGVnLAogICNlZWUsCiAgI2VlZSAxMHB4LAogICNkZGQgMTBweCwKICAjZGRkIDIwcHgpOwogIHdpZHRoOiAxMDAlOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8gewogIHBhZGRpbmctYm90dG9tOiA3MCU7CiAgYmFja2dyb3VuZC1zaXplOiBjb3ZlcjsKICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiBjZW50ZXIgY2VudGVyOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtdGl0bGUgewogIGZvbnQtc2l6ZTogMS40ZW07CiAgbGluZS1oZWlnaHQ6IDEuMmVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YSB7CiAgbWFyZ2luLXRvcDogMC41ZW07CiAgZm9udC1zaXplOiAuOGVtOwogIGRpc3BsYXk6IGZsZXg7CiAgZmxleC1kaXJlY3Rpb246IHJvdzsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTo6YWZ0ZXIgewoJY29udGVudDogIlwwMGI3IjsKCW1hcmdpbi1yaWdodDogLjVlbTsKCW1hcmdpbi1sZWZ0OiAuNWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YS1pdGVtOmxhc3QtY2hpbGQ6OmFmdGVyIHsKCWNvbnRlbnQ6ICIiOwoJZGlzcGxheTogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgewogIG1hcmdpbi10b3A6IDFlbTsKICBtYXJnaW4tYm90dG9tOiAxZW07Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1jb250ZW50IHAgewogIG1hcmdpbjogMDsKfQoKCgpAbWVkaWEgKG1heC13aWR0aDogMTEyMHB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgewogICAgZGlzcGxheTogbm9uZTsKICB9Cn0KCg==\",\"title_size-unit\":\"px\",\"title_color\":\"color(8)\",\"title_hover_color\":\"color(1)\",\"meta_size\":\"\",\"meta_size-unit\":\"px\",\"meta_color\":\"\",\"content_size\":\"\",\"content_size-unit\":\"px\",\"content_color\":\"\",\"read_more_display_as\":\"button\",\"read_more_size\":\"0.8\",\"read_more_size-unit\":\"em\",\"read_more_text_color\":\"white\",\"read_more_text_hover_color\":\"\",\"read_more_button_color\":\"color(1)\",\"read_more_button_hover_color\":\"\",\"paginate_color\":\"\",\"paginate_alignment\":\"center\",\"paginate_link_color\":\"\",\"paginate_link_hover_color\":\"\",\"posts_5050_below\":\"tablet\",\"posts_100_below\":\"tablet\",\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"tour\"},\"query_taxonomies_any\":{},\"query_taxonomies_all\":{},\"query_authors\":{},\"query_all_posts\":\"false\",\"grid-column-count\":\"3\",\"grid-columns-auto-fit\":\"false\",\"grid-column-min-width-unit\":\"vw\",\"grid-justify-items\":\"center\",\"query_count\":\"6\",\"query_post_ids\":\"54,52,51,64,61,56\"},\"activeselector\":false}\'][/oxy_posts_grid][ct_link_button ct_sign_sha256=\'cb1343e74d6885c1e0c0a7927e13f93599f3496bf5db055bb97f522d30cfd35d\' ct_options=\'{\"ct_id\":59,\"ct_parent\":37,\"selector\":\"link_button-59-2\",\"original\":{\"url\":\"http://gorillaafricasafaris.com/safaris/\",\"target\":\"\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\"},\"activeselector\":false}\']Explore All Safaris[/ct_link_button][/ct_section][ct_section ct_sign_sha256=\'752430f5a0a0b47b112a20700282ca96ba66c59c02d1b55b6541b48ff4d831df\' ct_options=\'{\"ct_id\":71,\"ct_parent\":0,\"selector\":\"section-71-2\",\"nicename\":\"3 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'36b5e3541eab2e0128374b0b4200e484e3c2abcab94c096156327afd1db76ffe\' ct_options=\'{\"ct_id\":72,\"ct_parent\":71,\"selector\":\"div_block-72-2\",\"classes\":{\"0\":\"c-columns-3\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":\"c-hero-4\"}\'][ct_div_block_3 ct_sign_sha256=\'081e81ad4a20faf3cf45a5fd2a08cdafd49ee27e53601d5e7ba0dc104ca27f5c\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"div_block-73-2\"}\'][ct_headline ct_sign_sha256=\'0882d7341429256834b0e6b53dea8bf9711476ba3187350d5adb48fb4b9a58b2\' ct_options=\'{\"ct_id\":91,\"ct_parent\":73,\"selector\":\"headline-91-2\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']East Africa Safari Specialist<br>[/ct_headline][ct_text_block ct_sign_sha256=\'dabf5d94df30a666240956edb376c64990c2ab61a68e9bade21b5c721534dd6a\' ct_options=\'{\"ct_id\":93,\"ct_parent\":73,\"selector\":\"text_block-93-2\"}\']Gorilla Africa Safaris is one of the premier to companies in Uganda and Rwanda.<br><br><br>[/ct_text_block][ct_link_button ct_sign_sha256=\'4d7a5e5e2ee357131239033477a974d87a99aa2e586583f846d30f90346bb986\' ct_options=\'{\"ct_id\":105,\"ct_parent\":73,\"selector\":\"link_button-105-2\",\"original\":{\"url\":\"http://gorillaafricasafaris.com/contact/\",\"target\":\"\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\"},\"activeselector\":false}\']Enquire Now[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d695ffb01431df08665d20f3009df855320fcaff4462aef036104e1bcacc46bf\' ct_options=\'{\"ct_id\":74,\"ct_parent\":72,\"selector\":\"div_block-74-2\"}\'][ct_headline ct_sign_sha256=\'4d362fcaf9ea159ea819d8df358fa10b4a1bb8785e3a366fd38cb9a7e8a984f8\' ct_options=\'{\"ct_id\":76,\"ct_parent\":74,\"selector\":\"headline-76-2\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Rwanda[/ct_headline][ct_text_block ct_sign_sha256=\'1a03ccfe978f277c423859fe25fb15df6f7e517e354de255190d8a141128f8e8\' ct_options=\'{\"ct_id\":79,\"ct_parent\":74,\"selector\":\"text_block-79-2\"}\']In Rwanda , Volcanoes National Park is famous for mountain gorilla tours and chimpanzee tracking in Nyungwe National Park. <br><br>We also have adventurous canopy walk in Mgahinga Gorilla National Park (volcano climbing)  to find more of the 13 primate species that include vervet monkeys, colobus monkeys, golden monkeys, giant forest hog, etc.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d94cdce59dfabba6fe3aeb46e5b9ad15d2d352149cef8873f1113bbbbaf34db4\' ct_options=\'{\"ct_id\":75,\"ct_parent\":72,\"selector\":\"div_block-75-2\"}\'][ct_headline ct_sign_sha256=\'3e499e543040fe89d25a7deb6770f7e0e81873beafd8a9514e7fb7aa6032cc66\' ct_options=\'{\"ct_id\":81,\"ct_parent\":75,\"selector\":\"headline-81-2\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Uganda[/ct_headline][ct_text_block ct_sign_sha256=\'544391be7b3adb4968b32389152287c7cca08eaa6edc2f494caa140f851ec46f\' ct_options=\'{\"ct_id\":82,\"ct_parent\":75,\"selector\":\"text_block-82-2\"}\']Gorilla African Tours &amp; Travel gives you detailed information about all national parks in Uganda, wild animals, birds and tourist activities carried out in all parks.<br><br>Among their services offered include mountain gorilla trekking and other wildlife safaris, cultural trips as well as mountain hiking. <br><br>We shall offer budget gorilla trekking as well in Uganda.[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(3135,2,'ct_builder_shortcodes_revisions_dates','1624003094'),(3136,20,'ct_builder_shortcodes_revisions','[ct_reusable ct_sign_sha256=\'e3a775bd726e040583aaf05201ac5397638d75c3ce5e3e19a680ff6736056741\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-2-20\",\"ct_id\":2,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'a5d09c60246b10d5086aafee433bd2b5ef9c120120d58454668254371294862f\' ct_options=\'{\"ct_id\":3,\"ct_parent\":0,\"selector\":\"section-3-20\"}\'][oxy_posts_grid ct_sign_sha256=\'a29ce5425db5e445f27a65682e19520e3ef59bd51b626f2b1295ecbb13f9f05a\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"_posts_grid-4-20\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QgYy1zaGFkb3cgYy10cmFuc2l0aW9uIGMtY2FyZC1saWdodCBjLWNhcmQtb24taG92ZXInPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgPC9kaXY+ICAgICAgCgk8L2E+CiAgCgk8YSBjbGFzcz0nb3h5LXBvc3QtdGl0bGUnIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nPjw/cGhwIHRoZV90aXRsZSgpOyA/PjwvYT4KCgk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhJz4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1hdXRob3Igb3h5LXBvc3QtbWV0YS1pdGVtJz4KCQkJPD9waHAgZWNobyBnZXRfZmllbGQoICJkdXJhdGlvbiIgKS4iIGRheXMiOyA/PgoJCTwvZGl2PgoKCQk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhLWNvbW1lbnRzIG94eS1wb3N0LW1ldGEtaXRlbSc+CiAgICAgICAgICAgIDw/cGhwIAoKCQkJICAgICRjYXRfYXJyYXkgPSAoIGdldF90aGVfdGVybXMoIGdldF90aGVfSUQoKSwgJ2Rlc3RpbmF0aW9uJykgKTsgCgkJCSAgICAkY2F0X3N0ciA9IGFycmF5KCk7IAogICAgCgkJCSAgICBmb3JlYWNoICgkY2F0X2FycmF5IGFzICRjYXQpIHsgCgkJCSAgICAgICAgJGNhdF9zdHJbXSA9ICRjYXQtPm5hbWU7CgkJCSAgICB9CgkJCSAgICBlY2hvIGltcGxvZGUoIiwgIiwkY2F0X3N0cikgLiAnJzsgCgkJCT8+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkKCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlIGMtYnRuLW1haW4nPlJlYWQgTW9yZTwvYT4KCjwvZGl2Pg==\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGZsZXgtd3JhcDogd3JhcDsKfQoKJSVFUElEJSUgLm94eS1wb3N0IHsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47CiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuOwogIHRleHQtYWxpZ246IGxlZnQ7CiAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7CiAgbWFyZ2luOiAwIDVweCAzZW0gNXB4OwogIHdpZHRoOiAzMiU7CiAgcGFkZGluZzogMWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UgewogIG1hcmdpbi1ib3R0b206IDFlbTsKICBwb3NpdGlvbjogcmVsYXRpdmU7CiAgYmFja2dyb3VuZC1jb2xvcjogZ3JleTsKICBiYWNrZ3JvdW5kLWltYWdlOiByZXBlYXRpbmctbGluZWFyLWdyYWRpZW50KAogIDQ1ZGVnLAogICNlZWUsCiAgI2VlZSAxMHB4LAogICNkZGQgMTBweCwKICAjZGRkIDIwcHgpOwogIHdpZHRoOiAxMDAlOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8gewogIHBhZGRpbmctYm90dG9tOiA3MCU7CiAgYmFja2dyb3VuZC1zaXplOiBjb3ZlcjsKICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiBjZW50ZXIgY2VudGVyOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtdGl0bGUgewogIGZvbnQtc2l6ZTogMS40ZW07CiAgbGluZS1oZWlnaHQ6IDEuMmVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YSB7CiAgbWFyZ2luLXRvcDogMC41ZW07CiAgZm9udC1zaXplOiAuOGVtOwogIGRpc3BsYXk6IGZsZXg7CiAgZmxleC1kaXJlY3Rpb246IHJvdzsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTo6YWZ0ZXIgewoJY29udGVudDogIlwwMGI3IjsKCW1hcmdpbi1yaWdodDogLjVlbTsKCW1hcmdpbi1sZWZ0OiAuNWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YS1pdGVtOmxhc3QtY2hpbGQ6OmFmdGVyIHsKCWNvbnRlbnQ6ICIiOwoJZGlzcGxheTogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgewogIG1hcmdpbi10b3A6IDFlbTsKICBtYXJnaW4tYm90dG9tOiAxZW07Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1jb250ZW50IHAgewogIG1hcmdpbjogMDsKfQoKCgpAbWVkaWEgKG1heC13aWR0aDogMTEyMHB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgewogICAgZGlzcGxheTogbm9uZTsKICB9Cn0KCg==\",\"title_size\":\"\",\"title_size-unit\":\"px\",\"title_color\":\"color(8)\",\"title_hover_color\":\"color(1)\",\"meta_size\":\"\",\"meta_size-unit\":\"px\",\"meta_color\":\"\",\"content_size\":\"\",\"content_size-unit\":\"px\",\"content_color\":\"\",\"read_more_display_as\":\"button\",\"read_more_size\":\"0.8\",\"read_more_size-unit\":\"em\",\"read_more_text_color\":\"white\",\"read_more_text_hover_color\":\"\",\"read_more_button_color\":\"color(1)\",\"read_more_button_hover_color\":\"\",\"paginate_color\":\"\",\"paginate_alignment\":\"center\",\"paginate_link_color\":\"\",\"paginate_link_hover_color\":\"\",\"posts_5050_below\":\"tablet\",\"posts_100_below\":\"tablet\",\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"tour\"},\"query_taxonomies_any\":{},\"query_taxonomies_all\":{},\"query_authors\":{},\"query_all_posts\":\"true\",\"grid-column-count\":\"3\",\"grid-columns-auto-fit\":\"false\",\"grid-column-min-width-unit\":\"vw\",\"grid-justify-items\":\"center\"},\"activeselector\":false}\'][/oxy_posts_grid][/ct_section]'),(3137,20,'ct_builder_shortcodes_revisions_dates','1624012567'),(3138,88,'rank_math_internal_links_processed','1'),(3139,87,'rank_math_internal_links_processed','1'),(3140,86,'rank_math_internal_links_processed','1'),(3141,85,'rank_math_internal_links_processed','1'),(3142,84,'rank_math_internal_links_processed','1'),(3143,83,'rank_math_internal_links_processed','1'),(3144,82,'rank_math_internal_links_processed','1'),(3145,81,'rank_math_internal_links_processed','1'),(3146,80,'rank_math_internal_links_processed','1'),(3147,79,'rank_math_internal_links_processed','1'),(3148,78,'rank_math_internal_links_processed','1'),(3149,77,'rank_math_internal_links_processed','1'),(3150,64,'rank_math_internal_links_processed','1'),(3151,63,'rank_math_internal_links_processed','1'),(3152,62,'rank_math_internal_links_processed','1'),(3153,28,'ct_builder_shortcodes_revisions','[ct_reusable ct_sign_sha256=\'781532dffdfec2e6122fdda6b94eaa0a325ccba50b97d56333f59efad895b479\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-87-28\",\"ct_id\":87,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'0fc53365d7049ddd600234c6c1c4db6ae692e307f363b2d80fd99a0a59f07a10\' ct_options=\'{\"ct_id\":4,\"ct_parent\":0,\"selector\":\"section-4-28\",\"nicename\":\"2 Columns\",\"original\":{\"display\":\"flex\"}}\'][ct_div_block_2 ct_sign_sha256=\'58def4a4077ed9febdd281239124aa45074ce14c3d49ebd1ca96815f188ac4f0\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"div_block-5-28\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false,\"original\":{\"text-align\":\"left\",\"align-items\":\"center\"}}\'][ct_div_block_3 ct_sign_sha256=\'6556b37546a6da092f89e0691704fd0ef9b884a63f9a2f3e510301e5c435c879\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"div_block-6-28\"}\'][ct_headline ct_sign_sha256=\'1fe1ca60d6285b5b78073e0cf1609ce676de96f16f83399656325a7d99a05eb8\' ct_options=\'{\"ct_id\":11,\"ct_parent\":6,\"selector\":\"headline-11-28\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']Gorilla African Guest House[/ct_headline][oxy_rich_text ct_sign_sha256=\'0f17d0065dd17ef94a36ffb2c01f7e25cea8fc9ef17b2dd8430e8a19314c2b23\' ct_options=\'{\"ct_id\":58,\"ct_parent\":6,\"selector\":\"_rich_text-58-28\"}\']<p>Gorilla African Guest House is a private owned and family run accommodation located in Kiwafu zone a quiet and serene residential area of Entebbe Municipality.</p><p>Its located 4 km from Entebbe International Airport and 180 meters from the entrance of Entebbe Virus Research Institute.</p><p>The accommodation offers clean, self contained, quality and affordable accommodation to leisure and business travelers transiting through Entebbe Municipality.</p><p>If you are transiting through Entebbe for whatever reason be travel to and from Entebbe International Airport please book with us.</p>[/oxy_rich_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a62f8698a850f542338f0e96bf0d7dc078cb806d92d8f70d52b77a3881f4579e\' ct_options=\'{\"ct_id\":7,\"ct_parent\":5,\"selector\":\"div_block-7-28\"}\'][ct_image ct_sign_sha256=\'9b41870c63a9d67c8a0c8d57c3967605120aa6ee6b5c248c5e424abcc4db1d84\' ct_options=\'{\"ct_id\":59,\"ct_parent\":7,\"selector\":\"image-59-28\",\"original\":{\"image_type\":\"2\",\"attachment_id\":152,\"attachment_height\":520,\"attachment_width\":520,\"attachment_url\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/garden-haven.png\",\"attachment_size\":\"full\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'711a18c7c48bca0278ce597a0ef36e807c137ad1cd016d24eb1c14c64ee479b0\' ct_options=\'{\"ct_id\":60,\"ct_parent\":0,\"selector\":\"section-60-28\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-bg-light\"},\"nicename\":\"Gallery Section\",\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a8272b3f2965cf9fe0d123bf049d94f394de28194a71242be3cf252a50b24972\' ct_options=\'{\"ct_id\":61,\"ct_parent\":60,\"selector\":\"div_block-61-28\",\"original\":{\"globalConditionsResult\":true,\"display\":\"flex\"},\"classes\":{\"0\":\"c-grid-1\",\"1\":\"c-gallery\",\"2\":\"c-columns-gap-m\"},\"nicename\":\"Grid gallery\"}\'][ct_image ct_sign_sha256=\'8cb1a8357763cef828d08a72f77dbe92e697f3534923b4e92fed797d16831896\' ct_options=\'{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"image-62-28\",\"original\":{\"globalConditionsResult\":true,\"src\":\"https://images.unsplash.com/photo-1477936821694-ec4233a9a1a0?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1320&q=80\",\"custom-css\":\"\",\"image_type\":\"2\",\"attachment_id\":155,\"attachment_height\":539,\"attachment_width\":720,\"attachment_url\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-african-guesthouse-garden1.png\",\"attachment_size\":\"full\"},\"classes\":{\"0\":\"c-rounded\",\"1\":\"c-shadow\"},\"activeselector\":false}\'][/ct_image][ct_image ct_sign_sha256=\'e64589c27240cc641e5a9f11d4d00e33f90a1cde677a3b68b4defaf27879c1f5\' ct_options=\'{\"ct_id\":63,\"ct_parent\":61,\"selector\":\"image-63-28\",\"original\":{\"globalConditionsResult\":true,\"src\":\"https://images.unsplash.com/photo-1517816428104-797678c7cf0c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80\",\"custom-css\":\"\",\"image_type\":\"2\",\"attachment_id\":154,\"attachment_height\":539,\"attachment_width\":720,\"attachment_url\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-african-guesthouse-garden2.png\",\"attachment_size\":\"full\"},\"classes\":{\"0\":\"c-rounded\",\"1\":\"c-shadow\"},\"activeselector\":false}\'][/ct_image][ct_image ct_sign_sha256=\'768e2885fe424ccd1d7cd0aa209e577f8d96d9f43eb97c8a0e3027d718eb3c52\' ct_options=\'{\"ct_id\":64,\"ct_parent\":61,\"selector\":\"image-64-28\",\"original\":{\"globalConditionsResult\":true,\"src\":\"https://images.unsplash.com/photo-1502622796232-e88458466c33?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1489&q=80\",\"custom-css\":\"\",\"image_type\":\"2\",\"attachment_id\":153,\"attachment_height\":539,\"attachment_width\":720,\"attachment_url\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-african-guesthouse-garden3.png\",\"attachment_size\":\"full\"},\"classes\":{\"0\":\"c-rounded\",\"1\":\"c-shadow\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'f8eec20335358c0740225f6055c246c47e29885f9f5a3016305beda04a92d44c\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"section-14-28\",\"original\":{\"globalConditionsResult\":true,\"container-padding-top\":\"75\"},\"activeselector\":false,\"classes\":{},\"nicename\":\"3 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'aab81ab6ea2e0a67507df8af655b720f46cd7b79770d42d326e17bfc5eceb989\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"div_block-15-28\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Columns\",\"classes\":{\"0\":\"c-columns-3\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"}}\'][ct_div_block_3 ct_sign_sha256=\'e4d3b33b53ad51c17cfc19b1d7423b13ed670ef01c5c9ecd3731973881adafa2\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"div_block-16-28\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Column\",\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6bbec178be0b1d047dc499c7beda7365e99fec5b306dc7a8c7cbf76470496d0e\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"fancy_icon-17-28\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-shield\"},\"classes\":{\"0\":\"c-icon-accent-l\",\"1\":\"c-margin-bottom-m\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e4d32a3daef9f6d87433a3feed8fe214b7031b199a8b2d05424ed1c66db6f757\' ct_options=\'{\"ct_id\":18,\"ct_parent\":16,\"selector\":\"headline-18-28\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h4\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-heading-dark\"}}\']Safe &amp; Secure<br>[/ct_headline][ct_text_block ct_sign_sha256=\'5c2841063ffaf269868c3ab1d14d87612fd773a6740aa306a39c1c3610db061d\' ct_options=\'{\"ct_id\":19,\"ct_parent\":16,\"selector\":\"text_block-19-28\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"p\"},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-text-dark\",\"2\":\"c-text-m\"},\"activeselector\":false}\']The facility is secured in a walled compound and has a 24/7 security guard service.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'05401ffb79edc6affad41d4ab40d9ecd62a2b287045e3675919128ad83a010fc\' ct_options=\'{\"ct_id\":23,\"ct_parent\":15,\"selector\":\"div_block-23-28\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Column\",\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'b81b44d0afd771360a123e5bef605eefac31e8288db4887af49f14c99a9d2254\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"fancy_icon-24-28\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-bed\"},\"classes\":{\"0\":\"c-icon-accent-l\",\"1\":\"c-margin-bottom-m\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ffc840591542a4df9c23a179fb70f7deb30459cb8671240404e945975ff1f29\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"headline-25-28\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h4\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-heading-dark\"}}\']Comfortable Accommodation<br>[/ct_headline][ct_text_block ct_sign_sha256=\'8f7b6a56bd4ae7274151e5cce103e22e685f6dc903bfd36b7f846b7e2fc40dad\' ct_options=\'{\"ct_id\":26,\"ct_parent\":23,\"selector\":\"text_block-26-28\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"p\"},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-text-dark\",\"2\":\"c-text-m\"},\"activeselector\":false}\']The range of rooms include: single, double, twin and deluxe.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'03257f767cb736ecc339dae07dfd41b49828fb21a351d32317a4fa07d03d2d1e\' ct_options=\'{\"ct_id\":30,\"ct_parent\":15,\"selector\":\"div_block-30-28\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Column\",\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'0b3ae8367f9dd52c5793f82fba857ecc2a60f8b13b739c28734b2ef8d395ffce\' ct_options=\'{\"ct_id\":31,\"ct_parent\":30,\"selector\":\"fancy_icon-31-28\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-cutlery\"},\"classes\":{\"0\":\"c-icon-accent-l\",\"1\":\"c-margin-bottom-m\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b5f3271eb64501643c1d27751832bcb9e66e254447b1672abab6c84269d715c0\' ct_options=\'{\"ct_id\":32,\"ct_parent\":30,\"selector\":\"headline-32-28\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h4\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-heading-dark\"}}\']Traditional Hospitality<br>[/ct_headline][ct_text_block ct_sign_sha256=\'f4bf754537f322003613be41b6c1a417943dff531603293efde0c1608a328d4e\' ct_options=\'{\"ct_id\":33,\"ct_parent\":30,\"selector\":\"text_block-33-28\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"p\"},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-text-dark\",\"2\":\"c-text-m\"},\"activeselector\":false}\']The staff are ready to receive you at anytime with the traditional hospitality[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'9bfff0fa34d6c57a8d8ad9a1fe0a31583b1bcca7cacd2ff85e6d5fe94f1d06b8\' ct_options=\'{\"ct_id\":85,\"ct_parent\":0,\"selector\":\"section-85-28\",\"classes\":{\"0\":\"c-bg-light\"},\"activeselector\":false,\"original\":{\"container-padding-top\":\"75\",\"display\":\"flex\"}}\'][oxy_gallery ct_sign_sha256=\'d178ac9ee592bf46c66bd845502a1c377c1523b4615ae65a8001d84f6d0d2259\' ct_options=\'{\"ct_id\":86,\"ct_parent\":85,\"selector\":\"_gallery-86-28\",\"original\":{\"gallery_source\":\"medialibrary\",\"image_ids\":\"159,158,157,156\",\"lightbox\":\"no\",\"link\":\"no\",\"images_per_row\":\"2\"},\"activeselector\":false}\'][/oxy_gallery][ct_new_columns_2 ct_sign_sha256=\'051389f94aa91786338d7878ef340a2298af5f8fddfbb79a654c7eb80344efd6\' ct_options=\'{\"ct_id\":90,\"ct_parent\":85,\"selector\":\"new_columns-90-28\",\"original\":{\"margin-top\":\"46\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a2f4800cccc69aaf04c703db49f64a772c2a14e242e0dc53ed28795e891927c8\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"div_block-91-28\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"right\",\"align-items\":\"flex-end\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'229163443dd7f28229c5e4e1da6bedd0abfcf2ff1780b7917b04bf86cd7138ad\' ct_options=\'{\"ct_id\":93,\"ct_parent\":91,\"selector\":\"headline-93-28\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Room Rates[/ct_headline][ct_text_block ct_sign_sha256=\'b34db4f9607427b794e5e62e40f0b42c7dc6b0769cf32fcc13d6e3c6419f6ec5\' ct_options=\'{\"ct_id\":95,\"ct_parent\":91,\"selector\":\"text_block-95-28\"}\']Bed and breakfast. All taxes paid.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'889418fffb6d89407d9eff50d2fb374d6c122eb92495fda4a3a7359de3b84410\' ct_options=\'{\"ct_id\":92,\"ct_parent\":90,\"selector\":\"div_block-92-28\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false}\'][oxy_rich_text ct_sign_sha256=\'3e87abd2d9ef497b5764a80b1e8800be2fbf9aa5649159338144b44739e587e9\' ct_options=\'{\"ct_id\":97,\"ct_parent\":92,\"selector\":\"_rich_text-97-28\"}\']<ul><li><strong>Single Room:</strong> US$30</li><li><strong>Double/Twin Room:</strong>  US$40</li><li><strong>Triple Room:</strong> US$60</li><li><strong>Dormitory:</strong> 6 bed US$80</li></ul>[/oxy_rich_text][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'0fc62d0cbee4ecd5c15532db728a7235074a43a80329440078ec5aa022f09a15\' ct_options=\'{\"ct_id\":49,\"ct_parent\":0,\"selector\":\"section-49-28\",\"nicename\":\"3 to 2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'05e8270c869c06e0ec7aecfd82e0647221e07a3fe0fcecfe0d9b3f519ca9ab6d\' ct_options=\'{\"ct_id\":50,\"ct_parent\":49,\"selector\":\"div_block-50-28\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\"}\'][ct_div_block_3 ct_sign_sha256=\'e533bb12c4266b4e2e6d1d1c90fe3caffea119ef24a6b24bc0905af8e5807d30\' ct_options=\'{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"div_block-51-28\"}\'][ct_headline ct_sign_sha256=\'7364d54387a295a752c9de8f894c8844f9f5f79a7e7c061b3b1c835f0bbef1c4\' ct_options=\'{\"ct_id\":54,\"ct_parent\":51,\"selector\":\"headline-54-28\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']Come as Our Guest, Leave as Our Friend[/ct_headline][ct_text_block ct_sign_sha256=\'8f218b7719eed186e014c1d290119eb61886a9b76c685481c7eb363c677f2407\' ct_options=\'{\"ct_id\":56,\"ct_parent\":51,\"selector\":\"text_block-56-28\"}\']We have a 24 hour check-in policy. Check out is 11AM. For reservations please call +256 781 516 422 or +256 702 348 922.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e884e30c87df89d6a08af8f2f54ba2bf6387b1f358821cc998fdf8e6c4867199\' ct_options=\'{\"ct_id\":52,\"ct_parent\":50,\"selector\":\"div_block-52-28\",\"classes\":{},\"activeselector\":false,\"original\":{\"text-align\":\"left\",\"align-items\":\"flex-end\"}}\'][ct_link_text ct_sign_sha256=\'a655ca02475317ee6aa85e6eace48dcbfec39a6d88d69883af6dd8a824ef0fce\' ct_options=\'{\"ct_id\":46,\"ct_parent\":52,\"selector\":\"link_text-46-28\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/contact/\",\"target\":\"\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-btn-l\",\"2\":\"c-btn-main\"},\"nicename\":\"CTA Button\",\"activeselector\":false}\']Book Now[/ct_link_text][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(3154,28,'ct_builder_shortcodes_revisions_dates','1624249931'),(3157,61,'rank_math_internal_links_processed','1'),(3158,60,'rank_math_internal_links_processed','1'),(3159,59,'rank_math_internal_links_processed','1'),(3160,58,'rank_math_internal_links_processed','1'),(3161,57,'rank_math_internal_links_processed','1'),(3162,56,'rank_math_internal_links_processed','1'),(3163,55,'rank_math_internal_links_processed','1'),(3164,54,'rank_math_internal_links_processed','1'),(3165,53,'rank_math_internal_links_processed','1'),(3166,52,'rank_math_internal_links_processed','1'),(3167,51,'rank_math_internal_links_processed','1'),(3168,50,'rank_math_internal_links_processed','1'),(3169,34,'rank_math_internal_links_processed','1'),(3170,32,'rank_math_internal_links_processed','1'),(3171,30,'rank_math_internal_links_processed','1'),(3172,28,'rank_math_internal_links_processed','1'),(3173,26,'rank_math_internal_links_processed','1'),(3174,24,'rank_math_internal_links_processed','1'),(3175,22,'rank_math_internal_links_processed','1'),(3176,20,'rank_math_internal_links_processed','1'),(3177,18,'rank_math_internal_links_processed','1'),(3178,76,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'77fbfa1aeadcb5b690808761437ca1a66595a768a3690bd37e2a33d1f1c26dac\' ct_options=\'{\"ct_id\":210,\"ct_parent\":0,\"selector\":\"section-210-76\"}\'][ct_new_columns_2 ct_sign_sha256=\'57341d1ee4b09bc3faba06de1bb61bafd80e3676ad5dad7983bcf0a0843cf87a\' ct_options=\'{\"ct_id\":311,\"ct_parent\":210,\"selector\":\"new_columns-311-76\"}\'][ct_div_block_2 ct_sign_sha256=\'99b8a36cc30a8f145c6c6061327c8c9cf20ae9a7f30993c14149a0794bc47068\' ct_options=\'{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"div_block-312-76\",\"original\":{\"width-unit\":\"%\",\"width\":\"65\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'be16f5f08ff93791bcd1863676daa4b65653b7d476092554f6213bd9b051171c\' ct_options=\'{\"ct_id\":250,\"ct_parent\":312,\"selector\":\"image-250-76\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'199daf2d416f4ea1b900bdfa3ea016d44cfdd2cd90f09d5a79300a6e0838a4f7\' data=\'featured_image\' ]\",\"srcdynamic\":true,\"alt\":\"W294eWdlbiBjdF9zaWduX3NoYTI1Nj0nYzNhMjFlNmNjOTQxYjUyMzlhNjg2NmExYTQzYjcwYjA3MTExNmExMzlkMDYyYjYwMGI2NmJiMzQ4NzlkMWJkNycgZGF0YT0nZmVhdHVyZWRfaW1hZ2VfYWx0JyBd\",\"globalconditions\":{\"0\":{\"name\":\"Post Has Featured Image\",\"operator\":0,\"value\":\"MQ==\",\"searchValue\":\"MQ==\"}}},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'992d0a3929590dd8a769733af9f35bdb9e9a42f1d85dbb35d64adf97710c02c9\' ct_options=\'{\"ct_id\":214,\"ct_parent\":312,\"selector\":\"headline-214-76\",\"original\":{\"tag\":\"h1\"}}\'][ct_span ct_sign_sha256=\'3ee1e8572c7ad2f6c70c19c3294c211ba44c2e6b1ae6c25bbd53a44ed8eb6e12\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"span-215-76\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span]<br>[/ct_headline][oxy_dynamic_list_3 ct_sign_sha256=\'a2651bbd3b1669ee4b217e2f6cd34f42a82dd3bc96cb8cd44865fb13e2563634\' ct_options=\'{\"ct_id\":217,\"ct_parent\":312,\"selector\":\"_dynamic_list-217-76\",\"original\":{\"use_acf_repeater\":\"true\",\"acf_repeater\":\"field_60af2c3adac03\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'e519c4cd0c4f526bfbd86721997d931b7406be0845ae35c7ab5604fc96444041\' ct_options=\'{\"ct_id\":218,\"ct_parent\":217,\"selector\":\"div_block-218-76\"}\'][ct_headline ct_sign_sha256=\'44ec188d29d67b4d84dcdf062c83c2bb76bf0aa9f8d44a27ca4e375da8143cd7\' ct_options=\'{\"ct_id\":219,\"ct_parent\":218,\"selector\":\"headline-219-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'92ec11af143454f42644d286a6c30b0ffde74232bb0cd60d51a300dade7bbec5\' ct_options=\'{\"ct_id\":220,\"ct_parent\":219,\"selector\":\"span-220-76\"}\'][oxygen ct_sign_sha256=\'a71beacffe36041017ce299fb8e6e4e56d72aa94b6a11785c913e152187cf07a\' data=\'acfreparray\' field=\'day_heading\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'70d1edeb65055cad26ffcc7e55202eed465e8c3ff038c32ec6131ead2048d814\' ct_options=\'{\"ct_id\":221,\"ct_parent\":218,\"selector\":\"text_block-221-76\"}\'][ct_span ct_sign_sha256=\'feea15b6b8eca9e6a7736886a853ae2e49ea31e75a4f6de14d750e949bb864bd\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"span-222-76\"}\'][oxygen ct_sign_sha256=\'388dfe89c4d6d2a3ba1c7dc6f9b93548b9f8722c40ae54bbee1716975fe5bc63\' data=\'acfreparray\' field=\'day_details\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_text_block][/ct_div_block_4][/oxy_dynamic_list_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9555aa13b82c98756068c3668dcff598e62600d887618564a75b6342f6cbce01\' ct_options=\'{\"ct_id\":313,\"ct_parent\":311,\"selector\":\"div_block-313-76\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'a5a16c1ed72a70a79987813a5746df93c043ec8d823e5fe6058e6c5225defae8\' ct_options=\'{\"ct_id\":259,\"ct_parent\":313,\"selector\":\"div_block-259-76\",\"classes\":{\"0\":\"form-wrapper\",\"1\":\"sticky\"},\"activeselector\":\"sticky\"}\'][ct_headline ct_sign_sha256=\'9f04107d6327e0832c25ae6f359873b4b7101c6ca2bae45aa63c12b179e001e6\' ct_options=\'{\"ct_id\":252,\"ct_parent\":259,\"selector\":\"headline-252-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false,\"classes\":{\"0\":\"c-heading-light\"}}\']Talk to Us About This Tour[/ct_headline][ct_text_block ct_sign_sha256=\'d114f518f4805b589cd4207e10e22d7615e68c50f43986154d7cf61cdc180c94\' ct_options=\'{\"ct_id\":255,\"ct_parent\":259,\"selector\":\"text_block-255-76\",\"classes\":{\"0\":\"c-text-light\",\"1\":\"c-margin-bottom-m\"},\"activeselector\":false}\']Speak to a East Africa safari specialist to start planning your trip.[/ct_text_block][ct_shortcode ct_sign_sha256=\'61e7bd284fb739519679566e5519a20d924c6647cffc4c1896430efec028cd20\' ct_options=\'{\"ct_id\":257,\"ct_parent\":259,\"selector\":\"shortcode-257-76\",\"original\":{\"full_shortcode\":true},\"ct_shortcode\":\"true\",\"classes\":{\"0\":\"advanced-form\"},\"activeselector\":\"advanced-form\"}\'][fluentform id=\"1\"][/ct_shortcode][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'4d3f23e882080d88f10dcd93a88438554bd70dcd9720502fe0c6786d4f757a4a\' ct_options=\'{\"ct_id\":175,\"ct_parent\":0,\"selector\":\"section-175-76\",\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'84bd9357027801f3ff091a53abfa4a8898725ccf9408b34d2c5934fcd0b61de6\' ct_options=\'{\"ct_id\":176,\"ct_parent\":175,\"selector\":\"div_block-176-76\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'2f52f79df898f06935fa8aaf944d64abcdd73ed76ebfb16baac9d13214dacece\' ct_options=\'{\"ct_id\":177,\"ct_parent\":176,\"selector\":\"div_block-177-76\"}\'][ct_headline ct_sign_sha256=\'14c96a7b006b617948e3e4751365968031933ce55ae2c899e7057d3abcd354a0\' ct_options=\'{\"ct_id\":179,\"ct_parent\":177,\"selector\":\"headline-179-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Inclusions[/ct_headline][ct_code_block ct_sign_sha256=\'08fda626a5c1d88de2e36ae41c9a8c329cfd597547c10c1eb9204eac8e19e403\' ct_options=\'{\"ct_id\":181,\"ct_parent\":177,\"selector\":\"code_block-181-76\",\"original\":{\"code-php\":\"PD9waHAKJGluY2x1ZGVkID0gZ2V0X2ZpZWxkKCdpbmNsdXNpb25zJyk7CmlmKCAkaW5jbHVkZWQgKTogPz4KPHVsPgogICAgPD9waHAgZm9yZWFjaCggJGluY2x1ZGVkIGFzICRpbmMgKTogPz4KICAgICAgICA8bGk+PD9waHAgZWNobyAkaW5jOyA/PjwvbGk+CiAgICA8P3BocCBlbmRmb3JlYWNoOyA/Pgo8L3VsPgo8P3BocCBlbmRpZjsgPz4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'dfac5be201cf66a5dbd9b00ffe8c7a96e62bf7b4202908b092a013f02d87d858\' ct_options=\'{\"ct_id\":178,\"ct_parent\":176,\"selector\":\"div_block-178-76\",\"activeselector\":\"sticky\"}\'][ct_headline ct_sign_sha256=\'30889d066e052916c7ff4cb547cea3988181fb9b44983e99ea3611ac42c15418\' ct_options=\'{\"ct_id\":182,\"ct_parent\":178,\"selector\":\"headline-182-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Excluded[/ct_headline][ct_code_block ct_sign_sha256=\'a7c284dd67fa7441795ad1abff4cbfbd4f44fab597a384b5124362037379a4f2\' ct_options=\'{\"ct_id\":184,\"ct_parent\":178,\"selector\":\"code_block-184-76\",\"original\":{\"code-php\":\"PD9waHAKJGV4Y2x1ZGVkID0gZ2V0X2ZpZWxkKCdleGNsdXNpb25zJyk7CmlmKCAkZXhjbHVkZWQgKTogPz4KPHVsPgogICAgPD9waHAgZm9yZWFjaCggJGV4Y2x1ZGVkIGFzICRleGMgKTogPz4KICAgICAgICA8bGk+PD9waHAgZWNobyAkZXhjOyA/PjwvbGk+CiAgICA8P3BocCBlbmRmb3JlYWNoOyA/Pgo8L3VsPgo8P3BocCBlbmRpZjsgPz4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(3179,76,'ct_builder_shortcodes_revisions_dates','1625046461'),(3180,34,'ct_builder_shortcodes_revisions','[ct_reusable ct_sign_sha256=\'d59d9583c3402fdb0a5c483ac925edb2a592411625ffe2ddd1c1650e6174494a\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-75-34\",\"ct_id\":75,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'125e575f8bab8ceb4e239f9c7c1a42c94d49021be487a9b28e49da0e80a6f4c1\' ct_options=\'{\"ct_id\":10,\"ct_parent\":0,\"selector\":\"section-10-34\",\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'06f6486539399bf76a24d4673e89da59bf4654b5b5f54630929081bc7e89500c\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"div_block-11-34\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'ed48d5562a84bcfaacf954109bace68d9819405fdafbd7eecd6a30d329e7bc03\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"div_block-12-34\"}\'][ct_headline ct_sign_sha256=\'e5bd487670e298c32a3b1d9b98f80657ff9027c98ff627afc322b10258861543\' ct_options=\'{\"ct_id\":21,\"ct_parent\":12,\"selector\":\"headline-21-34\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false,\"classes\":{\"0\":\"c-padding-bottom-m\"}}\']Contact Us Today About an East Africa Safari[/ct_headline][oxy_icon_box ct_sign_sha256=\'b227e99ef0349fba1ff2de9f50edfa5871d05ab0ddb4ed240e9dbf2dd88c990f\' ct_options=\'{\"ct_id\":70,\"ct_parent\":12,\"selector\":\"_icon_box-70-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"T2ZmaWNlcw==\",\"icon_box_text\":\"PGI+TWFpbiBPZmZpY2U8L2I+PGJyPlBsb3QgMTQgSmluamEgUm9hZCwgRW50ZWJiZSwgVWdhbmRhPGJyPjxiPkJyYW5jaCBPZmZpY2U8L2I+PGJyPlBsb3QgNTEgV2lsbGlhbSBTdHJlZXQsIEthbXBhbGEsIFVnYW5kYQ==\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":\"icon-box-inline\"}\'][ct_fancy_icon ct_sign_sha256=\'de46fd82b11219ccba75d36bf5f9df52a27309044db54e300646153e54448897\' ct_options=\'{\"ct_id\":71,\"ct_parent\":70,\"selector\":\"fancy_icon-71-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-building\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][oxy_icon_box ct_sign_sha256=\'02c24d7e3ef6e35768f7d5cfbd02359e22176a704115a8f9abc573231bc52bf0\' ct_options=\'{\"ct_id\":82,\"ct_parent\":12,\"selector\":\"_icon_box-82-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"UG9zdGFsIEFkZHJlc3M=\",\"icon_box_text\":\"UC5PLiBCb3ggNzQ3MywgS2FtcGFsYSwgVWdhbmRhPGJyPg==\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":\"icon-box-inline\"}\'][ct_fancy_icon ct_sign_sha256=\'61223a2af3143672a100058ba5a2a5d665d5179340ee985195c8aebd3d9c5aae\' ct_options=\'{\"ct_id\":83,\"ct_parent\":82,\"selector\":\"fancy_icon-83-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-envelope-open\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][oxy_icon_box ct_sign_sha256=\'62e48784ccaa6e99a93e9d6370908eac4b475c29b81f19227a16ccb1fcc672cb\' ct_options=\'{\"ct_id\":85,\"ct_parent\":12,\"selector\":\"_icon_box-85-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"RW1haWw=\",\"icon_box_text\":\"aW5mb0Bnb3JpbGxhc2FmYXJpcy5jb208YnI+aW5mb0Bnb3JpbGxhYWZyaWNhZ3Vlc3Rob3VzZS5jb20=\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":\"icon-box-inline\"}\'][ct_fancy_icon ct_sign_sha256=\'f3f87d747295b99aceccbbd3d571d55d7152a1d27633fe5ab7e8169985d4d3a3\' ct_options=\'{\"ct_id\":86,\"ct_parent\":85,\"selector\":\"fancy_icon-86-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-envelope-o\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][oxy_icon_box ct_sign_sha256=\'ce55a84fe7200699b28fad240de267d0002fa1cad74ccdd4d1f65d2f8fa5c5a9\' ct_options=\'{\"ct_id\":87,\"ct_parent\":12,\"selector\":\"_icon_box-87-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"VGVsZXBob25l\",\"icon_box_text\":\"KzI1NiA3ODEgNTE2IDQyMiAvICsyNTYgNzUyIDE3OSAzMDA=\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":\"icon-box-inline\"}\'][ct_fancy_icon ct_sign_sha256=\'2ab982a570dea22350b95a10a3571c437a401f86c276523254551db2f1777146\' ct_options=\'{\"ct_id\":88,\"ct_parent\":87,\"selector\":\"fancy_icon-88-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-phone\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][oxy_icon_box ct_sign_sha256=\'f66e91d0f24c173ca116c18632b40c9e8d64f16e5c0b10716bce0f09664e9e33\' ct_options=\'{\"ct_id\":90,\"ct_parent\":12,\"selector\":\"_icon_box-90-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"V2hhdHNBcHA=\",\"icon_box_text\":\"KzI1NiA3ODQgNTA4IDM5MyAvICsgMjU2IDcwMiAzNDggOTIy\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":\"icon-box-inline\"}\'][ct_fancy_icon ct_sign_sha256=\'9aabc873f82eb86b1f37b130be7afaab96e3b6f7c4619874049d528248749e62\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"fancy_icon-91-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-whatsapp\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ca5aff324df6c43b4461fa1e02f6e37800d2c90e3c8fe08f8ce6d98cdb228f25\' ct_options=\'{\"ct_id\":13,\"ct_parent\":11,\"selector\":\"div_block-13-34\"}\'][ct_div_block_4 ct_sign_sha256=\'0683ee277f8a572ad476875502a689640d8726d743fb12d1957998681217f653\' ct_options=\'{\"ct_id\":77,\"ct_parent\":13,\"selector\":\"div_block-77-34\",\"classes\":{\"0\":\"form-wrapper\"},\"activeselector\":\"form-wrapper\"}\'][ct_headline ct_sign_sha256=\'4c73c3d4718b4c124ed16415129a1c21467799873585388695cd3f3566b583f4\' ct_options=\'{\"ct_id\":78,\"ct_parent\":77,\"selector\":\"headline-78-34\",\"classes\":{\"0\":\"c-heading-light\"},\"activeselector\":false}\']Quick Enquiry<br>[/ct_headline][ct_shortcode ct_sign_sha256=\'a06e9926a5032a5e9848e52adb250c9fede7ec43250a8d2bc4e086f532b185d1\' ct_options=\'{\"ct_id\":74,\"ct_parent\":77,\"selector\":\"shortcode-74-34\",\"original\":{\"full_shortcode\":true},\"ct_shortcode\":\"true\",\"activeselector\":\"fluent-form\",\"classes\":{\"0\":\"fluent-form\"}}\'][fluentform id=\"3\"][/ct_shortcode][/ct_div_block_4][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(3181,34,'ct_builder_shortcodes_revisions_dates','1625050237'),(3182,45,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'ef720942326113ad5a353d7c5305e599b4cbada919a789b25532ad4abf25d2f0\' ct_options=\'{\"ct_id\":72,\"ct_parent\":0,\"selector\":\"_header-72-45\",\"original\":{\"sticky-media\":\"tablet\",\"sticky_scroll_distance\":\"300\",\"globalConditionsResult\":true,\"sticky_header\":\"yes\",\"sticky_header_fade_in\":\"yes\",\"sticky_header_fade_in_speed\":\"0.6\",\"sticky-box-shadow\":\"0px 5px 20px -15px rgba(0,0,0,0.1);\"},\"classes\":{\"0\":\"c-shadow\",\"1\":\"c-header\"},\"nicename\":\"Header\",\"activeselector\":\"c-header\"}\'][oxy_header_row ct_sign_sha256=\'e3bca8885d6144c1a3ea5b6861721fd265e47fea68f28733906d9fc5896802db\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"_header_row-73-45\",\"original\":{\"globalConditionsResult\":true,\"padding-top\":\"10\",\"padding-bottom\":\"10\",\"hide_in_sticky\":\"yes\",\"background-color\":\"color(3)\",\"hide-row\":\"tablet\"},\"classes\":{},\"nicename\":\"Subheader\"}\'][oxy_header_left ct_sign_sha256=\'a924844042f4f6ea4870c63ae7de726462cc4357be094f1274e7279b440a40c1\' ct_options=\'{\"ct_id\":74,\"ct_parent\":73,\"selector\":\"_header_left-74-45\"}\'][ct_div_block_2 ct_sign_sha256=\'f352434f017adde70caf893a4fb671a2d68739492b017d653ef3abc962befe8b\' ct_options=\'{\"ct_id\":75,\"ct_parent\":74,\"selector\":\"div_block-75-45\",\"original\":{\"globalConditionsResult\":true,\"display\":\"flex\"},\"activeselector\":\"c-header-contact\",\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}}},\"nicename\":\"Contacts\",\"classes\":{\"0\":\"c-header-contact\"}}\'][ct_link_3 ct_sign_sha256=\'62a9b1a66a133de6e9fc109c2b30b1eda5a64276293d5b400bb3bc25a16c3ef2\' ct_options=\'{\"ct_id\":76,\"ct_parent\":75,\"selector\":\"link-76-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"mailto:info@gorillaafricasafaris.com\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-link-m\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"7\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d3d4d6165cbace3769cf7339b59cb47ef51c45338ed098108b88ee176edf795d\' ct_options=\'{\"ct_id\":77,\"ct_parent\":76,\"selector\":\"fancy_icon-77-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-envelope\"},\"classes\":{\"0\":\"c-icon-accent-m\",\"1\":\"c-margin-right-xs\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'c5a81e6b7015b87b6e13a156c7afb2086902526926dc33265f4521c9173595cd\' ct_options=\'{\"ct_id\":78,\"ct_parent\":76,\"selector\":\"text_block-78-45\",\"original\":{\"globalConditionsResult\":true,\"color\":\"color(10)\"},\"activeselector\":false}\']info@gorillaafricasafaris.com[/ct_text_block][/ct_link_3][ct_link_3 ct_sign_sha256=\'a2296451bd09074f8626849e1b6efa377901335e0769232aaa0b0ea4553f73d2\' ct_options=\'{\"ct_id\":79,\"ct_parent\":75,\"selector\":\"link-79-45\",\"original\":{\"globalConditionsResult\":true,\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-link-m\"}}\'][ct_fancy_icon ct_sign_sha256=\'484a6671c88991dd2f674fb71324b4d2a9407d343465febd70a3c06ce54eced6\' ct_options=\'{\"ct_id\":80,\"ct_parent\":79,\"selector\":\"fancy_icon-80-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-phone\"},\"classes\":{\"0\":\"c-icon-accent-m\",\"1\":\"c-margin-right-xs\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'0639930b8cf5ec4b41ec292e3c8c95224bfac0c671f5fa7813e7dc3fb9360098\' ct_options=\'{\"ct_id\":81,\"ct_parent\":79,\"selector\":\"text_block-81-45\",\"original\":{\"globalConditionsResult\":true,\"color\":\"color(10)\"},\"activeselector\":false}\']+256 781516422[/ct_text_block][/ct_link_3][/ct_div_block_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'232fc2a82f2ff94a0473506aff39e4ba65f22d1ff370b7136a7085c3d2db2737\' ct_options=\'{\"ct_id\":82,\"ct_parent\":73,\"selector\":\"_header_center-82-45\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'047b719ff577c29e3abadd5f64567390b07ad725f64543ec52b5a24ad58c4278\' ct_options=\'{\"ct_id\":83,\"ct_parent\":73,\"selector\":\"_header_right-83-45\"}\'][ct_div_block_2 ct_sign_sha256=\'d9aae367279fcdfe23d1ff7dc96343a27b8feea5532d43f96d88fe53a53c29b1\' ct_options=\'{\"ct_id\":84,\"ct_parent\":83,\"selector\":\"div_block-84-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-inline\"},\"nicename\":\"Social Icons\"}\'][ct_link_3 ct_sign_sha256=\'62c1011db63d25e32a6f2608241f01e3fe679bc7341a6b3f71a72770f840c805\' ct_options=\'{\"ct_id\":85,\"ct_parent\":84,\"selector\":\"link-85-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'9792c1e08d8992b11a2a387c6e902ea7431ac45eefd9efa5146dc88ed6d6a86d\' ct_options=\'{\"ct_id\":86,\"ct_parent\":85,\"selector\":\"fancy_icon-86-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-facebook\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'b815191707a6797a67e6e3ef2c35d70ac87edcf4517aa2bbafdad3c428d3d0de\' ct_options=\'{\"ct_id\":87,\"ct_parent\":84,\"selector\":\"link-87-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'ea663881ac5a164ddafcf0217f6bc916651722a67f5cf5009defdb307a7e681c\' ct_options=\'{\"ct_id\":88,\"ct_parent\":87,\"selector\":\"fancy_icon-88-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-twitter\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'4490e6c0f86a68b748b318bed5035d1d4bbe81f3a424ba6e60c337f29349f66f\' ct_options=\'{\"ct_id\":89,\"ct_parent\":84,\"selector\":\"link-89-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'1088c105500411b13195bba8294b2dee9d3878a8f7e14a234ccd746979d8824e\' ct_options=\'{\"ct_id\":90,\"ct_parent\":89,\"selector\":\"fancy_icon-90-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-linkedin\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'f2e1089fbc00b88add45da1c3c7eec8cbcf93de1e3e8aaac2ddba271a96b2fe5\' ct_options=\'{\"ct_id\":91,\"ct_parent\":84,\"selector\":\"link-91-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'f3055a5c992f9ceb4041536312dcee296c3d30e4b6f712f1ada33f679cbf91b2\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"fancy_icon-92-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-youtube-play\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][/ct_div_block_2][/oxy_header_right][/oxy_header_row][oxy_header_row ct_sign_sha256=\'b47eb45416269c5b16f2019277a60e00965e23c61f9f4f2202390b6d4044a25a\' ct_options=\'{\"ct_id\":93,\"ct_parent\":72,\"selector\":\"_header_row-93-45\",\"original\":{\"globalConditionsResult\":true,\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"background-color\":\"color(5)\"},\"nicename\":\"Main Header\",\"activeselector\":false,\"classes\":{}}\'][oxy_header_left ct_sign_sha256=\'5066a6d28976f835974c4796f02c043df67fc1003cadea70d2530329da031c93\' ct_options=\'{\"ct_id\":94,\"ct_parent\":93,\"selector\":\"_header_left-94-45\"}\'][ct_link_2 ct_sign_sha256=\'d3836b0280a04905621692915c645c2e755f8cc99f38ae41a426a465aca0e17e\' ct_options=\'{\"ct_id\":95,\"ct_parent\":94,\"selector\":\"link-95-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com\",\"url_encoded\":\"true\"},\"nicename\":\"Logo\"}\'][ct_image ct_sign_sha256=\'bf3250a97eaf2b1e00214d8b88ff8166a141a6013afec2be8be602f98397e492\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"image-96-45\",\"original\":{\"globalConditionsResult\":true,\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/05/gorilla-african-tours-travel-logo.png\"},\"classes\":{},\"activeselector\":false}\'][/ct_image][/ct_link_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'c12d1cf91fe87ee4ae140dc7d4b28ab7aac334880793ab2be1889d4ed8b856cc\' ct_options=\'{\"ct_id\":97,\"ct_parent\":93,\"selector\":\"_header_center-97-45\"}\'][oxy-pro-menu ct_sign_sha256=\'3f2fa7545c3a39fc8a55fc720587405d6f396f4571afa8fc955a9311ae5df36f\' ct_options=\'{\"ct_id\":98,\"ct_parent\":97,\"selector\":\"-pro-menu-98-45\",\"original\":{\"globalConditionsResult\":true,\"menu_id\":\"2\",\"oxy-pro-menu_show_mobile_menu_below\":\"tablet\",\"oxy-pro-menu_orientation\":\"Horizontal\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\":\"14\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\":\"500\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\":\"color(10)\",\"oxy-pro-menu_menu_item_padding_padding-left\":\"20\",\"oxy-pro-menu_menu_item_padding_padding-right\":\"20\",\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\":\"color(1)\",\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\":\"0.6\",\"oxy-pro-menu_mobile_menu_open_icon\":\"Lineariconsicon-menu\",\"oxy-pro-menu_mobile_menu_open_icon_text\":\"\",\"oxy-pro-menu_mobile_menu_close_icon\":\"Lineariconsicon-cross\",\"oxy-pro-menu_mobile_menu_close_icon_text\":\"\",\"oxy-pro-menu_off_canvas\":\"false\",\"oxy-pro-menu_off_canvas_alignment\":\"left\",\"menu_off_canvas_animation\":\"fade-right\",\"oxy-pro-menu_dropdown-border-radius\":\"7\",\"menu_dropdown_animation\":\"fade\",\"oxy-pro-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\":\"0\",\"oxy-pro-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\":\"3\",\"oxy-pro-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\":\"10\",\"oxy-pro-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\":\"rgba(0,0,0,0.1)\",\"oxy-pro-menu_dropdown_child_item_padding_padding-top\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-left\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-right\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\":\"20\",\"oxy-pro-menu_dropdown_icon\":\"FontAwesomeicon-angle-down\",\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\":\"10\",\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\":\"5\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\":\"color(5)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\":\"color(3)\",\"oxy-pro-menu_show_dropdown_links_on_mobile\":\"toggle\",\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\":\"0.4\",\"oxy-pro-menu_menu_item_padding_padding-bottom\":\"5\",\"oxy-pro-menu_menu_item_padding_padding-top\":\"5\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\":\"color(10)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\":\"color(1)\",\"oxy-pro-menu_desktop_item_text_align\":\"Left\",\"text-transform\":\"uppercase\"},\"hover\":{\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\":\"color(1)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\":\"color(3)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\":\"color(1)\"},\"media\":{\"tablet\":{\"original\":{\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\":\"30\",\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\":\"0.7\",\"order\":\"-1\",\"flex-shrink\":\"1\",\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\":\"0\",\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\":\"15\",\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\":\"4\",\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\":\"30\",\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\":\"4\",\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\":\"0.6\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width\":\"75\",\"oxy-pro-menu_mobile_item_text_align\":\"Center\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width-unit\":\"%\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width-unit\":\"%\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":{\"0\":\"global\",\"1\":\"Display\"},\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"30\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"600\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"1.8\",\"oxy-pro-menu_mobile_menu_item_padding_padding-top\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-left\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-right\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\":\"10\",\"oxy-pro-menu_dropdown_icon_size\":\"35\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\":\"2\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\":\"rgba(0,0,0,0)\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_color\":\"color(2)\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width\":\"80\"}}},\"nicename\":\"Menu\"}\'][/oxy-pro-menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'2ec10c418fc5d08b5e3c7cdb0a40fb0784d01648d3702e5aebbc4054bb7afadf\' ct_options=\'{\"ct_id\":99,\"ct_parent\":93,\"selector\":\"_header_right-99-45\"}\'][ct_link_text ct_sign_sha256=\'ce9dd935d80049b7678273ce88cded73a7d9bd8081e57295a221ac793cd779cb\' ct_options=\'{\"ct_id\":100,\"ct_parent\":99,\"selector\":\"link_text-100-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/reservations/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\",\"1\":\"c-transition\",\"2\":\"c-btn-m\"},\"activeselector\":false,\"nicename\":\"CTA\"}\']Book Now[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content ct_sign_sha256=\'2e04f16a4375128fc9ea35f971fb75f98bb78e7075b51d206be581388a6ce002\' ct_options=\'{\"ct_id\":27,\"ct_parent\":\"0\",\"selector\":\"inner_content-27-45\"}\'][/ct_inner_content][ct_section ct_sign_sha256=\'b61376d33b11ab73461b590ce46b4044bc73b3e8885b8d4889cc676119cd0f11\' ct_options=\'{\"ct_id\":28,\"ct_parent\":0,\"selector\":\"section-28-45\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"footer\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"classes\":{\"0\":\"c-bg-dark\"}}\'][ct_div_block_2 ct_sign_sha256=\'47ca98d888be5dae634a626e6f76280506c4142b9a0b5c9d54408239f853e5a4\' ct_options=\'{\"ct_id\":30,\"ct_parent\":28,\"selector\":\"div_block-30-45\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Columns\",\"classes\":{\"0\":\"c-columns-l-2\",\"1\":\"c-columns-gap-l\",\"2\":\"c-margin-bottom-m\",\"3\":\"c-columns-5\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'62c300a7ea52b4c0b1b00d9de80eeed8ff89d606022df64f08f01718279068e0\' ct_options=\'{\"ct_id\":31,\"ct_parent\":30,\"selector\":\"div_block-31-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-col-span-2\"},\"nicename\":\"Wide column\"}\'][ct_headline ct_sign_sha256=\'864a4d820b22f930590e6158bca019cdd2899c0efac8c4961ece785a04d8ac9d\' ct_options=\'{\"ct_id\":32,\"ct_parent\":31,\"selector\":\"headline-32-45\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h4\",\"max-width\":\"350\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-light\"}}\']Gorilla African Tours &amp; Travel offers you romance, fun and adventure and promises to provide you with the most memorable times of your life.<br>[/ct_headline][ct_div_block_4 ct_sign_sha256=\'b1d5297a8888437ee97152424f1d7001808525e2197adbccf09a781b9851ad17\' ct_options=\'{\"ct_id\":33,\"ct_parent\":31,\"selector\":\"div_block-33-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-inline\"}}\'][ct_link_5 ct_sign_sha256=\'3d99fc4e7d9e8aef72f1de4c3d8957fafdf33e6146acdf962479265946ba588b\' ct_options=\'{\"ct_id\":34,\"ct_parent\":33,\"selector\":\"link-34-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'470f4f276d64b6151172edc3d10ab7cf406690631c313ae65812c732bf4e2706\' ct_options=\'{\"ct_id\":35,\"ct_parent\":34,\"selector\":\"fancy_icon-35-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-facebook-square\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'efff8bd122a42432c0acf8e71a53a173640835e46d817702cae0707f3245baae\' ct_options=\'{\"ct_id\":36,\"ct_parent\":33,\"selector\":\"link-36-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'0c6e93ece9d3ac36a71c6a6bbe3337e289a6fdc5f778132db287c5b2f69ccf40\' ct_options=\'{\"ct_id\":37,\"ct_parent\":36,\"selector\":\"fancy_icon-37-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-instagram\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'29a3fb6d59f75eb948d9b44feb49e83977d685db31608a962be56e6dbe884a90\' ct_options=\'{\"ct_id\":38,\"ct_parent\":33,\"selector\":\"link-38-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'71663c25635fdda328da25051c82c97ccdc4f2aa18b823bf2cbd2369e5c4528f\' ct_options=\'{\"ct_id\":39,\"ct_parent\":38,\"selector\":\"fancy_icon-39-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-twitter-square\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'22c305fb137189935f79d64da0144c43e47dce1680c410fc49139db24c5d8cdf\' ct_options=\'{\"ct_id\":40,\"ct_parent\":33,\"selector\":\"link-40-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'23bf8584f9b01f3209b592af25ab84e9deebaa6d2386b5d1aae5b1b9bc021b63\' ct_options=\'{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"fancy_icon-41-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-youtube-play\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'6ac7150e2abd6274a79aa2f5f9c235bd7af07ec3a72d347315c84fc54bad85ad\' ct_options=\'{\"ct_id\":50,\"ct_parent\":30,\"selector\":\"div_block-50-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'979bd3db35d296227697d630a9eacd8261e4f1e24a6b34d9c38cbc399f27d96f\' ct_options=\'{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"text_block-51-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Safaris[/ct_text_block][ct_link_text ct_sign_sha256=\'2bcc1577a11febb83c9ad34ac51435586495542b401c69f3742e4b95197cfc4d\' ct_options=\'{\"ct_id\":52,\"ct_parent\":50,\"selector\":\"link_text-52-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/safaris/uganda-safaris/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']Uganda Safaris[/ct_link_text][ct_link_text ct_sign_sha256=\'4a05b8f9d942f419ae17e6000f59441e83d15361c77ab4bdad2a380659c4bb54\' ct_options=\'{\"ct_id\":53,\"ct_parent\":50,\"selector\":\"link_text-53-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/safaris/rwanda-safaris/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']Rwanda Safaris[/ct_link_text][ct_link_text ct_sign_sha256=\'ed0e8b0bf446f09d2657b15e0f7a631d1072c515facb27bcec956ac58003acf4\' ct_options=\'{\"ct_id\":121,\"ct_parent\":50,\"selector\":\"link_text-121-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/safaris/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"},\"activeselector\":false}\']All Safaris[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ba58e25b5cc7bdbdd4515a6e2011c4c9f900c15b468f481642b8f2ae27cf8b1f\' ct_options=\'{\"ct_id\":57,\"ct_parent\":30,\"selector\":\"div_block-57-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'2e480f01f3335e484f1734d7e3ab43c359ad096b504787277c04302f069ea39e\' ct_options=\'{\"ct_id\":58,\"ct_parent\":57,\"selector\":\"text_block-58-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Travel<br>[/ct_text_block][ct_link_text ct_sign_sha256=\'4801f51aefd206fa0677c5b9b9271a99e7f610f64ff0df2927349b9a38b3323b\' ct_options=\'{\"ct_id\":59,\"ct_parent\":57,\"selector\":\"link_text-59-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/about-us/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']About Us[/ct_link_text][ct_link_text ct_sign_sha256=\'1419e1ec7a1360d25a29ac361f8b43e19dbc203b1f417c6b0d90200b3140bd59\' ct_options=\'{\"ct_id\":117,\"ct_parent\":57,\"selector\":\"link_text-117-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/travel-information/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"},\"activeselector\":false}\']Travel Tips[/ct_link_text][ct_link_text ct_sign_sha256=\'35ace7fe9189dced1c9f7cce4ea1d979e2e775b2d1fe5dd90a4a79d14f1d4050\' ct_options=\'{\"ct_id\":60,\"ct_parent\":57,\"selector\":\"link_text-60-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/accommodation/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']Accommodation[/ct_link_text][ct_link_text ct_sign_sha256=\'bd3bc81d5a32e40d04d26a9d37dcc067ccfcc71797ce0afa1fa7f06f56665722\' ct_options=\'{\"ct_id\":61,\"ct_parent\":57,\"selector\":\"link_text-61-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/bird-watching/\",\"url_encoded\":\"true\",\"hover_color\":\"color(1)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"},\"activeselector\":\"c-footer-link-light\"}\']Birdwatching[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e427fe2e90849b8867460e25dd6ccf02707323f6afc1dacda024314edbc0c838\' ct_options=\'{\"ct_id\":64,\"ct_parent\":30,\"selector\":\"div_block-64-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'c50b276c1288f384c4d9523473e00ff9ecb236575c62fafda1b8d03a0dbf5e5d\' ct_options=\'{\"ct_id\":65,\"ct_parent\":64,\"selector\":\"text_block-65-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Contact Us<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'7422f2edb0ad98370932fa25fd7d047a80f1fb03a91afc94ab39283d3e37c530\' ct_options=\'{\"ct_id\":105,\"ct_parent\":64,\"selector\":\"text_block-105-45\",\"classes\":{\"0\":\"c-footer-text-light\"},\"activeselector\":\"c-footer-text-light\"}\']P.O. Box, 7574. Kampala, Uganda<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'652e6ed7721e2bad9ebdd553498cba49f565f6c4913dd69c9509a307bc9b09dc\' ct_options=\'{\"ct_id\":107,\"ct_parent\":64,\"selector\":\"text_block-107-45\",\"classes\":{\"0\":\"c-footer-text-light\"},\"activeselector\":\"c-footer-text-light\"}\']+256&nbsp; (0) 781 516 422<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'49943220308feff524e2ed3293022d136aec9f0d070fbc9a3f24c75eb7834de9\' ct_options=\'{\"ct_id\":109,\"ct_parent\":64,\"selector\":\"text_block-109-45\",\"classes\":{\"0\":\"c-footer-text-light\"},\"activeselector\":\"c-footer-text-light\"}\']+256&nbsp; (0) 702 238 922<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'7bf013433410e034adc157291712029f379c0e43ca69465b2609d1f0b68b1acf\' ct_options=\'{\"ct_id\":111,\"ct_parent\":64,\"selector\":\"text_block-111-45\",\"classes\":{\"0\":\"c-footer-text-light\"},\"activeselector\":\"c-footer-text-light\"}\']info@gorillaafricasafaris.com[/ct_text_block][/ct_div_block_3][/ct_div_block_2][ct_text_block ct_sign_sha256=\'6c6d46d39c8594bc1f0c229b465b66eeaa51d934c695427fdf0473bccfd3d7ed\' ct_options=\'{\"ct_id\":71,\"ct_parent\":28,\"selector\":\"text_block-71-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-s\",\"1\":\"c-text-light\"},\"nicename\":\"Copyright\"}\']Copyright © 2020 Gorilla African Tours &amp; Travel[/ct_text_block][/ct_section]'),(3183,45,'ct_builder_shortcodes_revisions_dates','1625056553'),(3184,45,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'ef720942326113ad5a353d7c5305e599b4cbada919a789b25532ad4abf25d2f0\' ct_options=\'{\"ct_id\":72,\"ct_parent\":0,\"selector\":\"_header-72-45\",\"original\":{\"sticky-media\":\"tablet\",\"sticky_scroll_distance\":\"300\",\"globalConditionsResult\":true,\"sticky_header\":\"yes\",\"sticky_header_fade_in\":\"yes\",\"sticky_header_fade_in_speed\":\"0.6\",\"sticky-box-shadow\":\"0px 5px 20px -15px rgba(0,0,0,0.1);\"},\"classes\":{\"0\":\"c-shadow\",\"1\":\"c-header\"},\"nicename\":\"Header\",\"activeselector\":\"c-header\"}\'][oxy_header_row ct_sign_sha256=\'e3bca8885d6144c1a3ea5b6861721fd265e47fea68f28733906d9fc5896802db\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"_header_row-73-45\",\"original\":{\"globalConditionsResult\":true,\"padding-top\":\"10\",\"padding-bottom\":\"10\",\"hide_in_sticky\":\"yes\",\"background-color\":\"color(3)\",\"hide-row\":\"tablet\"},\"classes\":{},\"nicename\":\"Subheader\"}\'][oxy_header_left ct_sign_sha256=\'a924844042f4f6ea4870c63ae7de726462cc4357be094f1274e7279b440a40c1\' ct_options=\'{\"ct_id\":74,\"ct_parent\":73,\"selector\":\"_header_left-74-45\"}\'][ct_div_block_2 ct_sign_sha256=\'f352434f017adde70caf893a4fb671a2d68739492b017d653ef3abc962befe8b\' ct_options=\'{\"ct_id\":75,\"ct_parent\":74,\"selector\":\"div_block-75-45\",\"original\":{\"globalConditionsResult\":true,\"display\":\"flex\"},\"activeselector\":\"c-header-contact\",\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}}},\"nicename\":\"Contacts\",\"classes\":{\"0\":\"c-header-contact\"}}\'][ct_link_3 ct_sign_sha256=\'62a9b1a66a133de6e9fc109c2b30b1eda5a64276293d5b400bb3bc25a16c3ef2\' ct_options=\'{\"ct_id\":76,\"ct_parent\":75,\"selector\":\"link-76-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"mailto:info@gorillaafricasafaris.com\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-link-m\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"7\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d3d4d6165cbace3769cf7339b59cb47ef51c45338ed098108b88ee176edf795d\' ct_options=\'{\"ct_id\":77,\"ct_parent\":76,\"selector\":\"fancy_icon-77-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-envelope\"},\"classes\":{\"0\":\"c-icon-accent-m\",\"1\":\"c-margin-right-xs\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'c5a81e6b7015b87b6e13a156c7afb2086902526926dc33265f4521c9173595cd\' ct_options=\'{\"ct_id\":78,\"ct_parent\":76,\"selector\":\"text_block-78-45\",\"original\":{\"globalConditionsResult\":true,\"color\":\"color(10)\"},\"activeselector\":false}\']info@gorillaafricasafaris.com[/ct_text_block][/ct_link_3][ct_link_3 ct_sign_sha256=\'a2296451bd09074f8626849e1b6efa377901335e0769232aaa0b0ea4553f73d2\' ct_options=\'{\"ct_id\":79,\"ct_parent\":75,\"selector\":\"link-79-45\",\"original\":{\"globalConditionsResult\":true,\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-link-m\"}}\'][ct_fancy_icon ct_sign_sha256=\'484a6671c88991dd2f674fb71324b4d2a9407d343465febd70a3c06ce54eced6\' ct_options=\'{\"ct_id\":80,\"ct_parent\":79,\"selector\":\"fancy_icon-80-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-phone\"},\"classes\":{\"0\":\"c-icon-accent-m\",\"1\":\"c-margin-right-xs\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'0639930b8cf5ec4b41ec292e3c8c95224bfac0c671f5fa7813e7dc3fb9360098\' ct_options=\'{\"ct_id\":81,\"ct_parent\":79,\"selector\":\"text_block-81-45\",\"original\":{\"globalConditionsResult\":true,\"color\":\"color(10)\"},\"activeselector\":false}\']+256 781516422[/ct_text_block][/ct_link_3][/ct_div_block_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'232fc2a82f2ff94a0473506aff39e4ba65f22d1ff370b7136a7085c3d2db2737\' ct_options=\'{\"ct_id\":82,\"ct_parent\":73,\"selector\":\"_header_center-82-45\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'047b719ff577c29e3abadd5f64567390b07ad725f64543ec52b5a24ad58c4278\' ct_options=\'{\"ct_id\":83,\"ct_parent\":73,\"selector\":\"_header_right-83-45\"}\'][ct_div_block_2 ct_sign_sha256=\'d9aae367279fcdfe23d1ff7dc96343a27b8feea5532d43f96d88fe53a53c29b1\' ct_options=\'{\"ct_id\":84,\"ct_parent\":83,\"selector\":\"div_block-84-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-inline\"},\"nicename\":\"Social Icons\"}\'][ct_link_3 ct_sign_sha256=\'62c1011db63d25e32a6f2608241f01e3fe679bc7341a6b3f71a72770f840c805\' ct_options=\'{\"ct_id\":85,\"ct_parent\":84,\"selector\":\"link-85-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'9792c1e08d8992b11a2a387c6e902ea7431ac45eefd9efa5146dc88ed6d6a86d\' ct_options=\'{\"ct_id\":86,\"ct_parent\":85,\"selector\":\"fancy_icon-86-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-facebook\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'b815191707a6797a67e6e3ef2c35d70ac87edcf4517aa2bbafdad3c428d3d0de\' ct_options=\'{\"ct_id\":87,\"ct_parent\":84,\"selector\":\"link-87-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'ea663881ac5a164ddafcf0217f6bc916651722a67f5cf5009defdb307a7e681c\' ct_options=\'{\"ct_id\":88,\"ct_parent\":87,\"selector\":\"fancy_icon-88-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-twitter\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'4490e6c0f86a68b748b318bed5035d1d4bbe81f3a424ba6e60c337f29349f66f\' ct_options=\'{\"ct_id\":89,\"ct_parent\":84,\"selector\":\"link-89-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'1088c105500411b13195bba8294b2dee9d3878a8f7e14a234ccd746979d8824e\' ct_options=\'{\"ct_id\":90,\"ct_parent\":89,\"selector\":\"fancy_icon-90-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-linkedin\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'f2e1089fbc00b88add45da1c3c7eec8cbcf93de1e3e8aaac2ddba271a96b2fe5\' ct_options=\'{\"ct_id\":91,\"ct_parent\":84,\"selector\":\"link-91-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'f3055a5c992f9ceb4041536312dcee296c3d30e4b6f712f1ada33f679cbf91b2\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"fancy_icon-92-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-youtube-play\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][/ct_div_block_2][/oxy_header_right][/oxy_header_row][oxy_header_row ct_sign_sha256=\'b47eb45416269c5b16f2019277a60e00965e23c61f9f4f2202390b6d4044a25a\' ct_options=\'{\"ct_id\":93,\"ct_parent\":72,\"selector\":\"_header_row-93-45\",\"original\":{\"globalConditionsResult\":true,\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"background-color\":\"color(5)\"},\"nicename\":\"Main Header\",\"activeselector\":false,\"classes\":{}}\'][oxy_header_left ct_sign_sha256=\'5066a6d28976f835974c4796f02c043df67fc1003cadea70d2530329da031c93\' ct_options=\'{\"ct_id\":94,\"ct_parent\":93,\"selector\":\"_header_left-94-45\"}\'][ct_link_2 ct_sign_sha256=\'d3836b0280a04905621692915c645c2e755f8cc99f38ae41a426a465aca0e17e\' ct_options=\'{\"ct_id\":95,\"ct_parent\":94,\"selector\":\"link-95-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com\",\"url_encoded\":\"true\"},\"nicename\":\"Logo\"}\'][ct_image ct_sign_sha256=\'bf3250a97eaf2b1e00214d8b88ff8166a141a6013afec2be8be602f98397e492\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"image-96-45\",\"original\":{\"globalConditionsResult\":true,\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/05/gorilla-african-tours-travel-logo.png\"},\"classes\":{},\"activeselector\":false}\'][/ct_image][/ct_link_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'c12d1cf91fe87ee4ae140dc7d4b28ab7aac334880793ab2be1889d4ed8b856cc\' ct_options=\'{\"ct_id\":97,\"ct_parent\":93,\"selector\":\"_header_center-97-45\"}\'][oxy-pro-menu ct_sign_sha256=\'3f2fa7545c3a39fc8a55fc720587405d6f396f4571afa8fc955a9311ae5df36f\' ct_options=\'{\"ct_id\":98,\"ct_parent\":97,\"selector\":\"-pro-menu-98-45\",\"original\":{\"globalConditionsResult\":true,\"menu_id\":\"2\",\"oxy-pro-menu_show_mobile_menu_below\":\"tablet\",\"oxy-pro-menu_orientation\":\"Horizontal\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\":\"14\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\":\"500\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\":\"color(10)\",\"oxy-pro-menu_menu_item_padding_padding-left\":\"20\",\"oxy-pro-menu_menu_item_padding_padding-right\":\"20\",\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\":\"color(1)\",\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\":\"0.6\",\"oxy-pro-menu_mobile_menu_open_icon\":\"Lineariconsicon-menu\",\"oxy-pro-menu_mobile_menu_open_icon_text\":\"\",\"oxy-pro-menu_mobile_menu_close_icon\":\"Lineariconsicon-cross\",\"oxy-pro-menu_mobile_menu_close_icon_text\":\"\",\"oxy-pro-menu_off_canvas\":\"false\",\"oxy-pro-menu_off_canvas_alignment\":\"left\",\"menu_off_canvas_animation\":\"fade-right\",\"oxy-pro-menu_dropdown-border-radius\":\"7\",\"menu_dropdown_animation\":\"fade\",\"oxy-pro-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\":\"0\",\"oxy-pro-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\":\"3\",\"oxy-pro-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\":\"10\",\"oxy-pro-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\":\"rgba(0,0,0,0.1)\",\"oxy-pro-menu_dropdown_child_item_padding_padding-top\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-left\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-right\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\":\"20\",\"oxy-pro-menu_dropdown_icon\":\"FontAwesomeicon-angle-down\",\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\":\"10\",\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\":\"5\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\":\"color(5)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\":\"color(3)\",\"oxy-pro-menu_show_dropdown_links_on_mobile\":\"toggle\",\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\":\"0.4\",\"oxy-pro-menu_menu_item_padding_padding-bottom\":\"5\",\"oxy-pro-menu_menu_item_padding_padding-top\":\"5\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\":\"color(10)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\":\"color(1)\",\"oxy-pro-menu_desktop_item_text_align\":\"Left\",\"text-transform\":\"uppercase\"},\"hover\":{\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\":\"color(1)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\":\"color(3)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\":\"color(1)\"},\"media\":{\"tablet\":{\"original\":{\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\":\"30\",\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\":\"0.7\",\"order\":\"-1\",\"flex-shrink\":\"1\",\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\":\"0\",\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\":\"15\",\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\":\"4\",\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\":\"30\",\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\":\"4\",\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\":\"0.6\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width\":\"75\",\"oxy-pro-menu_mobile_item_text_align\":\"Center\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width-unit\":\"%\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width-unit\":\"%\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":{\"0\":\"global\",\"1\":\"Display\"},\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"30\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"600\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"1.8\",\"oxy-pro-menu_mobile_menu_item_padding_padding-top\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-left\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-right\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\":\"10\",\"oxy-pro-menu_dropdown_icon_size\":\"35\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\":\"2\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\":\"rgba(0,0,0,0)\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_color\":\"color(2)\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width\":\"80\"}}},\"nicename\":\"Menu\"}\'][/oxy-pro-menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'2ec10c418fc5d08b5e3c7cdb0a40fb0784d01648d3702e5aebbc4054bb7afadf\' ct_options=\'{\"ct_id\":99,\"ct_parent\":93,\"selector\":\"_header_right-99-45\"}\'][ct_link_text ct_sign_sha256=\'ce9dd935d80049b7678273ce88cded73a7d9bd8081e57295a221ac793cd779cb\' ct_options=\'{\"ct_id\":100,\"ct_parent\":99,\"selector\":\"link_text-100-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/reservations/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\",\"1\":\"c-transition\",\"2\":\"c-btn-m\"},\"activeselector\":false,\"nicename\":\"CTA\"}\']Book Now[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content ct_sign_sha256=\'2e04f16a4375128fc9ea35f971fb75f98bb78e7075b51d206be581388a6ce002\' ct_options=\'{\"ct_id\":27,\"ct_parent\":\"0\",\"selector\":\"inner_content-27-45\"}\'][/ct_inner_content][ct_section ct_sign_sha256=\'775b7d24684bf5efa94cc84dc7596ebb7a45a4e3d9e4019d59397315f3e9ac48\' ct_options=\'{\"ct_id\":28,\"ct_parent\":0,\"selector\":\"section-28-45\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"footer\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"classes\":{\"0\":\"c-bg-dark\"}}\'][ct_div_block_2 ct_sign_sha256=\'09ac1811f230df18fe424385af1bc621e1f8cad38eab89a26f9fb529c7bfb22c\' ct_options=\'{\"ct_id\":30,\"ct_parent\":28,\"selector\":\"div_block-30-45\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Columns\",\"classes\":{\"0\":\"c-columns-l-2\",\"1\":\"c-columns-gap-l\",\"2\":\"c-margin-bottom-m\",\"3\":\"c-columns-5\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'62c300a7ea52b4c0b1b00d9de80eeed8ff89d606022df64f08f01718279068e0\' ct_options=\'{\"ct_id\":31,\"ct_parent\":30,\"selector\":\"div_block-31-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-col-span-2\"},\"nicename\":\"Wide column\"}\'][ct_headline ct_sign_sha256=\'864a4d820b22f930590e6158bca019cdd2899c0efac8c4961ece785a04d8ac9d\' ct_options=\'{\"ct_id\":32,\"ct_parent\":31,\"selector\":\"headline-32-45\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h4\",\"max-width\":\"350\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-light\"}}\']Gorilla African Tours &amp; Travel offers you romance, fun and adventure and promises to provide you with the most memorable times of your life.<br>[/ct_headline][ct_div_block_4 ct_sign_sha256=\'b1d5297a8888437ee97152424f1d7001808525e2197adbccf09a781b9851ad17\' ct_options=\'{\"ct_id\":33,\"ct_parent\":31,\"selector\":\"div_block-33-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-inline\"}}\'][ct_link_5 ct_sign_sha256=\'3d99fc4e7d9e8aef72f1de4c3d8957fafdf33e6146acdf962479265946ba588b\' ct_options=\'{\"ct_id\":34,\"ct_parent\":33,\"selector\":\"link-34-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'470f4f276d64b6151172edc3d10ab7cf406690631c313ae65812c732bf4e2706\' ct_options=\'{\"ct_id\":35,\"ct_parent\":34,\"selector\":\"fancy_icon-35-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-facebook-square\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'efff8bd122a42432c0acf8e71a53a173640835e46d817702cae0707f3245baae\' ct_options=\'{\"ct_id\":36,\"ct_parent\":33,\"selector\":\"link-36-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'0c6e93ece9d3ac36a71c6a6bbe3337e289a6fdc5f778132db287c5b2f69ccf40\' ct_options=\'{\"ct_id\":37,\"ct_parent\":36,\"selector\":\"fancy_icon-37-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-instagram\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'29a3fb6d59f75eb948d9b44feb49e83977d685db31608a962be56e6dbe884a90\' ct_options=\'{\"ct_id\":38,\"ct_parent\":33,\"selector\":\"link-38-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'71663c25635fdda328da25051c82c97ccdc4f2aa18b823bf2cbd2369e5c4528f\' ct_options=\'{\"ct_id\":39,\"ct_parent\":38,\"selector\":\"fancy_icon-39-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-twitter-square\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'22c305fb137189935f79d64da0144c43e47dce1680c410fc49139db24c5d8cdf\' ct_options=\'{\"ct_id\":40,\"ct_parent\":33,\"selector\":\"link-40-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'23bf8584f9b01f3209b592af25ab84e9deebaa6d2386b5d1aae5b1b9bc021b63\' ct_options=\'{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"fancy_icon-41-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-youtube-play\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'6ac7150e2abd6274a79aa2f5f9c235bd7af07ec3a72d347315c84fc54bad85ad\' ct_options=\'{\"ct_id\":50,\"ct_parent\":30,\"selector\":\"div_block-50-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'979bd3db35d296227697d630a9eacd8261e4f1e24a6b34d9c38cbc399f27d96f\' ct_options=\'{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"text_block-51-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Safaris[/ct_text_block][ct_link_text ct_sign_sha256=\'2bcc1577a11febb83c9ad34ac51435586495542b401c69f3742e4b95197cfc4d\' ct_options=\'{\"ct_id\":52,\"ct_parent\":50,\"selector\":\"link_text-52-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/safaris/uganda-safaris/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']Uganda Safaris[/ct_link_text][ct_link_text ct_sign_sha256=\'4a05b8f9d942f419ae17e6000f59441e83d15361c77ab4bdad2a380659c4bb54\' ct_options=\'{\"ct_id\":53,\"ct_parent\":50,\"selector\":\"link_text-53-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/safaris/rwanda-safaris/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']Rwanda Safaris[/ct_link_text][ct_link_text ct_sign_sha256=\'ed0e8b0bf446f09d2657b15e0f7a631d1072c515facb27bcec956ac58003acf4\' ct_options=\'{\"ct_id\":121,\"ct_parent\":50,\"selector\":\"link_text-121-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/safaris/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"},\"activeselector\":false}\']All Safaris[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ba58e25b5cc7bdbdd4515a6e2011c4c9f900c15b468f481642b8f2ae27cf8b1f\' ct_options=\'{\"ct_id\":57,\"ct_parent\":30,\"selector\":\"div_block-57-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'2e480f01f3335e484f1734d7e3ab43c359ad096b504787277c04302f069ea39e\' ct_options=\'{\"ct_id\":58,\"ct_parent\":57,\"selector\":\"text_block-58-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Travel<br>[/ct_text_block][ct_link_text ct_sign_sha256=\'4801f51aefd206fa0677c5b9b9271a99e7f610f64ff0df2927349b9a38b3323b\' ct_options=\'{\"ct_id\":59,\"ct_parent\":57,\"selector\":\"link_text-59-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/about-us/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']About Us[/ct_link_text][ct_link_text ct_sign_sha256=\'1419e1ec7a1360d25a29ac361f8b43e19dbc203b1f417c6b0d90200b3140bd59\' ct_options=\'{\"ct_id\":117,\"ct_parent\":57,\"selector\":\"link_text-117-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/travel-information/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"},\"activeselector\":false}\']Travel Tips[/ct_link_text][ct_link_text ct_sign_sha256=\'35ace7fe9189dced1c9f7cce4ea1d979e2e775b2d1fe5dd90a4a79d14f1d4050\' ct_options=\'{\"ct_id\":60,\"ct_parent\":57,\"selector\":\"link_text-60-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/accommodation/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']Accommodation[/ct_link_text][ct_link_text ct_sign_sha256=\'bd3bc81d5a32e40d04d26a9d37dcc067ccfcc71797ce0afa1fa7f06f56665722\' ct_options=\'{\"ct_id\":61,\"ct_parent\":57,\"selector\":\"link_text-61-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/bird-watching/\",\"url_encoded\":\"true\",\"hover_color\":\"color(1)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"},\"activeselector\":\"c-footer-link-light\"}\']Birdwatching[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a0f5898a5cf20d7c3903829164cd643adfee0a96c3083515e809189bd2f48837\' ct_options=\'{\"ct_id\":64,\"ct_parent\":30,\"selector\":\"div_block-64-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'c50b276c1288f384c4d9523473e00ff9ecb236575c62fafda1b8d03a0dbf5e5d\' ct_options=\'{\"ct_id\":65,\"ct_parent\":64,\"selector\":\"text_block-65-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Contact Us<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'fd59a1735b5adf534af74870a86beabea318260ebe100d6ca35e4669827f49ef\' ct_options=\'{\"ct_id\":105,\"ct_parent\":64,\"selector\":\"text_block-105-45\",\"classes\":{\"0\":\"c-footer-text-light\"},\"activeselector\":\"c-footer-text-light\"}\']P.O. Box, 7473. Kampala, Uganda<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'652e6ed7721e2bad9ebdd553498cba49f565f6c4913dd69c9509a307bc9b09dc\' ct_options=\'{\"ct_id\":107,\"ct_parent\":64,\"selector\":\"text_block-107-45\",\"classes\":{\"0\":\"c-footer-text-light\"},\"activeselector\":\"c-footer-text-light\"}\']+256&nbsp; (0) 781 516 422<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'49943220308feff524e2ed3293022d136aec9f0d070fbc9a3f24c75eb7834de9\' ct_options=\'{\"ct_id\":109,\"ct_parent\":64,\"selector\":\"text_block-109-45\",\"classes\":{\"0\":\"c-footer-text-light\"},\"activeselector\":\"c-footer-text-light\"}\']+256&nbsp; (0) 702 238 922<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'098fd0bd3787877013822614827d205841cdaec2fb39ef8baef531b273b2dc7a\' ct_options=\'{\"ct_id\":123,\"ct_parent\":64,\"selector\":\"text_block-123-45\",\"classes\":{\"0\":\"c-footer-text-light\"},\"activeselector\":\"c-footer-text-light\"}\']+256&nbsp; (0) 784 508 393<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'7bf013433410e034adc157291712029f379c0e43ca69465b2609d1f0b68b1acf\' ct_options=\'{\"ct_id\":111,\"ct_parent\":64,\"selector\":\"text_block-111-45\",\"classes\":{\"0\":\"c-footer-text-light\"},\"activeselector\":\"c-footer-text-light\"}\']info@gorillaafricasafaris.com[/ct_text_block][/ct_div_block_3][/ct_div_block_2][ct_text_block ct_sign_sha256=\'6c6d46d39c8594bc1f0c229b465b66eeaa51d934c695427fdf0473bccfd3d7ed\' ct_options=\'{\"ct_id\":71,\"ct_parent\":28,\"selector\":\"text_block-71-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-s\",\"1\":\"c-text-light\"},\"nicename\":\"Copyright\"}\']Copyright © 2020 Gorilla African Tours &amp; Travel[/ct_text_block][/ct_section]'),(3185,45,'ct_builder_shortcodes_revisions_dates','1625057432'),(3186,2,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'ac8540be3da37d64db5ca4268ca2aae575aa4950ea0e79db65ef3d6ff7d6ddd6\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-2\",\"original\":{\"globalConditionsResult\":true,\"background-image\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-looking-up.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-blend-mode\":\"normal\"},\"classes\":{\"0\":\"c-hero-4\"},\"activeselector\":\"c-hero-4\"}\'][ct_headline ct_sign_sha256=\'021c421afb5d2ce546b96242787bd45dc8dce8a1a0c96638b444d61ab379160e\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-2\",\"original\":{\"globalConditionsResult\":true,\"text-align\":\"right\"},\"classes\":{\"0\":\"c-h1\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-light\"}}\']Affordable &amp; Memorable Safaris &amp; Gorilla Treks<br>[/ct_headline][ct_link_2 ct_sign_sha256=\'8b65b3203f57fa322da84c885153f90c8b3d4a2bffe80daabece2dbe55bc6fb6\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"link-4-2\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/safaris/\",\"url_encoded\":\"true\",\"target\":\"\"},\"classes\":{\"0\":\"c-btn-main\",\"1\":\"c-transition\",\"2\":\"c-btn-l\"}}\'][ct_text_block ct_sign_sha256=\'cf71b898dae9611fe0fc869321dcae02f601532ff4ed56f9c9aa60a1d18af3c0\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"text_block-5-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-right-m\"}}\']Explore The Safaris<br>[/ct_text_block][ct_fancy_icon ct_sign_sha256=\'4093234ff6517d1bad1f14cd8beaeb80824775d03ac459d3b9d396b14864fc61\' ct_options=\'{\"ct_id\":6,\"ct_parent\":4,\"selector\":\"fancy_icon-6-2\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"Lineariconsicon-arrow-right\"},\"classes\":{\"0\":\"c-icon-light-m\"}}\'][/ct_fancy_icon][/ct_link_2][/ct_section][ct_section ct_sign_sha256=\'a0bd48c048e90c41e6c191cf3592dceef0be3e1c1af7d56d87cccba027fc404f\' ct_options=\'{\"ct_id\":17,\"ct_parent\":0,\"selector\":\"section-17-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"activeselector\":false,\"nicename\":\"2 Column  Image and features\"}\'][ct_div_block_2 ct_sign_sha256=\'a8840b5febf08221b8dba44e1201a3409b1fd32bbde3cbdb48902ee89de80b91\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"div_block-18-2\",\"original\":{\"globalConditionsResult\":true,\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"flex-start\",\"text-align\":\"left\"},\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"activeselector\":\"c-hero-4\",\"nicename\":\"Columns\"}\'][ct_image ct_sign_sha256=\'8b2aecfab24f091f9ffeb102861b112a748a75b2b661b31f0463af5fe375918a\' ct_options=\'{\"ct_id\":19,\"ct_parent\":18,\"selector\":\"image-19-2\",\"original\":{\"globalConditionsResult\":true,\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/mountain-gorilla-somber.jpg\"},\"activeselector\":false}\'][/ct_image][ct_div_block_3 ct_sign_sha256=\'818a21e1c85629154da80f6986a2eb424edbc5f4515be89c21e59b5f4d3443c5\' ct_options=\'{\"ct_id\":20,\"ct_parent\":18,\"selector\":\"div_block-20-2\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Content\"}\'][ct_headline ct_sign_sha256=\'531accdd17e66dc84d7128c1d9a0e764e2a6c14fc817e2c9c1744ae0ef7a410b\' ct_options=\'{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"headline-21-2\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-m\"},\"activeselector\":false}\']The [ct_span ct_sign_sha256=\'f6ca7dab7a4dc55507c26f71f0e09022ba204260625b4fcbd9557c3040c4b966\' ct_options=\'{\"ct_id\":22,\"ct_parent\":21,\"selector\":\"span-22-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-accent\"},\"activeselector\":\"c-accent\"}\']Number One[/ct_span] Gorilla Safari Company in Uganda, Rwanda &amp; DR Congo<br>[/ct_headline][ct_text_block ct_sign_sha256=\'5d47f59e3692d05c0b1c3b7391b160a1532d7c382a08ea781f94877ac0e99362\' ct_options=\'{\"ct_id\":23,\"ct_parent\":20,\"selector\":\"text_block-23-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"c-margin-bottom-l\"},\"activeselector\":false}\']Gorilla African Tours &amp; Travel offers you a lot of romance, fun and adventure and promises to lend you some of the most memorable times of your life.<br><br>Gorilla African Tours &amp; Travel offer affordable and memorable mountain gorilla trekking packages in Africa for all travelers for holiday, business, honeymoons and students.<br>[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'872e532f643706eb70662e2ed5b0d7e819f52d2a534c517c87577273351acf67\' ct_options=\'{\"ct_id\":37,\"ct_parent\":0,\"selector\":\"section-37-2\",\"original\":{\"globalConditionsResult\":true,\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{\"0\":\"c-bg-light\"},\"activeselector\":false,\"nicename\":\"3 Column cards\"}\'][ct_headline ct_sign_sha256=\'3492a59650f83951181622910705b38c701a16979fbc44e9db1ff5ea2122f719\' ct_options=\'{\"ct_id\":38,\"ct_parent\":37,\"selector\":\"headline-38-2\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-m\"},\"activeselector\":\"c-hero-4\"}\']Featured Safaris<br>[/ct_headline][ct_text_block ct_sign_sha256=\'525fa2be3f730cdfbdba689f640db1f3dd5ce216993e3869760ad7dc0ac7361e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"text_block-39-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"c-margin-bottom-l\"},\"activeselector\":false}\']A selection of exciting gorilla and wildlife safaris throughout Uganda and Rwanda.[/ct_text_block][oxy_posts_grid ct_sign_sha256=\'cd5967f7e8132736e9d84b046fd855c3673f88500eeded5148059d51d5c3114b\' ct_options=\'{\"ct_id\":56,\"ct_parent\":37,\"selector\":\"_posts_grid-56-2\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QgYy1zaGFkb3cgYy10cmFuc2l0aW9uIGMtY2FyZC1saWdodCBjLWNhcmQtb24taG92ZXInPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgPC9kaXY+ICAgICAgCgk8L2E+CiAgCgk8YSBjbGFzcz0nb3h5LXBvc3QtdGl0bGUnIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nPjw/cGhwIHRoZV90aXRsZSgpOyA/PjwvYT4KCgk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhJz4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1hdXRob3Igb3h5LXBvc3QtbWV0YS1pdGVtJz4KCQkJPD9waHAgZWNobyBnZXRfZmllbGQoICJkdXJhdGlvbiIgKS4iIGRheXMiOyA/PgoJCTwvZGl2PgoKCQk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhLWNvbW1lbnRzIG94eS1wb3N0LW1ldGEtaXRlbSc+CiAgICAgICAgICAgIDw/cGhwIAoKCQkJICAgICRjYXRfYXJyYXkgPSAoIGdldF90aGVfdGVybXMoIGdldF90aGVfSUQoKSwgJ2Rlc3RpbmF0aW9uJykgKTsgCgkJCSAgICAkY2F0X3N0ciA9IGFycmF5KCk7IAogICAgCgkJCSAgICBmb3JlYWNoICgkY2F0X2FycmF5IGFzICRjYXQpIHsgCgkJCSAgICAgICAgJGNhdF9zdHJbXSA9ICRjYXQtPm5hbWU7CgkJCSAgICB9CgkJCSAgICBlY2hvIGltcGxvZGUoIiwgIiwkY2F0X3N0cikgLiAnJzsgCgkJCT8+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkKCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlIGMtYnRuLW1haW4nPlJlYWQgTW9yZTwvYT4KCjwvZGl2Pg==\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGZsZXgtd3JhcDogd3JhcDsKfQoKJSVFUElEJSUgLm94eS1wb3N0IHsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47CiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuOwogIHRleHQtYWxpZ246IGxlZnQ7CiAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7CiAgbWFyZ2luOiAwIDVweCAzZW0gNXB4OwogIHdpZHRoOiAzMiU7CiAgcGFkZGluZzogMWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UgewogIG1hcmdpbi1ib3R0b206IDFlbTsKICBwb3NpdGlvbjogcmVsYXRpdmU7CiAgYmFja2dyb3VuZC1jb2xvcjogZ3JleTsKICBiYWNrZ3JvdW5kLWltYWdlOiByZXBlYXRpbmctbGluZWFyLWdyYWRpZW50KAogIDQ1ZGVnLAogICNlZWUsCiAgI2VlZSAxMHB4LAogICNkZGQgMTBweCwKICAjZGRkIDIwcHgpOwogIHdpZHRoOiAxMDAlOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8gewogIHBhZGRpbmctYm90dG9tOiA3MCU7CiAgYmFja2dyb3VuZC1zaXplOiBjb3ZlcjsKICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiBjZW50ZXIgY2VudGVyOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtdGl0bGUgewogIGZvbnQtc2l6ZTogMS40ZW07CiAgbGluZS1oZWlnaHQ6IDEuMmVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YSB7CiAgbWFyZ2luLXRvcDogMC41ZW07CiAgZm9udC1zaXplOiAuOGVtOwogIGRpc3BsYXk6IGZsZXg7CiAgZmxleC1kaXJlY3Rpb246IHJvdzsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTo6YWZ0ZXIgewoJY29udGVudDogIlwwMGI3IjsKCW1hcmdpbi1yaWdodDogLjVlbTsKCW1hcmdpbi1sZWZ0OiAuNWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YS1pdGVtOmxhc3QtY2hpbGQ6OmFmdGVyIHsKCWNvbnRlbnQ6ICIiOwoJZGlzcGxheTogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgewogIG1hcmdpbi10b3A6IDFlbTsKICBtYXJnaW4tYm90dG9tOiAxZW07Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1jb250ZW50IHAgewogIG1hcmdpbjogMDsKfQoKCgpAbWVkaWEgKG1heC13aWR0aDogMTEyMHB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgewogICAgZGlzcGxheTogbm9uZTsKICB9Cn0KCg==\",\"title_size-unit\":\"px\",\"title_color\":\"color(8)\",\"title_hover_color\":\"color(1)\",\"meta_size\":\"\",\"meta_size-unit\":\"px\",\"meta_color\":\"\",\"content_size\":\"\",\"content_size-unit\":\"px\",\"content_color\":\"\",\"read_more_display_as\":\"button\",\"read_more_size\":\"0.8\",\"read_more_size-unit\":\"em\",\"read_more_text_color\":\"white\",\"read_more_text_hover_color\":\"\",\"read_more_button_color\":\"color(1)\",\"read_more_button_hover_color\":\"\",\"paginate_color\":\"\",\"paginate_alignment\":\"center\",\"paginate_link_color\":\"\",\"paginate_link_hover_color\":\"\",\"posts_5050_below\":\"tablet\",\"posts_100_below\":\"tablet\",\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"tour\"},\"query_taxonomies_any\":{},\"query_taxonomies_all\":{},\"query_authors\":{},\"query_all_posts\":\"false\",\"grid-column-count\":\"3\",\"grid-columns-auto-fit\":\"false\",\"grid-column-min-width-unit\":\"vw\",\"grid-justify-items\":\"center\",\"query_count\":\"6\",\"query_post_ids\":\"54,52,51,64,61,56\"},\"activeselector\":false}\'][/oxy_posts_grid][ct_link_button ct_sign_sha256=\'cb1343e74d6885c1e0c0a7927e13f93599f3496bf5db055bb97f522d30cfd35d\' ct_options=\'{\"ct_id\":59,\"ct_parent\":37,\"selector\":\"link_button-59-2\",\"original\":{\"url\":\"http://gorillaafricasafaris.com/safaris/\",\"target\":\"\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\"},\"activeselector\":false}\']Explore All Safaris[/ct_link_button][/ct_section][ct_section ct_sign_sha256=\'752430f5a0a0b47b112a20700282ca96ba66c59c02d1b55b6541b48ff4d831df\' ct_options=\'{\"ct_id\":71,\"ct_parent\":0,\"selector\":\"section-71-2\",\"nicename\":\"3 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'36b5e3541eab2e0128374b0b4200e484e3c2abcab94c096156327afd1db76ffe\' ct_options=\'{\"ct_id\":72,\"ct_parent\":71,\"selector\":\"div_block-72-2\",\"classes\":{\"0\":\"c-columns-3\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":\"c-hero-4\"}\'][ct_div_block_3 ct_sign_sha256=\'081e81ad4a20faf3cf45a5fd2a08cdafd49ee27e53601d5e7ba0dc104ca27f5c\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"div_block-73-2\"}\'][ct_headline ct_sign_sha256=\'0882d7341429256834b0e6b53dea8bf9711476ba3187350d5adb48fb4b9a58b2\' ct_options=\'{\"ct_id\":91,\"ct_parent\":73,\"selector\":\"headline-91-2\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']East Africa Safari Specialist<br>[/ct_headline][ct_text_block ct_sign_sha256=\'dabf5d94df30a666240956edb376c64990c2ab61a68e9bade21b5c721534dd6a\' ct_options=\'{\"ct_id\":93,\"ct_parent\":73,\"selector\":\"text_block-93-2\"}\']Gorilla Africa Safaris is one of the premier to companies in Uganda and Rwanda.<br><br><br>[/ct_text_block][ct_link_button ct_sign_sha256=\'4d7a5e5e2ee357131239033477a974d87a99aa2e586583f846d30f90346bb986\' ct_options=\'{\"ct_id\":105,\"ct_parent\":73,\"selector\":\"link_button-105-2\",\"original\":{\"url\":\"http://gorillaafricasafaris.com/contact/\",\"target\":\"\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\"},\"activeselector\":false}\']Enquire Now[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d695ffb01431df08665d20f3009df855320fcaff4462aef036104e1bcacc46bf\' ct_options=\'{\"ct_id\":74,\"ct_parent\":72,\"selector\":\"div_block-74-2\"}\'][ct_headline ct_sign_sha256=\'4d362fcaf9ea159ea819d8df358fa10b4a1bb8785e3a366fd38cb9a7e8a984f8\' ct_options=\'{\"ct_id\":76,\"ct_parent\":74,\"selector\":\"headline-76-2\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Rwanda[/ct_headline][ct_text_block ct_sign_sha256=\'1a03ccfe978f277c423859fe25fb15df6f7e517e354de255190d8a141128f8e8\' ct_options=\'{\"ct_id\":79,\"ct_parent\":74,\"selector\":\"text_block-79-2\"}\']In Rwanda , Volcanoes National Park is famous for mountain gorilla tours and chimpanzee tracking in Nyungwe National Park. <br><br>We also have adventurous canopy walk in Mgahinga Gorilla National Park (volcano climbing)  to find more of the 13 primate species that include vervet monkeys, colobus monkeys, golden monkeys, giant forest hog, etc.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d94cdce59dfabba6fe3aeb46e5b9ad15d2d352149cef8873f1113bbbbaf34db4\' ct_options=\'{\"ct_id\":75,\"ct_parent\":72,\"selector\":\"div_block-75-2\"}\'][ct_headline ct_sign_sha256=\'3e499e543040fe89d25a7deb6770f7e0e81873beafd8a9514e7fb7aa6032cc66\' ct_options=\'{\"ct_id\":81,\"ct_parent\":75,\"selector\":\"headline-81-2\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Uganda[/ct_headline][ct_text_block ct_sign_sha256=\'544391be7b3adb4968b32389152287c7cca08eaa6edc2f494caa140f851ec46f\' ct_options=\'{\"ct_id\":82,\"ct_parent\":75,\"selector\":\"text_block-82-2\"}\']Gorilla African Tours &amp; Travel gives you detailed information about all national parks in Uganda, wild animals, birds and tourist activities carried out in all parks.<br><br>Among their services offered include mountain gorilla trekking and other wildlife safaris, cultural trips as well as mountain hiking. <br><br>We shall offer budget gorilla trekking as well in Uganda.[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(3187,2,'ct_builder_shortcodes_revisions_dates','1625060036'),(3188,202,'_wp_attached_file','2021/07/birds-uganda.jpeg'),(3189,202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1567;s:6:\"height\";i:1600;s:4:\"file\";s:25:\"2021/07/birds-uganda.jpeg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"birds-uganda-294x300.jpeg\";s:5:\"width\";i:294;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"birds-uganda-1003x1024.jpeg\";s:5:\"width\";i:1003;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"birds-uganda-800x600.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"birds-uganda-768x784.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:27:\"birds-uganda-1504x1536.jpeg\";s:5:\"width\";i:1504;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"admin-post-featured-image\";a:4:{s:4:\"file\";s:25:\"birds-uganda-118x120.jpeg\";s:5:\"width\";i:118;s:6:\"height\";i:120;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:{}}}'),(3190,30,'ct_builder_shortcodes_revisions','[ct_reusable ct_sign_sha256=\'c71c65e10976f3e489e438b941817b30bdc359ff010de1320cc02d89080fcf9d\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-94-30\",\"ct_id\":94,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'0956dfd955c7b3d666290deec744be2c47d533304af3231a648a0b0db0e138ae\' ct_options=\'{\"ct_id\":48,\"ct_parent\":0,\"selector\":\"section-48-30\",\"nicename\":\"2 Columns\",\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'10b30b7680c8f0cb1b249d437247046abc8be19a4860e2c0b30f98d31de8fdc2\' ct_options=\'{\"ct_id\":60,\"ct_parent\":48,\"selector\":\"headline-60-30\",\"original\":{\"tag\":\"h2\",\"width-unit\":\"%\",\"width\":\"100\"},\"classes\":{\"0\":\"c-padding-bottom-m\",\"1\":\"c-center\"},\"activeselector\":false}\']Uganda, A Birdwatcher\'s Paradise[/ct_headline][ct_div_block_2 ct_sign_sha256=\'b4d4ad6005af10cd5fe5d7d67a124b1222e290f1f16d44eb4c5898e3ab701720\' ct_options=\'{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"div_block-49-30\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fe7a5c979e8079a4dcc71f430ed9932268559b06781a9c84f1c06cbc015ea624\' ct_options=\'{\"ct_id\":50,\"ct_parent\":49,\"selector\":\"div_block-50-30\"}\'][oxy_rich_text ct_sign_sha256=\'358dbd5e58d8ef993ca7f9dc9daac0f6874cd558e9000527262e57b8d54fde27\' ct_options=\'{\"ct_id\":85,\"ct_parent\":50,\"selector\":\"_rich_text-85-30\"}\']<p>Uganda is an equatorial country of astonishing contrasts.</p><p>No other area in Africa can match its amazing diversity of habitats ranging from arid semi-deserts, rich savannahs, lowlands and montane rainforests to vast wetlands, volcanoes and an afro-alpine zone, and covering an altitude from 650 to 5,000 metres.</p>[/oxy_rich_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f3dee4ac5939c4ab50a5a176022bd0f6c48028713a36f57f9c9dab143791b72c\' ct_options=\'{\"ct_id\":51,\"ct_parent\":49,\"selector\":\"div_block-51-30\"}\'][oxy_rich_text ct_sign_sha256=\'56572124533ccc9a8145cda91e06c8038b215743c0da5669a80eae39b832c7b1\' ct_options=\'{\"ct_id\":87,\"ct_parent\":51,\"selector\":\"_rich_text-87-30\"}\']<p>This richness is reflected in the number of birds per square kilometer the highest than any other country in Africa!</p><p>Given the small size of the country, which is approximately 235,000 square kilometers, Uganda boasts a national bird list of over 1008 species. This represents more than half the bird species that can be found in the whole of Africa.</p>[/oxy_rich_text][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'a7d2e98f12b1aa733c9daadb181898dd8294d1dbc5c3e2a8f2b97ffc170c5b91\' ct_options=\'{\"ct_id\":63,\"ct_parent\":0,\"selector\":\"section-63-30\",\"nicename\":\"2 to 3 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'f6c56e979b6c706921f43d617a370cfb3c0cd3e54c2fae866f1e0d8445c93d16\' ct_options=\'{\"ct_id\":64,\"ct_parent\":63,\"selector\":\"div_block-64-30\",\"classes\":{\"0\":\"c-columns-m-1\",\"1\":\"c-columns-gap-l\",\"2\":\"c-columns-2-3\"},\"nicename\":\"Columns\"}\'][ct_div_block_3 ct_sign_sha256=\'315fec8212164e60b635cdf2a563c6488c74e3cd7f2d7b7a443e6856de63899a\' ct_options=\'{\"ct_id\":65,\"ct_parent\":64,\"selector\":\"div_block-65-30\"}\'][ct_image ct_sign_sha256=\'e5ed6534600d8127620ecca91e0c2e01061fd537f86fcd20b023c722b70cc089\' ct_options=\'{\"ct_id\":61,\"ct_parent\":65,\"selector\":\"image-61-30\",\"original\":{\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/ross-turacco.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a79df85ee2a0c378fac2bffad34ce6c4a6baac2f4500714f7c591e99760dae29\' ct_options=\'{\"ct_id\":66,\"ct_parent\":64,\"selector\":\"div_block-66-30\",\"classes\":{}}\'][ct_headline ct_sign_sha256=\'af9dcf36eff9ca75bafe2fb0085d83779ff3418acaf0dcc4c5a138020da5f3cc\' ct_options=\'{\"ct_id\":34,\"ct_parent\":66,\"selector\":\"headline-34-30\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Forests[/ct_headline][oxy_rich_text ct_sign_sha256=\'4621d7e82add11d7d08cfa5c50db47afe08c41f7e91961e9d1f4747bf4a8a27c\' ct_options=\'{\"ct_id\":89,\"ct_parent\":66,\"selector\":\"_rich_text-89-30\"}\']<p>Uganda has an area contiguous with the Great Guinea/Congo Basin rain forest on its western border. Subsequently there are a number of west and central African bird species occurring in Uganda that are not found elsewhere in East Africa.</p><p>There are more than 700 forest reserves in Uganda.<br />One particular region is the Albertine Rift Endemic area (ARE), which has 38 species of birds confined to Uganda, Rwanda, Burundi and the Congo. Of these ARE’s Uganda has 25, mostly confined to the forests of Mgahinga and Bwindi National Parks in the southwest.</p>[/oxy_rich_text][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'f3b0f377b161578c560ec4462ea30cc1633db74f98f50bcb3ddc4b8a2ccb5790\' ct_options=\'{\"ct_id\":67,\"ct_parent\":0,\"selector\":\"section-67-30\",\"nicename\":\"3 to 2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'b0c21296f625a36d62174caa03fabfe489a6f53594db9d90562080aefb49f31c\' ct_options=\'{\"ct_id\":68,\"ct_parent\":67,\"selector\":\"div_block-68-30\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\"}\'][ct_div_block_3 ct_sign_sha256=\'c1b2d06689a9a1bbafc635bb8898c7304ab54b93faf673aed9b3ecbcb9675b69\' ct_options=\'{\"ct_id\":69,\"ct_parent\":68,\"selector\":\"div_block-69-30\"}\'][ct_headline ct_sign_sha256=\'9dd6359b22afc49c475fd7fb9ea12dc5e95f46910bccea64be7023c721289832\' ct_options=\'{\"ct_id\":38,\"ct_parent\":69,\"selector\":\"headline-38-30\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Wetlands[/ct_headline][oxy_rich_text ct_sign_sha256=\'96444cfb9bc9d1c4e2145cdc6be27662380884a923baa355b5cb280276b06d73\' ct_options=\'{\"ct_id\":91,\"ct_parent\":69,\"selector\":\"_rich_text-91-30\"}\']<p>Uganda has 30,000 square kilometres of wetlands.</p><p>Not less than 210 species, ranging from the shoebill and African skimmer to the endemic Fox’s weaver, are found in these wetlands. More to the above are four papyrus endemics; the papyrus gonolek, papyrus canary, white-winged warbler and papyrus yellow warbler. And a white-winged black tern roost of 2-3 million birds in the Entebbe area (Lutembe Bay).</p>[/oxy_rich_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'eacd61add7ef25ce160fae750fae08e11d92209fb191caf11ba30a177734a9d8\' ct_options=\'{\"ct_id\":70,\"ct_parent\":68,\"selector\":\"div_block-70-30\",\"classes\":{}}\'][ct_image ct_sign_sha256=\'066ce72b96a9b18581681ff493690da8be9e61d67890854813c94a76739065fb\' ct_options=\'{\"ct_id\":62,\"ct_parent\":70,\"selector\":\"image-62-30\",\"original\":{\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/crowned-crane-river.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'0f63570f657ae8e7925933dcd0b32221125ed569ab759a7061daf0ea3c83be54\' ct_options=\'{\"ct_id\":71,\"ct_parent\":0,\"selector\":\"section-71-30\",\"nicename\":\"2 to 3 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'2ed65f41063e7d19a5404736c82b743062318957f31f03deaa12e9663892f961\' ct_options=\'{\"ct_id\":72,\"ct_parent\":71,\"selector\":\"div_block-72-30\",\"classes\":{\"0\":\"c-columns-m-1\",\"1\":\"c-columns-gap-l\",\"2\":\"c-columns-2-3\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'9492a7d58bc716c190f006170dc13898de903b160c1b06a177d2ff93c2b4b3ad\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"div_block-73-30\"}\'][ct_image ct_sign_sha256=\'9356cdbf9151b45e20d394cab87051be74ecb20f6da63b463553510ea813f23d\' ct_options=\'{\"ct_id\":83,\"ct_parent\":73,\"selector\":\"image-83-30\",\"original\":{\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/geese.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'4fb4b9ecae2c8bb6c7264da68064ce541cfd51c4177e5ae886f5ea6edb13b1ab\' ct_options=\'{\"ct_id\":74,\"ct_parent\":72,\"selector\":\"div_block-74-30\",\"classes\":{},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'0bcca60519e48774983c37de072a4fa8764ed1b5b88d5452772a4f161f9e7efa\' ct_options=\'{\"ct_id\":42,\"ct_parent\":74,\"selector\":\"headline-42-30\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Savannahs[/ct_headline][oxy_rich_text ct_sign_sha256=\'9f5fc1b032effe91318c98d4ee02aff6dc22f5be97bd7e85d4223e9085443a0c\' ct_options=\'{\"ct_id\":93,\"ct_parent\":74,\"selector\":\"_rich_text-93-30\"}\']<p>In Uganda savannahs vary from the remote, semi-desert, dry thorn-scrub region of Karamoja in the northeast, to the richer fertile savannahs of the western rift valley.</p><p>Queen Elizabeth National Park has a bird list of 604 species, the highest for any protected area in Africa.</p>[/oxy_rich_text][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(3191,30,'ct_builder_shortcodes_revisions_dates','1625721244'),(3192,30,'ct_builder_shortcodes_revisions','[ct_reusable ct_sign_sha256=\'c71c65e10976f3e489e438b941817b30bdc359ff010de1320cc02d89080fcf9d\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-94-30\",\"ct_id\":94,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'0956dfd955c7b3d666290deec744be2c47d533304af3231a648a0b0db0e138ae\' ct_options=\'{\"ct_id\":48,\"ct_parent\":0,\"selector\":\"section-48-30\",\"nicename\":\"2 Columns\",\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'10b30b7680c8f0cb1b249d437247046abc8be19a4860e2c0b30f98d31de8fdc2\' ct_options=\'{\"ct_id\":60,\"ct_parent\":48,\"selector\":\"headline-60-30\",\"original\":{\"tag\":\"h2\",\"width-unit\":\"%\",\"width\":\"100\"},\"classes\":{\"0\":\"c-padding-bottom-m\",\"1\":\"c-center\"},\"activeselector\":false}\']Uganda, A Birdwatcher\'s Paradise[/ct_headline][ct_div_block_2 ct_sign_sha256=\'b4d4ad6005af10cd5fe5d7d67a124b1222e290f1f16d44eb4c5898e3ab701720\' ct_options=\'{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"div_block-49-30\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fe7a5c979e8079a4dcc71f430ed9932268559b06781a9c84f1c06cbc015ea624\' ct_options=\'{\"ct_id\":50,\"ct_parent\":49,\"selector\":\"div_block-50-30\"}\'][oxy_rich_text ct_sign_sha256=\'358dbd5e58d8ef993ca7f9dc9daac0f6874cd558e9000527262e57b8d54fde27\' ct_options=\'{\"ct_id\":85,\"ct_parent\":50,\"selector\":\"_rich_text-85-30\"}\']<p>Uganda is an equatorial country of astonishing contrasts.</p><p>No other area in Africa can match its amazing diversity of habitats ranging from arid semi-deserts, rich savannahs, lowlands and montane rainforests to vast wetlands, volcanoes and an afro-alpine zone, and covering an altitude from 650 to 5,000 metres.</p>[/oxy_rich_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f3dee4ac5939c4ab50a5a176022bd0f6c48028713a36f57f9c9dab143791b72c\' ct_options=\'{\"ct_id\":51,\"ct_parent\":49,\"selector\":\"div_block-51-30\"}\'][oxy_rich_text ct_sign_sha256=\'56572124533ccc9a8145cda91e06c8038b215743c0da5669a80eae39b832c7b1\' ct_options=\'{\"ct_id\":87,\"ct_parent\":51,\"selector\":\"_rich_text-87-30\"}\']<p>This richness is reflected in the number of birds per square kilometer the highest than any other country in Africa!</p><p>Given the small size of the country, which is approximately 235,000 square kilometers, Uganda boasts a national bird list of over 1008 species. This represents more than half the bird species that can be found in the whole of Africa.</p>[/oxy_rich_text][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'7e8782fe9adbc5810db1d0d132b7a1fd69017302dd9f88031e4d9f745eaa8955\' ct_options=\'{\"ct_id\":95,\"ct_parent\":0,\"selector\":\"section-95-30\"}\'][ct_image ct_sign_sha256=\'868d1659e9a07da93e6127677f306fb0af6f5e781e46774e299dd0be25ea4187\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"image-96-30\",\"original\":{\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/07/birds-uganda.jpeg\"},\"activeselector\":false}\'][/ct_image][/ct_section][ct_section ct_sign_sha256=\'a7d0c82a7d8205dfa2adfe0cca266aec688d83f4821e17e3de2b849b65387175\' ct_options=\'{\"ct_id\":63,\"ct_parent\":0,\"selector\":\"section-63-30\",\"nicename\":\"2 to 3 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'5b4b3ce4e48fc9448e2eee3e4b9630c0ccede05aa9e6c89cf218bad11dd6cccf\' ct_options=\'{\"ct_id\":64,\"ct_parent\":63,\"selector\":\"div_block-64-30\",\"classes\":{\"0\":\"c-columns-gap-l\",\"1\":\"c-columns-2-3\",\"2\":\"c-columns-m-1\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce7ccbb524e518c1a1f53a7c1d616998eae9ec21397d9058b973998a8192b3b\' ct_options=\'{\"ct_id\":65,\"ct_parent\":64,\"selector\":\"div_block-65-30\",\"media\":{\"phone-landscape\":{\"original\":{\"display\":\"grid\",\"grid-justify-items\":\"center\"}}}}\'][ct_image ct_sign_sha256=\'e5ed6534600d8127620ecca91e0c2e01061fd537f86fcd20b023c722b70cc089\' ct_options=\'{\"ct_id\":61,\"ct_parent\":65,\"selector\":\"image-61-30\",\"original\":{\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/ross-turacco.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a79df85ee2a0c378fac2bffad34ce6c4a6baac2f4500714f7c591e99760dae29\' ct_options=\'{\"ct_id\":66,\"ct_parent\":64,\"selector\":\"div_block-66-30\",\"classes\":{}}\'][ct_headline ct_sign_sha256=\'af9dcf36eff9ca75bafe2fb0085d83779ff3418acaf0dcc4c5a138020da5f3cc\' ct_options=\'{\"ct_id\":34,\"ct_parent\":66,\"selector\":\"headline-34-30\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Forests[/ct_headline][oxy_rich_text ct_sign_sha256=\'4621d7e82add11d7d08cfa5c50db47afe08c41f7e91961e9d1f4747bf4a8a27c\' ct_options=\'{\"ct_id\":89,\"ct_parent\":66,\"selector\":\"_rich_text-89-30\"}\']<p>Uganda has an area contiguous with the Great Guinea/Congo Basin rain forest on its western border. Subsequently there are a number of west and central African bird species occurring in Uganda that are not found elsewhere in East Africa.</p><p>There are more than 700 forest reserves in Uganda.<br />One particular region is the Albertine Rift Endemic area (ARE), which has 38 species of birds confined to Uganda, Rwanda, Burundi and the Congo. Of these ARE’s Uganda has 25, mostly confined to the forests of Mgahinga and Bwindi National Parks in the southwest.</p>[/oxy_rich_text][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'ab3b8b1443e95fe25730455ed8e0d0e3c25845521d59008afec999b862313146\' ct_options=\'{\"ct_id\":67,\"ct_parent\":0,\"selector\":\"section-67-30\",\"nicename\":\"3 to 2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'e7c419bb90651ee38676b04c3d2bdfefd3178a3faa0a11bb49f7448944e74c22\' ct_options=\'{\"ct_id\":68,\"ct_parent\":67,\"selector\":\"div_block-68-30\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\"}\'][ct_div_block_3 ct_sign_sha256=\'c1b2d06689a9a1bbafc635bb8898c7304ab54b93faf673aed9b3ecbcb9675b69\' ct_options=\'{\"ct_id\":69,\"ct_parent\":68,\"selector\":\"div_block-69-30\"}\'][ct_headline ct_sign_sha256=\'9dd6359b22afc49c475fd7fb9ea12dc5e95f46910bccea64be7023c721289832\' ct_options=\'{\"ct_id\":38,\"ct_parent\":69,\"selector\":\"headline-38-30\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Wetlands[/ct_headline][oxy_rich_text ct_sign_sha256=\'96444cfb9bc9d1c4e2145cdc6be27662380884a923baa355b5cb280276b06d73\' ct_options=\'{\"ct_id\":91,\"ct_parent\":69,\"selector\":\"_rich_text-91-30\"}\']<p>Uganda has 30,000 square kilometres of wetlands.</p><p>Not less than 210 species, ranging from the shoebill and African skimmer to the endemic Fox’s weaver, are found in these wetlands. More to the above are four papyrus endemics; the papyrus gonolek, papyrus canary, white-winged warbler and papyrus yellow warbler. And a white-winged black tern roost of 2-3 million birds in the Entebbe area (Lutembe Bay).</p>[/oxy_rich_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1c838a504a84fdb490b9237383965a10dfc326f05f5e0dbd0b26e11e6feb9209\' ct_options=\'{\"ct_id\":70,\"ct_parent\":68,\"selector\":\"div_block-70-30\",\"classes\":{\"0\":\"c-row-start-m-1\"},\"media\":{\"phone-landscape\":{\"original\":{\"display\":\"grid\",\"grid-justify-items\":\"center\"}}},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'066ce72b96a9b18581681ff493690da8be9e61d67890854813c94a76739065fb\' ct_options=\'{\"ct_id\":62,\"ct_parent\":70,\"selector\":\"image-62-30\",\"original\":{\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/crowned-crane-river.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'36cfceb2095a39c7b77aa5f37522b4f11fad1dd99b6433ee5ef023322d67c956\' ct_options=\'{\"ct_id\":71,\"ct_parent\":0,\"selector\":\"section-71-30\",\"nicename\":\"2 to 3 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'138f4d20db3318bee53361a8dc7f5ddfd5304d20be51e6344e2c08ffcc706247\' ct_options=\'{\"ct_id\":72,\"ct_parent\":71,\"selector\":\"div_block-72-30\",\"classes\":{\"0\":\"c-columns-m-1\",\"1\":\"c-columns-gap-l\",\"2\":\"c-columns-2-3\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'21d2a2a410a79c556661acfe541c1256623b7ad79b8c5e2c6da9ce24a895459d\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"div_block-73-30\",\"media\":{\"phone-landscape\":{\"original\":{\"display\":\"grid\",\"grid-justify-items\":\"center\"}}}}\'][ct_image ct_sign_sha256=\'9356cdbf9151b45e20d394cab87051be74ecb20f6da63b463553510ea813f23d\' ct_options=\'{\"ct_id\":83,\"ct_parent\":73,\"selector\":\"image-83-30\",\"original\":{\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/geese.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'4fb4b9ecae2c8bb6c7264da68064ce541cfd51c4177e5ae886f5ea6edb13b1ab\' ct_options=\'{\"ct_id\":74,\"ct_parent\":72,\"selector\":\"div_block-74-30\",\"classes\":{},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'0bcca60519e48774983c37de072a4fa8764ed1b5b88d5452772a4f161f9e7efa\' ct_options=\'{\"ct_id\":42,\"ct_parent\":74,\"selector\":\"headline-42-30\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Savannahs[/ct_headline][oxy_rich_text ct_sign_sha256=\'9f5fc1b032effe91318c98d4ee02aff6dc22f5be97bd7e85d4223e9085443a0c\' ct_options=\'{\"ct_id\":93,\"ct_parent\":74,\"selector\":\"_rich_text-93-30\"}\']<p>In Uganda savannahs vary from the remote, semi-desert, dry thorn-scrub region of Karamoja in the northeast, to the richer fertile savannahs of the western rift valley.</p><p>Queen Elizabeth National Park has a bird list of 604 species, the highest for any protected area in Africa.</p>[/oxy_rich_text][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(3193,30,'ct_builder_shortcodes_revisions_dates','1625722137'),(3194,30,'ct_builder_shortcodes_revisions','[ct_reusable ct_sign_sha256=\'c71c65e10976f3e489e438b941817b30bdc359ff010de1320cc02d89080fcf9d\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-94-30\",\"ct_id\":94,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'0956dfd955c7b3d666290deec744be2c47d533304af3231a648a0b0db0e138ae\' ct_options=\'{\"ct_id\":48,\"ct_parent\":0,\"selector\":\"section-48-30\",\"nicename\":\"2 Columns\",\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'10b30b7680c8f0cb1b249d437247046abc8be19a4860e2c0b30f98d31de8fdc2\' ct_options=\'{\"ct_id\":60,\"ct_parent\":48,\"selector\":\"headline-60-30\",\"original\":{\"tag\":\"h2\",\"width-unit\":\"%\",\"width\":\"100\"},\"classes\":{\"0\":\"c-padding-bottom-m\",\"1\":\"c-center\"},\"activeselector\":false}\']Uganda, A Birdwatcher\'s Paradise[/ct_headline][ct_div_block_2 ct_sign_sha256=\'b4d4ad6005af10cd5fe5d7d67a124b1222e290f1f16d44eb4c5898e3ab701720\' ct_options=\'{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"div_block-49-30\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fe7a5c979e8079a4dcc71f430ed9932268559b06781a9c84f1c06cbc015ea624\' ct_options=\'{\"ct_id\":50,\"ct_parent\":49,\"selector\":\"div_block-50-30\"}\'][oxy_rich_text ct_sign_sha256=\'358dbd5e58d8ef993ca7f9dc9daac0f6874cd558e9000527262e57b8d54fde27\' ct_options=\'{\"ct_id\":85,\"ct_parent\":50,\"selector\":\"_rich_text-85-30\"}\']<p>Uganda is an equatorial country of astonishing contrasts.</p><p>No other area in Africa can match its amazing diversity of habitats ranging from arid semi-deserts, rich savannahs, lowlands and montane rainforests to vast wetlands, volcanoes and an afro-alpine zone, and covering an altitude from 650 to 5,000 metres.</p>[/oxy_rich_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f3dee4ac5939c4ab50a5a176022bd0f6c48028713a36f57f9c9dab143791b72c\' ct_options=\'{\"ct_id\":51,\"ct_parent\":49,\"selector\":\"div_block-51-30\"}\'][oxy_rich_text ct_sign_sha256=\'56572124533ccc9a8145cda91e06c8038b215743c0da5669a80eae39b832c7b1\' ct_options=\'{\"ct_id\":87,\"ct_parent\":51,\"selector\":\"_rich_text-87-30\"}\']<p>This richness is reflected in the number of birds per square kilometer the highest than any other country in Africa!</p><p>Given the small size of the country, which is approximately 235,000 square kilometers, Uganda boasts a national bird list of over 1008 species. This represents more than half the bird species that can be found in the whole of Africa.</p>[/oxy_rich_text][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'7e8782fe9adbc5810db1d0d132b7a1fd69017302dd9f88031e4d9f745eaa8955\' ct_options=\'{\"ct_id\":95,\"ct_parent\":0,\"selector\":\"section-95-30\"}\'][ct_image ct_sign_sha256=\'868d1659e9a07da93e6127677f306fb0af6f5e781e46774e299dd0be25ea4187\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"image-96-30\",\"original\":{\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/07/birds-uganda.jpeg\"},\"activeselector\":false}\'][/ct_image][/ct_section][ct_section ct_sign_sha256=\'a7d0c82a7d8205dfa2adfe0cca266aec688d83f4821e17e3de2b849b65387175\' ct_options=\'{\"ct_id\":63,\"ct_parent\":0,\"selector\":\"section-63-30\",\"nicename\":\"2 to 3 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'5b4b3ce4e48fc9448e2eee3e4b9630c0ccede05aa9e6c89cf218bad11dd6cccf\' ct_options=\'{\"ct_id\":64,\"ct_parent\":63,\"selector\":\"div_block-64-30\",\"classes\":{\"0\":\"c-columns-gap-l\",\"1\":\"c-columns-2-3\",\"2\":\"c-columns-m-1\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'fce7ccbb524e518c1a1f53a7c1d616998eae9ec21397d9058b973998a8192b3b\' ct_options=\'{\"ct_id\":65,\"ct_parent\":64,\"selector\":\"div_block-65-30\",\"media\":{\"phone-landscape\":{\"original\":{\"display\":\"grid\",\"grid-justify-items\":\"center\"}}}}\'][ct_image ct_sign_sha256=\'e5ed6534600d8127620ecca91e0c2e01061fd537f86fcd20b023c722b70cc089\' ct_options=\'{\"ct_id\":61,\"ct_parent\":65,\"selector\":\"image-61-30\",\"original\":{\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/ross-turacco.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a79df85ee2a0c378fac2bffad34ce6c4a6baac2f4500714f7c591e99760dae29\' ct_options=\'{\"ct_id\":66,\"ct_parent\":64,\"selector\":\"div_block-66-30\",\"classes\":{}}\'][ct_headline ct_sign_sha256=\'af9dcf36eff9ca75bafe2fb0085d83779ff3418acaf0dcc4c5a138020da5f3cc\' ct_options=\'{\"ct_id\":34,\"ct_parent\":66,\"selector\":\"headline-34-30\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Forests[/ct_headline][oxy_rich_text ct_sign_sha256=\'4621d7e82add11d7d08cfa5c50db47afe08c41f7e91961e9d1f4747bf4a8a27c\' ct_options=\'{\"ct_id\":89,\"ct_parent\":66,\"selector\":\"_rich_text-89-30\"}\']<p>Uganda has an area contiguous with the Great Guinea/Congo Basin rain forest on its western border. Subsequently there are a number of west and central African bird species occurring in Uganda that are not found elsewhere in East Africa.</p><p>There are more than 700 forest reserves in Uganda.<br />One particular region is the Albertine Rift Endemic area (ARE), which has 38 species of birds confined to Uganda, Rwanda, Burundi and the Congo. Of these ARE’s Uganda has 25, mostly confined to the forests of Mgahinga and Bwindi National Parks in the southwest.</p>[/oxy_rich_text][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'ab3b8b1443e95fe25730455ed8e0d0e3c25845521d59008afec999b862313146\' ct_options=\'{\"ct_id\":67,\"ct_parent\":0,\"selector\":\"section-67-30\",\"nicename\":\"3 to 2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'e7c419bb90651ee38676b04c3d2bdfefd3178a3faa0a11bb49f7448944e74c22\' ct_options=\'{\"ct_id\":68,\"ct_parent\":67,\"selector\":\"div_block-68-30\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\"}\'][ct_div_block_3 ct_sign_sha256=\'c1b2d06689a9a1bbafc635bb8898c7304ab54b93faf673aed9b3ecbcb9675b69\' ct_options=\'{\"ct_id\":69,\"ct_parent\":68,\"selector\":\"div_block-69-30\"}\'][ct_headline ct_sign_sha256=\'9dd6359b22afc49c475fd7fb9ea12dc5e95f46910bccea64be7023c721289832\' ct_options=\'{\"ct_id\":38,\"ct_parent\":69,\"selector\":\"headline-38-30\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Wetlands[/ct_headline][oxy_rich_text ct_sign_sha256=\'96444cfb9bc9d1c4e2145cdc6be27662380884a923baa355b5cb280276b06d73\' ct_options=\'{\"ct_id\":91,\"ct_parent\":69,\"selector\":\"_rich_text-91-30\"}\']<p>Uganda has 30,000 square kilometres of wetlands.</p><p>Not less than 210 species, ranging from the shoebill and African skimmer to the endemic Fox’s weaver, are found in these wetlands. More to the above are four papyrus endemics; the papyrus gonolek, papyrus canary, white-winged warbler and papyrus yellow warbler. And a white-winged black tern roost of 2-3 million birds in the Entebbe area (Lutembe Bay).</p>[/oxy_rich_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'1c838a504a84fdb490b9237383965a10dfc326f05f5e0dbd0b26e11e6feb9209\' ct_options=\'{\"ct_id\":70,\"ct_parent\":68,\"selector\":\"div_block-70-30\",\"classes\":{\"0\":\"c-row-start-m-1\"},\"media\":{\"phone-landscape\":{\"original\":{\"display\":\"grid\",\"grid-justify-items\":\"center\"}}},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'066ce72b96a9b18581681ff493690da8be9e61d67890854813c94a76739065fb\' ct_options=\'{\"ct_id\":62,\"ct_parent\":70,\"selector\":\"image-62-30\",\"original\":{\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/crowned-crane-river.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'36cfceb2095a39c7b77aa5f37522b4f11fad1dd99b6433ee5ef023322d67c956\' ct_options=\'{\"ct_id\":71,\"ct_parent\":0,\"selector\":\"section-71-30\",\"nicename\":\"2 to 3 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'138f4d20db3318bee53361a8dc7f5ddfd5304d20be51e6344e2c08ffcc706247\' ct_options=\'{\"ct_id\":72,\"ct_parent\":71,\"selector\":\"div_block-72-30\",\"classes\":{\"0\":\"c-columns-m-1\",\"1\":\"c-columns-gap-l\",\"2\":\"c-columns-2-3\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'21d2a2a410a79c556661acfe541c1256623b7ad79b8c5e2c6da9ce24a895459d\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"div_block-73-30\",\"media\":{\"phone-landscape\":{\"original\":{\"display\":\"grid\",\"grid-justify-items\":\"center\"}}}}\'][ct_image ct_sign_sha256=\'9356cdbf9151b45e20d394cab87051be74ecb20f6da63b463553510ea813f23d\' ct_options=\'{\"ct_id\":83,\"ct_parent\":73,\"selector\":\"image-83-30\",\"original\":{\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/geese.jpg\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'4fb4b9ecae2c8bb6c7264da68064ce541cfd51c4177e5ae886f5ea6edb13b1ab\' ct_options=\'{\"ct_id\":74,\"ct_parent\":72,\"selector\":\"div_block-74-30\",\"classes\":{},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'0bcca60519e48774983c37de072a4fa8764ed1b5b88d5452772a4f161f9e7efa\' ct_options=\'{\"ct_id\":42,\"ct_parent\":74,\"selector\":\"headline-42-30\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Savannahs[/ct_headline][oxy_rich_text ct_sign_sha256=\'9f5fc1b032effe91318c98d4ee02aff6dc22f5be97bd7e85d4223e9085443a0c\' ct_options=\'{\"ct_id\":93,\"ct_parent\":74,\"selector\":\"_rich_text-93-30\"}\']<p>In Uganda savannahs vary from the remote, semi-desert, dry thorn-scrub region of Karamoja in the northeast, to the richer fertile savannahs of the western rift valley.</p><p>Queen Elizabeth National Park has a bird list of 604 species, the highest for any protected area in Africa.</p>[/oxy_rich_text][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(3195,30,'ct_builder_shortcodes_revisions_dates','1625722368'),(3196,28,'ct_builder_shortcodes_revisions','[ct_reusable ct_sign_sha256=\'781532dffdfec2e6122fdda6b94eaa0a325ccba50b97d56333f59efad895b479\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-87-28\",\"ct_id\":87,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'0fc53365d7049ddd600234c6c1c4db6ae692e307f363b2d80fd99a0a59f07a10\' ct_options=\'{\"ct_id\":4,\"ct_parent\":0,\"selector\":\"section-4-28\",\"nicename\":\"2 Columns\",\"original\":{\"display\":\"flex\"}}\'][ct_div_block_2 ct_sign_sha256=\'58def4a4077ed9febdd281239124aa45074ce14c3d49ebd1ca96815f188ac4f0\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"div_block-5-28\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false,\"original\":{\"text-align\":\"left\",\"align-items\":\"center\"}}\'][ct_div_block_3 ct_sign_sha256=\'6556b37546a6da092f89e0691704fd0ef9b884a63f9a2f3e510301e5c435c879\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"div_block-6-28\"}\'][ct_headline ct_sign_sha256=\'1fe1ca60d6285b5b78073e0cf1609ce676de96f16f83399656325a7d99a05eb8\' ct_options=\'{\"ct_id\":11,\"ct_parent\":6,\"selector\":\"headline-11-28\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']Gorilla African Guest House[/ct_headline][oxy_rich_text ct_sign_sha256=\'0f17d0065dd17ef94a36ffb2c01f7e25cea8fc9ef17b2dd8430e8a19314c2b23\' ct_options=\'{\"ct_id\":58,\"ct_parent\":6,\"selector\":\"_rich_text-58-28\"}\']<p>Gorilla African Guest House is a private owned and family run accommodation located in Kiwafu zone a quiet and serene residential area of Entebbe Municipality.</p><p>Its located 4 km from Entebbe International Airport and 180 meters from the entrance of Entebbe Virus Research Institute.</p><p>The accommodation offers clean, self contained, quality and affordable accommodation to leisure and business travelers transiting through Entebbe Municipality.</p><p>If you are transiting through Entebbe for whatever reason be travel to and from Entebbe International Airport please book with us.</p>[/oxy_rich_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a62f8698a850f542338f0e96bf0d7dc078cb806d92d8f70d52b77a3881f4579e\' ct_options=\'{\"ct_id\":7,\"ct_parent\":5,\"selector\":\"div_block-7-28\"}\'][ct_image ct_sign_sha256=\'9b41870c63a9d67c8a0c8d57c3967605120aa6ee6b5c248c5e424abcc4db1d84\' ct_options=\'{\"ct_id\":59,\"ct_parent\":7,\"selector\":\"image-59-28\",\"original\":{\"image_type\":\"2\",\"attachment_id\":152,\"attachment_height\":520,\"attachment_width\":520,\"attachment_url\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/garden-haven.png\",\"attachment_size\":\"full\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'711a18c7c48bca0278ce597a0ef36e807c137ad1cd016d24eb1c14c64ee479b0\' ct_options=\'{\"ct_id\":60,\"ct_parent\":0,\"selector\":\"section-60-28\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-bg-light\"},\"nicename\":\"Gallery Section\",\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a8272b3f2965cf9fe0d123bf049d94f394de28194a71242be3cf252a50b24972\' ct_options=\'{\"ct_id\":61,\"ct_parent\":60,\"selector\":\"div_block-61-28\",\"original\":{\"globalConditionsResult\":true,\"display\":\"flex\"},\"classes\":{\"0\":\"c-grid-1\",\"1\":\"c-gallery\",\"2\":\"c-columns-gap-m\"},\"nicename\":\"Grid gallery\"}\'][ct_image ct_sign_sha256=\'8cb1a8357763cef828d08a72f77dbe92e697f3534923b4e92fed797d16831896\' ct_options=\'{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"image-62-28\",\"original\":{\"globalConditionsResult\":true,\"src\":\"https://images.unsplash.com/photo-1477936821694-ec4233a9a1a0?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1320&q=80\",\"custom-css\":\"\",\"image_type\":\"2\",\"attachment_id\":155,\"attachment_height\":539,\"attachment_width\":720,\"attachment_url\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-african-guesthouse-garden1.png\",\"attachment_size\":\"full\"},\"classes\":{\"0\":\"c-rounded\",\"1\":\"c-shadow\"},\"activeselector\":false}\'][/ct_image][ct_image ct_sign_sha256=\'e64589c27240cc641e5a9f11d4d00e33f90a1cde677a3b68b4defaf27879c1f5\' ct_options=\'{\"ct_id\":63,\"ct_parent\":61,\"selector\":\"image-63-28\",\"original\":{\"globalConditionsResult\":true,\"src\":\"https://images.unsplash.com/photo-1517816428104-797678c7cf0c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80\",\"custom-css\":\"\",\"image_type\":\"2\",\"attachment_id\":154,\"attachment_height\":539,\"attachment_width\":720,\"attachment_url\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-african-guesthouse-garden2.png\",\"attachment_size\":\"full\"},\"classes\":{\"0\":\"c-rounded\",\"1\":\"c-shadow\"},\"activeselector\":false}\'][/ct_image][ct_image ct_sign_sha256=\'768e2885fe424ccd1d7cd0aa209e577f8d96d9f43eb97c8a0e3027d718eb3c52\' ct_options=\'{\"ct_id\":64,\"ct_parent\":61,\"selector\":\"image-64-28\",\"original\":{\"globalConditionsResult\":true,\"src\":\"https://images.unsplash.com/photo-1502622796232-e88458466c33?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1489&q=80\",\"custom-css\":\"\",\"image_type\":\"2\",\"attachment_id\":153,\"attachment_height\":539,\"attachment_width\":720,\"attachment_url\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-african-guesthouse-garden3.png\",\"attachment_size\":\"full\"},\"classes\":{\"0\":\"c-rounded\",\"1\":\"c-shadow\"},\"activeselector\":false}\'][/ct_image][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'f8eec20335358c0740225f6055c246c47e29885f9f5a3016305beda04a92d44c\' ct_options=\'{\"ct_id\":14,\"ct_parent\":0,\"selector\":\"section-14-28\",\"original\":{\"globalConditionsResult\":true,\"container-padding-top\":\"75\"},\"activeselector\":false,\"classes\":{},\"nicename\":\"3 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'aab81ab6ea2e0a67507df8af655b720f46cd7b79770d42d326e17bfc5eceb989\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"div_block-15-28\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Columns\",\"classes\":{\"0\":\"c-columns-3\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"}}\'][ct_div_block_3 ct_sign_sha256=\'e4d3b33b53ad51c17cfc19b1d7423b13ed670ef01c5c9ecd3731973881adafa2\' ct_options=\'{\"ct_id\":16,\"ct_parent\":15,\"selector\":\"div_block-16-28\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Column\",\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'6bbec178be0b1d047dc499c7beda7365e99fec5b306dc7a8c7cbf76470496d0e\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"fancy_icon-17-28\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-shield\"},\"classes\":{\"0\":\"c-icon-accent-l\",\"1\":\"c-margin-bottom-m\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'e4d32a3daef9f6d87433a3feed8fe214b7031b199a8b2d05424ed1c66db6f757\' ct_options=\'{\"ct_id\":18,\"ct_parent\":16,\"selector\":\"headline-18-28\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h4\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-heading-dark\"}}\']Safe &amp; Secure<br>[/ct_headline][ct_text_block ct_sign_sha256=\'5c2841063ffaf269868c3ab1d14d87612fd773a6740aa306a39c1c3610db061d\' ct_options=\'{\"ct_id\":19,\"ct_parent\":16,\"selector\":\"text_block-19-28\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"p\"},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-text-dark\",\"2\":\"c-text-m\"},\"activeselector\":false}\']The facility is secured in a walled compound and has a 24/7 security guard service.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'05401ffb79edc6affad41d4ab40d9ecd62a2b287045e3675919128ad83a010fc\' ct_options=\'{\"ct_id\":23,\"ct_parent\":15,\"selector\":\"div_block-23-28\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Column\",\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'b81b44d0afd771360a123e5bef605eefac31e8288db4887af49f14c99a9d2254\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"fancy_icon-24-28\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-bed\"},\"classes\":{\"0\":\"c-icon-accent-l\",\"1\":\"c-margin-bottom-m\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'6ffc840591542a4df9c23a179fb70f7deb30459cb8671240404e945975ff1f29\' ct_options=\'{\"ct_id\":25,\"ct_parent\":23,\"selector\":\"headline-25-28\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h4\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-heading-dark\"}}\']Comfortable Accommodation<br>[/ct_headline][ct_text_block ct_sign_sha256=\'8f7b6a56bd4ae7274151e5cce103e22e685f6dc903bfd36b7f846b7e2fc40dad\' ct_options=\'{\"ct_id\":26,\"ct_parent\":23,\"selector\":\"text_block-26-28\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"p\"},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-text-dark\",\"2\":\"c-text-m\"},\"activeselector\":false}\']The range of rooms include: single, double, twin and deluxe.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'03257f767cb736ecc339dae07dfd41b49828fb21a351d32317a4fa07d03d2d1e\' ct_options=\'{\"ct_id\":30,\"ct_parent\":15,\"selector\":\"div_block-30-28\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Column\",\"activeselector\":false}\'][ct_fancy_icon ct_sign_sha256=\'0b3ae8367f9dd52c5793f82fba857ecc2a60f8b13b739c28734b2ef8d395ffce\' ct_options=\'{\"ct_id\":31,\"ct_parent\":30,\"selector\":\"fancy_icon-31-28\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-cutlery\"},\"classes\":{\"0\":\"c-icon-accent-l\",\"1\":\"c-margin-bottom-m\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_headline ct_sign_sha256=\'b5f3271eb64501643c1d27751832bcb9e66e254447b1672abab6c84269d715c0\' ct_options=\'{\"ct_id\":32,\"ct_parent\":30,\"selector\":\"headline-32-28\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h4\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-heading-dark\"}}\']Traditional Hospitality<br>[/ct_headline][ct_text_block ct_sign_sha256=\'f4bf754537f322003613be41b6c1a417943dff531603293efde0c1608a328d4e\' ct_options=\'{\"ct_id\":33,\"ct_parent\":30,\"selector\":\"text_block-33-28\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"p\"},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-text-dark\",\"2\":\"c-text-m\"},\"activeselector\":false}\']The staff are ready to receive you at anytime with the traditional hospitality[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'9bfff0fa34d6c57a8d8ad9a1fe0a31583b1bcca7cacd2ff85e6d5fe94f1d06b8\' ct_options=\'{\"ct_id\":85,\"ct_parent\":0,\"selector\":\"section-85-28\",\"classes\":{\"0\":\"c-bg-light\"},\"activeselector\":false,\"original\":{\"container-padding-top\":\"75\",\"display\":\"flex\"}}\'][oxy_gallery ct_sign_sha256=\'d178ac9ee592bf46c66bd845502a1c377c1523b4615ae65a8001d84f6d0d2259\' ct_options=\'{\"ct_id\":86,\"ct_parent\":85,\"selector\":\"_gallery-86-28\",\"original\":{\"gallery_source\":\"medialibrary\",\"image_ids\":\"159,158,157,156\",\"lightbox\":\"no\",\"link\":\"no\",\"images_per_row\":\"2\"},\"activeselector\":false}\'][/oxy_gallery][ct_new_columns_2 ct_sign_sha256=\'051389f94aa91786338d7878ef340a2298af5f8fddfbb79a654c7eb80344efd6\' ct_options=\'{\"ct_id\":90,\"ct_parent\":85,\"selector\":\"new_columns-90-28\",\"original\":{\"margin-top\":\"46\"},\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'a2f4800cccc69aaf04c703db49f64a772c2a14e242e0dc53ed28795e891927c8\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"div_block-91-28\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"right\",\"align-items\":\"flex-end\"},\"activeselector\":false}\'][ct_headline ct_sign_sha256=\'229163443dd7f28229c5e4e1da6bedd0abfcf2ff1780b7917b04bf86cd7138ad\' ct_options=\'{\"ct_id\":93,\"ct_parent\":91,\"selector\":\"headline-93-28\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Room Rates[/ct_headline][ct_text_block ct_sign_sha256=\'b34db4f9607427b794e5e62e40f0b42c7dc6b0769cf32fcc13d6e3c6419f6ec5\' ct_options=\'{\"ct_id\":95,\"ct_parent\":91,\"selector\":\"text_block-95-28\"}\']Bed and breakfast. All taxes paid.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'889418fffb6d89407d9eff50d2fb374d6c122eb92495fda4a3a7359de3b84410\' ct_options=\'{\"ct_id\":92,\"ct_parent\":90,\"selector\":\"div_block-92-28\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\"},\"activeselector\":false}\'][oxy_rich_text ct_sign_sha256=\'3e87abd2d9ef497b5764a80b1e8800be2fbf9aa5649159338144b44739e587e9\' ct_options=\'{\"ct_id\":97,\"ct_parent\":92,\"selector\":\"_rich_text-97-28\"}\']<ul><li><strong>Single Room:</strong> US$30</li><li><strong>Double/Twin Room:</strong>  US$40</li><li><strong>Triple Room:</strong> US$60</li><li><strong>Dormitory:</strong> 6 bed US$80</li></ul>[/oxy_rich_text][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'2c573a32eec09d89a5f58f11d4884976373b79b2fcb3d9f25f62f474da20caf7\' ct_options=\'{\"ct_id\":49,\"ct_parent\":0,\"selector\":\"section-49-28\",\"nicename\":\"3 to 2 Columns\",\"original\":{\"text-align\":\"left\",\"display\":\"flex\",\"align-items\":\"center\"}}\'][ct_div_block_2 ct_sign_sha256=\'70464ddfedcc2d1beda972aa5dbbd49d75506894d92e74f4e126bdbd4b554bae\' ct_options=\'{\"ct_id\":50,\"ct_parent\":49,\"selector\":\"div_block-50-28\",\"classes\":{\"0\":\"c-columns-3-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"center\"}}\'][ct_div_block_3 ct_sign_sha256=\'8be62a2e79cbc9d6788fb96c8294ed9209cb6378036838055c90255f3395c1f5\' ct_options=\'{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"div_block-51-28\"}\'][ct_headline ct_sign_sha256=\'7364d54387a295a752c9de8f894c8844f9f5f79a7e7c061b3b1c835f0bbef1c4\' ct_options=\'{\"ct_id\":54,\"ct_parent\":51,\"selector\":\"headline-54-28\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']Come as Our Guest, Leave as Our Friend[/ct_headline][ct_text_block ct_sign_sha256=\'7c0940c6513fadf0b2fe63d97edf787b2015f14474bbebdae66b9a75f2b6c2a0\' ct_options=\'{\"ct_id\":56,\"ct_parent\":51,\"selector\":\"text_block-56-28\"}\']We have a 24 hour check-in policy. Check out is 11AM. <br><br>For reservations please call +256 781 516 422 or +256 702 348 922 or email us at info@gorillaafricaguesthouse.com.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e884e30c87df89d6a08af8f2f54ba2bf6387b1f358821cc998fdf8e6c4867199\' ct_options=\'{\"ct_id\":52,\"ct_parent\":50,\"selector\":\"div_block-52-28\",\"classes\":{},\"activeselector\":false,\"original\":{\"text-align\":\"left\",\"align-items\":\"flex-end\"}}\'][ct_link_text ct_sign_sha256=\'a655ca02475317ee6aa85e6eace48dcbfec39a6d88d69883af6dd8a824ef0fce\' ct_options=\'{\"ct_id\":46,\"ct_parent\":52,\"selector\":\"link_text-46-28\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/contact/\",\"target\":\"\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-btn-l\",\"2\":\"c-btn-main\"},\"nicename\":\"CTA Button\",\"activeselector\":false}\']Book Now[/ct_link_text][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(3197,28,'ct_builder_shortcodes_revisions_dates','1625727786'),(3198,24,'ct_builder_shortcodes_revisions','[ct_reusable ct_sign_sha256=\'a1ab0327dae4166057f379de49da0bb8093f62557b1f4c2d02b5bf9be00acc89\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-19-24\",\"ct_id\":19,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'ff4665ac319bf228f249a065c8d95a37b92a6745a32e7a1b7ae0794065de2668\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-24\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false,\"classes\":{},\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'616708318f2083c92b388537f9dd6944e9b50a399ab02fe549b3516d934c2d7e\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"div_block-3-24\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Columns\",\"classes\":{\"0\":\"c-columns-2-3\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'a362439caf34d4b6a53335bd8325b7c1171a38b82bc974e13ddd5d8b3c7d960a\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"div_block-4-24\",\"original\":{\"width-unit\":\"%\",\"globalConditionsResult\":true,\"padding-right\":\"50\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-left\":\"0\",\"padding-right\":\"0\"}},\"page-width\":{\"original\":{\"padding-right\":\"25\"}}},\"activeselector\":false,\"nicename\":\"Column\"}\'][ct_headline ct_sign_sha256=\'7bb7ae84eda24690e92e926d66b28f0fae4392d0eebed5ba52a582c2fb43bb5c\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"headline-5-24\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-dark\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'60d61d6b7d8649a0a762704264e62e43cd553e83b9b242837697ccd110746230\' ct_options=\'{\"ct_id\":6,\"ct_parent\":5,\"selector\":\"span-6-24\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-accent\"},\"activeselector\":\"c-accent\"}\']Safari Experts<br>[/ct_span]<br>With More Than 20 Years Experience[/ct_headline][ct_text_block ct_sign_sha256=\'30a2c58e82679b8fe49ff7582e7c41087c6102036be857af67d3eccd1ead28fd\' ct_options=\'{\"ct_id\":7,\"ct_parent\":4,\"selector\":\"text_block-7-24\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"p\"},\"classes\":{},\"activeselector\":false}\']With professional experience of over 20 years, Gorilla African Safaris delivers cheap and memorable adventures with extremely knowledgeable guides to thousands of vacationers, tourists, holiday makers, couples on honeymoon and students to Uganda, Rwanda, Burundi, DR Congo, Kenya and Tanzania.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'75bc7ff56ef20a3a616ed1c8dd3973adc9a9b6cbc63cdd8ca2caa04704b1b5e3\' ct_options=\'{\"ct_id\":11,\"ct_parent\":3,\"selector\":\"div_block-11-24\",\"original\":{\"width\":\"100.00\",\"width-unit\":\"%\",\"globalConditionsResult\":true,\"padding-right\":\"50\"},\"media\":{\"phone-landscape\":{\"original\":{\"padding-left\":\"0\",\"padding-right\":\"0\"}}},\"nicename\":\"Column\"}\'][ct_text_block ct_sign_sha256=\'089640c24bcf7a370bf469f1dbc59968107e1d19e7b7ef60ed42156eacd19dbc\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"text_block-12-24\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"p\"},\"classes\":{\"0\":\"c-text-xl\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-dark\"},\"activeselector\":false}\']Our tour packages include Incredible gorilla trekking tours, magical wildlife safaris, excellent bird watching, amazing culture tours, adventurous mountaineering trips, quad biking/cycling tours, wild camping safaris, honeymoon trips, white water rafting, cheap car hire, river and lake boat cruise among others.&nbsp;<br>[/ct_text_block][oxy_rich_text ct_sign_sha256=\'7cd6d330cb9eeea63a299c5f3f44dd75c7a74965e9b44302417c452b26839e4d\' ct_options=\'{\"ct_id\":18,\"ct_parent\":11,\"selector\":\"_rich_text-18-24\"}\']<p>Experience up close the cries of colourful African birds, the lush smell of African impenetrable rainforests, countless flowers and towering trees. Thrill to the sight of hippos, birds and huge Nile crocodiles basking alongside your boat. Marvel at the incredible mountain gorillas of Bwindi Impenetrable Forest, Mgahinga, Virunga or Volcanoes National Park, as well as captivating 13 species of primates in Kibale Forest which include; large communities of chimpanzees, grey-cheeked mangabeys, red-tailed monkeys, vervets, black and white colobus monkeys among others.</p><p>Our river boat cruise along the mighty river Nile to the bottom of Murchison Falls and the Kazinga Channel are perfect for wildlife viewing in Uganda. Our tailor-made itineraries emphasise your convenience in terms of budget and time.</p><p>If you’ve ever dreamed of exploring the wilderness of East Africa, trek the most rare and endangered African mountain gorillas, captivating wild chimpanzees while walking in pristine dense rainforest, or experiencing the unique and amazing African cultures, then our trips are for you.</p>[/oxy_rich_text][oxy_rich_text ct_sign_sha256=\'c4ec1ea8f2114b66297abc86dfb7d2e05c7f8cfc73ab2122510c0cf513fd1b92\' ct_options=\'{\"ct_id\":14,\"ct_parent\":11,\"selector\":\"_rich_text-14-24\"}\'][/oxy_rich_text][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(3199,24,'ct_builder_shortcodes_revisions_dates','1625727933'),(3200,34,'ct_builder_shortcodes_revisions','[ct_reusable ct_sign_sha256=\'d59d9583c3402fdb0a5c483ac925edb2a592411625ffe2ddd1c1650e6174494a\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-75-34\",\"ct_id\":75,\"ct_parent\":0}\'][/ct_reusable][ct_section ct_sign_sha256=\'125e575f8bab8ceb4e239f9c7c1a42c94d49021be487a9b28e49da0e80a6f4c1\' ct_options=\'{\"ct_id\":10,\"ct_parent\":0,\"selector\":\"section-10-34\",\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'06f6486539399bf76a24d4673e89da59bf4654b5b5f54630929081bc7e89500c\' ct_options=\'{\"ct_id\":11,\"ct_parent\":10,\"selector\":\"div_block-11-34\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'ed48d5562a84bcfaacf954109bace68d9819405fdafbd7eecd6a30d329e7bc03\' ct_options=\'{\"ct_id\":12,\"ct_parent\":11,\"selector\":\"div_block-12-34\"}\'][ct_headline ct_sign_sha256=\'e5bd487670e298c32a3b1d9b98f80657ff9027c98ff627afc322b10258861543\' ct_options=\'{\"ct_id\":21,\"ct_parent\":12,\"selector\":\"headline-21-34\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false,\"classes\":{\"0\":\"c-padding-bottom-m\"}}\']Contact Us Today About an East Africa Safari[/ct_headline][oxy_icon_box ct_sign_sha256=\'b227e99ef0349fba1ff2de9f50edfa5871d05ab0ddb4ed240e9dbf2dd88c990f\' ct_options=\'{\"ct_id\":70,\"ct_parent\":12,\"selector\":\"_icon_box-70-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"T2ZmaWNlcw==\",\"icon_box_text\":\"PGI+TWFpbiBPZmZpY2U8L2I+PGJyPlBsb3QgMTQgSmluamEgUm9hZCwgRW50ZWJiZSwgVWdhbmRhPGJyPjxiPkJyYW5jaCBPZmZpY2U8L2I+PGJyPlBsb3QgNTEgV2lsbGlhbSBTdHJlZXQsIEthbXBhbGEsIFVnYW5kYQ==\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":\"icon-box-inline\"}\'][ct_fancy_icon ct_sign_sha256=\'de46fd82b11219ccba75d36bf5f9df52a27309044db54e300646153e54448897\' ct_options=\'{\"ct_id\":71,\"ct_parent\":70,\"selector\":\"fancy_icon-71-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-building\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][oxy_icon_box ct_sign_sha256=\'02c24d7e3ef6e35768f7d5cfbd02359e22176a704115a8f9abc573231bc52bf0\' ct_options=\'{\"ct_id\":82,\"ct_parent\":12,\"selector\":\"_icon_box-82-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"UG9zdGFsIEFkZHJlc3M=\",\"icon_box_text\":\"UC5PLiBCb3ggNzQ3MywgS2FtcGFsYSwgVWdhbmRhPGJyPg==\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":\"icon-box-inline\"}\'][ct_fancy_icon ct_sign_sha256=\'61223a2af3143672a100058ba5a2a5d665d5179340ee985195c8aebd3d9c5aae\' ct_options=\'{\"ct_id\":83,\"ct_parent\":82,\"selector\":\"fancy_icon-83-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-envelope-open\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][oxy_icon_box ct_sign_sha256=\'62e48784ccaa6e99a93e9d6370908eac4b475c29b81f19227a16ccb1fcc672cb\' ct_options=\'{\"ct_id\":85,\"ct_parent\":12,\"selector\":\"_icon_box-85-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"RW1haWw=\",\"icon_box_text\":\"aW5mb0Bnb3JpbGxhc2FmYXJpcy5jb208YnI+aW5mb0Bnb3JpbGxhYWZyaWNhZ3Vlc3Rob3VzZS5jb20=\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":\"icon-box-inline\"}\'][ct_fancy_icon ct_sign_sha256=\'f3f87d747295b99aceccbbd3d571d55d7152a1d27633fe5ab7e8169985d4d3a3\' ct_options=\'{\"ct_id\":86,\"ct_parent\":85,\"selector\":\"fancy_icon-86-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-envelope-o\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][oxy_icon_box ct_sign_sha256=\'ce55a84fe7200699b28fad240de267d0002fa1cad74ccdd4d1f65d2f8fa5c5a9\' ct_options=\'{\"ct_id\":87,\"ct_parent\":12,\"selector\":\"_icon_box-87-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"VGVsZXBob25l\",\"icon_box_text\":\"KzI1NiA3ODEgNTE2IDQyMiAvICsyNTYgNzUyIDE3OSAzMDA=\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":\"icon-box-inline\"}\'][ct_fancy_icon ct_sign_sha256=\'2ab982a570dea22350b95a10a3571c437a401f86c276523254551db2f1777146\' ct_options=\'{\"ct_id\":88,\"ct_parent\":87,\"selector\":\"fancy_icon-88-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-phone\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][oxy_icon_box ct_sign_sha256=\'f66e91d0f24c173ca116c18632b40c9e8d64f16e5c0b10716bce0f09664e9e33\' ct_options=\'{\"ct_id\":90,\"ct_parent\":12,\"selector\":\"_icon_box-90-34\",\"original\":{\"icon_box_icon_position\":\"\",\"icon_box_heading\":\"V2hhdHNBcHA=\",\"icon_box_text\":\"KzI1NiA3ODQgNTA4IDM5MyAvICsgMjU2IDcwMiAzNDggOTIy\"},\"classes\":{\"0\":\"icon-box-inline\"},\"activeselector\":\"icon-box-inline\"}\'][ct_fancy_icon ct_sign_sha256=\'9aabc873f82eb86b1f37b130be7afaab96e3b6f7c4619874049d528248749e62\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"fancy_icon-91-34\",\"original\":{\"icon-id\":\"FontAwesomeicon-whatsapp\",\"padding-top\":\"10\",\"padding-left\":\"10\",\"padding-right\":\"10\",\"padding-bottom\":\"10\"},\"oxy_builtin\":\"true\",\"classes\":{\"0\":\"c-icon-accent-l\"},\"activeselector\":false}\'][/ct_fancy_icon][/oxy_icon_box][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ca5aff324df6c43b4461fa1e02f6e37800d2c90e3c8fe08f8ce6d98cdb228f25\' ct_options=\'{\"ct_id\":13,\"ct_parent\":11,\"selector\":\"div_block-13-34\"}\'][ct_div_block_4 ct_sign_sha256=\'0683ee277f8a572ad476875502a689640d8726d743fb12d1957998681217f653\' ct_options=\'{\"ct_id\":77,\"ct_parent\":13,\"selector\":\"div_block-77-34\",\"classes\":{\"0\":\"form-wrapper\"},\"activeselector\":\"form-wrapper\"}\'][ct_headline ct_sign_sha256=\'4c73c3d4718b4c124ed16415129a1c21467799873585388695cd3f3566b583f4\' ct_options=\'{\"ct_id\":78,\"ct_parent\":77,\"selector\":\"headline-78-34\",\"classes\":{\"0\":\"c-heading-light\"},\"activeselector\":false}\']Quick Enquiry<br>[/ct_headline][ct_shortcode ct_sign_sha256=\'a06e9926a5032a5e9848e52adb250c9fede7ec43250a8d2bc4e086f532b185d1\' ct_options=\'{\"ct_id\":74,\"ct_parent\":77,\"selector\":\"shortcode-74-34\",\"original\":{\"full_shortcode\":true},\"ct_shortcode\":\"true\",\"activeselector\":\"fluent-form\",\"classes\":{\"0\":\"fluent-form\"}}\'][fluentform id=\"3\"][/ct_shortcode][/ct_div_block_4][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(3201,34,'ct_builder_shortcodes_revisions_dates','1625728136'),(3202,18,'ct_builder_shortcodes_revisions','[ct_reusable ct_sign_sha256=\'ed20a04b60e0223452a20154d88c85591d62dec4eaf3b3286cecec0ed2ee5d38\' ct_options=\'{\"view_id\":168,\"selector\":\"reusable-148-18\",\"ct_id\":148,\"ct_parent\":0}\'][/ct_reusable][ct_div_block ct_sign_sha256=\'89a774c964a14e1de584b54ae9f875c3bb9b53a345813e0569e04ee324eab71c\' ct_options=\'{\"nicename\":\"Blog Archive 2\",\"selector\":\"div_block-2-18\",\"ct_id\":2,\"ct_parent\":0}\'][ct_code_block ct_sign_sha256=\'5861d744bcf0a2fe30ff0a8c0a5e734ee454b5a83fe9eedcb45846b6e50ef3a0\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"code_block-3-18\",\"original\":{\"code-css\":\"ZGl2Lm94eS1yZXBlYXRlci1wYWdlcywgZGl2Lm94eS1yZXBlYXRlci1wYWdlcy13cmFwIHsKZ3JpZC1jb2x1bW46IDEgLyAtMTsKfQ==\",\"code-php\":\"PD9waHAKaWYgKCBnZXRfcXVlcnlfdmFyKCdwYWdlZCcpICkgeyAkcGFnZWQgPSBnZXRfcXVlcnlfdmFyKCdwYWdlZCcpOyB9CmVsc2VpZiAoIGdldF9xdWVyeV92YXIoJ3BhZ2UnKSApIHsgJHBhZ2VkID0gZ2V0X3F1ZXJ5X3ZhcigncGFnZScpOyB9CmVsc2UgeyAkcGFnZWQgPSAxOyB9CnF1ZXJ5X3Bvc3RzKCdwb3N0c19wZXJfcGFnZT0xMiZwYWdlZD0nIC4gJHBhZ2VkKTsKPz4=\"},\"nicename\":\"CSS Fix for the pagination\"}\'][/ct_code_block][ct_section_2 ct_sign_sha256=\'8cbba2dc8c7a4f64948b4c8d5a7e645cbb6d0fbb9a6fb641774eb9a40a3a0369\' ct_options=\'{\"ct_id\":92,\"ct_parent\":\"2\",\"selector\":\"section-92-18\"}\'][oxy_posts_grid ct_sign_sha256=\'3e11a46a2e97bea7f2dbb6d3d9c4c83f7b77dbe81eecdd965a956aeafdd29ec2\' ct_options=\'{\"ct_id\":93,\"ct_parent\":92,\"selector\":\"_posts_grid-93-18\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QgYy1zaGFkb3cgYy10cmFuc2l0aW9uIGMtY2FyZC1saWdodCBjLWNhcmQtb24taG92ZXInPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgPC9kaXY+ICAgICAgCgk8L2E+CiAgCgk8YSBjbGFzcz0nb3h5LXBvc3QtdGl0bGUnIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nPjw/cGhwIHRoZV90aXRsZSgpOyA/PjwvYT4KCgk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhJz4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1hdXRob3Igb3h5LXBvc3QtbWV0YS1pdGVtJz4KCQkJPD9waHAgZWNobyBnZXRfZmllbGQoICJkdXJhdGlvbiIgKS4iIGRheXMiOyA/PgoJCTwvZGl2PgoKCQk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhLWNvbW1lbnRzIG94eS1wb3N0LW1ldGEtaXRlbSc+CiAgICAgICAgICAgIDw/cGhwIAoKCQkJICAgICRjYXRfYXJyYXkgPSAoIGdldF90aGVfdGVybXMoIGdldF90aGVfSUQoKSwgJ2Rlc3RpbmF0aW9uJykgKTsgCgkJCSAgICAkY2F0X3N0ciA9IGFycmF5KCk7IAogICAgCgkJCSAgICBmb3JlYWNoICgkY2F0X2FycmF5IGFzICRjYXQpIHsgCgkJCSAgICAgICAgJGNhdF9zdHJbXSA9ICRjYXQtPm5hbWU7CgkJCSAgICB9CgkJCSAgICBlY2hvIGltcGxvZGUoIiwgIiwkY2F0X3N0cikgLiAnJzsgCgkJCT8+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkKCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlIGMtYnRuLW1haW4nPlJlYWQgTW9yZTwvYT4KCjwvZGl2Pg==\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGZsZXgtd3JhcDogd3JhcDsKfQoKJSVFUElEJSUgLm94eS1wb3N0IHsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47CiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuOwogIHRleHQtYWxpZ246IGxlZnQ7CiAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7CiAgbWFyZ2luOiAwIDVweCAzZW0gNXB4OwogIHdpZHRoOiAzMiU7CiAgcGFkZGluZzogMWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UgewogIG1hcmdpbi1ib3R0b206IDFlbTsKICBwb3NpdGlvbjogcmVsYXRpdmU7CiAgYmFja2dyb3VuZC1jb2xvcjogZ3JleTsKICBiYWNrZ3JvdW5kLWltYWdlOiByZXBlYXRpbmctbGluZWFyLWdyYWRpZW50KAogIDQ1ZGVnLAogICNlZWUsCiAgI2VlZSAxMHB4LAogICNkZGQgMTBweCwKICAjZGRkIDIwcHgpOwogIHdpZHRoOiAxMDAlOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8gewogIHBhZGRpbmctYm90dG9tOiA3MCU7CiAgYmFja2dyb3VuZC1zaXplOiBjb3ZlcjsKICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiBjZW50ZXIgY2VudGVyOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtdGl0bGUgewogIGZvbnQtc2l6ZTogMS40ZW07CiAgbGluZS1oZWlnaHQ6IDEuMmVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YSB7CiAgbWFyZ2luLXRvcDogMC41ZW07CiAgZm9udC1zaXplOiAuOGVtOwogIGRpc3BsYXk6IGZsZXg7CiAgZmxleC1kaXJlY3Rpb246IHJvdzsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTo6YWZ0ZXIgewoJY29udGVudDogIlwwMGI3IjsKCW1hcmdpbi1yaWdodDogLjVlbTsKCW1hcmdpbi1sZWZ0OiAuNWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YS1pdGVtOmxhc3QtY2hpbGQ6OmFmdGVyIHsKCWNvbnRlbnQ6ICIiOwoJZGlzcGxheTogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgewogIG1hcmdpbi10b3A6IDFlbTsKICBtYXJnaW4tYm90dG9tOiAxZW07Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1jb250ZW50IHAgewogIG1hcmdpbjogMDsKfQoKCgpAbWVkaWEgKG1heC13aWR0aDogMTEyMHB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgewogICAgZGlzcGxheTogbm9uZTsKICB9Cn0KCg==\",\"title_size\":\"\",\"title_size-unit\":\"px\",\"title_color\":\"color(8)\",\"title_hover_color\":\"color(1)\",\"meta_size\":\"\",\"meta_size-unit\":\"px\",\"meta_color\":\"\",\"content_size\":\"\",\"content_size-unit\":\"px\",\"content_color\":\"\",\"read_more_display_as\":\"button\",\"read_more_size\":\"0.8\",\"read_more_size-unit\":\"em\",\"read_more_text_color\":\"white\",\"read_more_text_hover_color\":\"\",\"read_more_button_color\":\"color(1)\",\"read_more_button_hover_color\":\"\",\"paginate_color\":\"\",\"paginate_alignment\":\"center\",\"paginate_link_color\":\"\",\"paginate_link_hover_color\":\"\",\"posts_5050_below\":\"tablet\",\"posts_100_below\":\"tablet\",\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"tour\"},\"query_taxonomies_any\":{},\"query_taxonomies_all\":{},\"query_authors\":{},\"query_all_posts\":\"true\",\"grid-column-count\":\"3\",\"grid-columns-auto-fit\":\"false\",\"grid-column-min-width-unit\":\"vw\",\"grid-justify-items\":\"center\"},\"activeselector\":false}\'][/oxy_posts_grid][/ct_section_2][ct_div_block_2 ct_sign_sha256=\'103a387ac794a2e9e3775db2b576cd2100ca3ca6f6e141afe8d685bbbd0a600e\' ct_options=\'{\"nicename\":\"Blog Archive 2\",\"selector\":\"div_block-95-18\",\"ct_id\":95,\"ct_parent\":2}\'][ct_code_block ct_sign_sha256=\'ef05b9767dfc07e8a4613a65fac39deeacda4f2899a08b6ff73995aecd2b8750\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"code_block-96-18\",\"original\":{\"code-css\":\"ZGl2Lm94eS1yZXBlYXRlci1wYWdlcywgZGl2Lm94eS1yZXBlYXRlci1wYWdlcy13cmFwIHsKZ3JpZC1jb2x1bW46IDEgLyAtMTsKfQ==\",\"code-php\":\"PD9waHAKCS8vIGVjaG8gImhlbGxvIHdvcmxkISI7Cj8+\"},\"nicename\":\"CSS Fix for the pagination\"}\'][/ct_code_block][/ct_div_block_2][/ct_div_block]'),(3203,18,'ct_builder_shortcodes_revisions_dates','1625728248'),(3204,2,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'ac8540be3da37d64db5ca4268ca2aae575aa4950ea0e79db65ef3d6ff7d6ddd6\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-2\",\"original\":{\"globalConditionsResult\":true,\"background-image\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-looking-up.jpg\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"background-position-left-unit\":\"%\",\"background-position-left\":\"50\",\"background-position-top-unit\":\"%\",\"background-position-top\":\"50\",\"background-blend-mode\":\"normal\"},\"classes\":{\"0\":\"c-hero-4\"},\"activeselector\":\"c-hero-4\"}\'][ct_headline ct_sign_sha256=\'021c421afb5d2ce546b96242787bd45dc8dce8a1a0c96638b444d61ab379160e\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"headline-3-2\",\"original\":{\"globalConditionsResult\":true,\"text-align\":\"right\"},\"classes\":{\"0\":\"c-h1\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-light\"}}\']Affordable &amp; Memorable Safaris &amp; Gorilla Treks<br>[/ct_headline][ct_link_2 ct_sign_sha256=\'8b65b3203f57fa322da84c885153f90c8b3d4a2bffe80daabece2dbe55bc6fb6\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"link-4-2\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/safaris/\",\"url_encoded\":\"true\",\"target\":\"\"},\"classes\":{\"0\":\"c-btn-main\",\"1\":\"c-transition\",\"2\":\"c-btn-l\"}}\'][ct_text_block ct_sign_sha256=\'cf71b898dae9611fe0fc869321dcae02f601532ff4ed56f9c9aa60a1d18af3c0\' ct_options=\'{\"ct_id\":5,\"ct_parent\":4,\"selector\":\"text_block-5-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-right-m\"}}\']Explore The Safaris<br>[/ct_text_block][ct_fancy_icon ct_sign_sha256=\'4093234ff6517d1bad1f14cd8beaeb80824775d03ac459d3b9d396b14864fc61\' ct_options=\'{\"ct_id\":6,\"ct_parent\":4,\"selector\":\"fancy_icon-6-2\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"Lineariconsicon-arrow-right\"},\"classes\":{\"0\":\"c-icon-light-m\"}}\'][/ct_fancy_icon][/ct_link_2][/ct_section][ct_section ct_sign_sha256=\'a0bd48c048e90c41e6c191cf3592dceef0be3e1c1af7d56d87cccba027fc404f\' ct_options=\'{\"ct_id\":17,\"ct_parent\":0,\"selector\":\"section-17-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"activeselector\":false,\"nicename\":\"2 Column  Image and features\"}\'][ct_div_block_2 ct_sign_sha256=\'a8840b5febf08221b8dba44e1201a3409b1fd32bbde3cbdb48902ee89de80b91\' ct_options=\'{\"ct_id\":18,\"ct_parent\":17,\"selector\":\"div_block-18-2\",\"original\":{\"globalConditionsResult\":true,\"flex-direction\":\"row\",\"display\":\"flex\",\"align-items\":\"center\",\"justify-content\":\"flex-start\",\"text-align\":\"left\"},\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"activeselector\":\"c-hero-4\",\"nicename\":\"Columns\"}\'][ct_image ct_sign_sha256=\'8b2aecfab24f091f9ffeb102861b112a748a75b2b661b31f0463af5fe375918a\' ct_options=\'{\"ct_id\":19,\"ct_parent\":18,\"selector\":\"image-19-2\",\"original\":{\"globalConditionsResult\":true,\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/06/mountain-gorilla-somber.jpg\"},\"activeselector\":false}\'][/ct_image][ct_div_block_3 ct_sign_sha256=\'818a21e1c85629154da80f6986a2eb424edbc5f4515be89c21e59b5f4d3443c5\' ct_options=\'{\"ct_id\":20,\"ct_parent\":18,\"selector\":\"div_block-20-2\",\"original\":{\"globalConditionsResult\":true},\"activeselector\":false,\"nicename\":\"Content\"}\'][ct_headline ct_sign_sha256=\'531accdd17e66dc84d7128c1d9a0e764e2a6c14fc817e2c9c1744ae0ef7a410b\' ct_options=\'{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"headline-21-2\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-m\"},\"activeselector\":false}\']The [ct_span ct_sign_sha256=\'f6ca7dab7a4dc55507c26f71f0e09022ba204260625b4fcbd9557c3040c4b966\' ct_options=\'{\"ct_id\":22,\"ct_parent\":21,\"selector\":\"span-22-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-accent\"},\"activeselector\":\"c-accent\"}\']Number One[/ct_span] Gorilla Safari Company in Uganda, Rwanda &amp; DR Congo<br>[/ct_headline][ct_text_block ct_sign_sha256=\'5d47f59e3692d05c0b1c3b7391b160a1532d7c382a08ea781f94877ac0e99362\' ct_options=\'{\"ct_id\":23,\"ct_parent\":20,\"selector\":\"text_block-23-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"c-margin-bottom-l\"},\"activeselector\":false}\']Gorilla African Tours &amp; Travel offers you a lot of romance, fun and adventure and promises to lend you some of the most memorable times of your life.<br><br>Gorilla African Tours &amp; Travel offer affordable and memorable mountain gorilla trekking packages in Africa for all travelers for holiday, business, honeymoons and students.<br>[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'872e532f643706eb70662e2ed5b0d7e819f52d2a534c517c87577273351acf67\' ct_options=\'{\"ct_id\":37,\"ct_parent\":0,\"selector\":\"section-37-2\",\"original\":{\"globalConditionsResult\":true,\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"center\",\"align-items\":\"center\"},\"classes\":{\"0\":\"c-bg-light\"},\"activeselector\":false,\"nicename\":\"3 Column cards\"}\'][ct_headline ct_sign_sha256=\'3492a59650f83951181622910705b38c701a16979fbc44e9db1ff5ea2122f719\' ct_options=\'{\"ct_id\":38,\"ct_parent\":37,\"selector\":\"headline-38-2\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h2\"},\"classes\":{\"0\":\"c-h2\",\"1\":\"c-heading-dark\",\"2\":\"c-margin-bottom-m\"},\"activeselector\":\"c-hero-4\"}\']Featured Safaris<br>[/ct_headline][ct_text_block ct_sign_sha256=\'525fa2be3f730cdfbdba689f640db1f3dd5ce216993e3869760ad7dc0ac7361e\' ct_options=\'{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"text_block-39-2\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-m\",\"1\":\"c-text-dark\",\"2\":\"c-margin-bottom-l\"},\"activeselector\":false}\']A selection of exciting gorilla and wildlife safaris throughout Uganda and Rwanda.[/ct_text_block][oxy_posts_grid ct_sign_sha256=\'cd5967f7e8132736e9d84b046fd855c3673f88500eeded5148059d51d5c3114b\' ct_options=\'{\"ct_id\":56,\"ct_parent\":37,\"selector\":\"_posts_grid-56-2\",\"original\":{\"code-php\":\"PGRpdiBjbGFzcz0nb3h5LXBvc3QgYy1zaGFkb3cgYy10cmFuc2l0aW9uIGMtY2FyZC1saWdodCBjLWNhcmQtb24taG92ZXInPgogIAogICAgPGEgY2xhc3M9J294eS1wb3N0LWltYWdlJyBocmVmPSc8P3BocCB0aGVfcGVybWFsaW5rKCk7ID8+Jz4KICAgICAgPGRpdiBjbGFzcz0nb3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8nIHN0eWxlPSdiYWNrZ3JvdW5kLWltYWdlOiB1cmwoPD9waHAgZWNobyBnZXRfdGhlX3Bvc3RfdGh1bWJuYWlsX3VybCgpOyA/Pik7Jz4KICAgICAgPC9kaXY+ICAgICAgCgk8L2E+CiAgCgk8YSBjbGFzcz0nb3h5LXBvc3QtdGl0bGUnIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nPjw/cGhwIHRoZV90aXRsZSgpOyA/PjwvYT4KCgk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhJz4KCgkJPGRpdiBjbGFzcz0nb3h5LXBvc3QtbWV0YS1hdXRob3Igb3h5LXBvc3QtbWV0YS1pdGVtJz4KCQkJPD9waHAgZWNobyBnZXRfZmllbGQoICJkdXJhdGlvbiIgKS4iIGRheXMiOyA/PgoJCTwvZGl2PgoKCQk8ZGl2IGNsYXNzPSdveHktcG9zdC1tZXRhLWNvbW1lbnRzIG94eS1wb3N0LW1ldGEtaXRlbSc+CiAgICAgICAgICAgIDw/cGhwIAoKCQkJICAgICRjYXRfYXJyYXkgPSAoIGdldF90aGVfdGVybXMoIGdldF90aGVfSUQoKSwgJ2Rlc3RpbmF0aW9uJykgKTsgCgkJCSAgICAkY2F0X3N0ciA9IGFycmF5KCk7IAogICAgCgkJCSAgICBmb3JlYWNoICgkY2F0X2FycmF5IGFzICRjYXQpIHsgCgkJCSAgICAgICAgJGNhdF9zdHJbXSA9ICRjYXQtPm5hbWU7CgkJCSAgICB9CgkJCSAgICBlY2hvIGltcGxvZGUoIiwgIiwkY2F0X3N0cikgLiAnJzsgCgkJCT8+CgkJPC9kaXY+CgoJPC9kaXY+CgoJPGRpdiBjbGFzcz0nb3h5LXBvc3QtY29udGVudCc+CgkKCTwvZGl2PgoKCTxhIGhyZWY9Jzw/cGhwIHRoZV9wZXJtYWxpbmsoKTsgPz4nIGNsYXNzPSdveHktcmVhZC1tb3JlIGMtYnRuLW1haW4nPlJlYWQgTW9yZTwvYT4KCjwvZGl2Pg==\",\"code-css\":\"JSVFUElEJSUgLm94eS1wb3N0cyB7CiAgZGlzcGxheTogZmxleDsKICBmbGV4LWRpcmVjdGlvbjogcm93OwogIGZsZXgtd3JhcDogd3JhcDsKfQoKJSVFUElEJSUgLm94eS1wb3N0IHsKICBkaXNwbGF5OiBmbGV4OwogIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47CiAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuOwogIHRleHQtYWxpZ246IGxlZnQ7CiAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7CiAgbWFyZ2luOiAwIDVweCAzZW0gNXB4OwogIHdpZHRoOiAzMiU7CiAgcGFkZGluZzogMWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UgewogIG1hcmdpbi1ib3R0b206IDFlbTsKICBwb3NpdGlvbjogcmVsYXRpdmU7CiAgYmFja2dyb3VuZC1jb2xvcjogZ3JleTsKICBiYWNrZ3JvdW5kLWltYWdlOiByZXBlYXRpbmctbGluZWFyLWdyYWRpZW50KAogIDQ1ZGVnLAogICNlZWUsCiAgI2VlZSAxMHB4LAogICNkZGQgMTBweCwKICAjZGRkIDIwcHgpOwogIHdpZHRoOiAxMDAlOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtaW1hZ2UtZml4ZWQtcmF0aW8gewogIHBhZGRpbmctYm90dG9tOiA3MCU7CiAgYmFja2dyb3VuZC1zaXplOiBjb3ZlcjsKICBiYWNrZ3JvdW5kLXBvc2l0aW9uOiBjZW50ZXIgY2VudGVyOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtdGl0bGUgewogIGZvbnQtc2l6ZTogMS40ZW07CiAgbGluZS1oZWlnaHQ6IDEuMmVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YSB7CiAgbWFyZ2luLXRvcDogMC41ZW07CiAgZm9udC1zaXplOiAuOGVtOwogIGRpc3BsYXk6IGZsZXg7CiAgZmxleC1kaXJlY3Rpb246IHJvdzsKfQoKJSVFUElEJSUgLm94eS1wb3N0LW1ldGEtaXRlbTo6YWZ0ZXIgewoJY29udGVudDogIlwwMGI3IjsKCW1hcmdpbi1yaWdodDogLjVlbTsKCW1hcmdpbi1sZWZ0OiAuNWVtOwp9CgolJUVQSUQlJSAub3h5LXBvc3QtbWV0YS1pdGVtOmxhc3QtY2hpbGQ6OmFmdGVyIHsKCWNvbnRlbnQ6ICIiOwoJZGlzcGxheTogbm9uZTsKfQoKJSVFUElEJSUgLm94eS1wb3N0LWNvbnRlbnQgewogIG1hcmdpbi10b3A6IDFlbTsKICBtYXJnaW4tYm90dG9tOiAxZW07Cn0KCiUlRVBJRCUlIC5veHktcG9zdC1jb250ZW50IHAgewogIG1hcmdpbjogMDsKfQoKCgpAbWVkaWEgKG1heC13aWR0aDogMTEyMHB4KSB7CiAgJSVFUElEJSUgLm94eS1wb3N0LW1ldGEgewogICAgZGlzcGxheTogbm9uZTsKICB9Cn0KCg==\",\"title_size-unit\":\"px\",\"title_color\":\"color(8)\",\"title_hover_color\":\"color(1)\",\"meta_size\":\"\",\"meta_size-unit\":\"px\",\"meta_color\":\"\",\"content_size\":\"\",\"content_size-unit\":\"px\",\"content_color\":\"\",\"read_more_display_as\":\"button\",\"read_more_size\":\"0.8\",\"read_more_size-unit\":\"em\",\"read_more_text_color\":\"white\",\"read_more_text_hover_color\":\"\",\"read_more_button_color\":\"color(1)\",\"read_more_button_hover_color\":\"\",\"paginate_color\":\"\",\"paginate_alignment\":\"center\",\"paginate_link_color\":\"\",\"paginate_link_hover_color\":\"\",\"posts_5050_below\":\"tablet\",\"posts_100_below\":\"tablet\",\"wp_query\":\"custom\",\"query_post_types\":{\"0\":\"tour\"},\"query_taxonomies_any\":{},\"query_taxonomies_all\":{},\"query_authors\":{},\"query_all_posts\":\"false\",\"grid-column-count\":\"3\",\"grid-columns-auto-fit\":\"false\",\"grid-column-min-width-unit\":\"vw\",\"grid-justify-items\":\"center\",\"query_count\":\"6\",\"query_post_ids\":\"54,52,51,64,61,56\"},\"activeselector\":false}\'][/oxy_posts_grid][ct_link_button ct_sign_sha256=\'cb1343e74d6885c1e0c0a7927e13f93599f3496bf5db055bb97f522d30cfd35d\' ct_options=\'{\"ct_id\":59,\"ct_parent\":37,\"selector\":\"link_button-59-2\",\"original\":{\"url\":\"http://gorillaafricasafaris.com/safaris/\",\"target\":\"\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\"},\"activeselector\":false}\']Explore All Safaris[/ct_link_button][/ct_section][ct_section ct_sign_sha256=\'752430f5a0a0b47b112a20700282ca96ba66c59c02d1b55b6541b48ff4d831df\' ct_options=\'{\"ct_id\":71,\"ct_parent\":0,\"selector\":\"section-71-2\",\"nicename\":\"3 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'36b5e3541eab2e0128374b0b4200e484e3c2abcab94c096156327afd1db76ffe\' ct_options=\'{\"ct_id\":72,\"ct_parent\":71,\"selector\":\"div_block-72-2\",\"classes\":{\"0\":\"c-columns-3\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-l\"},\"nicename\":\"Columns\",\"activeselector\":\"c-hero-4\"}\'][ct_div_block_3 ct_sign_sha256=\'081e81ad4a20faf3cf45a5fd2a08cdafd49ee27e53601d5e7ba0dc104ca27f5c\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"div_block-73-2\"}\'][ct_headline ct_sign_sha256=\'0882d7341429256834b0e6b53dea8bf9711476ba3187350d5adb48fb4b9a58b2\' ct_options=\'{\"ct_id\":91,\"ct_parent\":73,\"selector\":\"headline-91-2\",\"original\":{\"tag\":\"h2\"},\"activeselector\":false}\']East Africa Safari Specialist<br>[/ct_headline][ct_text_block ct_sign_sha256=\'dabf5d94df30a666240956edb376c64990c2ab61a68e9bade21b5c721534dd6a\' ct_options=\'{\"ct_id\":93,\"ct_parent\":73,\"selector\":\"text_block-93-2\"}\']Gorilla Africa Safaris is one of the premier to companies in Uganda and Rwanda.<br><br><br>[/ct_text_block][ct_link_button ct_sign_sha256=\'4d7a5e5e2ee357131239033477a974d87a99aa2e586583f846d30f90346bb986\' ct_options=\'{\"ct_id\":105,\"ct_parent\":73,\"selector\":\"link_button-105-2\",\"original\":{\"url\":\"http://gorillaafricasafaris.com/contact/\",\"target\":\"\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\"},\"activeselector\":false}\']Enquire Now[/ct_link_button][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d695ffb01431df08665d20f3009df855320fcaff4462aef036104e1bcacc46bf\' ct_options=\'{\"ct_id\":74,\"ct_parent\":72,\"selector\":\"div_block-74-2\"}\'][ct_headline ct_sign_sha256=\'4d362fcaf9ea159ea819d8df358fa10b4a1bb8785e3a366fd38cb9a7e8a984f8\' ct_options=\'{\"ct_id\":76,\"ct_parent\":74,\"selector\":\"headline-76-2\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Rwanda[/ct_headline][ct_text_block ct_sign_sha256=\'1a03ccfe978f277c423859fe25fb15df6f7e517e354de255190d8a141128f8e8\' ct_options=\'{\"ct_id\":79,\"ct_parent\":74,\"selector\":\"text_block-79-2\"}\']In Rwanda , Volcanoes National Park is famous for mountain gorilla tours and chimpanzee tracking in Nyungwe National Park. <br><br>We also have adventurous canopy walk in Mgahinga Gorilla National Park (volcano climbing)  to find more of the 13 primate species that include vervet monkeys, colobus monkeys, golden monkeys, giant forest hog, etc.[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d94cdce59dfabba6fe3aeb46e5b9ad15d2d352149cef8873f1113bbbbaf34db4\' ct_options=\'{\"ct_id\":75,\"ct_parent\":72,\"selector\":\"div_block-75-2\"}\'][ct_headline ct_sign_sha256=\'3e499e543040fe89d25a7deb6770f7e0e81873beafd8a9514e7fb7aa6032cc66\' ct_options=\'{\"ct_id\":81,\"ct_parent\":75,\"selector\":\"headline-81-2\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Uganda[/ct_headline][ct_text_block ct_sign_sha256=\'544391be7b3adb4968b32389152287c7cca08eaa6edc2f494caa140f851ec46f\' ct_options=\'{\"ct_id\":82,\"ct_parent\":75,\"selector\":\"text_block-82-2\"}\']Gorilla African Tours &amp; Travel gives you detailed information about all national parks in Uganda, wild animals, birds and tourist activities carried out in all parks.<br><br>Among their services offered include mountain gorilla trekking and other wildlife safaris, cultural trips as well as mountain hiking. <br><br>We shall offer budget gorilla trekking as well in Uganda.[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(3205,2,'ct_builder_shortcodes_revisions_dates','1625728398'),(3206,76,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'77fbfa1aeadcb5b690808761437ca1a66595a768a3690bd37e2a33d1f1c26dac\' ct_options=\'{\"ct_id\":210,\"ct_parent\":0,\"selector\":\"section-210-76\"}\'][ct_new_columns_2 ct_sign_sha256=\'57341d1ee4b09bc3faba06de1bb61bafd80e3676ad5dad7983bcf0a0843cf87a\' ct_options=\'{\"ct_id\":311,\"ct_parent\":210,\"selector\":\"new_columns-311-76\"}\'][ct_div_block_2 ct_sign_sha256=\'99b8a36cc30a8f145c6c6061327c8c9cf20ae9a7f30993c14149a0794bc47068\' ct_options=\'{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"div_block-312-76\",\"original\":{\"width-unit\":\"%\",\"width\":\"65\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'be16f5f08ff93791bcd1863676daa4b65653b7d476092554f6213bd9b051171c\' ct_options=\'{\"ct_id\":250,\"ct_parent\":312,\"selector\":\"image-250-76\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'199daf2d416f4ea1b900bdfa3ea016d44cfdd2cd90f09d5a79300a6e0838a4f7\' data=\'featured_image\' ]\",\"srcdynamic\":true,\"alt\":\"W294eWdlbiBjdF9zaWduX3NoYTI1Nj0nYzNhMjFlNmNjOTQxYjUyMzlhNjg2NmExYTQzYjcwYjA3MTExNmExMzlkMDYyYjYwMGI2NmJiMzQ4NzlkMWJkNycgZGF0YT0nZmVhdHVyZWRfaW1hZ2VfYWx0JyBd\",\"globalconditions\":{\"0\":{\"name\":\"Post Has Featured Image\",\"operator\":0,\"value\":\"MQ==\",\"searchValue\":\"MQ==\"}}},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'992d0a3929590dd8a769733af9f35bdb9e9a42f1d85dbb35d64adf97710c02c9\' ct_options=\'{\"ct_id\":214,\"ct_parent\":312,\"selector\":\"headline-214-76\",\"original\":{\"tag\":\"h1\"}}\'][ct_span ct_sign_sha256=\'3ee1e8572c7ad2f6c70c19c3294c211ba44c2e6b1ae6c25bbd53a44ed8eb6e12\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"span-215-76\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span]<br>[/ct_headline][oxy_dynamic_list_3 ct_sign_sha256=\'a2651bbd3b1669ee4b217e2f6cd34f42a82dd3bc96cb8cd44865fb13e2563634\' ct_options=\'{\"ct_id\":217,\"ct_parent\":312,\"selector\":\"_dynamic_list-217-76\",\"original\":{\"use_acf_repeater\":\"true\",\"acf_repeater\":\"field_60af2c3adac03\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'e519c4cd0c4f526bfbd86721997d931b7406be0845ae35c7ab5604fc96444041\' ct_options=\'{\"ct_id\":218,\"ct_parent\":217,\"selector\":\"div_block-218-76\"}\'][ct_headline ct_sign_sha256=\'44ec188d29d67b4d84dcdf062c83c2bb76bf0aa9f8d44a27ca4e375da8143cd7\' ct_options=\'{\"ct_id\":219,\"ct_parent\":218,\"selector\":\"headline-219-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'92ec11af143454f42644d286a6c30b0ffde74232bb0cd60d51a300dade7bbec5\' ct_options=\'{\"ct_id\":220,\"ct_parent\":219,\"selector\":\"span-220-76\"}\'][oxygen ct_sign_sha256=\'a71beacffe36041017ce299fb8e6e4e56d72aa94b6a11785c913e152187cf07a\' data=\'acfreparray\' field=\'day_heading\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'70d1edeb65055cad26ffcc7e55202eed465e8c3ff038c32ec6131ead2048d814\' ct_options=\'{\"ct_id\":221,\"ct_parent\":218,\"selector\":\"text_block-221-76\"}\'][ct_span ct_sign_sha256=\'feea15b6b8eca9e6a7736886a853ae2e49ea31e75a4f6de14d750e949bb864bd\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"span-222-76\"}\'][oxygen ct_sign_sha256=\'388dfe89c4d6d2a3ba1c7dc6f9b93548b9f8722c40ae54bbee1716975fe5bc63\' data=\'acfreparray\' field=\'day_details\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_text_block][/ct_div_block_4][/oxy_dynamic_list_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9555aa13b82c98756068c3668dcff598e62600d887618564a75b6342f6cbce01\' ct_options=\'{\"ct_id\":313,\"ct_parent\":311,\"selector\":\"div_block-313-76\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'a5a16c1ed72a70a79987813a5746df93c043ec8d823e5fe6058e6c5225defae8\' ct_options=\'{\"ct_id\":259,\"ct_parent\":313,\"selector\":\"div_block-259-76\",\"classes\":{\"0\":\"form-wrapper\",\"1\":\"sticky\"},\"activeselector\":\"sticky\"}\'][ct_headline ct_sign_sha256=\'9f04107d6327e0832c25ae6f359873b4b7101c6ca2bae45aa63c12b179e001e6\' ct_options=\'{\"ct_id\":252,\"ct_parent\":259,\"selector\":\"headline-252-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false,\"classes\":{\"0\":\"c-heading-light\"}}\']Talk to Us About This Tour[/ct_headline][ct_text_block ct_sign_sha256=\'d114f518f4805b589cd4207e10e22d7615e68c50f43986154d7cf61cdc180c94\' ct_options=\'{\"ct_id\":255,\"ct_parent\":259,\"selector\":\"text_block-255-76\",\"classes\":{\"0\":\"c-text-light\",\"1\":\"c-margin-bottom-m\"},\"activeselector\":false}\']Speak to a East Africa safari specialist to start planning your trip.[/ct_text_block][ct_shortcode ct_sign_sha256=\'61e7bd284fb739519679566e5519a20d924c6647cffc4c1896430efec028cd20\' ct_options=\'{\"ct_id\":257,\"ct_parent\":259,\"selector\":\"shortcode-257-76\",\"original\":{\"full_shortcode\":true},\"ct_shortcode\":\"true\",\"classes\":{\"0\":\"advanced-form\"},\"activeselector\":\"advanced-form\"}\'][fluentform id=\"1\"][/ct_shortcode][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'4d3f23e882080d88f10dcd93a88438554bd70dcd9720502fe0c6786d4f757a4a\' ct_options=\'{\"ct_id\":175,\"ct_parent\":0,\"selector\":\"section-175-76\",\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'84bd9357027801f3ff091a53abfa4a8898725ccf9408b34d2c5934fcd0b61de6\' ct_options=\'{\"ct_id\":176,\"ct_parent\":175,\"selector\":\"div_block-176-76\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'2f52f79df898f06935fa8aaf944d64abcdd73ed76ebfb16baac9d13214dacece\' ct_options=\'{\"ct_id\":177,\"ct_parent\":176,\"selector\":\"div_block-177-76\"}\'][ct_headline ct_sign_sha256=\'14c96a7b006b617948e3e4751365968031933ce55ae2c899e7057d3abcd354a0\' ct_options=\'{\"ct_id\":179,\"ct_parent\":177,\"selector\":\"headline-179-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Inclusions[/ct_headline][ct_code_block ct_sign_sha256=\'08fda626a5c1d88de2e36ae41c9a8c329cfd597547c10c1eb9204eac8e19e403\' ct_options=\'{\"ct_id\":181,\"ct_parent\":177,\"selector\":\"code_block-181-76\",\"original\":{\"code-php\":\"PD9waHAKJGluY2x1ZGVkID0gZ2V0X2ZpZWxkKCdpbmNsdXNpb25zJyk7CmlmKCAkaW5jbHVkZWQgKTogPz4KPHVsPgogICAgPD9waHAgZm9yZWFjaCggJGluY2x1ZGVkIGFzICRpbmMgKTogPz4KICAgICAgICA8bGk+PD9waHAgZWNobyAkaW5jOyA/PjwvbGk+CiAgICA8P3BocCBlbmRmb3JlYWNoOyA/Pgo8L3VsPgo8P3BocCBlbmRpZjsgPz4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'dfac5be201cf66a5dbd9b00ffe8c7a96e62bf7b4202908b092a013f02d87d858\' ct_options=\'{\"ct_id\":178,\"ct_parent\":176,\"selector\":\"div_block-178-76\",\"activeselector\":\"sticky\"}\'][ct_headline ct_sign_sha256=\'30889d066e052916c7ff4cb547cea3988181fb9b44983e99ea3611ac42c15418\' ct_options=\'{\"ct_id\":182,\"ct_parent\":178,\"selector\":\"headline-182-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Excluded[/ct_headline][ct_code_block ct_sign_sha256=\'a7c284dd67fa7441795ad1abff4cbfbd4f44fab597a384b5124362037379a4f2\' ct_options=\'{\"ct_id\":184,\"ct_parent\":178,\"selector\":\"code_block-184-76\",\"original\":{\"code-php\":\"PD9waHAKJGV4Y2x1ZGVkID0gZ2V0X2ZpZWxkKCdleGNsdXNpb25zJyk7CmlmKCAkZXhjbHVkZWQgKTogPz4KPHVsPgogICAgPD9waHAgZm9yZWFjaCggJGV4Y2x1ZGVkIGFzICRleGMgKTogPz4KICAgICAgICA8bGk+PD9waHAgZWNobyAkZXhjOyA/PjwvbGk+CiAgICA8P3BocCBlbmRmb3JlYWNoOyA/Pgo8L3VsPgo8P3BocCBlbmRpZjsgPz4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(3207,76,'ct_builder_shortcodes_revisions_dates','1625728635'),(3208,45,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'ef720942326113ad5a353d7c5305e599b4cbada919a789b25532ad4abf25d2f0\' ct_options=\'{\"ct_id\":72,\"ct_parent\":0,\"selector\":\"_header-72-45\",\"original\":{\"sticky-media\":\"tablet\",\"sticky_scroll_distance\":\"300\",\"globalConditionsResult\":true,\"sticky_header\":\"yes\",\"sticky_header_fade_in\":\"yes\",\"sticky_header_fade_in_speed\":\"0.6\",\"sticky-box-shadow\":\"0px 5px 20px -15px rgba(0,0,0,0.1);\"},\"classes\":{\"0\":\"c-shadow\",\"1\":\"c-header\"},\"nicename\":\"Header\",\"activeselector\":\"c-header\"}\'][oxy_header_row ct_sign_sha256=\'e3bca8885d6144c1a3ea5b6861721fd265e47fea68f28733906d9fc5896802db\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"_header_row-73-45\",\"original\":{\"globalConditionsResult\":true,\"padding-top\":\"10\",\"padding-bottom\":\"10\",\"hide_in_sticky\":\"yes\",\"background-color\":\"color(3)\",\"hide-row\":\"tablet\"},\"classes\":{},\"nicename\":\"Subheader\"}\'][oxy_header_left ct_sign_sha256=\'a924844042f4f6ea4870c63ae7de726462cc4357be094f1274e7279b440a40c1\' ct_options=\'{\"ct_id\":74,\"ct_parent\":73,\"selector\":\"_header_left-74-45\"}\'][ct_div_block_2 ct_sign_sha256=\'f352434f017adde70caf893a4fb671a2d68739492b017d653ef3abc962befe8b\' ct_options=\'{\"ct_id\":75,\"ct_parent\":74,\"selector\":\"div_block-75-45\",\"original\":{\"globalConditionsResult\":true,\"display\":\"flex\"},\"activeselector\":\"c-header-contact\",\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}}},\"nicename\":\"Contacts\",\"classes\":{\"0\":\"c-header-contact\"}}\'][ct_link_3 ct_sign_sha256=\'62a9b1a66a133de6e9fc109c2b30b1eda5a64276293d5b400bb3bc25a16c3ef2\' ct_options=\'{\"ct_id\":76,\"ct_parent\":75,\"selector\":\"link-76-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"mailto:info@gorillaafricasafaris.com\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-link-m\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"7\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d3d4d6165cbace3769cf7339b59cb47ef51c45338ed098108b88ee176edf795d\' ct_options=\'{\"ct_id\":77,\"ct_parent\":76,\"selector\":\"fancy_icon-77-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-envelope\"},\"classes\":{\"0\":\"c-icon-accent-m\",\"1\":\"c-margin-right-xs\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'c5a81e6b7015b87b6e13a156c7afb2086902526926dc33265f4521c9173595cd\' ct_options=\'{\"ct_id\":78,\"ct_parent\":76,\"selector\":\"text_block-78-45\",\"original\":{\"globalConditionsResult\":true,\"color\":\"color(10)\"},\"activeselector\":false}\']info@gorillaafricasafaris.com[/ct_text_block][/ct_link_3][ct_link_3 ct_sign_sha256=\'a2296451bd09074f8626849e1b6efa377901335e0769232aaa0b0ea4553f73d2\' ct_options=\'{\"ct_id\":79,\"ct_parent\":75,\"selector\":\"link-79-45\",\"original\":{\"globalConditionsResult\":true,\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-link-m\"}}\'][ct_fancy_icon ct_sign_sha256=\'484a6671c88991dd2f674fb71324b4d2a9407d343465febd70a3c06ce54eced6\' ct_options=\'{\"ct_id\":80,\"ct_parent\":79,\"selector\":\"fancy_icon-80-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-phone\"},\"classes\":{\"0\":\"c-icon-accent-m\",\"1\":\"c-margin-right-xs\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'0639930b8cf5ec4b41ec292e3c8c95224bfac0c671f5fa7813e7dc3fb9360098\' ct_options=\'{\"ct_id\":81,\"ct_parent\":79,\"selector\":\"text_block-81-45\",\"original\":{\"globalConditionsResult\":true,\"color\":\"color(10)\"},\"activeselector\":false}\']+256 781516422[/ct_text_block][/ct_link_3][/ct_div_block_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'232fc2a82f2ff94a0473506aff39e4ba65f22d1ff370b7136a7085c3d2db2737\' ct_options=\'{\"ct_id\":82,\"ct_parent\":73,\"selector\":\"_header_center-82-45\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'047b719ff577c29e3abadd5f64567390b07ad725f64543ec52b5a24ad58c4278\' ct_options=\'{\"ct_id\":83,\"ct_parent\":73,\"selector\":\"_header_right-83-45\"}\'][ct_div_block_2 ct_sign_sha256=\'d9aae367279fcdfe23d1ff7dc96343a27b8feea5532d43f96d88fe53a53c29b1\' ct_options=\'{\"ct_id\":84,\"ct_parent\":83,\"selector\":\"div_block-84-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-inline\"},\"nicename\":\"Social Icons\"}\'][ct_link_3 ct_sign_sha256=\'62c1011db63d25e32a6f2608241f01e3fe679bc7341a6b3f71a72770f840c805\' ct_options=\'{\"ct_id\":85,\"ct_parent\":84,\"selector\":\"link-85-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'9792c1e08d8992b11a2a387c6e902ea7431ac45eefd9efa5146dc88ed6d6a86d\' ct_options=\'{\"ct_id\":86,\"ct_parent\":85,\"selector\":\"fancy_icon-86-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-facebook\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'b815191707a6797a67e6e3ef2c35d70ac87edcf4517aa2bbafdad3c428d3d0de\' ct_options=\'{\"ct_id\":87,\"ct_parent\":84,\"selector\":\"link-87-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'ea663881ac5a164ddafcf0217f6bc916651722a67f5cf5009defdb307a7e681c\' ct_options=\'{\"ct_id\":88,\"ct_parent\":87,\"selector\":\"fancy_icon-88-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-twitter\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'4490e6c0f86a68b748b318bed5035d1d4bbe81f3a424ba6e60c337f29349f66f\' ct_options=\'{\"ct_id\":89,\"ct_parent\":84,\"selector\":\"link-89-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'1088c105500411b13195bba8294b2dee9d3878a8f7e14a234ccd746979d8824e\' ct_options=\'{\"ct_id\":90,\"ct_parent\":89,\"selector\":\"fancy_icon-90-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-linkedin\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'f2e1089fbc00b88add45da1c3c7eec8cbcf93de1e3e8aaac2ddba271a96b2fe5\' ct_options=\'{\"ct_id\":91,\"ct_parent\":84,\"selector\":\"link-91-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'f3055a5c992f9ceb4041536312dcee296c3d30e4b6f712f1ada33f679cbf91b2\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"fancy_icon-92-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-youtube-play\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][/ct_div_block_2][/oxy_header_right][/oxy_header_row][oxy_header_row ct_sign_sha256=\'b47eb45416269c5b16f2019277a60e00965e23c61f9f4f2202390b6d4044a25a\' ct_options=\'{\"ct_id\":93,\"ct_parent\":72,\"selector\":\"_header_row-93-45\",\"original\":{\"globalConditionsResult\":true,\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"background-color\":\"color(5)\"},\"nicename\":\"Main Header\",\"activeselector\":false,\"classes\":{}}\'][oxy_header_left ct_sign_sha256=\'5066a6d28976f835974c4796f02c043df67fc1003cadea70d2530329da031c93\' ct_options=\'{\"ct_id\":94,\"ct_parent\":93,\"selector\":\"_header_left-94-45\"}\'][ct_link_2 ct_sign_sha256=\'d3836b0280a04905621692915c645c2e755f8cc99f38ae41a426a465aca0e17e\' ct_options=\'{\"ct_id\":95,\"ct_parent\":94,\"selector\":\"link-95-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com\",\"url_encoded\":\"true\"},\"nicename\":\"Logo\"}\'][ct_image ct_sign_sha256=\'bf3250a97eaf2b1e00214d8b88ff8166a141a6013afec2be8be602f98397e492\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"image-96-45\",\"original\":{\"globalConditionsResult\":true,\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/05/gorilla-african-tours-travel-logo.png\"},\"classes\":{},\"activeselector\":false}\'][/ct_image][/ct_link_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'c12d1cf91fe87ee4ae140dc7d4b28ab7aac334880793ab2be1889d4ed8b856cc\' ct_options=\'{\"ct_id\":97,\"ct_parent\":93,\"selector\":\"_header_center-97-45\"}\'][oxy-pro-menu ct_sign_sha256=\'3f2fa7545c3a39fc8a55fc720587405d6f396f4571afa8fc955a9311ae5df36f\' ct_options=\'{\"ct_id\":98,\"ct_parent\":97,\"selector\":\"-pro-menu-98-45\",\"original\":{\"globalConditionsResult\":true,\"menu_id\":\"2\",\"oxy-pro-menu_show_mobile_menu_below\":\"tablet\",\"oxy-pro-menu_orientation\":\"Horizontal\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\":\"14\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\":\"500\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\":\"color(10)\",\"oxy-pro-menu_menu_item_padding_padding-left\":\"20\",\"oxy-pro-menu_menu_item_padding_padding-right\":\"20\",\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\":\"color(1)\",\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\":\"0.6\",\"oxy-pro-menu_mobile_menu_open_icon\":\"Lineariconsicon-menu\",\"oxy-pro-menu_mobile_menu_open_icon_text\":\"\",\"oxy-pro-menu_mobile_menu_close_icon\":\"Lineariconsicon-cross\",\"oxy-pro-menu_mobile_menu_close_icon_text\":\"\",\"oxy-pro-menu_off_canvas\":\"false\",\"oxy-pro-menu_off_canvas_alignment\":\"left\",\"menu_off_canvas_animation\":\"fade-right\",\"oxy-pro-menu_dropdown-border-radius\":\"7\",\"menu_dropdown_animation\":\"fade\",\"oxy-pro-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\":\"0\",\"oxy-pro-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\":\"3\",\"oxy-pro-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\":\"10\",\"oxy-pro-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\":\"rgba(0,0,0,0.1)\",\"oxy-pro-menu_dropdown_child_item_padding_padding-top\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-left\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-right\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\":\"20\",\"oxy-pro-menu_dropdown_icon\":\"FontAwesomeicon-angle-down\",\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\":\"10\",\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\":\"5\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\":\"color(5)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\":\"color(3)\",\"oxy-pro-menu_show_dropdown_links_on_mobile\":\"toggle\",\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\":\"0.4\",\"oxy-pro-menu_menu_item_padding_padding-bottom\":\"5\",\"oxy-pro-menu_menu_item_padding_padding-top\":\"5\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\":\"color(10)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\":\"color(1)\",\"oxy-pro-menu_desktop_item_text_align\":\"Left\",\"text-transform\":\"uppercase\"},\"hover\":{\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\":\"color(1)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\":\"color(3)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\":\"color(1)\"},\"media\":{\"tablet\":{\"original\":{\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\":\"30\",\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\":\"0.7\",\"order\":\"-1\",\"flex-shrink\":\"1\",\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\":\"0\",\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\":\"15\",\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\":\"4\",\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\":\"30\",\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\":\"4\",\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\":\"0.6\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width\":\"75\",\"oxy-pro-menu_mobile_item_text_align\":\"Center\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width-unit\":\"%\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width-unit\":\"%\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":{\"0\":\"global\",\"1\":\"Display\"},\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"30\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"600\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"1.8\",\"oxy-pro-menu_mobile_menu_item_padding_padding-top\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-left\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-right\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\":\"10\",\"oxy-pro-menu_dropdown_icon_size\":\"35\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\":\"2\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\":\"rgba(0,0,0,0)\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_color\":\"color(2)\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width\":\"80\"}}},\"nicename\":\"Menu\"}\'][/oxy-pro-menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'2ec10c418fc5d08b5e3c7cdb0a40fb0784d01648d3702e5aebbc4054bb7afadf\' ct_options=\'{\"ct_id\":99,\"ct_parent\":93,\"selector\":\"_header_right-99-45\"}\'][ct_link_text ct_sign_sha256=\'ce9dd935d80049b7678273ce88cded73a7d9bd8081e57295a221ac793cd779cb\' ct_options=\'{\"ct_id\":100,\"ct_parent\":99,\"selector\":\"link_text-100-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/reservations/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\",\"1\":\"c-transition\",\"2\":\"c-btn-m\"},\"activeselector\":false,\"nicename\":\"CTA\"}\']Book Now[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content ct_sign_sha256=\'2e04f16a4375128fc9ea35f971fb75f98bb78e7075b51d206be581388a6ce002\' ct_options=\'{\"ct_id\":27,\"ct_parent\":\"0\",\"selector\":\"inner_content-27-45\"}\'][/ct_inner_content][ct_section ct_sign_sha256=\'775b7d24684bf5efa94cc84dc7596ebb7a45a4e3d9e4019d59397315f3e9ac48\' ct_options=\'{\"ct_id\":28,\"ct_parent\":0,\"selector\":\"section-28-45\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"footer\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"classes\":{\"0\":\"c-bg-dark\"}}\'][ct_div_block_2 ct_sign_sha256=\'09ac1811f230df18fe424385af1bc621e1f8cad38eab89a26f9fb529c7bfb22c\' ct_options=\'{\"ct_id\":30,\"ct_parent\":28,\"selector\":\"div_block-30-45\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Columns\",\"classes\":{\"0\":\"c-columns-l-2\",\"1\":\"c-columns-gap-l\",\"2\":\"c-margin-bottom-m\",\"3\":\"c-columns-5\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'62c300a7ea52b4c0b1b00d9de80eeed8ff89d606022df64f08f01718279068e0\' ct_options=\'{\"ct_id\":31,\"ct_parent\":30,\"selector\":\"div_block-31-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-col-span-2\"},\"nicename\":\"Wide column\"}\'][ct_headline ct_sign_sha256=\'864a4d820b22f930590e6158bca019cdd2899c0efac8c4961ece785a04d8ac9d\' ct_options=\'{\"ct_id\":32,\"ct_parent\":31,\"selector\":\"headline-32-45\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h4\",\"max-width\":\"350\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-light\"}}\']Gorilla African Tours &amp; Travel offers you romance, fun and adventure and promises to provide you with the most memorable times of your life.<br>[/ct_headline][ct_div_block_4 ct_sign_sha256=\'b1d5297a8888437ee97152424f1d7001808525e2197adbccf09a781b9851ad17\' ct_options=\'{\"ct_id\":33,\"ct_parent\":31,\"selector\":\"div_block-33-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-inline\"}}\'][ct_link_5 ct_sign_sha256=\'3d99fc4e7d9e8aef72f1de4c3d8957fafdf33e6146acdf962479265946ba588b\' ct_options=\'{\"ct_id\":34,\"ct_parent\":33,\"selector\":\"link-34-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'470f4f276d64b6151172edc3d10ab7cf406690631c313ae65812c732bf4e2706\' ct_options=\'{\"ct_id\":35,\"ct_parent\":34,\"selector\":\"fancy_icon-35-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-facebook-square\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'efff8bd122a42432c0acf8e71a53a173640835e46d817702cae0707f3245baae\' ct_options=\'{\"ct_id\":36,\"ct_parent\":33,\"selector\":\"link-36-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'0c6e93ece9d3ac36a71c6a6bbe3337e289a6fdc5f778132db287c5b2f69ccf40\' ct_options=\'{\"ct_id\":37,\"ct_parent\":36,\"selector\":\"fancy_icon-37-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-instagram\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'29a3fb6d59f75eb948d9b44feb49e83977d685db31608a962be56e6dbe884a90\' ct_options=\'{\"ct_id\":38,\"ct_parent\":33,\"selector\":\"link-38-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'71663c25635fdda328da25051c82c97ccdc4f2aa18b823bf2cbd2369e5c4528f\' ct_options=\'{\"ct_id\":39,\"ct_parent\":38,\"selector\":\"fancy_icon-39-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-twitter-square\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'22c305fb137189935f79d64da0144c43e47dce1680c410fc49139db24c5d8cdf\' ct_options=\'{\"ct_id\":40,\"ct_parent\":33,\"selector\":\"link-40-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'23bf8584f9b01f3209b592af25ab84e9deebaa6d2386b5d1aae5b1b9bc021b63\' ct_options=\'{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"fancy_icon-41-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-youtube-play\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'6ac7150e2abd6274a79aa2f5f9c235bd7af07ec3a72d347315c84fc54bad85ad\' ct_options=\'{\"ct_id\":50,\"ct_parent\":30,\"selector\":\"div_block-50-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'979bd3db35d296227697d630a9eacd8261e4f1e24a6b34d9c38cbc399f27d96f\' ct_options=\'{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"text_block-51-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Safaris[/ct_text_block][ct_link_text ct_sign_sha256=\'2bcc1577a11febb83c9ad34ac51435586495542b401c69f3742e4b95197cfc4d\' ct_options=\'{\"ct_id\":52,\"ct_parent\":50,\"selector\":\"link_text-52-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/safaris/uganda-safaris/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']Uganda Safaris[/ct_link_text][ct_link_text ct_sign_sha256=\'4a05b8f9d942f419ae17e6000f59441e83d15361c77ab4bdad2a380659c4bb54\' ct_options=\'{\"ct_id\":53,\"ct_parent\":50,\"selector\":\"link_text-53-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/safaris/rwanda-safaris/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']Rwanda Safaris[/ct_link_text][ct_link_text ct_sign_sha256=\'ed0e8b0bf446f09d2657b15e0f7a631d1072c515facb27bcec956ac58003acf4\' ct_options=\'{\"ct_id\":121,\"ct_parent\":50,\"selector\":\"link_text-121-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/safaris/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"},\"activeselector\":false}\']All Safaris[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ba58e25b5cc7bdbdd4515a6e2011c4c9f900c15b468f481642b8f2ae27cf8b1f\' ct_options=\'{\"ct_id\":57,\"ct_parent\":30,\"selector\":\"div_block-57-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'2e480f01f3335e484f1734d7e3ab43c359ad096b504787277c04302f069ea39e\' ct_options=\'{\"ct_id\":58,\"ct_parent\":57,\"selector\":\"text_block-58-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Travel<br>[/ct_text_block][ct_link_text ct_sign_sha256=\'4801f51aefd206fa0677c5b9b9271a99e7f610f64ff0df2927349b9a38b3323b\' ct_options=\'{\"ct_id\":59,\"ct_parent\":57,\"selector\":\"link_text-59-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/about-us/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']About Us[/ct_link_text][ct_link_text ct_sign_sha256=\'1419e1ec7a1360d25a29ac361f8b43e19dbc203b1f417c6b0d90200b3140bd59\' ct_options=\'{\"ct_id\":117,\"ct_parent\":57,\"selector\":\"link_text-117-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/travel-information/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"},\"activeselector\":false}\']Travel Tips[/ct_link_text][ct_link_text ct_sign_sha256=\'35ace7fe9189dced1c9f7cce4ea1d979e2e775b2d1fe5dd90a4a79d14f1d4050\' ct_options=\'{\"ct_id\":60,\"ct_parent\":57,\"selector\":\"link_text-60-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/accommodation/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']Accommodation[/ct_link_text][ct_link_text ct_sign_sha256=\'bd3bc81d5a32e40d04d26a9d37dcc067ccfcc71797ce0afa1fa7f06f56665722\' ct_options=\'{\"ct_id\":61,\"ct_parent\":57,\"selector\":\"link_text-61-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/bird-watching/\",\"url_encoded\":\"true\",\"hover_color\":\"color(1)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"},\"activeselector\":\"c-footer-link-light\"}\']Birdwatching[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a0f5898a5cf20d7c3903829164cd643adfee0a96c3083515e809189bd2f48837\' ct_options=\'{\"ct_id\":64,\"ct_parent\":30,\"selector\":\"div_block-64-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'c50b276c1288f384c4d9523473e00ff9ecb236575c62fafda1b8d03a0dbf5e5d\' ct_options=\'{\"ct_id\":65,\"ct_parent\":64,\"selector\":\"text_block-65-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Contact Us<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'fd59a1735b5adf534af74870a86beabea318260ebe100d6ca35e4669827f49ef\' ct_options=\'{\"ct_id\":105,\"ct_parent\":64,\"selector\":\"text_block-105-45\",\"classes\":{\"0\":\"c-footer-text-light\"},\"activeselector\":\"c-footer-text-light\"}\']P.O. Box, 7473. Kampala, Uganda<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'652e6ed7721e2bad9ebdd553498cba49f565f6c4913dd69c9509a307bc9b09dc\' ct_options=\'{\"ct_id\":107,\"ct_parent\":64,\"selector\":\"text_block-107-45\",\"classes\":{\"0\":\"c-footer-text-light\"},\"activeselector\":\"c-footer-text-light\"}\']+256&nbsp; (0) 781 516 422<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'49943220308feff524e2ed3293022d136aec9f0d070fbc9a3f24c75eb7834de9\' ct_options=\'{\"ct_id\":109,\"ct_parent\":64,\"selector\":\"text_block-109-45\",\"classes\":{\"0\":\"c-footer-text-light\"},\"activeselector\":\"c-footer-text-light\"}\']+256&nbsp; (0) 702 238 922<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'098fd0bd3787877013822614827d205841cdaec2fb39ef8baef531b273b2dc7a\' ct_options=\'{\"ct_id\":123,\"ct_parent\":64,\"selector\":\"text_block-123-45\",\"classes\":{\"0\":\"c-footer-text-light\"},\"activeselector\":\"c-footer-text-light\"}\']+256&nbsp; (0) 784 508 393<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'7bf013433410e034adc157291712029f379c0e43ca69465b2609d1f0b68b1acf\' ct_options=\'{\"ct_id\":111,\"ct_parent\":64,\"selector\":\"text_block-111-45\",\"classes\":{\"0\":\"c-footer-text-light\"},\"activeselector\":\"c-footer-text-light\"}\']info@gorillaafricasafaris.com[/ct_text_block][/ct_div_block_3][/ct_div_block_2][ct_text_block ct_sign_sha256=\'6c6d46d39c8594bc1f0c229b465b66eeaa51d934c695427fdf0473bccfd3d7ed\' ct_options=\'{\"ct_id\":71,\"ct_parent\":28,\"selector\":\"text_block-71-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-s\",\"1\":\"c-text-light\"},\"nicename\":\"Copyright\"}\']Copyright © 2020 Gorilla African Tours &amp; Travel[/ct_text_block][/ct_section]'),(3209,45,'ct_builder_shortcodes_revisions_dates','1625729197'),(3210,45,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'ef720942326113ad5a353d7c5305e599b4cbada919a789b25532ad4abf25d2f0\' ct_options=\'{\"ct_id\":72,\"ct_parent\":0,\"selector\":\"_header-72-45\",\"original\":{\"sticky-media\":\"tablet\",\"sticky_scroll_distance\":\"300\",\"globalConditionsResult\":true,\"sticky_header\":\"yes\",\"sticky_header_fade_in\":\"yes\",\"sticky_header_fade_in_speed\":\"0.6\",\"sticky-box-shadow\":\"0px 5px 20px -15px rgba(0,0,0,0.1);\"},\"classes\":{\"0\":\"c-shadow\",\"1\":\"c-header\"},\"nicename\":\"Header\",\"activeselector\":\"c-header\"}\'][oxy_header_row ct_sign_sha256=\'e3bca8885d6144c1a3ea5b6861721fd265e47fea68f28733906d9fc5896802db\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"_header_row-73-45\",\"original\":{\"globalConditionsResult\":true,\"padding-top\":\"10\",\"padding-bottom\":\"10\",\"hide_in_sticky\":\"yes\",\"background-color\":\"color(3)\",\"hide-row\":\"tablet\"},\"classes\":{},\"nicename\":\"Subheader\"}\'][oxy_header_left ct_sign_sha256=\'a924844042f4f6ea4870c63ae7de726462cc4357be094f1274e7279b440a40c1\' ct_options=\'{\"ct_id\":74,\"ct_parent\":73,\"selector\":\"_header_left-74-45\"}\'][ct_div_block_2 ct_sign_sha256=\'f352434f017adde70caf893a4fb671a2d68739492b017d653ef3abc962befe8b\' ct_options=\'{\"ct_id\":75,\"ct_parent\":74,\"selector\":\"div_block-75-45\",\"original\":{\"globalConditionsResult\":true,\"display\":\"flex\"},\"activeselector\":\"c-header-contact\",\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}}},\"nicename\":\"Contacts\",\"classes\":{\"0\":\"c-header-contact\"}}\'][ct_link_3 ct_sign_sha256=\'62a9b1a66a133de6e9fc109c2b30b1eda5a64276293d5b400bb3bc25a16c3ef2\' ct_options=\'{\"ct_id\":76,\"ct_parent\":75,\"selector\":\"link-76-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"mailto:info@gorillaafricasafaris.com\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-link-m\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"7\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d3d4d6165cbace3769cf7339b59cb47ef51c45338ed098108b88ee176edf795d\' ct_options=\'{\"ct_id\":77,\"ct_parent\":76,\"selector\":\"fancy_icon-77-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-envelope\"},\"classes\":{\"0\":\"c-icon-accent-m\",\"1\":\"c-margin-right-xs\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'c5a81e6b7015b87b6e13a156c7afb2086902526926dc33265f4521c9173595cd\' ct_options=\'{\"ct_id\":78,\"ct_parent\":76,\"selector\":\"text_block-78-45\",\"original\":{\"globalConditionsResult\":true,\"color\":\"color(10)\"},\"activeselector\":false}\']info@gorillaafricasafaris.com[/ct_text_block][/ct_link_3][ct_link_3 ct_sign_sha256=\'a2296451bd09074f8626849e1b6efa377901335e0769232aaa0b0ea4553f73d2\' ct_options=\'{\"ct_id\":79,\"ct_parent\":75,\"selector\":\"link-79-45\",\"original\":{\"globalConditionsResult\":true,\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-link-m\"}}\'][ct_fancy_icon ct_sign_sha256=\'484a6671c88991dd2f674fb71324b4d2a9407d343465febd70a3c06ce54eced6\' ct_options=\'{\"ct_id\":80,\"ct_parent\":79,\"selector\":\"fancy_icon-80-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-phone\"},\"classes\":{\"0\":\"c-icon-accent-m\",\"1\":\"c-margin-right-xs\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'0639930b8cf5ec4b41ec292e3c8c95224bfac0c671f5fa7813e7dc3fb9360098\' ct_options=\'{\"ct_id\":81,\"ct_parent\":79,\"selector\":\"text_block-81-45\",\"original\":{\"globalConditionsResult\":true,\"color\":\"color(10)\"},\"activeselector\":false}\']+256 781516422[/ct_text_block][/ct_link_3][/ct_div_block_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'232fc2a82f2ff94a0473506aff39e4ba65f22d1ff370b7136a7085c3d2db2737\' ct_options=\'{\"ct_id\":82,\"ct_parent\":73,\"selector\":\"_header_center-82-45\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'047b719ff577c29e3abadd5f64567390b07ad725f64543ec52b5a24ad58c4278\' ct_options=\'{\"ct_id\":83,\"ct_parent\":73,\"selector\":\"_header_right-83-45\"}\'][ct_div_block_2 ct_sign_sha256=\'d9aae367279fcdfe23d1ff7dc96343a27b8feea5532d43f96d88fe53a53c29b1\' ct_options=\'{\"ct_id\":84,\"ct_parent\":83,\"selector\":\"div_block-84-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-inline\"},\"nicename\":\"Social Icons\"}\'][ct_link_3 ct_sign_sha256=\'62c1011db63d25e32a6f2608241f01e3fe679bc7341a6b3f71a72770f840c805\' ct_options=\'{\"ct_id\":85,\"ct_parent\":84,\"selector\":\"link-85-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'9792c1e08d8992b11a2a387c6e902ea7431ac45eefd9efa5146dc88ed6d6a86d\' ct_options=\'{\"ct_id\":86,\"ct_parent\":85,\"selector\":\"fancy_icon-86-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-facebook\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'b815191707a6797a67e6e3ef2c35d70ac87edcf4517aa2bbafdad3c428d3d0de\' ct_options=\'{\"ct_id\":87,\"ct_parent\":84,\"selector\":\"link-87-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'ea663881ac5a164ddafcf0217f6bc916651722a67f5cf5009defdb307a7e681c\' ct_options=\'{\"ct_id\":88,\"ct_parent\":87,\"selector\":\"fancy_icon-88-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-twitter\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'4490e6c0f86a68b748b318bed5035d1d4bbe81f3a424ba6e60c337f29349f66f\' ct_options=\'{\"ct_id\":89,\"ct_parent\":84,\"selector\":\"link-89-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'1088c105500411b13195bba8294b2dee9d3878a8f7e14a234ccd746979d8824e\' ct_options=\'{\"ct_id\":90,\"ct_parent\":89,\"selector\":\"fancy_icon-90-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-linkedin\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'f2e1089fbc00b88add45da1c3c7eec8cbcf93de1e3e8aaac2ddba271a96b2fe5\' ct_options=\'{\"ct_id\":91,\"ct_parent\":84,\"selector\":\"link-91-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'f3055a5c992f9ceb4041536312dcee296c3d30e4b6f712f1ada33f679cbf91b2\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"fancy_icon-92-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-youtube-play\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][/ct_div_block_2][/oxy_header_right][/oxy_header_row][oxy_header_row ct_sign_sha256=\'b47eb45416269c5b16f2019277a60e00965e23c61f9f4f2202390b6d4044a25a\' ct_options=\'{\"ct_id\":93,\"ct_parent\":72,\"selector\":\"_header_row-93-45\",\"original\":{\"globalConditionsResult\":true,\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"background-color\":\"color(5)\"},\"nicename\":\"Main Header\",\"activeselector\":false,\"classes\":{}}\'][oxy_header_left ct_sign_sha256=\'5066a6d28976f835974c4796f02c043df67fc1003cadea70d2530329da031c93\' ct_options=\'{\"ct_id\":94,\"ct_parent\":93,\"selector\":\"_header_left-94-45\"}\'][ct_link_2 ct_sign_sha256=\'d3836b0280a04905621692915c645c2e755f8cc99f38ae41a426a465aca0e17e\' ct_options=\'{\"ct_id\":95,\"ct_parent\":94,\"selector\":\"link-95-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com\",\"url_encoded\":\"true\"},\"nicename\":\"Logo\"}\'][ct_image ct_sign_sha256=\'bf3250a97eaf2b1e00214d8b88ff8166a141a6013afec2be8be602f98397e492\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"image-96-45\",\"original\":{\"globalConditionsResult\":true,\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/05/gorilla-african-tours-travel-logo.png\"},\"classes\":{},\"activeselector\":false}\'][/ct_image][/ct_link_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'c12d1cf91fe87ee4ae140dc7d4b28ab7aac334880793ab2be1889d4ed8b856cc\' ct_options=\'{\"ct_id\":97,\"ct_parent\":93,\"selector\":\"_header_center-97-45\"}\'][oxy-pro-menu ct_sign_sha256=\'3f2fa7545c3a39fc8a55fc720587405d6f396f4571afa8fc955a9311ae5df36f\' ct_options=\'{\"ct_id\":98,\"ct_parent\":97,\"selector\":\"-pro-menu-98-45\",\"original\":{\"globalConditionsResult\":true,\"menu_id\":\"2\",\"oxy-pro-menu_show_mobile_menu_below\":\"tablet\",\"oxy-pro-menu_orientation\":\"Horizontal\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\":\"14\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\":\"500\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\":\"color(10)\",\"oxy-pro-menu_menu_item_padding_padding-left\":\"20\",\"oxy-pro-menu_menu_item_padding_padding-right\":\"20\",\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\":\"color(1)\",\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\":\"0.6\",\"oxy-pro-menu_mobile_menu_open_icon\":\"Lineariconsicon-menu\",\"oxy-pro-menu_mobile_menu_open_icon_text\":\"\",\"oxy-pro-menu_mobile_menu_close_icon\":\"Lineariconsicon-cross\",\"oxy-pro-menu_mobile_menu_close_icon_text\":\"\",\"oxy-pro-menu_off_canvas\":\"false\",\"oxy-pro-menu_off_canvas_alignment\":\"left\",\"menu_off_canvas_animation\":\"fade-right\",\"oxy-pro-menu_dropdown-border-radius\":\"7\",\"menu_dropdown_animation\":\"fade\",\"oxy-pro-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\":\"0\",\"oxy-pro-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\":\"3\",\"oxy-pro-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\":\"10\",\"oxy-pro-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\":\"rgba(0,0,0,0.1)\",\"oxy-pro-menu_dropdown_child_item_padding_padding-top\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-left\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-right\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\":\"20\",\"oxy-pro-menu_dropdown_icon\":\"FontAwesomeicon-angle-down\",\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\":\"10\",\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\":\"5\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\":\"color(5)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\":\"color(3)\",\"oxy-pro-menu_show_dropdown_links_on_mobile\":\"toggle\",\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\":\"0.4\",\"oxy-pro-menu_menu_item_padding_padding-bottom\":\"5\",\"oxy-pro-menu_menu_item_padding_padding-top\":\"5\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\":\"color(10)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\":\"color(1)\",\"oxy-pro-menu_desktop_item_text_align\":\"Left\",\"text-transform\":\"uppercase\"},\"hover\":{\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\":\"color(1)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\":\"color(3)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\":\"color(1)\"},\"media\":{\"tablet\":{\"original\":{\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\":\"30\",\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\":\"0.7\",\"order\":\"-1\",\"flex-shrink\":\"1\",\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\":\"0\",\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\":\"15\",\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\":\"4\",\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\":\"30\",\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\":\"4\",\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\":\"0.6\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width\":\"75\",\"oxy-pro-menu_mobile_item_text_align\":\"Center\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width-unit\":\"%\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width-unit\":\"%\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":{\"0\":\"global\",\"1\":\"Display\"},\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"30\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"600\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"1.8\",\"oxy-pro-menu_mobile_menu_item_padding_padding-top\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-left\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-right\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\":\"10\",\"oxy-pro-menu_dropdown_icon_size\":\"35\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\":\"2\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\":\"rgba(0,0,0,0)\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_color\":\"color(2)\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width\":\"80\"}}},\"nicename\":\"Menu\"}\'][/oxy-pro-menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'2ec10c418fc5d08b5e3c7cdb0a40fb0784d01648d3702e5aebbc4054bb7afadf\' ct_options=\'{\"ct_id\":99,\"ct_parent\":93,\"selector\":\"_header_right-99-45\"}\'][ct_link_text ct_sign_sha256=\'ce9dd935d80049b7678273ce88cded73a7d9bd8081e57295a221ac793cd779cb\' ct_options=\'{\"ct_id\":100,\"ct_parent\":99,\"selector\":\"link_text-100-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/reservations/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\",\"1\":\"c-transition\",\"2\":\"c-btn-m\"},\"activeselector\":false,\"nicename\":\"CTA\"}\']Book Now[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content ct_sign_sha256=\'2e04f16a4375128fc9ea35f971fb75f98bb78e7075b51d206be581388a6ce002\' ct_options=\'{\"ct_id\":27,\"ct_parent\":\"0\",\"selector\":\"inner_content-27-45\"}\'][/ct_inner_content][ct_section ct_sign_sha256=\'d3c50b67d0a7b11fefc39be2fd5ba871dab2a8cd1798104d6a78c0bc9056ab03\' ct_options=\'{\"ct_id\":28,\"ct_parent\":0,\"selector\":\"section-28-45\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"footer\",\"container-padding-bottom\":\"10\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"classes\":{\"0\":\"c-bg-dark\"}}\'][ct_div_block_2 ct_sign_sha256=\'09ac1811f230df18fe424385af1bc621e1f8cad38eab89a26f9fb529c7bfb22c\' ct_options=\'{\"ct_id\":30,\"ct_parent\":28,\"selector\":\"div_block-30-45\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Columns\",\"classes\":{\"0\":\"c-columns-l-2\",\"1\":\"c-columns-gap-l\",\"2\":\"c-margin-bottom-m\",\"3\":\"c-columns-5\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'62c300a7ea52b4c0b1b00d9de80eeed8ff89d606022df64f08f01718279068e0\' ct_options=\'{\"ct_id\":31,\"ct_parent\":30,\"selector\":\"div_block-31-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-col-span-2\"},\"nicename\":\"Wide column\"}\'][ct_headline ct_sign_sha256=\'864a4d820b22f930590e6158bca019cdd2899c0efac8c4961ece785a04d8ac9d\' ct_options=\'{\"ct_id\":32,\"ct_parent\":31,\"selector\":\"headline-32-45\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h4\",\"max-width\":\"350\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-light\"}}\']Gorilla African Tours &amp; Travel offers you romance, fun and adventure and promises to provide you with the most memorable times of your life.<br>[/ct_headline][ct_div_block_4 ct_sign_sha256=\'b1d5297a8888437ee97152424f1d7001808525e2197adbccf09a781b9851ad17\' ct_options=\'{\"ct_id\":33,\"ct_parent\":31,\"selector\":\"div_block-33-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-inline\"}}\'][ct_link_5 ct_sign_sha256=\'3d99fc4e7d9e8aef72f1de4c3d8957fafdf33e6146acdf962479265946ba588b\' ct_options=\'{\"ct_id\":34,\"ct_parent\":33,\"selector\":\"link-34-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'470f4f276d64b6151172edc3d10ab7cf406690631c313ae65812c732bf4e2706\' ct_options=\'{\"ct_id\":35,\"ct_parent\":34,\"selector\":\"fancy_icon-35-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-facebook-square\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'efff8bd122a42432c0acf8e71a53a173640835e46d817702cae0707f3245baae\' ct_options=\'{\"ct_id\":36,\"ct_parent\":33,\"selector\":\"link-36-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'0c6e93ece9d3ac36a71c6a6bbe3337e289a6fdc5f778132db287c5b2f69ccf40\' ct_options=\'{\"ct_id\":37,\"ct_parent\":36,\"selector\":\"fancy_icon-37-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-instagram\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'29a3fb6d59f75eb948d9b44feb49e83977d685db31608a962be56e6dbe884a90\' ct_options=\'{\"ct_id\":38,\"ct_parent\":33,\"selector\":\"link-38-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'71663c25635fdda328da25051c82c97ccdc4f2aa18b823bf2cbd2369e5c4528f\' ct_options=\'{\"ct_id\":39,\"ct_parent\":38,\"selector\":\"fancy_icon-39-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-twitter-square\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'22c305fb137189935f79d64da0144c43e47dce1680c410fc49139db24c5d8cdf\' ct_options=\'{\"ct_id\":40,\"ct_parent\":33,\"selector\":\"link-40-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'23bf8584f9b01f3209b592af25ab84e9deebaa6d2386b5d1aae5b1b9bc021b63\' ct_options=\'{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"fancy_icon-41-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-youtube-play\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'6ac7150e2abd6274a79aa2f5f9c235bd7af07ec3a72d347315c84fc54bad85ad\' ct_options=\'{\"ct_id\":50,\"ct_parent\":30,\"selector\":\"div_block-50-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'979bd3db35d296227697d630a9eacd8261e4f1e24a6b34d9c38cbc399f27d96f\' ct_options=\'{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"text_block-51-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Safaris[/ct_text_block][ct_link_text ct_sign_sha256=\'2bcc1577a11febb83c9ad34ac51435586495542b401c69f3742e4b95197cfc4d\' ct_options=\'{\"ct_id\":52,\"ct_parent\":50,\"selector\":\"link_text-52-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/safaris/uganda-safaris/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']Uganda Safaris[/ct_link_text][ct_link_text ct_sign_sha256=\'4a05b8f9d942f419ae17e6000f59441e83d15361c77ab4bdad2a380659c4bb54\' ct_options=\'{\"ct_id\":53,\"ct_parent\":50,\"selector\":\"link_text-53-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/safaris/rwanda-safaris/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']Rwanda Safaris[/ct_link_text][ct_link_text ct_sign_sha256=\'ed0e8b0bf446f09d2657b15e0f7a631d1072c515facb27bcec956ac58003acf4\' ct_options=\'{\"ct_id\":121,\"ct_parent\":50,\"selector\":\"link_text-121-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/safaris/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"},\"activeselector\":false}\']All Safaris[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ba58e25b5cc7bdbdd4515a6e2011c4c9f900c15b468f481642b8f2ae27cf8b1f\' ct_options=\'{\"ct_id\":57,\"ct_parent\":30,\"selector\":\"div_block-57-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'2e480f01f3335e484f1734d7e3ab43c359ad096b504787277c04302f069ea39e\' ct_options=\'{\"ct_id\":58,\"ct_parent\":57,\"selector\":\"text_block-58-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Travel<br>[/ct_text_block][ct_link_text ct_sign_sha256=\'4801f51aefd206fa0677c5b9b9271a99e7f610f64ff0df2927349b9a38b3323b\' ct_options=\'{\"ct_id\":59,\"ct_parent\":57,\"selector\":\"link_text-59-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/about-us/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']About Us[/ct_link_text][ct_link_text ct_sign_sha256=\'1419e1ec7a1360d25a29ac361f8b43e19dbc203b1f417c6b0d90200b3140bd59\' ct_options=\'{\"ct_id\":117,\"ct_parent\":57,\"selector\":\"link_text-117-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/travel-information/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"},\"activeselector\":false}\']Travel Tips[/ct_link_text][ct_link_text ct_sign_sha256=\'35ace7fe9189dced1c9f7cce4ea1d979e2e775b2d1fe5dd90a4a79d14f1d4050\' ct_options=\'{\"ct_id\":60,\"ct_parent\":57,\"selector\":\"link_text-60-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/accommodation/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']Accommodation[/ct_link_text][ct_link_text ct_sign_sha256=\'bd3bc81d5a32e40d04d26a9d37dcc067ccfcc71797ce0afa1fa7f06f56665722\' ct_options=\'{\"ct_id\":61,\"ct_parent\":57,\"selector\":\"link_text-61-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/bird-watching/\",\"url_encoded\":\"true\",\"hover_color\":\"color(1)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"},\"activeselector\":\"c-footer-link-light\"}\']Birdwatching[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a0f5898a5cf20d7c3903829164cd643adfee0a96c3083515e809189bd2f48837\' ct_options=\'{\"ct_id\":64,\"ct_parent\":30,\"selector\":\"div_block-64-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'c50b276c1288f384c4d9523473e00ff9ecb236575c62fafda1b8d03a0dbf5e5d\' ct_options=\'{\"ct_id\":65,\"ct_parent\":64,\"selector\":\"text_block-65-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Contact Us<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'fd59a1735b5adf534af74870a86beabea318260ebe100d6ca35e4669827f49ef\' ct_options=\'{\"ct_id\":105,\"ct_parent\":64,\"selector\":\"text_block-105-45\",\"classes\":{\"0\":\"c-footer-text-light\"},\"activeselector\":\"c-footer-text-light\"}\']P.O. Box, 7473. Kampala, Uganda<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'652e6ed7721e2bad9ebdd553498cba49f565f6c4913dd69c9509a307bc9b09dc\' ct_options=\'{\"ct_id\":107,\"ct_parent\":64,\"selector\":\"text_block-107-45\",\"classes\":{\"0\":\"c-footer-text-light\"},\"activeselector\":\"c-footer-text-light\"}\']+256&nbsp; (0) 781 516 422<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'49943220308feff524e2ed3293022d136aec9f0d070fbc9a3f24c75eb7834de9\' ct_options=\'{\"ct_id\":109,\"ct_parent\":64,\"selector\":\"text_block-109-45\",\"classes\":{\"0\":\"c-footer-text-light\"},\"activeselector\":\"c-footer-text-light\"}\']+256&nbsp; (0) 702 238 922<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'098fd0bd3787877013822614827d205841cdaec2fb39ef8baef531b273b2dc7a\' ct_options=\'{\"ct_id\":123,\"ct_parent\":64,\"selector\":\"text_block-123-45\",\"classes\":{\"0\":\"c-footer-text-light\"},\"activeselector\":\"c-footer-text-light\"}\']+256&nbsp; (0) 784 508 393<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'7bf013433410e034adc157291712029f379c0e43ca69465b2609d1f0b68b1acf\' ct_options=\'{\"ct_id\":111,\"ct_parent\":64,\"selector\":\"text_block-111-45\",\"classes\":{\"0\":\"c-footer-text-light\"},\"activeselector\":\"c-footer-text-light\"}\']info@gorillaafricasafaris.com[/ct_text_block][/ct_div_block_3][/ct_div_block_2][ct_new_columns_2 ct_sign_sha256=\'86cb767dba2b61e226d6d37c6492ac991e7842190c51641a41f85bcae060ce7d\' ct_options=\'{\"ct_id\":125,\"ct_parent\":28,\"selector\":\"new_columns-125-45\",\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'b7c802027f16df87db35cec7a9ff592b546ccdddb6b30f8c1e17555357fb1916\' ct_options=\'{\"ct_id\":126,\"ct_parent\":125,\"selector\":\"div_block-126-45\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\",\"padding-top\":\"0\",\"padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_text_block ct_sign_sha256=\'d569c936b62f6e3131282f92cd389c21c9439738c332e1d665846ca746837924\' ct_options=\'{\"ct_id\":71,\"ct_parent\":126,\"selector\":\"text_block-71-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-s\",\"1\":\"c-text-light\"},\"nicename\":\"Copyright\"}\']Copyright © 2021 Gorilla African Tours &amp; Travel[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'e2b182c8871168f0c56b6a53fa410cd33b03c9717ad15661f9b126a3946c8482\' ct_options=\'{\"ct_id\":127,\"ct_parent\":125,\"selector\":\"div_block-127-45\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\",\"padding-top\":\"0\",\"padding-bottom\":\"0\",\"margin-top\":\"0\",\"margin-bottom\":\"0\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"flex-end\"},\"activeselector\":false}\'][ct_text_block ct_sign_sha256=\'f3e04ca5ada7d3476e91339e20a956ca08b61e9f94bd544fb68666fbd7e82ebe\' ct_options=\'{\"ct_id\":131,\"ct_parent\":127,\"selector\":\"text_block-131-45\",\"classes\":{\"0\":\"c-text-light\",\"1\":\"c-text-s\"},\"activeselector\":false}\']An <a href=\"https://www.intergise.com\">Intergise</a> website<br>[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section]'),(3211,45,'ct_builder_shortcodes_revisions_dates','1625729213'),(3212,2,'oxygen_vsb_components_screenshots','a:5:{i:2;s:97:\"http://gorillaafricasafaris.com/wp-content/uploads/2021/07/resized-component-screenshot-2-2-1.png\";i:17;s:98:\"http://gorillaafricasafaris.com/wp-content/uploads/2021/07/resized-component-screenshot-2-17-1.png\";i:37;s:96:\"http://gorillaafricasafaris.com/wp-content/uploads/2021/07/resized-component-screenshot-2-37.png\";i:71;s:96:\"http://gorillaafricasafaris.com/wp-content/uploads/2021/07/resized-component-screenshot-2-71.png\";s:4:\"page\";s:88:\"http://gorillaafricasafaris.com/wp-content/uploads/2021/07/resized-page-screenshot-2.png\";}'),(3213,2,'_ct_connection_screenshots_generated','2021-07-08 07:29:49'),(3214,2,'rank_math_seo_score','18'),(3215,2,'ct_oxygenberg_full_page_block','1'),(3216,2,'ct_full_page_block_backup',''),(3217,18,'rank_math_seo_score','12'),(3218,18,'ct_oxygenberg_full_page_block',''),(3220,24,'oxygen_vsb_components_screenshots','a:2:{i:2;s:96:\"http://gorillaafricasafaris.com/wp-content/uploads/2021/07/resized-component-screenshot-24-2.png\";s:4:\"page\";s:89:\"http://gorillaafricasafaris.com/wp-content/uploads/2021/07/resized-page-screenshot-24.png\";}'),(3221,24,'_ct_connection_screenshots_generated','2021-07-08 07:46:53'),(3222,24,'rank_math_seo_score','7'),(3223,24,'ct_oxygenberg_full_page_block','1'),(3224,24,'ct_full_page_block_backup',''),(3225,26,'oxygen_vsb_components_screenshots','a:2:{i:2;s:96:\"http://gorillaafricasafaris.com/wp-content/uploads/2021/07/resized-component-screenshot-26-2.png\";s:4:\"page\";s:89:\"http://gorillaafricasafaris.com/wp-content/uploads/2021/07/resized-page-screenshot-26.png\";}'),(3226,26,'_ct_connection_screenshots_generated','2021-07-08 07:47:22'),(3227,26,'rank_math_seo_score','9'),(3228,26,'ct_oxygenberg_full_page_block','1'),(3229,26,'ct_full_page_block_backup',''),(3230,28,'oxygen_vsb_components_screenshots','a:6:{i:4;s:96:\"http://gorillaafricasafaris.com/wp-content/uploads/2021/07/resized-component-screenshot-28-4.png\";i:60;s:97:\"http://gorillaafricasafaris.com/wp-content/uploads/2021/07/resized-component-screenshot-28-60.png\";i:14;s:97:\"http://gorillaafricasafaris.com/wp-content/uploads/2021/07/resized-component-screenshot-28-14.png\";i:85;s:97:\"http://gorillaafricasafaris.com/wp-content/uploads/2021/07/resized-component-screenshot-28-85.png\";i:49;s:97:\"http://gorillaafricasafaris.com/wp-content/uploads/2021/07/resized-component-screenshot-28-49.png\";s:4:\"page\";s:89:\"http://gorillaafricasafaris.com/wp-content/uploads/2021/07/resized-page-screenshot-28.png\";}'),(3231,28,'_ct_connection_screenshots_generated','2021-07-08 07:48:02'),(3232,28,'rank_math_seo_score','18'),(3233,28,'ct_oxygenberg_full_page_block','1'),(3234,28,'ct_full_page_block_backup',''),(3235,30,'oxygen_vsb_components_screenshots','a:6:{i:48;s:97:\"http://gorillaafricasafaris.com/wp-content/uploads/2021/07/resized-component-screenshot-30-48.png\";i:95;s:97:\"http://gorillaafricasafaris.com/wp-content/uploads/2021/07/resized-component-screenshot-30-95.png\";i:63;s:97:\"http://gorillaafricasafaris.com/wp-content/uploads/2021/07/resized-component-screenshot-30-63.png\";i:67;s:97:\"http://gorillaafricasafaris.com/wp-content/uploads/2021/07/resized-component-screenshot-30-67.png\";i:71;s:97:\"http://gorillaafricasafaris.com/wp-content/uploads/2021/07/resized-component-screenshot-30-71.png\";s:4:\"page\";s:89:\"http://gorillaafricasafaris.com/wp-content/uploads/2021/07/resized-page-screenshot-30.png\";}'),(3236,30,'_ct_connection_screenshots_generated','2021-07-08 07:48:43'),(3237,30,'rank_math_seo_score','13'),(3238,30,'ct_oxygenberg_full_page_block','1'),(3239,30,'ct_full_page_block_backup',''),(3240,34,'oxygen_vsb_components_screenshots','a:2:{i:10;s:97:\"http://gorillaafricasafaris.com/wp-content/uploads/2021/07/resized-component-screenshot-34-10.png\";s:4:\"page\";s:89:\"http://gorillaafricasafaris.com/wp-content/uploads/2021/07/resized-page-screenshot-34.png\";}'),(3241,34,'_ct_connection_screenshots_generated','2021-07-08 07:49:14'),(3242,34,'rank_math_seo_score','7'),(3243,34,'ct_oxygenberg_full_page_block','1'),(3244,34,'ct_full_page_block_backup',''),(3245,142,'oxygen_vsb_components_screenshots','a:2:{i:27;s:98:\"http://gorillaafricasafaris.com/wp-content/uploads/2021/07/resized-component-screenshot-142-27.png\";s:4:\"page\";s:90:\"http://gorillaafricasafaris.com/wp-content/uploads/2021/07/resized-page-screenshot-142.png\";}'),(3246,142,'_ct_connection_screenshots_generated','2021-07-08 07:49:42'),(3247,142,'rank_math_seo_score','7'),(3248,142,'ct_oxygenberg_full_page_block','1'),(3249,142,'ct_full_page_block_backup',''),(3250,45,'ct_builder_shortcodes_revisions','[oxy_header ct_sign_sha256=\'ef720942326113ad5a353d7c5305e599b4cbada919a789b25532ad4abf25d2f0\' ct_options=\'{\"ct_id\":72,\"ct_parent\":0,\"selector\":\"_header-72-45\",\"original\":{\"sticky-media\":\"tablet\",\"sticky_scroll_distance\":\"300\",\"globalConditionsResult\":true,\"sticky_header\":\"yes\",\"sticky_header_fade_in\":\"yes\",\"sticky_header_fade_in_speed\":\"0.6\",\"sticky-box-shadow\":\"0px 5px 20px -15px rgba(0,0,0,0.1);\"},\"classes\":{\"0\":\"c-shadow\",\"1\":\"c-header\"},\"nicename\":\"Header\",\"activeselector\":\"c-header\"}\'][oxy_header_row ct_sign_sha256=\'e3bca8885d6144c1a3ea5b6861721fd265e47fea68f28733906d9fc5896802db\' ct_options=\'{\"ct_id\":73,\"ct_parent\":72,\"selector\":\"_header_row-73-45\",\"original\":{\"globalConditionsResult\":true,\"padding-top\":\"10\",\"padding-bottom\":\"10\",\"hide_in_sticky\":\"yes\",\"background-color\":\"color(3)\",\"hide-row\":\"tablet\"},\"classes\":{},\"nicename\":\"Subheader\"}\'][oxy_header_left ct_sign_sha256=\'a924844042f4f6ea4870c63ae7de726462cc4357be094f1274e7279b440a40c1\' ct_options=\'{\"ct_id\":74,\"ct_parent\":73,\"selector\":\"_header_left-74-45\"}\'][ct_div_block_2 ct_sign_sha256=\'f352434f017adde70caf893a4fb671a2d68739492b017d653ef3abc962befe8b\' ct_options=\'{\"ct_id\":75,\"ct_parent\":74,\"selector\":\"div_block-75-45\",\"original\":{\"globalConditionsResult\":true,\"display\":\"flex\"},\"activeselector\":\"c-header-contact\",\"media\":{\"phone-landscape\":{\"original\":{\"flex-direction\":\"column\",\"display\":\"flex\",\"align-items\":\"flex-start\",\"text-align\":\"left\"}}},\"nicename\":\"Contacts\",\"classes\":{\"0\":\"c-header-contact\"}}\'][ct_link_3 ct_sign_sha256=\'62a9b1a66a133de6e9fc109c2b30b1eda5a64276293d5b400bb3bc25a16c3ef2\' ct_options=\'{\"ct_id\":76,\"ct_parent\":75,\"selector\":\"link-76-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"mailto:info@gorillaafricasafaris.com\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-link-m\"},\"activeselector\":false,\"media\":{\"phone-landscape\":{\"original\":{\"margin-bottom\":\"7\"}}}}\'][ct_fancy_icon ct_sign_sha256=\'d3d4d6165cbace3769cf7339b59cb47ef51c45338ed098108b88ee176edf795d\' ct_options=\'{\"ct_id\":77,\"ct_parent\":76,\"selector\":\"fancy_icon-77-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-envelope\"},\"classes\":{\"0\":\"c-icon-accent-m\",\"1\":\"c-margin-right-xs\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'c5a81e6b7015b87b6e13a156c7afb2086902526926dc33265f4521c9173595cd\' ct_options=\'{\"ct_id\":78,\"ct_parent\":76,\"selector\":\"text_block-78-45\",\"original\":{\"globalConditionsResult\":true,\"color\":\"color(10)\"},\"activeselector\":false}\']info@gorillaafricasafaris.com[/ct_text_block][/ct_link_3][ct_link_3 ct_sign_sha256=\'a2296451bd09074f8626849e1b6efa377901335e0769232aaa0b0ea4553f73d2\' ct_options=\'{\"ct_id\":79,\"ct_parent\":75,\"selector\":\"link-79-45\",\"original\":{\"globalConditionsResult\":true,\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-link-m\"}}\'][ct_fancy_icon ct_sign_sha256=\'484a6671c88991dd2f674fb71324b4d2a9407d343465febd70a3c06ce54eced6\' ct_options=\'{\"ct_id\":80,\"ct_parent\":79,\"selector\":\"fancy_icon-80-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-phone\"},\"classes\":{\"0\":\"c-icon-accent-m\",\"1\":\"c-margin-right-xs\"},\"activeselector\":false}\'][/ct_fancy_icon][ct_text_block ct_sign_sha256=\'0639930b8cf5ec4b41ec292e3c8c95224bfac0c671f5fa7813e7dc3fb9360098\' ct_options=\'{\"ct_id\":81,\"ct_parent\":79,\"selector\":\"text_block-81-45\",\"original\":{\"globalConditionsResult\":true,\"color\":\"color(10)\"},\"activeselector\":false}\']+256 781516422[/ct_text_block][/ct_link_3][/ct_div_block_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'232fc2a82f2ff94a0473506aff39e4ba65f22d1ff370b7136a7085c3d2db2737\' ct_options=\'{\"ct_id\":82,\"ct_parent\":73,\"selector\":\"_header_center-82-45\"}\'][/oxy_header_center][oxy_header_right ct_sign_sha256=\'047b719ff577c29e3abadd5f64567390b07ad725f64543ec52b5a24ad58c4278\' ct_options=\'{\"ct_id\":83,\"ct_parent\":73,\"selector\":\"_header_right-83-45\"}\'][ct_div_block_2 ct_sign_sha256=\'d9aae367279fcdfe23d1ff7dc96343a27b8feea5532d43f96d88fe53a53c29b1\' ct_options=\'{\"ct_id\":84,\"ct_parent\":83,\"selector\":\"div_block-84-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-inline\"},\"nicename\":\"Social Icons\"}\'][ct_link_3 ct_sign_sha256=\'62c1011db63d25e32a6f2608241f01e3fe679bc7341a6b3f71a72770f840c805\' ct_options=\'{\"ct_id\":85,\"ct_parent\":84,\"selector\":\"link-85-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'9792c1e08d8992b11a2a387c6e902ea7431ac45eefd9efa5146dc88ed6d6a86d\' ct_options=\'{\"ct_id\":86,\"ct_parent\":85,\"selector\":\"fancy_icon-86-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-facebook\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'b815191707a6797a67e6e3ef2c35d70ac87edcf4517aa2bbafdad3c428d3d0de\' ct_options=\'{\"ct_id\":87,\"ct_parent\":84,\"selector\":\"link-87-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'ea663881ac5a164ddafcf0217f6bc916651722a67f5cf5009defdb307a7e681c\' ct_options=\'{\"ct_id\":88,\"ct_parent\":87,\"selector\":\"fancy_icon-88-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-twitter\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'4490e6c0f86a68b748b318bed5035d1d4bbe81f3a424ba6e60c337f29349f66f\' ct_options=\'{\"ct_id\":89,\"ct_parent\":84,\"selector\":\"link-89-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'1088c105500411b13195bba8294b2dee9d3878a8f7e14a234ccd746979d8824e\' ct_options=\'{\"ct_id\":90,\"ct_parent\":89,\"selector\":\"fancy_icon-90-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-linkedin\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][ct_link_3 ct_sign_sha256=\'f2e1089fbc00b88add45da1c3c7eec8cbcf93de1e3e8aaac2ddba271a96b2fe5\' ct_options=\'{\"ct_id\":91,\"ct_parent\":84,\"selector\":\"link-91-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"}}\'][ct_fancy_icon ct_sign_sha256=\'f3055a5c992f9ceb4041536312dcee296c3d30e4b6f712f1ada33f679cbf91b2\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"fancy_icon-92-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-youtube-play\"},\"classes\":{\"0\":\"c-social-icon\",\"1\":\"c-transition\"}}\'][/ct_fancy_icon][/ct_link_3][/ct_div_block_2][/oxy_header_right][/oxy_header_row][oxy_header_row ct_sign_sha256=\'b47eb45416269c5b16f2019277a60e00965e23c61f9f4f2202390b6d4044a25a\' ct_options=\'{\"ct_id\":93,\"ct_parent\":72,\"selector\":\"_header_row-93-45\",\"original\":{\"globalConditionsResult\":true,\"padding-top\":\"20\",\"padding-bottom\":\"20\",\"background-color\":\"color(5)\"},\"nicename\":\"Main Header\",\"activeselector\":false,\"classes\":{}}\'][oxy_header_left ct_sign_sha256=\'5066a6d28976f835974c4796f02c043df67fc1003cadea70d2530329da031c93\' ct_options=\'{\"ct_id\":94,\"ct_parent\":93,\"selector\":\"_header_left-94-45\"}\'][ct_link_2 ct_sign_sha256=\'d3836b0280a04905621692915c645c2e755f8cc99f38ae41a426a465aca0e17e\' ct_options=\'{\"ct_id\":95,\"ct_parent\":94,\"selector\":\"link-95-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com\",\"url_encoded\":\"true\"},\"nicename\":\"Logo\"}\'][ct_image ct_sign_sha256=\'bf3250a97eaf2b1e00214d8b88ff8166a141a6013afec2be8be602f98397e492\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"image-96-45\",\"original\":{\"globalConditionsResult\":true,\"src\":\"http://gorillaafricasafaris.com/wp-content/uploads/2021/05/gorilla-african-tours-travel-logo.png\"},\"classes\":{},\"activeselector\":false}\'][/ct_image][/ct_link_2][/oxy_header_left][oxy_header_center ct_sign_sha256=\'c12d1cf91fe87ee4ae140dc7d4b28ab7aac334880793ab2be1889d4ed8b856cc\' ct_options=\'{\"ct_id\":97,\"ct_parent\":93,\"selector\":\"_header_center-97-45\"}\'][oxy-pro-menu ct_sign_sha256=\'3f2fa7545c3a39fc8a55fc720587405d6f396f4571afa8fc955a9311ae5df36f\' ct_options=\'{\"ct_id\":98,\"ct_parent\":97,\"selector\":\"-pro-menu-98-45\",\"original\":{\"globalConditionsResult\":true,\"menu_id\":\"2\",\"oxy-pro-menu_show_mobile_menu_below\":\"tablet\",\"oxy-pro-menu_orientation\":\"Horizontal\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\":{\"0\":\"global\",\"1\":\"Text\"},\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\":\"14\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\":\"500\",\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\":\"color(10)\",\"oxy-pro-menu_menu_item_padding_padding-left\":\"20\",\"oxy-pro-menu_menu_item_padding_padding-right\":\"20\",\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\":\"color(1)\",\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\":\"0.6\",\"oxy-pro-menu_mobile_menu_open_icon\":\"Lineariconsicon-menu\",\"oxy-pro-menu_mobile_menu_open_icon_text\":\"\",\"oxy-pro-menu_mobile_menu_close_icon\":\"Lineariconsicon-cross\",\"oxy-pro-menu_mobile_menu_close_icon_text\":\"\",\"oxy-pro-menu_off_canvas\":\"false\",\"oxy-pro-menu_off_canvas_alignment\":\"left\",\"menu_off_canvas_animation\":\"fade-right\",\"oxy-pro-menu_dropdown-border-radius\":\"7\",\"menu_dropdown_animation\":\"fade\",\"oxy-pro-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\":\"0\",\"oxy-pro-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\":\"3\",\"oxy-pro-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\":\"10\",\"oxy-pro-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\":\"rgba(0,0,0,0.1)\",\"oxy-pro-menu_dropdown_child_item_padding_padding-top\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-left\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-right\":\"20\",\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\":\"20\",\"oxy-pro-menu_dropdown_icon\":\"FontAwesomeicon-angle-down\",\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\":\"10\",\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\":\"5\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\":\"color(5)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\":\"color(3)\",\"oxy-pro-menu_show_dropdown_links_on_mobile\":\"toggle\",\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\":\"0.4\",\"oxy-pro-menu_menu_item_padding_padding-bottom\":\"5\",\"oxy-pro-menu_menu_item_padding_padding-top\":\"5\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\":\"color(10)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\":\"color(1)\",\"oxy-pro-menu_desktop_item_text_align\":\"Left\",\"text-transform\":\"uppercase\"},\"hover\":{\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\":\"color(1)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\":\"color(3)\",\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\":\"color(1)\"},\"media\":{\"tablet\":{\"original\":{\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\":\"30\",\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\":\"0.7\",\"order\":\"-1\",\"flex-shrink\":\"1\",\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\":\"0\",\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\":\"15\",\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\":\"4\",\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\":\"30\",\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\":\"4\",\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\":\"0.6\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width\":\"75\",\"oxy-pro-menu_mobile_item_text_align\":\"Center\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width-unit\":\"%\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width-unit\":\"%\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":{\"0\":\"global\",\"1\":\"Display\"},\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"30\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"600\",\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-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\":\"1.8\",\"oxy-pro-menu_mobile_menu_item_padding_padding-top\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-left\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-right\":\"10\",\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\":\"10\",\"oxy-pro-menu_dropdown_icon_size\":\"35\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\":\"2\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\":\"rgba(0,0,0,0)\",\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_color\":\"color(2)\",\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width\":\"80\"}}},\"nicename\":\"Menu\"}\'][/oxy-pro-menu][/oxy_header_center][oxy_header_right ct_sign_sha256=\'2ec10c418fc5d08b5e3c7cdb0a40fb0784d01648d3702e5aebbc4054bb7afadf\' ct_options=\'{\"ct_id\":99,\"ct_parent\":93,\"selector\":\"_header_right-99-45\"}\'][ct_link_text ct_sign_sha256=\'ce9dd935d80049b7678273ce88cded73a7d9bd8081e57295a221ac793cd779cb\' ct_options=\'{\"ct_id\":100,\"ct_parent\":99,\"selector\":\"link_text-100-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/reservations/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-btn-main\",\"1\":\"c-transition\",\"2\":\"c-btn-m\"},\"activeselector\":false,\"nicename\":\"CTA\"}\']Book Now[/ct_link_text][/oxy_header_right][/oxy_header_row][/oxy_header][ct_inner_content ct_sign_sha256=\'2e04f16a4375128fc9ea35f971fb75f98bb78e7075b51d206be581388a6ce002\' ct_options=\'{\"ct_id\":27,\"ct_parent\":\"0\",\"selector\":\"inner_content-27-45\"}\'][/ct_inner_content][ct_section ct_sign_sha256=\'d3c50b67d0a7b11fefc39be2fd5ba871dab2a8cd1798104d6a78c0bc9056ab03\' ct_options=\'{\"ct_id\":28,\"ct_parent\":0,\"selector\":\"section-28-45\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"footer\",\"container-padding-bottom\":\"10\"},\"activeselector\":false,\"nicename\":\"Footer Dark\",\"classes\":{\"0\":\"c-bg-dark\"}}\'][ct_div_block_2 ct_sign_sha256=\'09ac1811f230df18fe424385af1bc621e1f8cad38eab89a26f9fb529c7bfb22c\' ct_options=\'{\"ct_id\":30,\"ct_parent\":28,\"selector\":\"div_block-30-45\",\"original\":{\"globalConditionsResult\":true},\"nicename\":\"Columns\",\"classes\":{\"0\":\"c-columns-l-2\",\"1\":\"c-columns-gap-l\",\"2\":\"c-margin-bottom-m\",\"3\":\"c-columns-5\"},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'62c300a7ea52b4c0b1b00d9de80eeed8ff89d606022df64f08f01718279068e0\' ct_options=\'{\"ct_id\":31,\"ct_parent\":30,\"selector\":\"div_block-31-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-col-span-2\"},\"nicename\":\"Wide column\"}\'][ct_headline ct_sign_sha256=\'864a4d820b22f930590e6158bca019cdd2899c0efac8c4961ece785a04d8ac9d\' ct_options=\'{\"ct_id\":32,\"ct_parent\":31,\"selector\":\"headline-32-45\",\"original\":{\"globalConditionsResult\":true,\"tag\":\"h4\",\"max-width\":\"350\"},\"classes\":{\"0\":\"c-h4\",\"1\":\"c-margin-bottom-m\",\"2\":\"c-heading-light\"}}\']Gorilla African Tours &amp; Travel offers you romance, fun and adventure and promises to provide you with the most memorable times of your life.<br>[/ct_headline][ct_div_block_4 ct_sign_sha256=\'b1d5297a8888437ee97152424f1d7001808525e2197adbccf09a781b9851ad17\' ct_options=\'{\"ct_id\":33,\"ct_parent\":31,\"selector\":\"div_block-33-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-inline\"}}\'][ct_link_5 ct_sign_sha256=\'3d99fc4e7d9e8aef72f1de4c3d8957fafdf33e6146acdf962479265946ba588b\' ct_options=\'{\"ct_id\":34,\"ct_parent\":33,\"selector\":\"link-34-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'470f4f276d64b6151172edc3d10ab7cf406690631c313ae65812c732bf4e2706\' ct_options=\'{\"ct_id\":35,\"ct_parent\":34,\"selector\":\"fancy_icon-35-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-facebook-square\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'efff8bd122a42432c0acf8e71a53a173640835e46d817702cae0707f3245baae\' ct_options=\'{\"ct_id\":36,\"ct_parent\":33,\"selector\":\"link-36-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'0c6e93ece9d3ac36a71c6a6bbe3337e289a6fdc5f778132db287c5b2f69ccf40\' ct_options=\'{\"ct_id\":37,\"ct_parent\":36,\"selector\":\"fancy_icon-37-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-instagram\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'29a3fb6d59f75eb948d9b44feb49e83977d685db31608a962be56e6dbe884a90\' ct_options=\'{\"ct_id\":38,\"ct_parent\":33,\"selector\":\"link-38-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'71663c25635fdda328da25051c82c97ccdc4f2aa18b823bf2cbd2369e5c4528f\' ct_options=\'{\"ct_id\":39,\"ct_parent\":38,\"selector\":\"fancy_icon-39-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-twitter-square\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][ct_link_5 ct_sign_sha256=\'22c305fb137189935f79d64da0144c43e47dce1680c410fc49139db24c5d8cdf\' ct_options=\'{\"ct_id\":40,\"ct_parent\":33,\"selector\":\"link-40-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://\",\"target\":\"_blank\",\"url_encoded\":\"true\"},\"nicename\":\"Social Icon Link\"}\'][ct_fancy_icon ct_sign_sha256=\'23bf8584f9b01f3209b592af25ab84e9deebaa6d2386b5d1aae5b1b9bc021b63\' ct_options=\'{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"fancy_icon-41-45\",\"original\":{\"globalConditionsResult\":true,\"icon-id\":\"FontAwesomeicon-youtube-play\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-follow-light\"}}\'][/ct_fancy_icon][/ct_link_5][/ct_div_block_4][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'6ac7150e2abd6274a79aa2f5f9c235bd7af07ec3a72d347315c84fc54bad85ad\' ct_options=\'{\"ct_id\":50,\"ct_parent\":30,\"selector\":\"div_block-50-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'979bd3db35d296227697d630a9eacd8261e4f1e24a6b34d9c38cbc399f27d96f\' ct_options=\'{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"text_block-51-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Safaris[/ct_text_block][ct_link_text ct_sign_sha256=\'2bcc1577a11febb83c9ad34ac51435586495542b401c69f3742e4b95197cfc4d\' ct_options=\'{\"ct_id\":52,\"ct_parent\":50,\"selector\":\"link_text-52-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/safaris/uganda-safaris/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']Uganda Safaris[/ct_link_text][ct_link_text ct_sign_sha256=\'4a05b8f9d942f419ae17e6000f59441e83d15361c77ab4bdad2a380659c4bb54\' ct_options=\'{\"ct_id\":53,\"ct_parent\":50,\"selector\":\"link_text-53-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/safaris/rwanda-safaris/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']Rwanda Safaris[/ct_link_text][ct_link_text ct_sign_sha256=\'ed0e8b0bf446f09d2657b15e0f7a631d1072c515facb27bcec956ac58003acf4\' ct_options=\'{\"ct_id\":121,\"ct_parent\":50,\"selector\":\"link_text-121-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/safaris/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"},\"activeselector\":false}\']All Safaris[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'ba58e25b5cc7bdbdd4515a6e2011c4c9f900c15b468f481642b8f2ae27cf8b1f\' ct_options=\'{\"ct_id\":57,\"ct_parent\":30,\"selector\":\"div_block-57-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'2e480f01f3335e484f1734d7e3ab43c359ad096b504787277c04302f069ea39e\' ct_options=\'{\"ct_id\":58,\"ct_parent\":57,\"selector\":\"text_block-58-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Travel<br>[/ct_text_block][ct_link_text ct_sign_sha256=\'4801f51aefd206fa0677c5b9b9271a99e7f610f64ff0df2927349b9a38b3323b\' ct_options=\'{\"ct_id\":59,\"ct_parent\":57,\"selector\":\"link_text-59-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/about-us/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']About Us[/ct_link_text][ct_link_text ct_sign_sha256=\'1419e1ec7a1360d25a29ac361f8b43e19dbc203b1f417c6b0d90200b3140bd59\' ct_options=\'{\"ct_id\":117,\"ct_parent\":57,\"selector\":\"link_text-117-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/travel-information/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"},\"activeselector\":false}\']Travel Tips[/ct_link_text][ct_link_text ct_sign_sha256=\'35ace7fe9189dced1c9f7cce4ea1d979e2e775b2d1fe5dd90a4a79d14f1d4050\' ct_options=\'{\"ct_id\":60,\"ct_parent\":57,\"selector\":\"link_text-60-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/accommodation/\",\"url_encoded\":\"true\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"}}\']Accommodation[/ct_link_text][ct_link_text ct_sign_sha256=\'bd3bc81d5a32e40d04d26a9d37dcc067ccfcc71797ce0afa1fa7f06f56665722\' ct_options=\'{\"ct_id\":61,\"ct_parent\":57,\"selector\":\"link_text-61-45\",\"original\":{\"globalConditionsResult\":true,\"url\":\"http://gorillaafricasafaris.com/bird-watching/\",\"url_encoded\":\"true\",\"hover_color\":\"color(1)\"},\"classes\":{\"0\":\"c-transition\",\"1\":\"c-footer-link-light\"},\"activeselector\":\"c-footer-link-light\"}\']Birdwatching[/ct_link_text][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a0f5898a5cf20d7c3903829164cd643adfee0a96c3083515e809189bd2f48837\' ct_options=\'{\"ct_id\":64,\"ct_parent\":30,\"selector\":\"div_block-64-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{},\"nicename\":\"Narrow column\"}\'][ct_text_block ct_sign_sha256=\'c50b276c1288f384c4d9523473e00ff9ecb236575c62fafda1b8d03a0dbf5e5d\' ct_options=\'{\"ct_id\":65,\"ct_parent\":64,\"selector\":\"text_block-65-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-margin-bottom-s\",\"1\":\"c-footer-heading-light\"}}\']Contact Us<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'fd59a1735b5adf534af74870a86beabea318260ebe100d6ca35e4669827f49ef\' ct_options=\'{\"ct_id\":105,\"ct_parent\":64,\"selector\":\"text_block-105-45\",\"classes\":{\"0\":\"c-footer-text-light\"},\"activeselector\":\"c-footer-text-light\"}\']P.O. Box, 7473. Kampala, Uganda<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'652e6ed7721e2bad9ebdd553498cba49f565f6c4913dd69c9509a307bc9b09dc\' ct_options=\'{\"ct_id\":107,\"ct_parent\":64,\"selector\":\"text_block-107-45\",\"classes\":{\"0\":\"c-footer-text-light\"},\"activeselector\":\"c-footer-text-light\"}\']+256&nbsp; (0) 781 516 422<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'49943220308feff524e2ed3293022d136aec9f0d070fbc9a3f24c75eb7834de9\' ct_options=\'{\"ct_id\":109,\"ct_parent\":64,\"selector\":\"text_block-109-45\",\"classes\":{\"0\":\"c-footer-text-light\"},\"activeselector\":\"c-footer-text-light\"}\']+256&nbsp; (0) 702 238 922<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'098fd0bd3787877013822614827d205841cdaec2fb39ef8baef531b273b2dc7a\' ct_options=\'{\"ct_id\":123,\"ct_parent\":64,\"selector\":\"text_block-123-45\",\"classes\":{\"0\":\"c-footer-text-light\"},\"activeselector\":\"c-footer-text-light\"}\']+256&nbsp; (0) 784 508 393<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'7bf013433410e034adc157291712029f379c0e43ca69465b2609d1f0b68b1acf\' ct_options=\'{\"ct_id\":111,\"ct_parent\":64,\"selector\":\"text_block-111-45\",\"classes\":{\"0\":\"c-footer-text-light\"},\"activeselector\":\"c-footer-text-light\"}\']info@gorillaafricasafaris.com[/ct_text_block][/ct_div_block_3][/ct_div_block_2][ct_new_columns_2 ct_sign_sha256=\'86cb767dba2b61e226d6d37c6492ac991e7842190c51641a41f85bcae060ce7d\' ct_options=\'{\"ct_id\":125,\"ct_parent\":28,\"selector\":\"new_columns-125-45\",\"activeselector\":false}\'][ct_div_block_2 ct_sign_sha256=\'b7c802027f16df87db35cec7a9ff592b546ccdddb6b30f8c1e17555357fb1916\' ct_options=\'{\"ct_id\":126,\"ct_parent\":125,\"selector\":\"div_block-126-45\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\",\"padding-top\":\"0\",\"padding-bottom\":\"0\"},\"activeselector\":false}\'][ct_text_block ct_sign_sha256=\'d569c936b62f6e3131282f92cd389c21c9439738c332e1d665846ca746837924\' ct_options=\'{\"ct_id\":71,\"ct_parent\":126,\"selector\":\"text_block-71-45\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-text-s\",\"1\":\"c-text-light\"},\"nicename\":\"Copyright\"}\']Copyright © 2021 Gorilla African Tours &amp; Travel[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'e2b182c8871168f0c56b6a53fa410cd33b03c9717ad15661f9b126a3946c8482\' ct_options=\'{\"ct_id\":127,\"ct_parent\":125,\"selector\":\"div_block-127-45\",\"original\":{\"width\":\"50\",\"width-unit\":\"%\",\"padding-top\":\"0\",\"padding-bottom\":\"0\",\"margin-top\":\"0\",\"margin-bottom\":\"0\",\"flex-direction\":\"column\",\"display\":\"flex\",\"text-align\":\"left\",\"align-items\":\"flex-end\"},\"activeselector\":false}\'][ct_text_block ct_sign_sha256=\'f3e04ca5ada7d3476e91339e20a956ca08b61e9f94bd544fb68666fbd7e82ebe\' ct_options=\'{\"ct_id\":131,\"ct_parent\":127,\"selector\":\"text_block-131-45\",\"classes\":{\"0\":\"c-text-light\",\"1\":\"c-text-s\"},\"activeselector\":false}\']An <a href=\"https://www.intergise.com\">Intergise</a> website<br>[/ct_text_block][/ct_div_block_2][/ct_new_columns_2][/ct_section]'),(3251,45,'ct_builder_shortcodes_revisions_dates','1627461246'),(3252,76,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'77fbfa1aeadcb5b690808761437ca1a66595a768a3690bd37e2a33d1f1c26dac\' ct_options=\'{\"ct_id\":210,\"ct_parent\":0,\"selector\":\"section-210-76\"}\'][ct_new_columns_2 ct_sign_sha256=\'57341d1ee4b09bc3faba06de1bb61bafd80e3676ad5dad7983bcf0a0843cf87a\' ct_options=\'{\"ct_id\":311,\"ct_parent\":210,\"selector\":\"new_columns-311-76\"}\'][ct_div_block_2 ct_sign_sha256=\'99b8a36cc30a8f145c6c6061327c8c9cf20ae9a7f30993c14149a0794bc47068\' ct_options=\'{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"div_block-312-76\",\"original\":{\"width-unit\":\"%\",\"width\":\"65\"},\"activeselector\":false}\'][ct_image ct_sign_sha256=\'be16f5f08ff93791bcd1863676daa4b65653b7d476092554f6213bd9b051171c\' ct_options=\'{\"ct_id\":250,\"ct_parent\":312,\"selector\":\"image-250-76\",\"original\":{\"src\":\"[oxygen ct_sign_sha256=\'199daf2d416f4ea1b900bdfa3ea016d44cfdd2cd90f09d5a79300a6e0838a4f7\' data=\'featured_image\' ]\",\"srcdynamic\":true,\"alt\":\"W294eWdlbiBjdF9zaWduX3NoYTI1Nj0nYzNhMjFlNmNjOTQxYjUyMzlhNjg2NmExYTQzYjcwYjA3MTExNmExMzlkMDYyYjYwMGI2NmJiMzQ4NzlkMWJkNycgZGF0YT0nZmVhdHVyZWRfaW1hZ2VfYWx0JyBd\",\"globalconditions\":{\"0\":{\"name\":\"Post Has Featured Image\",\"operator\":0,\"value\":\"MQ==\",\"searchValue\":\"MQ==\"}}},\"activeselector\":false}\'][/ct_image][ct_headline ct_sign_sha256=\'992d0a3929590dd8a769733af9f35bdb9e9a42f1d85dbb35d64adf97710c02c9\' ct_options=\'{\"ct_id\":214,\"ct_parent\":312,\"selector\":\"headline-214-76\",\"original\":{\"tag\":\"h1\"}}\'][ct_span ct_sign_sha256=\'3ee1e8572c7ad2f6c70c19c3294c211ba44c2e6b1ae6c25bbd53a44ed8eb6e12\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"span-215-76\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span]<br>[/ct_headline][oxy_dynamic_list_3 ct_sign_sha256=\'a2651bbd3b1669ee4b217e2f6cd34f42a82dd3bc96cb8cd44865fb13e2563634\' ct_options=\'{\"ct_id\":217,\"ct_parent\":312,\"selector\":\"_dynamic_list-217-76\",\"original\":{\"use_acf_repeater\":\"true\",\"acf_repeater\":\"field_60af2c3adac03\"},\"activeselector\":false}\'][ct_div_block_4 ct_sign_sha256=\'e519c4cd0c4f526bfbd86721997d931b7406be0845ae35c7ab5604fc96444041\' ct_options=\'{\"ct_id\":218,\"ct_parent\":217,\"selector\":\"div_block-218-76\"}\'][ct_headline ct_sign_sha256=\'44ec188d29d67b4d84dcdf062c83c2bb76bf0aa9f8d44a27ca4e375da8143cd7\' ct_options=\'{\"ct_id\":219,\"ct_parent\":218,\"selector\":\"headline-219-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'92ec11af143454f42644d286a6c30b0ffde74232bb0cd60d51a300dade7bbec5\' ct_options=\'{\"ct_id\":220,\"ct_parent\":219,\"selector\":\"span-220-76\"}\'][oxygen ct_sign_sha256=\'a71beacffe36041017ce299fb8e6e4e56d72aa94b6a11785c913e152187cf07a\' data=\'acfreparray\' field=\'day_heading\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_headline][ct_text_block ct_sign_sha256=\'70d1edeb65055cad26ffcc7e55202eed465e8c3ff038c32ec6131ead2048d814\' ct_options=\'{\"ct_id\":221,\"ct_parent\":218,\"selector\":\"text_block-221-76\"}\'][ct_span ct_sign_sha256=\'feea15b6b8eca9e6a7736886a853ae2e49ea31e75a4f6de14d750e949bb864bd\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"span-222-76\"}\'][oxygen ct_sign_sha256=\'388dfe89c4d6d2a3ba1c7dc6f9b93548b9f8722c40ae54bbee1716975fe5bc63\' data=\'acfreparray\' field=\'day_details\' repeater=\'field_60af2c3adac03\' ][/ct_span][/ct_text_block][/ct_div_block_4][/oxy_dynamic_list_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'9555aa13b82c98756068c3668dcff598e62600d887618564a75b6342f6cbce01\' ct_options=\'{\"ct_id\":313,\"ct_parent\":311,\"selector\":\"div_block-313-76\",\"original\":{\"width\":\"35.00\",\"width-unit\":\"%\"},\"classes\":{},\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'a5a16c1ed72a70a79987813a5746df93c043ec8d823e5fe6058e6c5225defae8\' ct_options=\'{\"ct_id\":259,\"ct_parent\":313,\"selector\":\"div_block-259-76\",\"classes\":{\"0\":\"form-wrapper\",\"1\":\"sticky\"},\"activeselector\":\"sticky\"}\'][ct_headline ct_sign_sha256=\'9f04107d6327e0832c25ae6f359873b4b7101c6ca2bae45aa63c12b179e001e6\' ct_options=\'{\"ct_id\":252,\"ct_parent\":259,\"selector\":\"headline-252-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false,\"classes\":{\"0\":\"c-heading-light\"}}\']Talk to Us About This Tour[/ct_headline][ct_text_block ct_sign_sha256=\'d114f518f4805b589cd4207e10e22d7615e68c50f43986154d7cf61cdc180c94\' ct_options=\'{\"ct_id\":255,\"ct_parent\":259,\"selector\":\"text_block-255-76\",\"classes\":{\"0\":\"c-text-light\",\"1\":\"c-margin-bottom-m\"},\"activeselector\":false}\']Speak to a East Africa safari specialist to start planning your trip.[/ct_text_block][ct_shortcode ct_sign_sha256=\'61e7bd284fb739519679566e5519a20d924c6647cffc4c1896430efec028cd20\' ct_options=\'{\"ct_id\":257,\"ct_parent\":259,\"selector\":\"shortcode-257-76\",\"original\":{\"full_shortcode\":true},\"ct_shortcode\":\"true\",\"classes\":{\"0\":\"advanced-form\"},\"activeselector\":\"advanced-form\"}\'][fluentform id=\"1\"][/ct_shortcode][/ct_div_block_3][/ct_div_block_2][/ct_new_columns_2][/ct_section][ct_section ct_sign_sha256=\'4d3f23e882080d88f10dcd93a88438554bd70dcd9720502fe0c6786d4f757a4a\' ct_options=\'{\"ct_id\":175,\"ct_parent\":0,\"selector\":\"section-175-76\",\"nicename\":\"2 Columns\"}\'][ct_div_block_2 ct_sign_sha256=\'84bd9357027801f3ff091a53abfa4a8898725ccf9408b34d2c5934fcd0b61de6\' ct_options=\'{\"ct_id\":176,\"ct_parent\":175,\"selector\":\"div_block-176-76\",\"classes\":{\"0\":\"c-columns-2\",\"1\":\"c-columns-m-1\",\"2\":\"c-columns-gap-xl\"},\"nicename\":\"Columns\",\"activeselector\":false}\'][ct_div_block_3 ct_sign_sha256=\'2f52f79df898f06935fa8aaf944d64abcdd73ed76ebfb16baac9d13214dacece\' ct_options=\'{\"ct_id\":177,\"ct_parent\":176,\"selector\":\"div_block-177-76\"}\'][ct_headline ct_sign_sha256=\'14c96a7b006b617948e3e4751365968031933ce55ae2c899e7057d3abcd354a0\' ct_options=\'{\"ct_id\":179,\"ct_parent\":177,\"selector\":\"headline-179-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Inclusions[/ct_headline][ct_code_block ct_sign_sha256=\'08fda626a5c1d88de2e36ae41c9a8c329cfd597547c10c1eb9204eac8e19e403\' ct_options=\'{\"ct_id\":181,\"ct_parent\":177,\"selector\":\"code_block-181-76\",\"original\":{\"code-php\":\"PD9waHAKJGluY2x1ZGVkID0gZ2V0X2ZpZWxkKCdpbmNsdXNpb25zJyk7CmlmKCAkaW5jbHVkZWQgKTogPz4KPHVsPgogICAgPD9waHAgZm9yZWFjaCggJGluY2x1ZGVkIGFzICRpbmMgKTogPz4KICAgICAgICA8bGk+PD9waHAgZWNobyAkaW5jOyA/PjwvbGk+CiAgICA8P3BocCBlbmRmb3JlYWNoOyA/Pgo8L3VsPgo8P3BocCBlbmRpZjsgPz4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'dfac5be201cf66a5dbd9b00ffe8c7a96e62bf7b4202908b092a013f02d87d858\' ct_options=\'{\"ct_id\":178,\"ct_parent\":176,\"selector\":\"div_block-178-76\",\"activeselector\":\"sticky\"}\'][ct_headline ct_sign_sha256=\'30889d066e052916c7ff4cb547cea3988181fb9b44983e99ea3611ac42c15418\' ct_options=\'{\"ct_id\":182,\"ct_parent\":178,\"selector\":\"headline-182-76\",\"original\":{\"tag\":\"h3\"},\"activeselector\":false}\']Excluded[/ct_headline][ct_code_block ct_sign_sha256=\'a7c284dd67fa7441795ad1abff4cbfbd4f44fab597a384b5124362037379a4f2\' ct_options=\'{\"ct_id\":184,\"ct_parent\":178,\"selector\":\"code_block-184-76\",\"original\":{\"code-php\":\"PD9waHAKJGV4Y2x1ZGVkID0gZ2V0X2ZpZWxkKCdleGNsdXNpb25zJyk7CmlmKCAkZXhjbHVkZWQgKTogPz4KPHVsPgogICAgPD9waHAgZm9yZWFjaCggJGV4Y2x1ZGVkIGFzICRleGMgKTogPz4KICAgICAgICA8bGk+PD9waHAgZWNobyAkZXhjOyA/PjwvbGk+CiAgICA8P3BocCBlbmRmb3JlYWNoOyA/Pgo8L3VsPgo8P3BocCBlbmRpZjsgPz4=\"},\"activeselector\":false}\'][/ct_code_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(3253,76,'ct_builder_shortcodes_revisions_dates','1628141953'),(3255,55,'rank_math_seo_score','7'),(3256,168,'ct_builder_shortcodes_revisions','[ct_section ct_sign_sha256=\'0a7844e0d3a6cdae9d4544b83c03e5a49283239ef27bfea18a28bb1d1b6d4961\' ct_options=\'{\"ct_id\":1,\"ct_parent\":0,\"selector\":\"section-1-168\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-title-1\"},\"activeselector\":\"c-title-1\",\"nicename\":\"Title\"}\'][ct_headline ct_sign_sha256=\'f089d710f692f7b18ffba77d475f1a16f2d826e808ebd0633cb222647109a5f6\' ct_options=\'{\"ct_id\":2,\"ct_parent\":1,\"selector\":\"headline-2-168\",\"original\":{\"globalConditionsResult\":true},\"classes\":{\"0\":\"c-h1\",\"1\":\"c-heading-light\",\"2\":\"c-margin-bottom-s\"},\"activeselector\":false}\'][ct_span ct_sign_sha256=\'0a64533a2c2d51c2447b83d5a2c34ff1bb1701b408dd8177c00b08d008448260\' ct_options=\'{\"ct_id\":4,\"ct_parent\":2,\"selector\":\"span-4-168\"}\'][oxygen ct_sign_sha256=\'f9658978dda49169447b792c7f6fd94bcb1634d52266f00124d52a7b5cc524dd\' data=\'title\' ][/ct_span][/ct_headline][/ct_section]'),(3257,168,'ct_builder_shortcodes_revisions_dates','1636604458');
/*!40000 ALTER TABLE `wpn7_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpn7_posts`
--

DROP TABLE IF EXISTS `wpn7_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpn7_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=InnoDB AUTO_INCREMENT=225 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpn7_posts`
--

LOCK TABLES `wpn7_posts` WRITE;
/*!40000 ALTER TABLE `wpn7_posts` DISABLE KEYS */;
INSERT INTO `wpn7_posts` VALUES (2,1,'2021-05-26 06:31:11','2021-05-26 06:31:11','<!-- wp:oxygen-vsb/ovsb-home {\"text_block-23-2_string\":\"Gorilla Tours \\u0026amp; Travel Africa Ltd offers you a lot of romance, fun and adventure and promises to lend you some of the most memorable times of your life.\\u003cbr\\u003e\\u003cbr\\u003eGorilla Tours \\u0026amp; Travel Africa Ltd offer affordable and memorable mountain gorilla trekking packages in Africa for all travelers for holiday, business, honeymoons and students.\\u003cbr\\u003e\",\"text_block-93-2_string\":\"Gorilla Tours \\u0026amp; Travel Africa Ltd is one of the premier tour companies in Uganda and Rwanda.\\u003cbr\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\",\"text_block-79-2_string\":\"In Rwanda , Volcanoes National Park is famous for mountain gorilla tours and chimpanzee tracking in Nyungwe National Park. \\u003cbr\\u003e\\u003cbr\\u003eWe also have adventurous canopy walk in Mgahinga Gorilla National Park (volcano climbing)  to find more of the 13 primate species that include vervet monkeys, Columbus monkeys, golden monkeys, giant forest hog, etc.\",\"text_block-82-2_string\":\"Gorilla Tours \\u0026amp; Travel Africa Ltd gives you detailed information about all national parks in Uganda, wild animals, birds and tourist activities carried out in all parks.\\u003cbr\\u003e\\u003cbr\\u003eAmong their services offered include mountain gorilla trekking and other wildlife safaris, cultural trips as well as mountain hiking. \\u003cbr\\u003e\\u003cbr\\u003eWe shall offer budget gorilla trekking as well in Uganda.\"} /-->','Home','','publish','closed','closed','','home','','','2021-08-24 08:50:07','2021-08-24 05:50:07','',0,'http://gorillaafricasafaris.com/?page_id=2',0,'page','',0),(3,1,'2021-05-26 06:31:11','2021-05-26 06:31:11','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: http://gorillaafricasafaris.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->','Privacy Policy','','draft','closed','closed','','privacy-policy','','','2021-05-27 04:28:17','2021-05-27 04:28:17','',0,'http://gorillaafricasafaris.com/?page_id=3',50,'page','',0),(5,1,'2021-05-27 04:28:17','2021-05-27 04:28:17','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: http://gorillaafricasafaris.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->','Privacy Policy','','inherit','closed','closed','','3-revision-v1','','','2021-05-27 04:28:17','2021-05-27 04:28:17','',3,'http://gorillaafricasafaris.com/?p=5',0,'revision','',0),(6,1,'2021-05-27 04:29:22','2021-05-27 04:29:22','','Home','','inherit','closed','closed','','2-revision-v1','','','2021-05-27 04:29:22','2021-05-27 04:29:22','',2,'http://gorillaafricasafaris.com/?p=6',0,'revision','',0),(11,1,'2021-05-27 05:34:50','2021-05-27 05:34:50','a:7:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"tour\";}}}s:8:\"position\";s:6:\"normal\";s:5:\"style\";s:7:\"default\";s:15:\"label_placement\";s:3:\"top\";s:21:\"instruction_placement\";s:5:\"label\";s:14:\"hide_on_screen\";s:0:\"\";s:11:\"description\";s:0:\"\";}','Tour Details','tour-details','publish','closed','closed','','group_60af2bdabb73b','','','2021-06-19 14:32:53','2021-06-19 11:32:53','',0,'http://gorillaafricasafaris.com/?post_type=acf-field-group&#038;p=11',0,'acf-field-group','',0),(12,1,'2021-05-27 05:34:50','2021-05-27 05:34:50','a:12:{s:4:\"type\";s:6:\"number\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:4:\"days\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:4:\"step\";s:0:\"\";}','Duration','duration','publish','closed','closed','','field_60af2bf1dac02','','','2021-05-27 05:34:50','2021-05-27 05:34:50','',11,'http://gorillaafricasafaris.com/?post_type=acf-field&p=12',0,'acf-field','',0),(13,1,'2021-05-27 05:34:50','2021-05-27 05:34:50','a:10:{s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:9:\"collapsed\";s:19:\"field_60af2c6cdac05\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:6:\"layout\";s:5:\"block\";s:12:\"button_label\";s:7:\"Add Day\";}','Itinerary','itinerary','publish','closed','closed','','field_60af2c3adac03','','','2021-05-27 11:25:13','2021-05-27 11:25:13','',11,'http://gorillaafricasafaris.com/?post_type=acf-field&#038;p=13',1,'acf-field','',0),(14,1,'2021-05-27 05:34:50','2021-05-27 05:34:50','a:10:{s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";}','Day Heading','day_heading','publish','closed','closed','','field_60af2c57dac04','','','2021-05-27 05:34:50','2021-05-27 05:34:50','',13,'http://gorillaafricasafaris.com/?post_type=acf-field&p=14',0,'acf-field','',0),(15,1,'2021-05-27 05:34:50','2021-05-27 05:34:50','a:10:{s:4:\"type\";s:7:\"wysiwyg\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:13:\"default_value\";s:0:\"\";s:4:\"tabs\";s:3:\"all\";s:7:\"toolbar\";s:5:\"basic\";s:12:\"media_upload\";i:1;s:5:\"delay\";i:0;}','Day Details','day_details','publish','closed','closed','','field_60af2c6cdac05','','','2021-05-27 05:34:50','2021-05-27 05:34:50','',13,'http://gorillaafricasafaris.com/?post_type=acf-field&p=15',1,'acf-field','',0),(16,1,'2021-05-27 05:34:50','2021-05-27 05:34:50','a:12:{s:4:\"type\";s:8:\"checkbox\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"choices\";a:11:{s:17:\"Airport transfers\";s:17:\"Airport transfers\";s:24:\"Full board accommodation\";s:24:\"Full board accommodation\";s:48:\"All tour activities as detailed in the itinerary\";s:48:\"All tour activities as detailed in the itinerary\";s:18:\"Park entrance fees\";s:18:\"Park entrance fees\";s:12:\"Guiding fees\";s:12:\"Guiding fees\";s:29:\"Bottled water while on safari\";s:29:\"Bottled water while on safari\";s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";s:73:\"A 4×4 comfortable safari vehicle good for game viewing and photographing\";s:15:\"Gorilla permits\";s:15:\"Gorilla permits\";s:27:\"Chimpanzee trekking permits\";s:27:\"Chimpanzee trekking permits\";s:24:\"Primate tracking permits\";s:24:\"Primate tracking permits\";s:52:\"Professional full-time English speaking driver-guide\";s:52:\"Professional full-time English speaking driver-guide\";}s:12:\"allow_custom\";i:0;s:13:\"default_value\";a:0:{}s:6:\"layout\";s:8:\"vertical\";s:6:\"toggle\";i:1;s:13:\"return_format\";s:5:\"value\";s:11:\"save_custom\";i:0;}','Inclusions','inclusions','publish','closed','closed','','field_60af2c8ddac06','','','2021-05-28 09:17:17','2021-05-28 09:17:17','',11,'http://gorillaafricasafaris.com/?post_type=acf-field&#038;p=16',2,'acf-field','',0),(17,1,'2021-05-27 05:34:50','2021-05-27 05:34:50','a:12:{s:4:\"type\";s:8:\"checkbox\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:7:\"choices\";a:7:{s:21:\"International flights\";s:21:\"International flights\";s:24:\"Visas (where applicable)\";s:24:\"Visas (where applicable)\";s:16:\"Laundry services\";s:16:\"Laundry services\";s:20:\"Beverages and drinks\";s:20:\"Beverages and drinks\";s:4:\"Tips\";s:4:\"Tips\";s:26:\"Items of a personal nature\";s:26:\"Items of a personal nature\";s:76:\"Optional activities and any other extras not detailed in the above itinerary\";s:76:\"Optional activities and any other extras not detailed in the above itinerary\";}s:12:\"allow_custom\";i:0;s:13:\"default_value\";a:0:{}s:6:\"layout\";s:8:\"vertical\";s:6:\"toggle\";i:1;s:13:\"return_format\";s:5:\"value\";s:11:\"save_custom\";i:0;}','Exclusions','exclusions','publish','closed','closed','','field_60af2dbedac07','','','2021-05-28 09:17:17','2021-05-28 09:17:17','',11,'http://gorillaafricasafaris.com/?post_type=acf-field&#038;p=17',3,'acf-field','',0),(18,1,'2021-05-27 08:04:27','2021-05-27 08:04:27','','Safaris','','publish','closed','closed','','safaris','','','2021-07-08 20:15:39','2021-07-08 17:15:39','',0,'http://gorillaafricasafaris.com/?page_id=18',1,'page','',0),(19,1,'2021-05-27 08:04:27','2021-05-27 08:04:27','','Safaris','','inherit','closed','closed','','18-revision-v1','','','2021-05-27 08:04:27','2021-05-27 08:04:27','',18,'http://gorillaafricasafaris.com/?p=19',0,'revision','',0),(20,1,'2021-05-27 08:04:52','2021-05-27 08:04:52','','Uganda Safaris','','publish','closed','closed','','uganda-safaris','','','2021-05-27 08:04:52','2021-05-27 08:04:52','',18,'http://gorillaafricasafaris.com/?page_id=20',1,'page','',0),(21,1,'2021-05-27 08:04:52','2021-05-27 08:04:52','','Uganda Safaris','','inherit','closed','closed','','20-revision-v1','','','2021-05-27 08:04:52','2021-05-27 08:04:52','',20,'http://gorillaafricasafaris.com/?p=21',0,'revision','',0),(22,1,'2021-05-27 08:05:10','2021-05-27 08:05:10','','Rwanda Safaris','','publish','closed','closed','','rwanda-safaris','','','2021-05-27 08:05:10','2021-05-27 08:05:10','',18,'http://gorillaafricasafaris.com/?page_id=22',2,'page','',0),(23,1,'2021-05-27 08:05:10','2021-05-27 08:05:10','','Rwanda Safaris','','inherit','closed','closed','','22-revision-v1','','','2021-05-27 08:05:10','2021-05-27 08:05:10','',22,'http://gorillaafricasafaris.com/?p=23',0,'revision','',0),(24,1,'2021-05-27 08:05:44','2021-05-27 08:05:44','<!-- wp:oxygen-vsb/ovsb-about-us {\"text_block-7-24_string\":\"With professional experience of over 20 years, Gorilla Tours \\u0026amp; Travel Africa Ltd delivers cheap and memorable adventures with extremely knowledgeable guides to thousands of vacationers, tourists, holiday makers, couples on honeymoon and students to Uganda, Rwanda, Burundi, DR Congo, Kenya and Tanzania.\"} /-->','About Us','','publish','closed','closed','','about-us','','','2021-07-28 11:37:02','2021-07-28 08:37:02','',0,'http://gorillaafricasafaris.com/?page_id=24',3,'page','',0),(25,1,'2021-05-27 08:05:44','2021-05-27 08:05:44','','About Us','','inherit','closed','closed','','24-revision-v1','','','2021-05-27 08:05:44','2021-05-27 08:05:44','',24,'http://gorillaafricasafaris.com/?p=25',0,'revision','',0),(26,1,'2021-05-27 08:06:03','2021-05-27 08:06:03','<!-- wp:oxygen-vsb/ovsb-travel-information /-->','Travel Information','','publish','closed','closed','','travel-information','','','2021-07-08 10:47:25','2021-07-08 07:47:25','',0,'http://gorillaafricasafaris.com/?page_id=26',3,'page','',0),(27,1,'2021-05-27 08:06:03','2021-05-27 08:06:03','','Travel Information','','inherit','closed','closed','','26-revision-v1','','','2021-05-27 08:06:03','2021-05-27 08:06:03','',26,'http://gorillaafricasafaris.com/?p=27',0,'revision','',0),(28,1,'2021-05-27 08:07:40','2021-05-27 08:07:40','<!-- wp:oxygen-vsb/ovsb-accommodation {\"_rich_text-58-28_richtext\":\"\\u003cp\\u003eGorilla African Guest House is a private owned and family run accommodation located in Kiwafu zone a quiet and serene residential area of Entebbe Municipality.\\u003c/p\\u003e\\n\\u003cp\\u003eIts located 4 km from Entebbe International Airport and 180 meters from the entrance of Entebbe Virus Research Institute.\\u003c/p\\u003e\\n\\u003cp\\u003eThe accommodation offers clean, self contained, quality and affordable accommodation to leisure and business travelers transiting through Entebbe Municipality.\\u003c/p\\u003e\\n\\u003cp\\u003eIf you are transiting through Entebbe for whatever reason, be travel to and from Entebbe International Airport, please book with us.\\u003c/p\\u003e\",\"_rich_text-97-28_richtext\":\"\\u003cul\\u003e\\n\\u003cli\\u003e\\u003cstrong\\u003eSingle Room:\\u003c/strong\\u003e US$35\\u003c/li\\u003e\\n\\u003cli\\u003e\\u003cstrong\\u003eDouble/Twin Room:\\u003c/strong\\u003e\\u0026nbsp; US$45\\u003c/li\\u003e\\n\\u003cli\\u003e\\u003cstrong\\u003eTriple Room:\\u003c/strong\\u003e US$65\\u003c/li\\u003e\\n\\u003cli\\u003e\\u003cstrong\\u003eDormitory:\\u003c/strong\\u003e 6 bed US$85\\u003c/li\\u003e\\n\\u003c/ul\\u003e\",\"text_block-56-28_string\":\"We have a 24 hour check-in policy. Check out is 11AM. \\u003cbr\\u003e\\u003cbr\\u003e\\u003cdiv\\u003eFor reservations please:\\u003cdiv\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\u003cdiv\\u003e\\u003cb\\u003eCall:\\u0026nbsp;\\u003c/b\\u003e +256 784 508 393 / +256 702 348 922\\u0026nbsp;\\u003c/div\\u003e\\u003cdiv\\u003e\\u003cb\\u003eEmail\\u003c/b\\u003e: info@gorillaafricaguesthouse.com\\u003c/div\\u003e\\u003cdiv\\u003e\\u003cb\\u003eWhattsapp\\u003c/b\\u003e: +256 702 348 922 / +256 784 508 393\\u003c/div\\u003e\\u003c/div\\u003e\"} /-->','Accommodation','','publish','closed','closed','','accommodation','','','2021-08-24 09:00:06','2021-08-24 06:00:06','',0,'http://gorillaafricasafaris.com/?page_id=28',4,'page','',0),(29,1,'2021-05-27 08:07:40','2021-05-27 08:07:40','','Accommodation','','inherit','closed','closed','','28-revision-v1','','','2021-05-27 08:07:40','2021-05-27 08:07:40','',28,'http://gorillaafricasafaris.com/?p=29',0,'revision','',0),(30,1,'2021-05-27 08:14:44','2021-05-27 08:14:44','<!-- wp:oxygen-vsb/ovsb-bird-watching /-->','Bird Watching','','publish','closed','closed','','bird-watching','','','2021-07-08 10:48:50','2021-07-08 07:48:50','',0,'http://gorillaafricasafaris.com/?page_id=30',5,'page','',0),(31,1,'2021-05-27 08:14:44','2021-05-27 08:14:44','','Bird Watching','','inherit','closed','closed','','30-revision-v1','','','2021-05-27 08:14:44','2021-05-27 08:14:44','',30,'http://gorillaafricasafaris.com/?p=31',0,'revision','',0),(32,1,'2021-05-27 08:14:57','2021-05-27 08:14:57','','News','','publish','closed','closed','','news','','','2021-05-27 08:14:57','2021-05-27 08:14:57','',0,'http://gorillaafricasafaris.com/?page_id=32',6,'page','',0),(33,1,'2021-05-27 08:14:57','2021-05-27 08:14:57','','News','','inherit','closed','closed','','32-revision-v1','','','2021-05-27 08:14:57','2021-05-27 08:14:57','',32,'http://gorillaafricasafaris.com/?p=33',0,'revision','',0),(34,1,'2021-05-27 08:15:20','2021-05-27 08:15:20','<!-- wp:oxygen-vsb/ovsb-contact /-->','Contact','','publish','closed','closed','','contact','','','2021-07-08 10:49:20','2021-07-08 07:49:20','',0,'http://gorillaafricasafaris.com/?page_id=34',7,'page','',0),(35,1,'2021-05-27 08:15:20','2021-05-27 08:15:20','','Contact','','inherit','closed','closed','','34-revision-v1','','','2021-05-27 08:15:20','2021-05-27 08:15:20','',34,'http://gorillaafricasafaris.com/?p=35',0,'revision','',0),(36,1,'2021-06-10 17:39:09','2021-05-27 08:16:43',' ','','','publish','closed','closed','','36','','','2021-06-10 17:39:09','2021-06-10 14:39:09','',0,'http://gorillaafricasafaris.com/?p=36',1,'nav_menu_item','',0),(37,1,'2021-06-10 17:39:09','2021-05-27 08:16:43',' ','','','publish','closed','closed','','37','','','2021-06-10 17:39:09','2021-06-10 14:39:09','',18,'http://gorillaafricasafaris.com/?p=37',2,'nav_menu_item','',0),(38,1,'2021-06-10 17:39:09','2021-05-27 08:16:43',' ','','','publish','closed','closed','','38','','','2021-06-10 17:39:09','2021-06-10 14:39:09','',18,'http://gorillaafricasafaris.com/?p=38',3,'nav_menu_item','',0),(39,1,'2021-06-10 17:39:09','2021-05-27 08:16:43',' ','','','publish','closed','closed','','39','','','2021-06-10 17:39:09','2021-06-10 14:39:09','',0,'http://gorillaafricasafaris.com/?p=39',5,'nav_menu_item','',0),(40,1,'2021-06-10 17:39:09','2021-05-27 08:16:43',' ','','','publish','closed','closed','','40','','','2021-06-10 17:39:09','2021-06-10 14:39:09','',0,'http://gorillaafricasafaris.com/?p=40',4,'nav_menu_item','',0),(41,1,'2021-06-10 17:39:09','2021-05-27 08:16:43',' ','','','publish','closed','closed','','41','','','2021-06-10 17:39:09','2021-06-10 14:39:09','',0,'http://gorillaafricasafaris.com/?p=41',6,'nav_menu_item','',0),(42,1,'2021-06-10 17:39:09','2021-05-27 08:16:43',' ','','','publish','closed','closed','','42','','','2021-06-10 17:39:09','2021-06-10 14:39:09','',0,'http://gorillaafricasafaris.com/?p=42',7,'nav_menu_item','',0),(44,1,'2021-06-10 17:39:09','2021-05-27 08:16:43',' ','','','publish','closed','closed','','44','','','2021-06-10 17:39:09','2021-06-10 14:39:09','',0,'http://gorillaafricasafaris.com/?p=44',8,'nav_menu_item','',0),(45,1,'2021-05-27 08:17:52','2021-05-27 08:17:52','','Main','','publish','closed','closed','','main','','','2021-06-08 16:34:59','2021-06-08 13:34:59','',0,'http://gorillaafricasafaris.com/?post_type=ct_template&#038;p=45',0,'ct_template','',0),(47,1,'2021-05-27 09:07:55','2021-05-27 09:07:55','','Favicon','','inherit','open','closed','','favicon','','','2021-05-27 09:07:55','2021-05-27 09:07:55','',0,'http://gorillaafricasafaris.com/wp-content/uploads/2021/05/Favicon.png',0,'attachment','image/png',0),(49,1,'2021-05-27 09:08:47','2021-05-27 09:08:47','','gorilla-african-tours-travel-logo','','inherit','open','closed','','gorilla-african-tours-travel-logo','','','2021-06-14 10:25:32','2021-06-14 07:25:32','',0,'http://gorillaafricasafaris.com/wp-content/uploads/2021/05/gorilla-african-tours-travel-logo.png',0,'attachment','image/png',0),(50,1,'2021-05-27 11:24:14','2021-05-27 08:24:14','','17 Day Uganda Safari, Wildlife & Gorilla Trekking','','publish','closed','closed','','17-day-uganda-safari-wildlife-gorilla-trekking','','','2021-06-02 12:16:21','2021-06-02 09:16:21','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=50',0,'tour','',0),(51,1,'2021-05-27 11:56:55','2021-05-27 08:56:55','<!-- wp:paragraph -->\n<p>The 10 Day Uganda Grand Tour&nbsp;starts and ends in Kampala. It will take you to Uganda’s un-spoilt wildlife destinations to experience nature at its best. This is where you will explore all the best Uganda has to offer to tourists in the tropic Africa. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some of the activities in this tour include game drives in hunt for the Big 5 (African lion, leopard, buffalo, and elephant), excellent bird watching, gorilla tracking adventures, primates trekking expeditions, cultural excursions, nature walks, fantastic launch cruise, and day hikes among others.</p>\n<!-- /wp:paragraph -->','10 Day Uganda Wildlife Tour - Tree-Climbing Lion Spotting','','publish','closed','closed','','10-day-uganda-wildlife-tour-tree-climbing-lion-spotting','','','2021-06-11 10:55:05','2021-06-11 07:55:05','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=51',0,'tour','',0),(52,1,'2021-05-27 12:10:53','2021-05-27 09:10:53','','9 Day Rafting & Wildlife Safari','','publish','closed','closed','','9-day-rafting-wildlife-safari','','','2021-06-11 10:54:12','2021-06-11 07:54:12','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=52',0,'tour','',0),(53,1,'2021-05-27 12:15:01','2021-05-27 09:15:01','','7 Day Uganda Gorilla, Wildlife & Chimpanzee Trekking Safari','','publish','closed','closed','','7-day-uganda-gorilla-wildlife-chimpanzee-trekking-safari','','','2021-06-11 10:55:26','2021-06-11 07:55:26','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=53',0,'tour','',0),(54,1,'2021-05-27 12:39:02','2021-05-27 09:39:02','','5 Day Bwindi Gorilla & Wildlife Safari','','publish','closed','closed','','5-day-bwindi-gorilla-wildlife-safari','','','2021-06-11 10:58:46','2021-06-11 07:58:46','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=54',0,'tour','',0),(55,2,'2021-05-27 12:56:46','2021-05-27 09:56:46','','8 Day Uganda Gorilla Trek, Wildlife & Gorilla Safari','','publish','closed','closed','','8-day-uganda-gorilla-trek-wildlife-gorilla-safari','','','2021-08-24 09:13:28','2021-08-24 06:13:28','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=55',0,'tour','',0),(56,1,'2021-05-27 13:08:25','2021-05-27 10:08:25','<!-- wp:paragraph -->\n<p>The&nbsp;3 Day Gorilla Tracking Uganda Jungle Safari&nbsp;offers the opportunity of one hour stay closer to the endangered and rare mountain Gorillas. Bwindi Impenetrable Forest National Park inhabits about 360 mountain gorillas, which is half of the world’s total population of about 700 mountain gorillas.</p>\n<!-- /wp:paragraph -->','3 Day Gorilla Trekking Bwindi','','publish','closed','closed','','3-day-gorilla-trekking-bwindi','','','2021-06-02 12:19:10','2021-06-02 09:19:10','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=56',0,'tour','',0),(57,1,'2021-05-27 13:11:09','2021-05-27 10:11:09','','4 Day Uganda Jungle Safari to Lake Mburo & Bwindi Forest','','publish','closed','closed','','4-day-uganda-jungle-safari-to-lake-mburo-bwindi-forest','','','2021-06-11 10:30:27','2021-06-11 07:30:27','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=57',0,'tour','',0),(58,1,'2021-05-28 09:07:08','2021-05-28 06:07:08','<!-- wp:paragraph -->\n<p>Best of Rwanda safari takes you to the best places for fantastic / incredible / life time adventures, go for gorilla tracking in Rwanda Jungles (Volcanoes National Park), take cultural walks, Chimpanzees and Golden Monkey Tracking in Nyungwe forest and Bird watching safari to Rwanda.</p>\n<!-- /wp:paragraph -->','10 Day Rwanda Gorilla Tour, Chimps & Monkeys Safari','','publish','closed','closed','','10-day-rwanda-gorilla-tour-chimps-monkeys-safari','','','2021-06-02 12:25:33','2021-06-02 09:25:33','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=58',0,'tour','',0),(59,1,'2021-05-28 09:11:38','2021-05-28 06:11:38','<!-- wp:paragraph -->\n<p>This is another exciting Safari to Rwanda, offered by Gorilla African Safaris. The tour takes you to Nyungwe Forest National park for an exciting primate trekking safari, and latter connect to Parc National des Volcans (Volcanoes National Park) for another un-forgettable experience of Gorilla tracking. Bird lovers will also have a special treatment here because both parks are rich in diversity of bird species, some of which are rare / endangered. Accommodation is on Budget, Mid-range and Luxurious establishments.</p>\n<!-- /wp:paragraph -->','8 Day Chimpanzee, Gorilla Trekking & Cultural Safari to Rwanda','','publish','closed','closed','','8-day-chimpanzee-gorilla-trekking-cultural-safari-to-rwanda','','','2021-06-11 11:35:31','2021-06-11 08:35:31','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=59',0,'tour','',0),(60,1,'2021-05-28 09:16:09','2021-05-28 06:16:09','','6 Day Rwanda Gorilla & Wildlife Safari Adventure','','publish','closed','closed','','6-day-rwanda-gorilla-wildlife-safari-adventure','','','2021-06-02 12:26:06','2021-06-02 09:26:06','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=60',0,'tour','',0),(61,1,'2021-05-28 09:22:45','2021-05-28 06:22:45','','3 Day Rwanda Safari, Gorilla & Golden Monkey Trek','','publish','closed','closed','','3-day-rwanda-safari-gorilla-golden-monkey-trek','','','2021-06-11 13:01:43','2021-06-11 10:01:43','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=61',0,'tour','',0),(62,1,'2021-05-28 09:25:46','2021-05-28 06:25:46','<!-- wp:paragraph -->\n<p>The 6 days tour will take you to Nyungwe National park in South West of Rwanda. The natural forest is renowned for its large troops of colobus monkeys, chimpanzees, butterflies and a rich variety of orchids. It is also a habitat for over 300 bird species. You will also visit cultural sites en route – the Museum in Butare and the palace at Nyanza.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Parc National des Volcans (PNV) is in the north of Rwanda where about 360 mountain gorillas live. There are four habituated gorilla families. You can track gorillas, climb the Visoke volcano, track the golden monkeys or visit the local villages, or the Karisoke Research Centre, which Dian Fossey; the famous primatologist set up. The tour starts and ends in Kigali.</p>\n<!-- /wp:paragraph -->','6 Day Chimpanzee, Gorilla & Birding Safari Rwanda','','publish','closed','closed','','6-day-chimpanzee-gorilla-birding-safari-rwanda','','','2021-06-11 10:47:16','2021-06-11 07:47:16','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=62',0,'tour','',0),(63,1,'2021-05-28 09:28:06','2021-05-28 06:28:06','<!-- wp:paragraph -->\n<p><a href=\"http://www.junglesafarisuganda.com/\">Gorilla trekking Safaris</a>&nbsp;to Parc National Des Volcans (Rwanda), Virungas National Park (Congo), Bwindi Impenetrable Forest and Mgahinga Gorilla National park (Uganda) rank as one of the worlds most thrilling wildlife experiences that Uganda and Rwanda offer to travelers! With more than half of the remaining 700 mountain gorillas residing in Uganda, Rwanda and Congo, gorilla tracking is an omissible activity on any Uganda – Rwanda Safari. Jungle Safaris Uganda with its experience of 6 years takes you through the life changing event of Mountain Gorilla Tracking.</p>\n<!-- /wp:paragraph -->','4 Day Rwanda Gorilla Safari','','publish','closed','closed','','4-day-rwanda-gorilla-safari','','','2021-06-02 12:27:14','2021-06-02 09:27:14','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=63',0,'tour','',0),(64,1,'2021-05-28 09:31:44','2021-05-28 06:31:44','','2 Day Gorilla Safari In Rwanda – Volcanoes Gorilla Park','','publish','closed','closed','','2-day-gorilla-safari-in-rwanda-volcanoes-gorilla-park','','','2021-06-11 10:10:27','2021-06-11 07:10:27','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=64',0,'tour','',0),(66,1,'2021-05-28 11:21:08','2021-05-28 11:21:08','','chimpanzee-sleeping','','inherit','open','closed','','chimpanzee-sleeping','','','2021-06-14 10:24:53','2021-06-14 07:24:53','',60,'http://gorillaafricasafaris.com/wp-content/uploads/2021/05/chimpanzee-sleeping.jpeg',0,'attachment','image/jpeg',0),(67,1,'2021-05-28 11:26:50','2021-05-28 11:26:50','','mountain-gorilla-family','','inherit','open','closed','','mountain-gorilla-family','','','2021-06-14 10:24:45','2021-06-14 07:24:45','',58,'http://gorillaafricasafaris.com/wp-content/uploads/2021/05/mountain-gorilla-family.jpeg',0,'attachment','image/jpeg',0),(68,1,'2021-05-28 11:29:06','2021-05-28 11:29:06','','Candid-Western-Lowland-Gorilla','','inherit','open','closed','','candid-western-lowland-gorilla','','','2021-06-14 10:24:37','2021-06-14 07:24:37','',61,'http://gorillaafricasafaris.com/wp-content/uploads/2021/05/Candid-Western-Lowland-Gorilla.jpeg',0,'attachment','image/jpeg',0),(69,1,'2021-05-28 11:31:04','2021-05-28 11:31:04','','Gorilla_gorilla_gorilla_Nbg','','inherit','open','closed','','gorilla_gorilla_gorilla_nbg','','','2021-06-14 10:24:22','2021-06-14 07:24:22','',63,'http://gorillaafricasafaris.com/wp-content/uploads/2021/05/Gorilla_gorilla_gorilla_Nbg.jpeg',0,'attachment','image/jpeg',0),(70,1,'2021-05-28 11:32:29','2021-05-28 11:32:29','','mountain-gorilla-mother-child','','inherit','open','closed','','mountain-gorilla-mother-child','','','2021-06-14 10:24:14','2021-06-14 07:24:14','',64,'http://gorillaafricasafaris.com/wp-content/uploads/2021/05/mountain-gorilla-mother-child.jpeg',0,'attachment','image/jpeg',0),(71,1,'2021-05-28 11:39:32','2021-05-28 11:39:32','','River_Nile','','inherit','open','closed','','river_nile','','','2021-06-14 10:19:23','2021-06-14 07:19:23','',50,'http://gorillaafricasafaris.com/wp-content/uploads/2021/05/River_Nile.jpeg',0,'attachment','image/jpeg',0),(72,1,'2021-05-28 11:41:36','2021-05-28 11:41:36','','mystery-lion','','inherit','open','closed','','mystery-lion','','','2021-06-14 10:19:14','2021-06-14 07:19:14','',51,'http://gorillaafricasafaris.com/wp-content/uploads/2021/05/mystery-lion.jpeg',0,'attachment','image/jpeg',0),(74,1,'2021-05-28 11:44:25','2021-05-28 11:44:25','','white-water-rafting','','inherit','open','closed','','white-water-rafting','','','2021-06-14 10:19:09','2021-06-14 07:19:09','',52,'http://gorillaafricasafaris.com/wp-content/uploads/2021/05/white-water-rafting.jpeg',0,'attachment','image/jpeg',0),(75,1,'2021-05-28 11:46:12','2021-05-28 11:46:12','','bwindi-impenetrable-forest-lodges','','inherit','open','closed','','bwindi-impenetrable-forest-lodges','','','2021-06-14 10:18:59','2021-06-14 07:18:59','',56,'http://gorillaafricasafaris.com/wp-content/uploads/2021/05/bwindi-impenetrable-forest-lodges.jpeg',0,'attachment','image/jpeg',0),(76,1,'2021-05-31 07:20:12','2021-05-31 07:20:12','','Standard Tour','','publish','closed','closed','','standard-tour','','','2021-05-31 14:05:33','2021-05-31 11:05:33','',0,'http://gorillaafricasafaris.com/?post_type=ct_template&#038;p=76',0,'ct_template','',0),(77,1,'2021-06-02 07:57:53','2021-06-02 04:57:53','<!-- wp:paragraph -->\n<p>A 2 day gorilla safari to Bwindi Impenetrable National Park of Uganda. This is one of the best sellers for travellers on the go interested in meeting the mountain gorillas in the wild. This trip starts and ends in Kigali, Rwanda. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The trip takes you to Bwindi via the Cyanika Border and past the Virunga Mountains, one of the most scenic places in Africa.</p>\n<!-- /wp:paragraph -->','2 Day Bwindi Gorilla Safari','','publish','closed','closed','','2-day-bwindi-gorilla-safari','','','2021-06-11 10:35:41','2021-06-11 07:35:41','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=77',0,'tour','',0),(78,1,'2021-06-02 08:01:32','2021-06-02 05:01:32','<!-- wp:paragraph -->\n<p>This 2 day gorilla safari takes you to Mgahinga Gorilla National Park, home to the world’s remaining population of the endangered mountain gorillas. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mgahinga National Parks sits high in the clouds and it is one of the most scenic places in Africa. The park has a habituated gorilla group that can be visited by tourists all year round. Since 2012, this group has been stable in the park and the success rate of meeting the mountain gorillas in over 95%.</p>\n<!-- /wp:paragraph -->','2 Day Mgahinga Gorilla Safari','','publish','closed','closed','','2-day-mgahinga-gorilla-safari','','','2021-06-11 11:36:01','2021-06-11 08:36:01','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=78',0,'tour','',0),(79,1,'2021-06-02 08:21:39','2021-06-02 05:21:39','<!-- wp:paragraph -->\n<p>A 3 day gorilla safari to Bwindi Impenetrable National Park, home to almost half of the world’s remaining population of the mountain gorillas. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You will travel to Bwindi Impenetrable National Park by road and spend a night close to the forest so that you can get acclimatised with the climate. The next day, you will track the mountain gorillas in one of the habituated gorilla groups in Bwindi. This is one of the best trips for those with limited time in the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The trip starts from Kampala and you can either return to Kampala or be dropped off in Kigali.</p>\n<!-- /wp:paragraph -->','3 Day Uganda Gorilla Tour','','publish','closed','closed','','3-day-uganda-gorilla-tour','','','2021-06-11 10:48:10','2021-06-11 07:48:10','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=79',0,'tour','',0),(80,1,'2021-06-02 08:25:30','2021-06-02 05:25:30','<!-- wp:paragraph -->\n<p>This 4 day gorilla safari starts and ends in Kigali taking you into Uganda and Rwanda for gorilla trekking. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Included in this tour package are 2 gorilla permits (Parc Nationale des Volcanoes and Bwindi Impenetrable Forest in Uganda). This is one of the best valued gorilla trips offering you an opportunity to track mountain gorillas two times within different destinations.</p>\n<!-- /wp:paragraph -->','4 Day Uganda Rwanda Gorillas','','publish','closed','closed','','4-day-uganda-rwanda-gorillas','','','2021-06-11 11:36:31','2021-06-11 08:36:31','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=80',0,'tour','',0),(81,1,'2021-06-02 08:32:50','2021-06-02 05:32:50','<!-- wp:paragraph -->\n<p>This 7 day safari takes you through Uganda and Rwanda. The trip starts from Kampala or Entebbe (Uganda) and ends in Kigali (Rwanda). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is a safari on the go – a trip for those with less time yet would like to see more of the places visited.</p>\n<!-- /wp:paragraph -->','7 Day Uganda Rwanda Safari','','publish','closed','closed','','7-day-uganda-rwanda-safari','','','2021-06-11 11:25:53','2021-06-11 08:25:53','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=81',0,'tour','',0),(82,1,'2021-06-02 08:42:07','2021-06-02 05:42:07','<!-- wp:paragraph -->\n<p>This is one of the best adventure safari combining the top highlights of touring Uganda and Rwanda. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This trip combines gorilla tracking, chimpanzee tracking and game viewing allowing visitors to have the incredible experience of seeing chimps and birds in different habitats, seeing chimps in two different parks of Rwanda and Uganda, with each park offering its unique attractions.</p>\n<!-- /wp:paragraph -->','12 Day Uganda Rwanda Gorillas, Chimps & Wildlife','','publish','closed','closed','','12-day-uganda-rwanda-gorillas-chimps-wildlife','','','2021-06-11 11:31:44','2021-06-11 08:31:44','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=82',0,'tour','',0),(83,1,'2021-06-02 09:08:53','2021-06-02 06:08:53','<!-- wp:paragraph -->\n<p>Explore Uganda and Rwanda, gorilla, chimps and game.</p>\n<!-- /wp:paragraph -->','15 Day Explore Uganda & Rwanda','','publish','closed','closed','','15-day-explore-uganda-rwanda','','','2021-06-11 10:23:18','2021-06-11 07:23:18','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=83',0,'tour','',0),(84,1,'2021-06-02 11:35:34','2021-06-02 08:35:34','<!-- wp:paragraph -->\n<p>This is a 4 day Uganda gorilla safari which starts and finishes in Kampala. This safari takes you to Bwindi Impenetrable for gorilla trekking. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Seeing some of the last remaining estimated 1,000 mountain gorillas in the world is a fantastic experience that will never fade from your memory. Bwindi has eighteen habituated families and the gorillas there live in thicker tropical rain forests. After the trek, you can also go for nature walks to see birds, monkeys and orchids. OR Meet the local communities that live adjacent to the park.</p>\n<!-- /wp:paragraph -->','4 Day Bwindi Gorilla Safari','','publish','closed','closed','','4-day-bwindi-gorilla-safari','','','2021-06-11 11:37:02','2021-06-11 08:37:02','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=84',0,'tour','',0),(85,1,'2021-06-02 12:07:15','2021-06-02 09:07:15','<!-- wp:paragraph -->\n<p>This 6 day (5 night) gorilla safari highlights visits to Queen Elizabeth National Park and Bwindi Impenetrable National Park. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Enjoy two unrivalled ape watching experiences; mountain gorilla tracking and chimpanzee tracking in Uganda. You will also enjoy game viewing in the savanna plains of Queen Elizabeth National Park.</p>\n<!-- /wp:paragraph -->','6 Day Uganda Gorillas, Chimpanzees & Wildlife','','publish','closed','closed','','6-day-uganda-gorillas-chimpanzees-wildlife','','','2021-06-11 11:19:41','2021-06-11 08:19:41','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=85',0,'tour','',0),(86,1,'2021-06-02 12:13:43','2021-06-02 09:13:43','','5 Day Uganda Gorillas & Chimps Safari','','publish','closed','closed','','5-day-uganda-gorillas-chimps-safari','','','2021-06-11 11:34:54','2021-06-11 08:34:54','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=86',0,'tour','',0),(87,1,'2021-06-02 12:38:25','2021-06-02 09:38:25','','5 Day Uganda Gorillas & Wildlife Safari','','publish','closed','closed','','5-day-uganda-gorillas-wildlife-safari','','','2021-06-11 11:07:44','2021-06-11 08:07:44','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=87',0,'tour','',0),(88,1,'2021-06-02 12:45:48','2021-06-02 09:45:48','','7 Day Gorilla Tracking, Wildlife & Chimps Safari','','publish','closed','closed','','7-day-gorilla-tracking-wildlife-chimps-safari','','','2021-06-11 11:29:44','2021-06-11 08:29:44','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=88',0,'tour','',0),(89,1,'2021-06-02 17:04:06','2021-06-02 14:04:06','<!-- wp:paragraph -->\n<p>Visit the three countries of the world that host the endangered mountain gorillas – Rwanda (in Parc National des Volcans (PNV)), Uganda (within Bwindi Impenetrable National Park and Mgahinga National Park) and the Democratic Republic of Congo (Virunga National Park). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Volcanoes National Park (PNV), Virunga National Park in Congo and Mgahinga National Park are on either side of the misty Virungas. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The tour starts with a visit to Virunga National Park connecting to Parc National des Volcans in Rwanda, continuing to Mgahinga and then to Bwindi Impenetrable Forest in Uganda. Clients have an opportunity to track gorillas for a total of FOUR times in the three countries.</p>\n<!-- /wp:paragraph -->','8 Day Gorilla Trek Africa','','publish','closed','closed','','8-day-gorilla-trek-africa','','','2021-06-11 11:34:21','2021-06-11 08:34:21','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=89',0,'tour','',0),(90,1,'2021-06-02 17:13:12','2021-06-02 14:13:12','','8 Days Uganda Explorer’s Safari','','publish','closed','closed','','8-days-uganda-explorers-safari','','','2021-06-11 11:01:18','2021-06-11 08:01:18','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=90',0,'tour','',0),(91,1,'2021-06-02 17:21:24','2021-06-02 14:21:24','<!-- wp:paragraph -->\n<p>This 10 day (9 night) Uganda safari combines several experiences. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Meet the Great Apes of Africa including gorillas in Bwindi Impenetrable Forest and chimpanzees in Kibale Forest National Park on this safari. Enjoy classic game drives through the savanna game parks of Queen Elizabeth National Park and Lake Mburo National Park. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See incredible wildlife in the two game parks that include – elephant, lion, buffalo, hippo, leopard. Antelopes and birds are everywhere!</p>\n<!-- /wp:paragraph -->','10 Day Gorillas, Chimps and Game Safari','','publish','closed','closed','','10-day-gorillas-chimps-and-game-safari','','','2021-06-11 11:18:08','2021-06-11 08:18:08','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=91',0,'tour','',0),(92,1,'2021-06-02 17:29:32','2021-06-02 14:29:32','','12 Day Uganda Wildlife & Primates Safari','','publish','closed','closed','','12-day-uganda-wildlife-primates-safari','','','2021-06-11 11:16:39','2021-06-11 08:16:39','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=92',0,'tour','',0),(93,1,'2021-06-02 17:39:03','2021-06-02 14:39:03','','14 Day Uganda Safari Adventure','','publish','closed','closed','','14-day-uganda-safari-adventure','','','2021-06-11 11:13:10','2021-06-11 08:13:10','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=93',0,'tour','',0),(94,1,'2021-06-02 17:49:06','2021-06-02 14:49:06','','15 Day Best of Uganda Safari','','publish','closed','closed','','15-day-best-of-uganda-safari','','','2021-06-11 11:11:19','2021-06-11 08:11:19','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=94',0,'tour','',0),(95,1,'2021-06-02 18:23:31','2021-06-02 15:23:31','<!-- wp:paragraph -->\n<p>This 3 day gorilla tour starts from Kigali in Rwanda or Kampala in Uganda. Travel to Uganda’s Bwindi Impenetrable National Park, home to almost half of the world’s remaining population of the mountain gorillas. Gorilla trekking in Uganda is an amazing adventure that will involve long walks following gorilla trails in Bwindi Impenetrable Forest. The trip leads you deep in the heart of Africa’s most spectacular rain forests.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A gorilla trek in Bwindi forest can take anything from 15 minutes to 8 hours, depending on where the Uganda mountain gorillas slept the previous night. Upon meeting the mountain gorillas in the thick forested mountains, you will stay for only one hour photographing, admiring, learning, and interacting with these great apes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A gorilla safari requires one to have a gorilla permit that is bought in advance to allow one track gorillas because only a maximum of eight people is allowed to search each gorilla group in Bwindi.</p>\n<!-- /wp:paragraph -->','3 Day Bwindi Gorilla Trek','','publish','closed','closed','','3-day-bwindi-gorilla-trek','','','2021-06-11 11:34:02','2021-06-11 08:34:02','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=95',0,'tour','',0),(96,1,'2021-06-02 18:27:21','2021-06-02 15:27:21','<!-- wp:paragraph -->\n<p>This 4 Days Gorilla Safari takes you to Bwindi Impenetrable National Park and Lake Bunyonyi, the Switzerland of Africa.</p>\n<!-- /wp:paragraph -->','4 Day Bwindi Gorillas & Lake Bunyonyi','','publish','closed','closed','','4-day-bwindi-gorillas-lake-bunyonyi','','','2021-06-11 11:05:05','2021-06-11 08:05:05','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=96',0,'tour','',0),(97,1,'2021-06-02 18:30:41','2021-06-02 15:30:41','<!-- wp:paragraph -->\n<p>This is one of the best trips on the go! This 3 Days Gorilla Safari offers you the opportunity to see both the mountain gorillas and chimpanzees on the same safari.</p>\n<!-- /wp:paragraph -->','4 Day Bwindi Gorillas & Kibale Chimpanzees','','publish','closed','closed','','4-day-bwindi-gorillas-kibale-chimpanzees','','','2021-06-11 11:33:37','2021-06-11 08:33:37','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=97',0,'tour','',0),(98,1,'2021-06-02 18:36:11','2021-06-02 15:36:11','','6 Day Gorilla Habituation & Wildlife Safari','','publish','closed','closed','','6-day-gorilla-habituation-wildlife-safari','','','2021-06-11 11:24:09','2021-06-11 08:24:09','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=98',0,'tour','',0),(99,1,'2021-06-03 06:40:49','2021-06-03 03:40:49','<!-- wp:paragraph -->\n<p>A 3 day gorilla safari to Bwindi Impenetrable National Park, home to almost half of the world’s remaining population of the mountain gorillas. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You will travel to Bwindi Impenetrable National Park by road and spend a night close to the forest so that you can get acclimatised with the climate. The next day, you will track the mountain gorillas in one of the habituated gorilla groups in Bwindi. This is one of the best trips for those with limited time in the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The trip starts from Kampala and you can either return to Kampala or be dropped off in Kigali.</p>\n<!-- /wp:paragraph -->','3 Day Uganda Gorilla Tour','','publish','closed','closed','','3-day-uganda-gorilla-tour-2','','','2021-06-11 11:33:14','2021-06-11 08:33:14','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=99',0,'tour','',0),(100,1,'2021-06-03 06:46:03','2021-06-03 03:46:03','<!-- wp:paragraph -->\n<p>This 4 day Uganda safari combines gorilla tracking in Bwindi Impenetrable National Park with game viewing in the Queen Elizabeth National Park.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Activities included in this tour are:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Gorilla tracking in Bwindi Impenetrable National Park</li><li>Game viewing (including experiential tourism – lion tracking in the Ishasha Sector)</li><li>Sightseeing and nature walks</li><li>Boat ride along the Kazinga Channel in Queen Elizabeth National Park</li></ul>\n<!-- /wp:list -->','4 Day Bwindi Gorillas & Queen Elizabeth Tour','','publish','closed','closed','','4-day-bwindi-gorillas-queen-elizabeth-tour','','','2021-06-11 11:03:17','2021-06-11 08:03:17','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=100',0,'tour','',0),(101,1,'2021-06-03 06:49:49','2021-06-03 03:49:49','<!-- wp:paragraph -->\n<p>This 5 day gorilla safari takes you to Bwindi Impenetrable National Park and Queen Elizabeth National Park. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Go for mountain gorilla trekking in Bwindi, track the wild chimpanzees within the Kyambura Gorge and game viewing in the savanna plains of Queen Elizabeth National Park.</p>\n<!-- /wp:paragraph -->','5 Day Bwindi Gorillas, Chimps & Wildlife Safari','','publish','closed','closed','','5-day-bwindi-gorillas-chimps-wildlife-safari','','','2021-06-11 11:28:37','2021-06-11 08:28:37','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=101',0,'tour','',0),(102,1,'2021-06-03 06:56:47','2021-06-03 03:56:47','','8 Day Uganda Gorillas & Wildlife Safari','','publish','closed','closed','','8-day-uganda-gorillas-wildlife-safari','','','2021-06-11 11:22:16','2021-06-11 08:22:16','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=102',0,'tour','',0),(103,1,'2021-06-03 07:03:41','2021-06-03 04:03:41','','10 Day Gorillas & Big Game Safari','','publish','closed','closed','','10-day-gorillas-big-game-safari','','','2021-06-11 11:09:29','2021-06-11 08:09:29','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=103',0,'tour','',0),(104,1,'2021-06-03 07:07:38','2021-06-03 04:07:38','<!-- wp:paragraph -->\n<p>Would you like to see the mountain gorillas yet you have less time from your busy schedule? This day trip is the perfect trip option. If you have more time, a 2 days gorilla trek or a 3 days gorilla trek is another option.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This day trip starts and finishes in Kigali, the capital of Rwanda. This safari requires early wake up and transfer to Ruhengeri from where you will start your gorilla trekking experience.</p>\n<!-- /wp:paragraph -->','1 Day Rwanda Gorilla Trek','','publish','closed','closed','','1-day-rwanda-gorilla-trek','','','2021-06-11 11:32:55','2021-06-11 08:32:55','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=104',0,'tour','',0),(105,1,'2021-06-03 07:10:18','2021-06-03 04:10:18','<!-- wp:paragraph -->\n<p>Looking for a day tour to the gorillas in Bwindi Impenetrable National Park? This is&nbsp; the best trip for those who would like to see the mountain gorillas in Bwindi Impenetrable Forest. This tropical rain forest is home to almost half of the world’s remaining population of the mountain gorillas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The guide will drive you to the park sector where we pre-booked your gorilla permits. You will be assigned to a gorilla family you are to track.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This trip starts very early in the morning and it can start from Kabale or Kisoro.</p>\n<!-- /wp:paragraph -->','1 Day Bwindi Gorilla Trek','','publish','closed','closed','','1-day-bwindi-gorilla-trek','','','2021-06-11 11:32:31','2021-06-11 08:32:31','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=105',0,'tour','',0),(106,1,'2021-06-03 07:12:25','2021-06-03 04:12:25','<!-- wp:paragraph -->\n<p>Go gorilla trekking in Mgahinga Gorilla National Park, one of the only four national parks that protect the endangered mountain gorillas in the world. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mgahinga is the Ugandan part of the Virunga Conservation Area. There is only one habituated gorilla family within the park and a total of 8 tourists can visit the park for gorilla trekking in a day. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you have little time in Africa and yet you would like to see the endangered mountain gorillas, this is the best trip to take.</p>\n<!-- /wp:paragraph -->','1 Day Mgahinga Gorilla Trek','','publish','closed','closed','','1-day-mgahinga-gorilla-trek','','','2021-06-11 11:32:14','2021-06-11 08:32:14','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=106',0,'tour','',0),(107,1,'2021-06-03 07:18:04','2021-06-03 04:18:04','','5 Day Gorillas & Akagera Wildlife','','publish','closed','closed','','5-day-gorillas-akagera-wildlife','','','2021-06-14 10:36:52','2021-06-14 07:36:52','',0,'http://gorillaafricasafaris.com/?post_type=tour&#038;p=107',0,'tour','',0),(108,1,'2021-06-03 14:14:17','2021-06-03 11:14:17','','gorilla-african-guest-house-toilet-shower','Clean toilet and shower','inherit','closed','closed','','gorilla-african-guest-house-toilet-shower','','','2021-06-03 14:24:31','2021-06-03 11:24:31','',0,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-african-guest-house-toilet-shower.jpg',0,'attachment','image/jpeg',0),(109,1,'2021-06-03 14:14:18','2021-06-03 11:14:18','','gorilla-african-guest-house-clean-towel','Great room view','inherit','closed','closed','','gorilla-african-guest-house-cclean-towel','','','2021-06-03 14:26:31','2021-06-03 11:26:31','',0,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-african-guest-house-cclean-towel.jpg',0,'attachment','image/jpeg',0),(110,1,'2021-06-03 14:14:19','2021-06-03 11:14:19','','gorilla-african-guest-house-blind-curtains','Blind curtains for light sleepers','inherit','closed','closed','','gorilla-african-guest-house-blind-curtains','','','2021-06-03 14:25:31','2021-06-03 11:25:31','',0,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-african-guest-house-blind-curtains.jpg',0,'attachment','image/jpeg',0),(111,1,'2021-06-03 14:14:19','2021-06-03 11:14:19','','gorilla-african-guest-house-twin-beds','Twin beds','inherit','closed','closed','','gorilla-african-guest-house-twin-beds','','','2021-06-03 14:24:52','2021-06-03 11:24:52','',0,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-african-guest-house-twin-beds.jpg',0,'attachment','image/jpeg',0),(112,1,'2021-06-03 14:14:20','2021-06-03 11:14:20','','gorilla-african-guest-house-lamp','Bedside lamp available','inherit','closed','closed','','gorilla-african-guest-house-lamp','','','2021-06-03 14:26:22','2021-06-03 11:26:22','',0,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-african-guest-house-lamp.jpg',0,'attachment','image/jpeg',0),(113,1,'2021-06-03 14:14:20','2021-06-03 11:14:20','','gorilla-african-guest-house-single-beds','Single bed','inherit','closed','closed','','gorilla-african-guest-house-single-beds','','','2021-06-03 14:25:14','2021-06-03 11:25:14','',0,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-african-guest-house-single-beds.jpg',0,'attachment','image/jpeg',0),(114,1,'2021-06-03 14:14:21','2021-06-03 11:14:21','','gorilla-african-guest-house-great-view','Clean towels','inherit','closed','closed','','gorilla-african-guest-house-great-view','','','2021-06-03 14:25:41','2021-06-03 11:25:41','',0,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-african-guest-house-great-view.jpg',0,'attachment','image/jpeg',0),(115,1,'2021-06-03 14:14:21','2021-06-03 11:14:21','','gorilla-african-guest-house-floor','Great floor','inherit','closed','closed','','gorilla-african-guest-house-floor','','','2021-06-03 14:25:58','2021-06-03 11:25:58','',0,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-african-guest-house-floor.jpg',0,'attachment','image/jpeg',0),(118,1,'2021-06-04 10:02:59','2021-06-04 07:02:59','','Enquiry Form','','publish','closed','closed','','enquiry-form','','','2021-06-11 12:58:00','2021-06-11 09:58:00','',0,'http://gorillaafricasafaris.com/?post_type=af_form&#038;p=118',0,'af_form','',0),(123,1,'2021-06-04 10:48:47','2021-06-04 07:48:47','','#123','','publish','closed','closed','','123','','','2021-06-04 10:48:47','2021-06-04 07:48:47','',0,'http://gorillaafricasafaris.com/?p=123',0,'af_entry','',0),(124,1,'2021-06-08 10:31:49','2021-06-08 07:31:49','','geese','','inherit','closed','closed','','geese','','','2021-06-14 10:18:38','2021-06-14 07:18:38','',0,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/geese.jpg',0,'attachment','image/jpeg',0),(125,1,'2021-06-08 10:31:50','2021-06-08 07:31:50','','ross-turacco','','inherit','closed','closed','','ross-turacco','','','2021-06-14 10:18:24','2021-06-14 07:18:24','',0,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/ross-turacco.jpg',0,'attachment','image/jpeg',0),(126,1,'2021-06-08 10:31:50','2021-06-08 07:31:50','','crowned-crane-river','','inherit','closed','closed','','crowned-crane-river','','','2021-06-14 10:18:34','2021-06-14 07:18:34','',0,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/crowned-crane-river.jpg',0,'attachment','image/jpeg',0),(127,1,'2021-06-08 16:10:56','2021-06-08 13:10:56','','Post','','publish','closed','closed','','post','','','2021-06-08 16:14:55','2021-06-08 13:14:55','',0,'http://gorillaafricasafaris.com/?post_type=ct_template&#038;p=127',0,'ct_template','',0),(128,1,'2021-06-08 16:16:55','2021-06-08 13:16:55','','Blog Archive','','publish','closed','closed','','blog-archive','','','2021-06-10 16:11:12','2021-06-10 13:11:12','',0,'http://gorillaafricasafaris.com/?post_type=ct_template&#038;p=128',0,'ct_template','',0),(141,1,'2021-06-08 17:14:01','2021-06-08 14:14:01','','Reservations Form','','publish','closed','closed','','reservations-form','','','2021-06-08 17:14:01','2021-06-08 14:14:01','',0,'http://gorillaafricasafaris.com/?post_type=af_form&#038;p=141',0,'af_form','',0),(142,1,'2021-06-08 17:15:34','2021-06-08 14:15:34','<!-- wp:oxygen-vsb/ovsb-reservations /-->','Reservations','','publish','closed','closed','','reservations','','','2021-07-08 10:49:46','2021-07-08 07:49:46','',0,'http://gorillaafricasafaris.com/?page_id=142',10,'page','',0),(143,1,'2021-06-08 17:15:34','2021-06-08 14:15:34','','Reservations','','inherit','closed','closed','','142-revision-v1','','','2021-06-08 17:15:34','2021-06-08 14:15:34','',142,'http://gorillaafricasafaris.com/?p=143',0,'revision','',0),(144,1,'2021-06-08 17:39:36','2021-06-08 14:39:36','','gorilla-looking-over','','inherit','closed','closed','','gorilla-looking-over','','','2021-06-14 10:18:12','2021-06-14 07:18:12','',0,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-looking-over.jpg',0,'attachment','image/jpeg',0),(145,1,'2021-06-08 17:39:40','2021-06-08 14:39:40','','gorilla-looking-up','','inherit','closed','closed','','gorilla-looking-up','','','2021-06-14 10:18:09','2021-06-14 07:18:09','',0,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-looking-up.jpg',0,'attachment','image/jpeg',0),(146,1,'2021-06-08 19:16:43','2021-06-08 16:16:43','','mountain-gorilla-somber','','inherit','closed','closed','','mountain-gorilla-somber','','','2021-06-14 10:17:52','2021-06-14 07:17:52','',0,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/mountain-gorilla-somber.jpg',0,'attachment','image/jpeg',0),(147,1,'2021-06-10 11:54:21','2021-06-10 08:54:21','','Contact Form','','publish','closed','closed','','contact-form','','','2021-06-10 12:00:35','2021-06-10 09:00:35','',0,'http://gorillaafricasafaris.com/?post_type=af_form&#038;p=147',0,'af_form','',0),(152,1,'2021-06-10 14:06:50','2021-06-10 11:06:50','','garden-haven','','inherit','closed','closed','','garden-haven','','','2021-06-14 10:17:46','2021-06-14 07:17:46','',0,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/garden-haven.png',0,'attachment','image/png',0),(153,1,'2021-06-10 14:12:09','2021-06-10 11:12:09','','gorilla-african-guesthouse-garden3','','inherit','closed','closed','','gorilla-african-guesthouse-garden3','','','2021-06-14 10:17:41','2021-06-14 07:17:41','',0,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-african-guesthouse-garden3.png',0,'attachment','image/png',0),(154,1,'2021-06-10 14:12:11','2021-06-10 11:12:11','','gorilla-african-guesthouse-garden2','','inherit','closed','closed','','gorilla-african-guesthouse-garden2','','','2021-06-14 10:17:39','2021-06-14 07:17:39','',0,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-african-guesthouse-garden2.png',0,'attachment','image/png',0),(155,1,'2021-06-10 14:12:12','2021-06-10 11:12:12','','gorilla-african-guesthouse-garden1','','inherit','closed','closed','','gorilla-african-guesthouse-garden1','','','2021-06-14 10:17:38','2021-06-14 07:17:38','',0,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-african-guesthouse-garden1.png',0,'attachment','image/png',0),(156,1,'2021-06-10 14:25:25','2021-06-10 11:25:25','','gorilla-african-guesthouse-double-bed','','inherit','closed','closed','','gorilla-african-guesthouse-double-bed','','','2021-06-14 10:17:28','2021-06-14 07:17:28','',0,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-african-guesthouse-double-bed.png',0,'attachment','image/png',0),(157,1,'2021-06-10 14:25:26','2021-06-10 11:25:26','','gorilla-african-guesthouse-twin-beds','','inherit','closed','closed','','gorilla-african-guesthouse-twin-beds','','','2021-06-14 10:17:25','2021-06-14 07:17:25','',0,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-african-guesthouse-twin-beds.png',0,'attachment','image/png',0),(158,1,'2021-06-10 14:25:27','2021-06-10 11:25:27','','gorilla-african-guesthouse-bedrrom-bathroom','','inherit','closed','closed','','gorilla-african-guesthouse-bedrrom-bathroom','','','2021-06-14 10:17:10','2021-06-14 07:17:10','',0,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-african-guesthouse-bedrrom-bathroom.png',0,'attachment','image/png',0),(159,1,'2021-06-10 14:25:27','2021-06-10 11:25:27','','gorilla-african-guesthouse-bedroom','','inherit','closed','closed','','gorilla-african-guesthouse-bedroom','','','2021-06-14 10:17:13','2021-06-14 07:17:13','',0,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/gorilla-african-guesthouse-bedroom.png',0,'attachment','image/png',0),(168,1,'2021-06-10 16:45:57','2021-06-10 13:45:57','','Page Banner','','publish','closed','closed','','page-banner','','','2021-06-10 16:45:57','2021-06-10 13:45:57','',0,'http://gorillaafricasafaris.com/?post_type=ct_template&#038;p=168',0,'ct_template','',0),(169,1,'2021-06-10 16:58:13','2021-06-10 13:58:13','','uganda-hills','','inherit','closed','closed','','uganda-hills','','','2021-06-14 10:16:45','2021-06-14 07:16:45','',0,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/uganda-hills.jpg',0,'attachment','image/jpeg',0),(170,1,'2021-06-10 16:58:15','2021-06-10 13:58:15','','uganda-lake','','inherit','closed','closed','','uganda-lake','','','2021-06-14 10:16:38','2021-06-14 07:16:38','',0,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/uganda-lake.jpg',0,'attachment','image/jpeg',0),(171,1,'2021-06-10 16:58:16','2021-06-10 13:58:16','','uganda-sunset','','inherit','closed','closed','','uganda-sunset','','','2021-06-14 10:15:50','2021-06-14 07:15:50','',0,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/uganda-sunset.jpg',0,'attachment','image/jpeg',0),(172,1,'2021-06-10 16:58:16','2021-06-10 13:58:16','','uganda-peninsula','','inherit','closed','closed','','uganda-peninsula','','','2021-06-14 10:16:31','2021-06-14 07:16:31','',0,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/uganda-peninsula.jpg',0,'attachment','image/jpeg',0),(173,1,'2021-06-10 17:28:41','2021-06-10 14:28:41','','#173','','publish','closed','closed','','173','','','2021-06-10 17:28:41','2021-06-10 14:28:41','',0,'http://gorillaafricasafaris.com/?p=173',0,'af_entry','',0),(174,1,'2021-06-11 10:20:51','2021-06-11 07:20:51','','uganda-safari-buffalo','','inherit','closed','closed','','uganda-safari-buffalo','','','2021-06-14 10:15:42','2021-06-14 07:15:42','',83,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/uganda-safari-buffalo.jpg',0,'attachment','image/jpeg',0),(175,1,'2021-06-11 10:30:22','2021-06-11 07:30:22','','kingfisher-mburo','','inherit','closed','closed','','kingfisher-mburo','','','2021-06-14 10:15:38','2021-06-14 07:15:38','',57,'http://gorillaafricasafaris.com/wp-content/uploads/2021/05/kingfisher-mburo.jpg',0,'attachment','image/jpeg',0),(176,1,'2021-06-11 10:32:58','2021-06-11 07:32:58','','mountain-gorilla-scratch','','inherit','closed','closed','','mountain-gorilla-scratch','','','2021-06-14 10:14:48','2021-06-14 07:14:48','',55,'http://gorillaafricasafaris.com/wp-content/uploads/2021/05/mountain-gorilla-scratch.jpg',0,'attachment','image/jpeg',0),(177,1,'2021-06-11 10:35:36','2021-06-11 07:35:36','','baby-gorilla-uganda','','inherit','closed','closed','','baby-gorilla-uganda','','','2021-06-14 10:14:38','2021-06-14 07:14:38','',77,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/baby-gorilla-uganda.jpg',0,'attachment','image/jpeg',0),(179,1,'2021-06-11 10:47:12','2021-06-11 07:47:12','','crested-crane','','inherit','closed','closed','','crested-crane','','','2021-06-14 10:14:29','2021-06-14 07:14:29','',62,'http://gorillaafricasafaris.com/wp-content/uploads/2021/05/crested-crane.jpg',0,'attachment','image/jpeg',0),(180,1,'2021-06-11 10:48:04','2021-06-11 07:48:04','','silverback-gorilla','','inherit','closed','closed','','silverback-gorilla','','','2021-06-14 10:14:21','2021-06-14 07:14:21','',79,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/silverback-gorilla.jpg',0,'attachment','image/jpeg',0),(181,1,'2021-06-11 10:52:39','2021-06-11 07:52:39','','tree-climbing-lions-queen-elizabeth','','inherit','closed','closed','','tree-climbing-lions-queen-elizabeth','','','2021-06-14 10:14:14','2021-06-14 07:14:14','',53,'http://gorillaafricasafaris.com/wp-content/uploads/2021/05/tree-climbing-lions-queen-elizabeth.jpg',0,'attachment','image/jpeg',0),(182,1,'2021-06-11 10:57:52','2021-06-11 07:57:52','','tree-climbing-lions','','inherit','closed','closed','','tree-climbing-lions','','','2021-06-14 10:13:56','2021-06-14 07:13:56','',54,'http://gorillaafricasafaris.com/wp-content/uploads/2021/05/tree-climbing-lions.jpg',0,'attachment','image/jpeg',0),(183,1,'2021-06-11 11:01:13','2021-06-11 08:01:13','','hippos-lake-mburo','','inherit','closed','closed','','hippos-lake-mburo','','','2021-06-14 10:13:48','2021-06-14 07:13:48','',90,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/hippos-lake-mburo.jpg',0,'attachment','image/jpeg',0),(184,1,'2021-06-11 11:03:12','2021-06-11 08:03:12','','leopard-queen-elizabeth-national-park','','inherit','closed','closed','','leopard-queen-elizabeth-national-park','','','2021-06-14 10:13:26','2021-06-14 07:13:26','',100,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/leopard-queen-elizabeth-national-park.jpg',0,'attachment','image/jpeg',0),(185,1,'2021-06-11 11:05:01','2021-06-11 08:05:01','','elephants','','inherit','closed','closed','','elephants','','','2021-06-14 10:13:02','2021-06-14 07:13:02','',96,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/elephants.jpg',0,'attachment','image/jpeg',0),(186,1,'2021-06-11 11:07:39','2021-06-11 08:07:39','','giraffe','','inherit','closed','closed','','giraffe','','','2021-06-14 10:12:54','2021-06-14 07:12:54','',87,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/giraffe.jpg',0,'attachment','image/jpeg',0),(187,1,'2021-06-11 11:09:25','2021-06-11 08:09:25','','rhino','','inherit','closed','closed','','rhino','','','2021-06-14 10:12:49','2021-06-14 07:12:49','',103,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/rhino.jpg',0,'attachment','image/jpeg',0),(188,1,'2021-06-11 11:10:55','2021-06-11 08:10:55','','elephant-murchison-falls','','inherit','closed','closed','','elephant-murchison-falls','','','2021-06-14 10:12:40','2021-06-14 07:12:40','',94,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/elephant-murchison-falls.jpg',0,'attachment','image/jpeg',0),(189,1,'2021-06-11 11:13:06','2021-06-11 08:13:06','','mation-lions-snarl','','inherit','closed','closed','','mation-lions-snarl','','','2021-06-14 10:12:31','2021-06-14 07:12:31','',93,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/mation-lions-snarl.jpeg',0,'attachment','image/jpeg',0),(190,1,'2021-06-11 11:16:35','2021-06-11 08:16:35','','giraffe-trio-green','','inherit','closed','closed','','giraffe-trio-green','','','2021-06-14 10:12:20','2021-06-14 07:12:20','',92,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/giraffe-trio-green.jpeg',0,'attachment','image/jpeg',0),(191,1,'2021-06-11 11:18:04','2021-06-11 08:18:04','','elephants-buffalo','','inherit','closed','closed','','elephants-buffalo','','','2021-06-14 10:12:10','2021-06-14 07:12:10','',91,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/elephants-buffalo.jpg',0,'attachment','image/jpeg',0),(192,1,'2021-06-11 11:19:36','2021-06-11 08:19:36','','hippos-cranes','','inherit','closed','closed','','hippos-cranes','','','2021-06-14 10:11:54','2021-06-14 07:11:54','',85,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/hippos-cranes.jpg',0,'attachment','image/jpeg',0),(193,1,'2021-06-11 11:22:11','2021-06-11 08:22:11','','forest-buffalo','','inherit','closed','closed','','forest-buffalo','','','2021-06-14 10:11:35','2021-06-14 07:11:35','',102,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/forest-buffalo.jpg',0,'attachment','image/jpeg',0),(194,1,'2021-06-11 11:24:04','2021-06-11 08:24:04','','zebra','','inherit','closed','closed','','zebra','','','2021-06-14 10:11:25','2021-06-14 07:11:25','',98,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/zebra.jpg',0,'attachment','image/jpeg',0),(195,1,'2021-06-11 11:25:48','2021-06-11 08:25:48','','kidepo-elephants','','inherit','closed','closed','','kidepo-elephants','','','2021-06-14 10:11:17','2021-06-14 07:11:17','',81,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/kidepo-elephants.jpg',0,'attachment','image/jpeg',0),(196,1,'2021-06-11 11:27:08','2021-06-11 08:27:08','','giraffe-trio','','inherit','closed','closed','','giraffe-trio','','','2021-06-14 10:11:08','2021-06-14 07:11:08','',107,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/giraffe-trio.jpg',0,'attachment','image/jpeg',0),(197,1,'2021-06-11 11:28:32','2021-06-11 08:28:32','','elephant-safari-uganda','','inherit','closed','closed','','elephant-safari-uganda','','','2021-06-14 10:10:56','2021-06-14 07:10:56','',101,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/elephant-safari-uganda.jpg',0,'attachment','image/jpeg',0),(198,1,'2021-06-11 11:29:40','2021-06-11 08:29:40','','topis-in-QENP','','inherit','closed','closed','','topis-in-qenp','','','2021-06-14 10:10:43','2021-06-14 07:10:43','',88,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/topis-in-QENP.jpg',0,'attachment','image/jpeg',0),(199,1,'2021-06-11 11:31:37','2021-06-11 08:31:37','','antelope-lake-mburo','','inherit','closed','closed','','antelope-lake-mburo','','','2021-06-14 10:10:20','2021-06-14 07:10:20','',82,'http://gorillaafricasafaris.com/wp-content/uploads/2021/06/antelope-lake-mburo.jpg',0,'attachment','image/jpeg',0),(201,1,'2021-06-11 12:58:46','2021-06-11 09:58:46','','#201','','publish','closed','closed','','201','','','2021-06-11 12:58:46','2021-06-11 09:58:46','',0,'http://gorillaafricasafaris.com/?p=201',0,'af_entry','',0),(202,1,'2021-07-08 07:37:25','2021-07-08 04:37:25','','birds-uganda','','inherit','','closed','','birds-uganda','','','2021-07-08 07:37:25','2021-07-08 04:37:25','',0,'http://gorillaafricasafaris.com/wp-content/uploads/2021/07/birds-uganda.jpeg',0,'attachment','image/jpeg',0),(203,1,'2021-07-08 10:29:54','2021-07-08 07:29:54','<!-- wp:oxygen-vsb/ovsb-home /-->','Home','','inherit','closed','closed','','2-revision-v1','','','2021-07-08 10:29:54','2021-07-08 07:29:54','',2,'http://gorillaafricasafaris.com/?p=203',0,'revision','',0),(204,1,'2021-07-08 10:35:27','2021-07-08 07:35:27','<!-- wp:oxygen-vsb/ovsb-safaris /-->','Safaris','','inherit','closed','closed','','18-revision-v1','','','2021-07-08 10:35:27','2021-07-08 07:35:27','',18,'http://gorillaafricasafaris.com/?p=204',0,'revision','',0),(205,1,'2021-07-08 10:46:59','2021-07-08 07:46:59','<!-- wp:oxygen-vsb/ovsb-about-us /-->','About Us','','inherit','closed','closed','','24-revision-v1','','','2021-07-08 10:46:59','2021-07-08 07:46:59','',24,'http://gorillaafricasafaris.com/?p=205',0,'revision','',0),(206,1,'2021-07-08 10:47:25','2021-07-08 07:47:25','<!-- wp:oxygen-vsb/ovsb-travel-information /-->','Travel Information','','inherit','closed','closed','','26-revision-v1','','','2021-07-08 10:47:25','2021-07-08 07:47:25','',26,'http://gorillaafricasafaris.com/?p=206',0,'revision','',0),(207,1,'2021-07-08 10:48:06','2021-07-08 07:48:06','<!-- wp:oxygen-vsb/ovsb-accommodation /-->','Accommodation','','inherit','closed','closed','','28-revision-v1','','','2021-07-08 10:48:06','2021-07-08 07:48:06','',28,'http://gorillaafricasafaris.com/?p=207',0,'revision','',0),(208,1,'2021-07-08 10:48:50','2021-07-08 07:48:50','<!-- wp:oxygen-vsb/ovsb-bird-watching /-->','Bird Watching','','inherit','closed','closed','','30-revision-v1','','','2021-07-08 10:48:50','2021-07-08 07:48:50','',30,'http://gorillaafricasafaris.com/?p=208',0,'revision','',0),(209,1,'2021-07-08 10:49:20','2021-07-08 07:49:20','<!-- wp:oxygen-vsb/ovsb-contact /-->','Contact','','inherit','closed','closed','','34-revision-v1','','','2021-07-08 10:49:20','2021-07-08 07:49:20','',34,'http://gorillaafricasafaris.com/?p=209',0,'revision','',0),(210,1,'2021-07-08 10:49:46','2021-07-08 07:49:46','<!-- wp:oxygen-vsb/ovsb-reservations /-->','Reservations','','inherit','closed','closed','','142-revision-v1','','','2021-07-08 10:49:46','2021-07-08 07:49:46','',142,'http://gorillaafricasafaris.com/?p=210',0,'revision','',0),(211,1,'2021-07-08 20:15:39','2021-07-08 17:15:39','','Safaris','','inherit','closed','closed','','18-revision-v1','','','2021-07-08 20:15:39','2021-07-08 17:15:39','',18,'http://gorillaafricasafaris.com/?p=211',0,'revision','',0),(213,1,'2021-07-28 11:36:06','2021-07-28 08:36:06','<!-- wp:oxygen-vsb/ovsb-home {\"text_block-23-2_string\":\"Gorilla Tours \\u0026amp; Travel Africa Ltd offers you a lot of romance, fun and adventure and promises to lend you some of the most memorable times of your life.\\u003cbr\\u003e\\u003cbr\\u003eGorilla Tours \\u0026amp; Travel Africa Ltd offer affordable and memorable mountain gorilla trekking packages in Africa for all travelers for holiday, business, honeymoons and students.\\u003cbr\\u003e\",\"text_block-93-2_string\":\"Gorilla Tours \\u0026amp; Travel Africa Ltd is one of the premier to companies in Uganda and Rwanda.\\u003cbr\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\",\"text_block-82-2_string\":\"Gorilla Tours \\u0026amp; Travel Africa Ltd gives you detailed information about all national parks in Uganda, wild animals, birds and tourist activities carried out in all parks.\\u003cbr\\u003e\\u003cbr\\u003eAmong their services offered include mountain gorilla trekking and other wildlife safaris, cultural trips as well as mountain hiking. \\u003cbr\\u003e\\u003cbr\\u003eWe shall offer budget gorilla trekking as well in Uganda.\"} /-->','Home','','inherit','closed','closed','','2-revision-v1','','','2021-07-28 11:36:06','2021-07-28 08:36:06','',2,'http://gorillaafricasafaris.com/?p=213',0,'revision','',0),(214,1,'2021-07-28 11:37:01','2021-07-28 08:37:01','<!-- wp:oxygen-vsb/ovsb-about-us {\"text_block-7-24_string\":\"With professional experience of over 20 years, Gorilla Tours \\u0026amp; Travel Africa Ltd delivers cheap and memorable adventures with extremely knowledgeable guides to thousands of vacationers, tourists, holiday makers, couples on honeymoon and students to Uganda, Rwanda, Burundi, DR Congo, Kenya and Tanzania.\"} /-->','About Us','','inherit','closed','closed','','24-revision-v1','','','2021-07-28 11:37:01','2021-07-28 08:37:01','',24,'http://gorillaafricasafaris.com/?p=214',0,'revision','',0),(217,2,'2021-08-24 08:50:05','2021-08-24 05:50:05','<!-- wp:oxygen-vsb/ovsb-home {\"text_block-23-2_string\":\"Gorilla Tours \\u0026amp; Travel Africa Ltd offers you a lot of romance, fun and adventure and promises to lend you some of the most memorable times of your life.\\u003cbr\\u003e\\u003cbr\\u003eGorilla Tours \\u0026amp; Travel Africa Ltd offer affordable and memorable mountain gorilla trekking packages in Africa for all travelers for holiday, business, honeymoons and students.\\u003cbr\\u003e\",\"text_block-93-2_string\":\"Gorilla Tours \\u0026amp; Travel Africa Ltd is one of the premier tour companies in Uganda and Rwanda.\\u003cbr\\u003e\\u003cbr\\u003e\\u003cbr\\u003e\",\"text_block-79-2_string\":\"In Rwanda , Volcanoes National Park is famous for mountain gorilla tours and chimpanzee tracking in Nyungwe National Park. \\u003cbr\\u003e\\u003cbr\\u003eWe also have adventurous canopy walk in Mgahinga Gorilla National Park (volcano climbing)  to find more of the 13 primate species that include vervet monkeys, Columbus monkeys, golden monkeys, giant forest hog, etc.\",\"text_block-82-2_string\":\"Gorilla Tours \\u0026amp; Travel Africa Ltd gives you detailed information about all national parks in Uganda, wild animals, birds and tourist activities carried out in all parks.\\u003cbr\\u003e\\u003cbr\\u003eAmong their services offered include mountain gorilla trekking and other wildlife safaris, cultural trips as well as mountain hiking. \\u003cbr\\u003e\\u003cbr\\u003eWe shall offer budget gorilla trekking as well in Uganda.\"} /-->','Home','','inherit','closed','closed','','2-revision-v1','','','2021-08-24 08:50:05','2021-08-24 05:50:05','',2,'http://gorillaafricasafaris.com/?p=217',0,'revision','',0),(218,2,'2021-08-24 08:54:44','2021-08-24 05:54:44','<!-- wp:oxygen-vsb/ovsb-accommodation {\"_rich_text-58-28_richtext\":\"\\u003cp\\u003eGorilla African Guest House is a private owned and family run accommodation located in Kiwafu zone a quiet and serene residential area of Entebbe Municipality.\\u003c/p\\u003e\\n\\u003cp\\u003eIts located 4 km from Entebbe International Airport and 180 meters from the entrance of Entebbe Virus Research Institute.\\u003c/p\\u003e\\n\\u003cp\\u003eThe accommodation offers clean, self contained, quality and affordable accommodation to leisure and business travelers transiting through Entebbe Municipality.\\u003c/p\\u003e\\n\\u003cp\\u003eIf you are transiting through Entebbe for whatever reason, be travel to and from Entebbe International Airport, please book with us.\\u003c/p\\u003e\"} /-->','Accommodation','','inherit','closed','closed','','28-revision-v1','','','2021-08-24 08:54:44','2021-08-24 05:54:44','',28,'http://gorillaafricasafaris.com/?p=218',0,'revision','',0),(221,2,'2021-08-24 08:58:53','2021-08-24 05:58:53','<!-- wp:oxygen-vsb/ovsb-accommodation {\"_rich_text-58-28_richtext\":\"\\u003cp\\u003eGorilla African Guest House is a private owned and family run accommodation located in Kiwafu zone a quiet and serene residential area of Entebbe Municipality.\\u003c/p\\u003e\\n\\u003cp\\u003eIts located 4 km from Entebbe International Airport and 180 meters from the entrance of Entebbe Virus Research Institute.\\u003c/p\\u003e\\n\\u003cp\\u003eThe accommodation offers clean, self contained, quality and affordable accommodation to leisure and business travelers transiting through Entebbe Municipality.\\u003c/p\\u003e\\n\\u003cp\\u003eIf you are transiting through Entebbe for whatever reason, be travel to and from Entebbe International Airport, please book with us.\\u003c/p\\u003e\",\"text_block-56-28_string\":\"We have a 24 hour check-in policy. Check out is 11AM. \\u003cbr\\u003e\\u003cbr\\u003e\\u003cdiv\\u003eFor reservations please:\\u003cdiv\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\u003cdiv\\u003e\\u003cb\\u003eCall:\\u0026nbsp;\\u003c/b\\u003e +256 784 508 393 / +256 702 348 922\\u0026nbsp;\\u003c/div\\u003e\\u003cdiv\\u003e\\u003cb\\u003eEmail\\u003c/b\\u003e: info@gorillaafricaguesthouse.com\\u003c/div\\u003e\\u003cdiv\\u003e\\u003cb\\u003eWhattsapp\\u003c/b\\u003e: +256 702 348 922 / +256 784 508 393\\u003c/div\\u003e\\u003c/div\\u003e\"} /-->','Accommodation','','inherit','closed','closed','','28-revision-v1','','','2021-08-24 08:58:53','2021-08-24 05:58:53','',28,'http://gorillaafricasafaris.com/?p=221',0,'revision','',0),(223,2,'2021-08-24 08:59:59','2021-08-24 05:59:59','<!-- wp:oxygen-vsb/ovsb-accommodation {\"_rich_text-58-28_richtext\":\"\\u003cp\\u003eGorilla African Guest House is a private owned and family run accommodation located in Kiwafu zone a quiet and serene residential area of Entebbe Municipality.\\u003c/p\\u003e\\n\\u003cp\\u003eIts located 4 km from Entebbe International Airport and 180 meters from the entrance of Entebbe Virus Research Institute.\\u003c/p\\u003e\\n\\u003cp\\u003eThe accommodation offers clean, self contained, quality and affordable accommodation to leisure and business travelers transiting through Entebbe Municipality.\\u003c/p\\u003e\\n\\u003cp\\u003eIf you are transiting through Entebbe for whatever reason, be travel to and from Entebbe International Airport, please book with us.\\u003c/p\\u003e\",\"_rich_text-97-28_richtext\":\"\\u003cul\\u003e\\n\\u003cli\\u003e\\u003cstrong\\u003eSingle Room:\\u003c/strong\\u003e US$35\\u003c/li\\u003e\\n\\u003cli\\u003e\\u003cstrong\\u003eDouble/Twin Room:\\u003c/strong\\u003e\\u0026nbsp; US$45\\u003c/li\\u003e\\n\\u003cli\\u003e\\u003cstrong\\u003eTriple Room:\\u003c/strong\\u003e US$65\\u003c/li\\u003e\\n\\u003cli\\u003e\\u003cstrong\\u003eDormitory:\\u003c/strong\\u003e 6 bed US$85\\u003c/li\\u003e\\n\\u003c/ul\\u003e\",\"text_block-56-28_string\":\"We have a 24 hour check-in policy. Check out is 11AM. \\u003cbr\\u003e\\u003cbr\\u003e\\u003cdiv\\u003eFor reservations please:\\u003cdiv\\u003e\\u003cbr\\u003e\\u003c/div\\u003e\\u003cdiv\\u003e\\u003cb\\u003eCall:\\u0026nbsp;\\u003c/b\\u003e +256 784 508 393 / +256 702 348 922\\u0026nbsp;\\u003c/div\\u003e\\u003cdiv\\u003e\\u003cb\\u003eEmail\\u003c/b\\u003e: info@gorillaafricaguesthouse.com\\u003c/div\\u003e\\u003cdiv\\u003e\\u003cb\\u003eWhattsapp\\u003c/b\\u003e: +256 702 348 922 / +256 784 508 393\\u003c/div\\u003e\\u003c/div\\u003e\"} /-->','Accommodation','','inherit','closed','closed','','28-revision-v1','','','2021-08-24 08:59:59','2021-08-24 05:59:59','',28,'http://gorillaafricasafaris.com/?p=223',0,'revision','',0);
/*!40000 ALTER TABLE `wpn7_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpn7_rank_math_analytics_objects`
--

DROP TABLE IF EXISTS `wpn7_rank_math_analytics_objects`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpn7_rank_math_analytics_objects` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `created` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `title` text NOT NULL,
  `page` varchar(500) NOT NULL,
  `object_type` varchar(100) NOT NULL,
  `object_subtype` varchar(100) NOT NULL,
  `object_id` bigint(20) unsigned NOT NULL,
  `primary_key` varchar(255) NOT NULL,
  `seo_score` tinyint(4) NOT NULL DEFAULT 0,
  `page_score` tinyint(4) NOT NULL DEFAULT 0,
  `is_indexable` tinyint(1) NOT NULL DEFAULT 1,
  `schemas_in_use` varchar(500) DEFAULT NULL,
  `desktop_interactive` double DEFAULT 0,
  `desktop_pagescore` double DEFAULT 0,
  `mobile_interactive` double DEFAULT 0,
  `mobile_pagescore` double DEFAULT 0,
  `pagespeed_refreshed` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `analytics_object_page` (`page`(190))
) ENGINE=InnoDB AUTO_INCREMENT=58 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpn7_rank_math_analytics_objects`
--

LOCK TABLES `wpn7_rank_math_analytics_objects` WRITE;
/*!40000 ALTER TABLE `wpn7_rank_math_analytics_objects` DISABLE KEYS */;
INSERT INTO `wpn7_rank_math_analytics_objects` VALUES (1,'2021-06-09 00:15:48','Reservations','/reservations/','post','page',142,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(2,'2021-06-14 17:36:52','5 Day Gorillas &#038; Akagera Wildlife','/tour/5-day-gorillas-akagera-wildlife/','post','tour',107,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(3,'2021-06-11 18:32:14','1 Day Mgahinga Gorilla Trek','/tour/1-day-mgahinga-gorilla-trek/','post','tour',106,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(4,'2021-06-11 18:32:31','1 Day Bwindi Gorilla Trek','/tour/1-day-bwindi-gorilla-trek/','post','tour',105,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(5,'2021-06-11 18:32:55','1 Day Rwanda Gorilla Trek','/tour/1-day-rwanda-gorilla-trek/','post','tour',104,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(6,'2021-06-11 18:09:29','10 Day Gorillas &#038; Big Game Safari','/tour/10-day-gorillas-big-game-safari/','post','tour',103,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(7,'2021-06-11 18:22:16','8 Day Uganda Gorillas &#038; Wildlife Safari','/tour/8-day-uganda-gorillas-wildlife-safari/','post','tour',102,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(8,'2021-06-11 18:28:37','5 Day Bwindi Gorillas, Chimps &#038; Wildlife Safari','/tour/5-day-bwindi-gorillas-chimps-wildlife-safari/','post','tour',101,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(9,'2021-06-11 18:03:17','4 Day Bwindi Gorillas &#038; Queen Elizabeth Tour','/tour/4-day-bwindi-gorillas-queen-elizabeth-tour/','post','tour',100,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(10,'2021-06-11 18:33:14','3 Day Uganda Gorilla Tour','/tour/3-day-uganda-gorilla-tour-2/','post','tour',99,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(11,'2021-06-11 18:24:09','6 Day Gorilla Habituation &#038; Wildlife Safari','/tour/6-day-gorilla-habituation-wildlife-safari/','post','tour',98,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(12,'2021-06-11 18:33:37','4 Day Bwindi Gorillas &#038; Kibale Chimpanzees','/tour/4-day-bwindi-gorillas-kibale-chimpanzees/','post','tour',97,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(13,'2021-06-11 18:05:05','4 Day Bwindi Gorillas &#038; Lake Bunyonyi','/tour/4-day-bwindi-gorillas-lake-bunyonyi/','post','tour',96,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(14,'2021-06-11 18:34:02','3 Day Bwindi Gorilla Trek','/tour/3-day-bwindi-gorilla-trek/','post','tour',95,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(15,'2021-06-11 18:11:19','15 Day Best of Uganda Safari','/tour/15-day-best-of-uganda-safari/','post','tour',94,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(16,'2021-06-11 18:13:10','14 Day Uganda Safari Adventure','/tour/14-day-uganda-safari-adventure/','post','tour',93,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(17,'2021-06-11 18:16:39','12 Day Uganda Wildlife &#038; Primates Safari','/tour/12-day-uganda-wildlife-primates-safari/','post','tour',92,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(18,'2021-06-11 18:18:08','10 Day Gorillas, Chimps and Game Safari','/tour/10-day-gorillas-chimps-and-game-safari/','post','tour',91,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(19,'2021-06-11 18:01:18','8 Days Uganda Explorer’s Safari','/tour/8-days-uganda-explorers-safari/','post','tour',90,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(20,'2021-06-11 18:34:21','8 Day Gorilla Trek Africa','/tour/8-day-gorilla-trek-africa/','post','tour',89,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(21,'2021-06-11 18:29:44','7 Day Gorilla Tracking, Wildlife &#038; Chimps Safari','/tour/7-day-gorilla-tracking-wildlife-chimps-safari/','post','tour',88,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(22,'2021-06-11 18:07:44','5 Day Uganda Gorillas &#038; Wildlife Safari','/tour/5-day-uganda-gorillas-wildlife-safari/','post','tour',87,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(23,'2021-06-11 18:34:54','5 Day Uganda Gorillas &#038; Chimps Safari','/tour/5-day-uganda-gorillas-chimps-safari/','post','tour',86,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(24,'2021-06-11 18:19:41','6 Day Uganda Gorillas, Chimpanzees &#038; Wildlife','/tour/6-day-uganda-gorillas-chimpanzees-wildlife/','post','tour',85,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(25,'2021-06-11 18:37:02','4 Day Bwindi Gorilla Safari','/tour/4-day-bwindi-gorilla-safari/','post','tour',84,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(26,'2021-06-11 17:23:18','15 Day Explore Uganda &#038; Rwanda','/tour/15-day-explore-uganda-rwanda/','post','tour',83,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(27,'2021-06-11 18:31:44','12 Day Uganda Rwanda Gorillas, Chimps &#038; Wildlife','/tour/12-day-uganda-rwanda-gorillas-chimps-wildlife/','post','tour',82,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(28,'2021-06-11 18:25:53','7 Day Uganda Rwanda Safari','/tour/7-day-uganda-rwanda-safari/','post','tour',81,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(29,'2021-06-11 18:36:31','4 Day Uganda Rwanda Gorillas','/tour/4-day-uganda-rwanda-gorillas/','post','tour',80,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(30,'2021-06-11 17:48:10','3 Day Uganda Gorilla Tour','/tour/3-day-uganda-gorilla-tour/','post','tour',79,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(31,'2021-06-11 18:36:01','2 Day Mgahinga Gorilla Safari','/tour/2-day-mgahinga-gorilla-safari/','post','tour',78,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(32,'2021-06-11 17:35:41','2 Day Bwindi Gorilla Safari','/tour/2-day-bwindi-gorilla-safari/','post','tour',77,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(33,'2021-06-11 17:10:27','2 Day Gorilla Safari In Rwanda – Volcanoes Gorilla Park','/tour/2-day-gorilla-safari-in-rwanda-volcanoes-gorilla-park/','post','tour',64,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(34,'2021-06-02 19:27:14','4 Day Rwanda Gorilla Safari','/tour/4-day-rwanda-gorilla-safari/','post','tour',63,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(35,'2021-06-11 17:47:16','6 Day Chimpanzee, Gorilla &#038; Birding Safari Rwanda','/tour/6-day-chimpanzee-gorilla-birding-safari-rwanda/','post','tour',62,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(36,'2021-06-11 20:01:43','3 Day Rwanda Safari, Gorilla &#038; Golden Monkey Trek','/tour/3-day-rwanda-safari-gorilla-golden-monkey-trek/','post','tour',61,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(37,'2021-06-02 19:26:06','6 Day Rwanda Gorilla &#038; Wildlife Safari Adventure','/tour/6-day-rwanda-gorilla-wildlife-safari-adventure/','post','tour',60,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(38,'2021-06-11 18:35:31','8 Day Chimpanzee, Gorilla Trekking &#038; Cultural Safari to Rwanda','/tour/8-day-chimpanzee-gorilla-trekking-cultural-safari-to-rwanda/','post','tour',59,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(39,'2021-06-02 19:25:33','10 Day Rwanda Gorilla Tour, Chimps &#038; Monkeys Safari','/tour/10-day-rwanda-gorilla-tour-chimps-monkeys-safari/','post','tour',58,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(40,'2021-06-11 17:30:27','4 Day Uganda Jungle Safari to Lake Mburo &#038; Bwindi Forest','/tour/4-day-uganda-jungle-safari-to-lake-mburo-bwindi-forest/','post','tour',57,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(41,'2021-06-02 19:19:10','3 Day Gorilla Trekking Bwindi','/tour/3-day-gorilla-trekking-bwindi/','post','tour',56,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(42,'2021-06-11 17:33:02','8 Day Uganda Gorilla Trek, Wildlife &#038; Gorilla Safari','/tour/8-day-uganda-gorilla-trek-wildlife-gorilla-safari/','post','tour',55,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(43,'2021-06-11 17:58:46','5 Day Bwindi Gorilla &#038; Wildlife Safari','/tour/5-day-bwindi-gorilla-wildlife-safari/','post','tour',54,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(44,'2021-06-11 17:55:26','7 Day Uganda Gorilla, Wildlife &#038; Chimpanzee Trekking Safari','/tour/7-day-uganda-gorilla-wildlife-chimpanzee-trekking-safari/','post','tour',53,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(45,'2021-06-11 17:54:12','9 Day Rafting &#038; Wildlife Safari','/tour/9-day-rafting-wildlife-safari/','post','tour',52,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(46,'2021-06-11 17:55:05','10 Day Uganda Wildlife Tour - Tree-Climbing Lion Spotting','/tour/10-day-uganda-wildlife-tour-tree-climbing-lion-spotting/','post','tour',51,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(47,'2021-06-02 19:16:21','17 Day Uganda Safari, Wildlife &#038; Gorilla Trekking','/tour/17-day-uganda-safari-wildlife-gorilla-trekking/','post','tour',50,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(48,'2021-05-27 15:15:20','Contact','/contact/','post','page',34,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(49,'2021-05-27 15:14:57','News','/news/','post','page',32,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(50,'2021-05-27 15:14:44','Bird Watching','/bird-watching/','post','page',30,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(51,'2021-05-27 15:14:28','Accommodation','/accommodation/','post','page',28,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(52,'2021-05-27 15:14:24','Travel Information','/travel-information/','post','page',26,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(53,'2021-05-27 15:05:44','About Us','/about-us/','post','page',24,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(54,'2021-05-27 15:05:10','Rwanda Safaris','/safaris/rwanda-safaris/','post','page',22,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(55,'2021-05-27 15:04:52','Uganda Safaris','/safaris/uganda-safaris/','post','page',20,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(56,'2021-05-27 15:04:27','Safaris','/safaris/','post','page',18,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00'),(57,'2021-05-27 11:29:37','Home','/','post','page',2,'',0,0,1,'',0,0,0,0,'0000-00-00 00:00:00');
/*!40000 ALTER TABLE `wpn7_rank_math_analytics_objects` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpn7_rank_math_internal_links`
--

DROP TABLE IF EXISTS `wpn7_rank_math_internal_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpn7_rank_math_internal_links` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) NOT NULL,
  `post_id` bigint(20) unsigned NOT NULL,
  `target_post_id` bigint(20) unsigned NOT NULL,
  `type` varchar(8) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`)
) ENGINE=InnoDB AUTO_INCREMENT=185 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpn7_rank_math_internal_links`
--

LOCK TABLES `wpn7_rank_math_internal_links` WRITE;
/*!40000 ALTER TABLE `wpn7_rank_math_internal_links` DISABLE KEYS */;
INSERT INTO `wpn7_rank_math_internal_links` VALUES (1,'http://www.junglesafarisuganda.com/',63,0,'external'),(2,'http://gorillaafricasafaris.com/tour/5-day-gorillas-akagera-wildlife/',18,107,'internal'),(3,'http://gorillaafricasafaris.com/tour/5-day-gorillas-akagera-wildlife/',18,107,'internal'),(4,'http://gorillaafricasafaris.com/tour/5-day-gorillas-akagera-wildlife/',18,107,'internal'),(5,'http://gorillaafricasafaris.com/tour/1-day-mgahinga-gorilla-trek/',18,106,'internal'),(6,'http://gorillaafricasafaris.com/tour/1-day-mgahinga-gorilla-trek/',18,106,'internal'),(7,'http://gorillaafricasafaris.com/tour/1-day-mgahinga-gorilla-trek/',18,106,'internal'),(8,'http://gorillaafricasafaris.com/tour/1-day-bwindi-gorilla-trek/',18,105,'internal'),(9,'http://gorillaafricasafaris.com/tour/1-day-bwindi-gorilla-trek/',18,105,'internal'),(10,'http://gorillaafricasafaris.com/tour/1-day-bwindi-gorilla-trek/',18,105,'internal'),(11,'http://gorillaafricasafaris.com/tour/1-day-rwanda-gorilla-trek/',18,104,'internal'),(12,'http://gorillaafricasafaris.com/tour/1-day-rwanda-gorilla-trek/',18,104,'internal'),(13,'http://gorillaafricasafaris.com/tour/1-day-rwanda-gorilla-trek/',18,104,'internal'),(14,'http://gorillaafricasafaris.com/tour/10-day-gorillas-big-game-safari/',18,103,'internal'),(15,'http://gorillaafricasafaris.com/tour/10-day-gorillas-big-game-safari/',18,103,'internal'),(16,'http://gorillaafricasafaris.com/tour/10-day-gorillas-big-game-safari/',18,103,'internal'),(17,'http://gorillaafricasafaris.com/tour/8-day-uganda-gorillas-wildlife-safari/',18,102,'internal'),(18,'http://gorillaafricasafaris.com/tour/8-day-uganda-gorillas-wildlife-safari/',18,102,'internal'),(19,'http://gorillaafricasafaris.com/tour/8-day-uganda-gorillas-wildlife-safari/',18,102,'internal'),(20,'http://gorillaafricasafaris.com/tour/5-day-bwindi-gorillas-chimps-wildlife-safari/',18,101,'internal'),(21,'http://gorillaafricasafaris.com/tour/5-day-bwindi-gorillas-chimps-wildlife-safari/',18,101,'internal'),(22,'http://gorillaafricasafaris.com/tour/5-day-bwindi-gorillas-chimps-wildlife-safari/',18,101,'internal'),(23,'http://gorillaafricasafaris.com/tour/4-day-bwindi-gorillas-queen-elizabeth-tour/',18,100,'internal'),(24,'http://gorillaafricasafaris.com/tour/4-day-bwindi-gorillas-queen-elizabeth-tour/',18,100,'internal'),(25,'http://gorillaafricasafaris.com/tour/4-day-bwindi-gorillas-queen-elizabeth-tour/',18,100,'internal'),(26,'http://gorillaafricasafaris.com/tour/3-day-uganda-gorilla-tour-2/',18,99,'internal'),(27,'http://gorillaafricasafaris.com/tour/3-day-uganda-gorilla-tour-2/',18,99,'internal'),(28,'http://gorillaafricasafaris.com/tour/3-day-uganda-gorilla-tour-2/',18,99,'internal'),(29,'http://gorillaafricasafaris.com/tour/6-day-gorilla-habituation-wildlife-safari/',18,98,'internal'),(30,'http://gorillaafricasafaris.com/tour/6-day-gorilla-habituation-wildlife-safari/',18,98,'internal'),(31,'http://gorillaafricasafaris.com/tour/6-day-gorilla-habituation-wildlife-safari/',18,98,'internal'),(32,'http://gorillaafricasafaris.com/tour/4-day-bwindi-gorillas-kibale-chimpanzees/',18,97,'internal'),(33,'http://gorillaafricasafaris.com/tour/4-day-bwindi-gorillas-kibale-chimpanzees/',18,97,'internal'),(34,'http://gorillaafricasafaris.com/tour/4-day-bwindi-gorillas-kibale-chimpanzees/',18,97,'internal'),(35,'http://gorillaafricasafaris.com/tour/4-day-bwindi-gorillas-lake-bunyonyi/',18,96,'internal'),(36,'http://gorillaafricasafaris.com/tour/4-day-bwindi-gorillas-lake-bunyonyi/',18,96,'internal'),(37,'http://gorillaafricasafaris.com/tour/4-day-bwindi-gorillas-lake-bunyonyi/',18,96,'internal'),(38,'http://gorillaafricasafaris.com/tour/3-day-bwindi-gorilla-trek/',18,95,'internal'),(39,'http://gorillaafricasafaris.com/tour/3-day-bwindi-gorilla-trek/',18,95,'internal'),(40,'http://gorillaafricasafaris.com/tour/3-day-bwindi-gorilla-trek/',18,95,'internal'),(41,'http://gorillaafricasafaris.com/tour/15-day-best-of-uganda-safari/',18,94,'internal'),(42,'http://gorillaafricasafaris.com/tour/15-day-best-of-uganda-safari/',18,94,'internal'),(43,'http://gorillaafricasafaris.com/tour/15-day-best-of-uganda-safari/',18,94,'internal'),(44,'http://gorillaafricasafaris.com/tour/14-day-uganda-safari-adventure/',18,93,'internal'),(45,'http://gorillaafricasafaris.com/tour/14-day-uganda-safari-adventure/',18,93,'internal'),(46,'http://gorillaafricasafaris.com/tour/14-day-uganda-safari-adventure/',18,93,'internal'),(47,'http://gorillaafricasafaris.com/tour/12-day-uganda-wildlife-primates-safari/',18,92,'internal'),(48,'http://gorillaafricasafaris.com/tour/12-day-uganda-wildlife-primates-safari/',18,92,'internal'),(49,'http://gorillaafricasafaris.com/tour/12-day-uganda-wildlife-primates-safari/',18,92,'internal'),(50,'http://gorillaafricasafaris.com/tour/10-day-gorillas-chimps-and-game-safari/',18,91,'internal'),(51,'http://gorillaafricasafaris.com/tour/10-day-gorillas-chimps-and-game-safari/',18,91,'internal'),(52,'http://gorillaafricasafaris.com/tour/10-day-gorillas-chimps-and-game-safari/',18,91,'internal'),(53,'http://gorillaafricasafaris.com/tour/8-days-uganda-explorers-safari/',18,90,'internal'),(54,'http://gorillaafricasafaris.com/tour/8-days-uganda-explorers-safari/',18,90,'internal'),(55,'http://gorillaafricasafaris.com/tour/8-days-uganda-explorers-safari/',18,90,'internal'),(56,'http://gorillaafricasafaris.com/tour/8-day-gorilla-trek-africa/',18,89,'internal'),(57,'http://gorillaafricasafaris.com/tour/8-day-gorilla-trek-africa/',18,89,'internal'),(58,'http://gorillaafricasafaris.com/tour/8-day-gorilla-trek-africa/',18,89,'internal'),(59,'http://gorillaafricasafaris.com/tour/7-day-gorilla-tracking-wildlife-chimps-safari/',18,88,'internal'),(60,'http://gorillaafricasafaris.com/tour/7-day-gorilla-tracking-wildlife-chimps-safari/',18,88,'internal'),(61,'http://gorillaafricasafaris.com/tour/7-day-gorilla-tracking-wildlife-chimps-safari/',18,88,'internal'),(62,'http://gorillaafricasafaris.com/tour/5-day-uganda-gorillas-wildlife-safari/',18,87,'internal'),(63,'http://gorillaafricasafaris.com/tour/5-day-uganda-gorillas-wildlife-safari/',18,87,'internal'),(64,'http://gorillaafricasafaris.com/tour/5-day-uganda-gorillas-wildlife-safari/',18,87,'internal'),(65,'http://gorillaafricasafaris.com/tour/5-day-uganda-gorillas-chimps-safari/',18,86,'internal'),(66,'http://gorillaafricasafaris.com/tour/5-day-uganda-gorillas-chimps-safari/',18,86,'internal'),(67,'http://gorillaafricasafaris.com/tour/5-day-uganda-gorillas-chimps-safari/',18,86,'internal'),(68,'http://gorillaafricasafaris.com/tour/6-day-uganda-gorillas-chimpanzees-wildlife/',18,85,'internal'),(69,'http://gorillaafricasafaris.com/tour/6-day-uganda-gorillas-chimpanzees-wildlife/',18,85,'internal'),(70,'http://gorillaafricasafaris.com/tour/6-day-uganda-gorillas-chimpanzees-wildlife/',18,85,'internal'),(71,'http://gorillaafricasafaris.com/tour/4-day-bwindi-gorilla-safari/',18,84,'internal'),(72,'http://gorillaafricasafaris.com/tour/4-day-bwindi-gorilla-safari/',18,84,'internal'),(73,'http://gorillaafricasafaris.com/tour/4-day-bwindi-gorilla-safari/',18,84,'internal'),(74,'http://gorillaafricasafaris.com/tour/15-day-explore-uganda-rwanda/',18,83,'internal'),(75,'http://gorillaafricasafaris.com/tour/15-day-explore-uganda-rwanda/',18,83,'internal'),(76,'http://gorillaafricasafaris.com/tour/15-day-explore-uganda-rwanda/',18,83,'internal'),(77,'http://gorillaafricasafaris.com/tour/12-day-uganda-rwanda-gorillas-chimps-wildlife/',18,82,'internal'),(78,'http://gorillaafricasafaris.com/tour/12-day-uganda-rwanda-gorillas-chimps-wildlife/',18,82,'internal'),(79,'http://gorillaafricasafaris.com/tour/12-day-uganda-rwanda-gorillas-chimps-wildlife/',18,82,'internal'),(80,'http://gorillaafricasafaris.com/tour/7-day-uganda-rwanda-safari/',18,81,'internal'),(81,'http://gorillaafricasafaris.com/tour/7-day-uganda-rwanda-safari/',18,81,'internal'),(82,'http://gorillaafricasafaris.com/tour/7-day-uganda-rwanda-safari/',18,81,'internal'),(83,'http://gorillaafricasafaris.com/tour/4-day-uganda-rwanda-gorillas/',18,80,'internal'),(84,'http://gorillaafricasafaris.com/tour/4-day-uganda-rwanda-gorillas/',18,80,'internal'),(85,'http://gorillaafricasafaris.com/tour/4-day-uganda-rwanda-gorillas/',18,80,'internal'),(86,'http://gorillaafricasafaris.com/tour/3-day-uganda-gorilla-tour/',18,79,'internal'),(87,'http://gorillaafricasafaris.com/tour/3-day-uganda-gorilla-tour/',18,79,'internal'),(88,'http://gorillaafricasafaris.com/tour/3-day-uganda-gorilla-tour/',18,79,'internal'),(89,'http://gorillaafricasafaris.com/tour/2-day-mgahinga-gorilla-safari/',18,78,'internal'),(90,'http://gorillaafricasafaris.com/tour/2-day-mgahinga-gorilla-safari/',18,78,'internal'),(91,'http://gorillaafricasafaris.com/tour/2-day-mgahinga-gorilla-safari/',18,78,'internal'),(92,'http://gorillaafricasafaris.com/tour/2-day-bwindi-gorilla-safari/',18,77,'internal'),(93,'http://gorillaafricasafaris.com/tour/2-day-bwindi-gorilla-safari/',18,77,'internal'),(94,'http://gorillaafricasafaris.com/tour/2-day-bwindi-gorilla-safari/',18,77,'internal'),(95,'http://gorillaafricasafaris.com/tour/2-day-gorilla-safari-in-rwanda-volcanoes-gorilla-park/',18,64,'internal'),(96,'http://gorillaafricasafaris.com/tour/2-day-gorilla-safari-in-rwanda-volcanoes-gorilla-park/',18,64,'internal'),(97,'http://gorillaafricasafaris.com/tour/2-day-gorilla-safari-in-rwanda-volcanoes-gorilla-park/',18,64,'internal'),(98,'http://gorillaafricasafaris.com/tour/4-day-rwanda-gorilla-safari/',18,63,'internal'),(99,'http://gorillaafricasafaris.com/tour/4-day-rwanda-gorilla-safari/',18,63,'internal'),(100,'http://gorillaafricasafaris.com/tour/4-day-rwanda-gorilla-safari/',18,63,'internal'),(101,'http://gorillaafricasafaris.com/tour/6-day-chimpanzee-gorilla-birding-safari-rwanda/',18,62,'internal'),(102,'http://gorillaafricasafaris.com/tour/6-day-chimpanzee-gorilla-birding-safari-rwanda/',18,62,'internal'),(103,'http://gorillaafricasafaris.com/tour/6-day-chimpanzee-gorilla-birding-safari-rwanda/',18,62,'internal'),(104,'http://gorillaafricasafaris.com/tour/3-day-rwanda-safari-gorilla-golden-monkey-trek/',18,61,'internal'),(105,'http://gorillaafricasafaris.com/tour/3-day-rwanda-safari-gorilla-golden-monkey-trek/',18,61,'internal'),(106,'http://gorillaafricasafaris.com/tour/3-day-rwanda-safari-gorilla-golden-monkey-trek/',18,61,'internal'),(107,'http://gorillaafricasafaris.com/tour/6-day-rwanda-gorilla-wildlife-safari-adventure/',18,60,'internal'),(108,'http://gorillaafricasafaris.com/tour/6-day-rwanda-gorilla-wildlife-safari-adventure/',18,60,'internal'),(109,'http://gorillaafricasafaris.com/tour/6-day-rwanda-gorilla-wildlife-safari-adventure/',18,60,'internal'),(110,'http://gorillaafricasafaris.com/tour/8-day-chimpanzee-gorilla-trekking-cultural-safari-to-rwanda/',18,59,'internal'),(111,'http://gorillaafricasafaris.com/tour/8-day-chimpanzee-gorilla-trekking-cultural-safari-to-rwanda/',18,59,'internal'),(112,'http://gorillaafricasafaris.com/tour/8-day-chimpanzee-gorilla-trekking-cultural-safari-to-rwanda/',18,59,'internal'),(113,'http://gorillaafricasafaris.com/tour/10-day-rwanda-gorilla-tour-chimps-monkeys-safari/',18,58,'internal'),(114,'http://gorillaafricasafaris.com/tour/10-day-rwanda-gorilla-tour-chimps-monkeys-safari/',18,58,'internal'),(115,'http://gorillaafricasafaris.com/tour/10-day-rwanda-gorilla-tour-chimps-monkeys-safari/',18,58,'internal'),(116,'http://gorillaafricasafaris.com/tour/4-day-uganda-jungle-safari-to-lake-mburo-bwindi-forest/',18,57,'internal'),(117,'http://gorillaafricasafaris.com/tour/4-day-uganda-jungle-safari-to-lake-mburo-bwindi-forest/',18,57,'internal'),(118,'http://gorillaafricasafaris.com/tour/4-day-uganda-jungle-safari-to-lake-mburo-bwindi-forest/',18,57,'internal'),(119,'http://gorillaafricasafaris.com/tour/3-day-gorilla-trekking-bwindi/',18,56,'internal'),(120,'http://gorillaafricasafaris.com/tour/3-day-gorilla-trekking-bwindi/',18,56,'internal'),(121,'http://gorillaafricasafaris.com/tour/3-day-gorilla-trekking-bwindi/',18,56,'internal'),(122,'http://gorillaafricasafaris.com/tour/8-day-uganda-gorilla-trek-wildlife-gorilla-safari/',18,55,'internal'),(123,'http://gorillaafricasafaris.com/tour/8-day-uganda-gorilla-trek-wildlife-gorilla-safari/',18,55,'internal'),(124,'http://gorillaafricasafaris.com/tour/8-day-uganda-gorilla-trek-wildlife-gorilla-safari/',18,55,'internal'),(125,'http://gorillaafricasafaris.com/tour/5-day-bwindi-gorilla-wildlife-safari/',18,54,'internal'),(126,'http://gorillaafricasafaris.com/tour/5-day-bwindi-gorilla-wildlife-safari/',18,54,'internal'),(127,'http://gorillaafricasafaris.com/tour/5-day-bwindi-gorilla-wildlife-safari/',18,54,'internal'),(128,'http://gorillaafricasafaris.com/tour/7-day-uganda-gorilla-wildlife-chimpanzee-trekking-safari/',18,53,'internal'),(129,'http://gorillaafricasafaris.com/tour/7-day-uganda-gorilla-wildlife-chimpanzee-trekking-safari/',18,53,'internal'),(130,'http://gorillaafricasafaris.com/tour/7-day-uganda-gorilla-wildlife-chimpanzee-trekking-safari/',18,53,'internal'),(131,'http://gorillaafricasafaris.com/tour/9-day-rafting-wildlife-safari/',18,52,'internal'),(132,'http://gorillaafricasafaris.com/tour/9-day-rafting-wildlife-safari/',18,52,'internal'),(133,'http://gorillaafricasafaris.com/tour/9-day-rafting-wildlife-safari/',18,52,'internal'),(134,'http://gorillaafricasafaris.com/tour/10-day-uganda-wildlife-tour-tree-climbing-lion-spotting/',18,51,'internal'),(135,'http://gorillaafricasafaris.com/tour/10-day-uganda-wildlife-tour-tree-climbing-lion-spotting/',18,51,'internal'),(136,'http://gorillaafricasafaris.com/tour/10-day-uganda-wildlife-tour-tree-climbing-lion-spotting/',18,51,'internal'),(137,'http://gorillaafricasafaris.com/tour/17-day-uganda-safari-wildlife-gorilla-trekking/',18,50,'internal'),(138,'http://gorillaafricasafaris.com/tour/17-day-uganda-safari-wildlife-gorilla-trekking/',18,50,'internal'),(139,'http://gorillaafricasafaris.com/tour/17-day-uganda-safari-wildlife-gorilla-trekking/',18,50,'internal'),(161,'http://gorillaafricasafaris.com/safaris/',2,18,'internal'),(162,'http://gorillaafricasafaris.com/tour/2-day-gorilla-safari-in-rwanda-volcanoes-gorilla-park/',2,64,'internal'),(163,'http://gorillaafricasafaris.com/tour/2-day-gorilla-safari-in-rwanda-volcanoes-gorilla-park/',2,64,'internal'),(164,'http://gorillaafricasafaris.com/tour/2-day-gorilla-safari-in-rwanda-volcanoes-gorilla-park/',2,64,'internal'),(165,'http://gorillaafricasafaris.com/tour/3-day-rwanda-safari-gorilla-golden-monkey-trek/',2,61,'internal'),(166,'http://gorillaafricasafaris.com/tour/3-day-rwanda-safari-gorilla-golden-monkey-trek/',2,61,'internal'),(167,'http://gorillaafricasafaris.com/tour/3-day-rwanda-safari-gorilla-golden-monkey-trek/',2,61,'internal'),(168,'http://gorillaafricasafaris.com/tour/3-day-gorilla-trekking-bwindi/',2,56,'internal'),(169,'http://gorillaafricasafaris.com/tour/3-day-gorilla-trekking-bwindi/',2,56,'internal'),(170,'http://gorillaafricasafaris.com/tour/3-day-gorilla-trekking-bwindi/',2,56,'internal'),(171,'http://gorillaafricasafaris.com/tour/5-day-bwindi-gorilla-wildlife-safari/',2,54,'internal'),(172,'http://gorillaafricasafaris.com/tour/5-day-bwindi-gorilla-wildlife-safari/',2,54,'internal'),(173,'http://gorillaafricasafaris.com/tour/5-day-bwindi-gorilla-wildlife-safari/',2,54,'internal'),(174,'http://gorillaafricasafaris.com/tour/9-day-rafting-wildlife-safari/',2,52,'internal'),(175,'http://gorillaafricasafaris.com/tour/9-day-rafting-wildlife-safari/',2,52,'internal'),(176,'http://gorillaafricasafaris.com/tour/9-day-rafting-wildlife-safari/',2,52,'internal'),(177,'http://gorillaafricasafaris.com/tour/10-day-uganda-wildlife-tour-tree-climbing-lion-spotting/',2,51,'internal'),(178,'http://gorillaafricasafaris.com/tour/10-day-uganda-wildlife-tour-tree-climbing-lion-spotting/',2,51,'internal'),(179,'http://gorillaafricasafaris.com/tour/10-day-uganda-wildlife-tour-tree-climbing-lion-spotting/',2,51,'internal'),(180,'http://gorillaafricasafaris.com/safaris/',2,18,'internal'),(181,'http://gorillaafricasafaris.com/contact/',2,34,'internal'),(184,'http://gorillaafricasafaris.com/contact/',28,34,'internal');
/*!40000 ALTER TABLE `wpn7_rank_math_internal_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpn7_rank_math_internal_meta`
--

DROP TABLE IF EXISTS `wpn7_rank_math_internal_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpn7_rank_math_internal_meta` (
  `object_id` bigint(20) unsigned NOT NULL,
  `internal_link_count` int(10) unsigned DEFAULT 0,
  `external_link_count` int(10) unsigned DEFAULT 0,
  `incoming_link_count` int(10) unsigned DEFAULT 0,
  PRIMARY KEY (`object_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpn7_rank_math_internal_meta`
--

LOCK TABLES `wpn7_rank_math_internal_meta` WRITE;
/*!40000 ALTER TABLE `wpn7_rank_math_internal_meta` DISABLE KEYS */;
INSERT INTO `wpn7_rank_math_internal_meta` VALUES (2,21,0,0),(18,138,0,2),(20,0,0,0),(22,0,0,0),(24,0,0,0),(26,0,0,0),(28,1,0,0),(30,0,0,0),(32,0,0,0),(34,0,0,2),(50,0,0,3),(51,0,0,6),(52,0,0,6),(53,0,0,3),(54,0,0,6),(55,0,0,3),(56,0,0,6),(57,0,0,3),(58,0,0,3),(59,0,0,3),(60,0,0,3),(61,0,0,6),(62,0,0,3),(63,0,1,3),(64,0,0,6),(77,0,0,3),(78,0,0,3),(79,0,0,3),(80,0,0,3),(81,0,0,3),(82,0,0,3),(83,0,0,3),(84,0,0,3),(85,0,0,3),(86,0,0,3),(87,0,0,3),(88,0,0,3),(89,0,0,3),(90,0,0,3),(91,0,0,3),(92,0,0,3),(93,0,0,3),(94,0,0,3),(95,0,0,3),(96,0,0,3),(97,0,0,3),(98,0,0,3),(99,0,0,3),(100,0,0,3),(101,0,0,3),(102,0,0,3),(103,0,0,3),(104,0,0,3),(105,0,0,3),(106,0,0,3),(107,0,0,3),(142,0,0,0);
/*!40000 ALTER TABLE `wpn7_rank_math_internal_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpn7_term_relationships`
--

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

--
-- Dumping data for table `wpn7_term_relationships`
--

LOCK TABLES `wpn7_term_relationships` WRITE;
/*!40000 ALTER TABLE `wpn7_term_relationships` DISABLE KEYS */;
INSERT INTO `wpn7_term_relationships` VALUES (36,4,0),(37,4,0),(38,4,0),(39,4,0),(40,4,0),(41,4,0),(42,4,0),(44,4,0),(50,2,0),(51,2,0),(52,2,0),(53,2,0),(54,2,0),(55,2,0),(56,2,0),(57,2,0),(58,3,0),(59,3,0),(60,3,0),(61,3,0),(62,3,0),(63,3,0),(64,3,0),(77,2,0),(78,2,0),(79,2,0),(80,2,0),(80,3,0),(81,2,0),(81,3,0),(82,2,0),(82,3,0),(83,2,0),(83,3,0),(84,2,0),(85,2,0),(86,2,0),(87,2,0),(88,2,0),(89,2,0),(89,3,0),(89,7,0),(90,2,0),(91,2,0),(92,2,0),(93,2,0),(94,2,0),(95,2,0),(96,2,0),(97,2,0),(98,2,0),(98,3,0),(99,2,0),(100,2,0),(101,2,0),(102,2,0),(103,2,0),(104,3,0),(105,2,0),(106,2,0),(107,3,0);
/*!40000 ALTER TABLE `wpn7_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpn7_term_taxonomy`
--

DROP TABLE IF EXISTS `wpn7_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpn7_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=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpn7_term_taxonomy`
--

LOCK TABLES `wpn7_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wpn7_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wpn7_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'destination','',0,37),(3,3,'destination','',0,15),(4,4,'nav_menu','',0,8),(5,5,'erropix_scripts','',0,0),(6,6,'erropix_scripts','',0,0),(7,7,'destination','',0,1),(8,8,'erropix_scripts','',0,0),(9,9,'erropix_scripts','',0,0),(10,10,'erropix_scripts','',0,0);
/*!40000 ALTER TABLE `wpn7_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpn7_termmeta`
--

DROP TABLE IF EXISTS `wpn7_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpn7_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=InnoDB AUTO_INCREMENT=55 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpn7_termmeta`
--

LOCK TABLES `wpn7_termmeta` WRITE;
/*!40000 ALTER TABLE `wpn7_termmeta` DISABLE KEYS */;
INSERT INTO `wpn7_termmeta` VALUES (1,5,'script_title','ACF Admin Columns'),(2,5,'script_description',''),(3,5,'script_type','application/x-httpd-php'),(4,5,'script_code','<?php\r\n\r\nfunction add_acf_columns ( $columns ) {\r\n   return array_merge ( $columns, array ( \r\n     \'duration\' => __ ( \'Duration\' )\r\n   ) );\r\n }\r\n add_filter ( \'manage_tour_posts_columns\', \'add_acf_columns\' );\r\n \r\n /*\r\n * Add columns to Tours CPT\r\n */\r\n function tour_custom_column ( $column, $post_id ) {\r\n   switch ( $column ) {\r\n     case \'duration\':\r\n       echo get_post_meta ( $post_id, \'duration\', true );\r\n       break;\r\n   }\r\n}\r\nadd_action ( \'manage_tour_posts_custom_column\', \'tour_custom_column\', 10, 2 );\r\n\r\n/*\r\n * Add Sortable columns\r\n */\r\n\r\nfunction my_column_register_sortable( $columns ) {\r\n	$columns[\'duration\'] = \'duration\';\r\n	return $columns;\r\n}\r\nadd_filter(\'manage_edit-tour_sortable_columns\', \'my_column_register_sortable\' );'),(5,5,'script_url',NULL),(6,5,'script_location','admin'),(7,5,'script_priority','10'),(8,5,'script_hook','plugins_loaded'),(9,5,'script_conditions',''),(10,5,'script_status','1'),(11,6,'script_title','Feature Image Admin Column'),(12,6,'script_description',''),(13,6,'script_type','application/x-httpd-php'),(14,6,'script_code','<?php\r\n\r\n// show featured images in dashboard\r\nadd_image_size( \'admin-post-featured-image\', 120, 120, false );\r\n\r\n// Add the posts and pages columns filter. They both use the same function.\r\nadd_filter(\'manage_posts_columns\', \'add_post_admin_thumbnail_column\', 2);\r\nadd_filter(\'manage_pages_columns\', \'add_post_admin_thumbnail_column\', 2);\r\n\r\n// Add the column\r\nfunction add_post_admin_thumbnail_column($columns){\r\n    $columns[\'thumb\'] = __(\'Featured Image\');\r\n    return $columns;\r\n}\r\n\r\n// Manage Post and Page Admin Panel Columns\r\nadd_action(\'manage_posts_custom_column\', \'show_post_thumbnail_column\', 5, 2);\r\nadd_action(\'manage_pages_custom_column\', \'show_post_thumbnail_column\', 5, 2);\r\n\r\n// Get featured-thumbnail size post thumbnail and display it\r\nfunction show_post_thumbnail_column($columns, $id){\r\n    switch($columns){\r\n        case \'thumb\':\r\n        if( function_exists(\'the_post_thumbnail\') ) {\r\n            echo the_post_thumbnail( \'admin-post-featured-image\' );\r\n        }\r\n        else\r\n            echo \'hmm… your theme doesn\\\'t support featured image…\';\r\n        break;\r\n    }\r\n}'),(15,6,'script_url',NULL),(16,6,'script_location','admin'),(17,6,'script_priority','10'),(18,6,'script_hook','plugins_loaded'),(19,6,'script_conditions',''),(20,6,'script_status','1'),(21,5,'script_order','1'),(22,6,'script_order','2'),(23,8,'script_title','Additional Advance Form Merge Tag'),(24,8,'script_description',''),(25,8,'script_type','application/x-httpd-php'),(26,8,'script_code','<?php\r\n\r\nfunction add_title_merge_tag( $output, $tag ) {\r\n  if ( \'title\' != $tag ) {\r\n    return $output;\r\n  }\r\n\r\n  return \"Title \" . get_the_title( $post_id );\r\n}\r\nadd_filter( \'af/merge_tags/resolve\', \'add_title_merge_tag\', 10, 2 );\r\n\r\nfunction register_title_merge_tag( $tags, $form ) {\r\n  $tags[] = array(\r\n    \'value\' => \'title\',\r\n    \'label\' => \"Title\",\r\n  );\r\n\r\n  return $tags;\r\n}\r\nadd_filter( \'af/merge_tags/custom\', \'register_title_merge_tag\', 10, 2 );'),(27,8,'script_url',NULL),(28,8,'script_location','admin'),(29,8,'script_priority','10'),(30,8,'script_hook','plugins_loaded'),(31,8,'script_conditions',''),(32,8,'script_status',''),(33,9,'script_title','White Labelling'),(34,9,'script_description','White labelling of WordPress dashboard.'),(35,9,'script_type','application/x-httpd-php'),(36,9,'script_code','<?php\r\n\r\n// Custom WordPress Login Logo\r\nfunction branded_login_logo() { ?>\r\n  <style type=\"text/css\">\r\n    #login h1 a, .login h1 a {\r\n      background-image: url(\"https://www.intergise.com/wp-content/uploads/2017/03/intergise-logo-black.png\");\r\n      background-size: 300px 107px;\r\n      height: 107px;\r\n      width: 300px;\r\n      padding-bottom: 30px;\r\n    }\r\n  </style>\r\n<?php }\r\n\r\nadd_action( \'login_enqueue_scripts\', \'branded_login_logo\' );\r\n\r\n// Change login logo hover text\r\nfunction login_logo_hover() {\r\n    return \'Powered by Intergise\';\r\n}\r\nadd_filter(\'login_headertitle\', \'login_logo_hover\');\r\n\r\n// Change welcome message\r\nfunction howdy_message($translated_text, $text, $domain) {\r\n  $new_message = str_replace(\'Howdy\', \'Mambo\', $text);\r\n  return $new_message;\r\n}\r\nadd_filter(\'gettext\', \'howdy_message\', 10, 3);\r\n\r\n// Change footer credit\r\nfunction change_footer_admin () {\r\n  echo \'A safari website developed by <a href=\"http://www.intergise.com\">Intergise</a>\';\r\n}\r\n\r\nadd_filter(\'admin_footer_text\', \'change_footer_admin\');\r\n\r\n// Set default dashboard colour scheme\r\nadd_filter(\'get_user_option_admin_color\', \'change_admin_color\');\r\nfunction change_admin_color($result) {\r\n  return \'sunrise\';\r\n}\r\n\r\n// Removes base dashboard widgets\r\nfunction remove_dashboard_meta() {\r\n    remove_meta_box(\'dashboard_primary\', \'dashboard\', \'normal\'); // WordPress News\r\n    remove_meta_box(\'dashboard_quick_press\', \'dashboard\', \'side\'); // Quick Draft\r\n}\r\nadd_action(\'admin_init\', \'remove_dashboard_meta\');\r\n\r\n?>'),(37,9,'script_url',NULL),(38,9,'script_location','admin'),(39,9,'script_priority','10'),(40,9,'script_hook','plugins_loaded'),(41,9,'script_shortcode',NULL),(42,9,'script_conditions',''),(43,9,'script_status','1'),(44,10,'script_title','Google Analytics'),(45,10,'script_description',''),(46,10,'script_type','text/html'),(47,10,'script_code',''),(48,10,'script_url',NULL),(49,10,'script_location','front'),(50,10,'script_priority','10'),(51,10,'script_hook','wp_head'),(52,10,'script_shortcode',NULL),(53,10,'script_conditions',''),(54,10,'script_status','');
/*!40000 ALTER TABLE `wpn7_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpn7_terms`
--

DROP TABLE IF EXISTS `wpn7_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpn7_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=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpn7_terms`
--

LOCK TABLES `wpn7_terms` WRITE;
/*!40000 ALTER TABLE `wpn7_terms` DISABLE KEYS */;
INSERT INTO `wpn7_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Uganda','uganda',0),(3,'Rwanda','rwanda',0),(4,'Primary','primary',0),(5,'script-60b0c953baa48','script-60b0c953baa48',0),(6,'script-60b0d5abc8148','script-60b0d5abc8148',0),(7,'Congo','congo',0),(8,'script-60b9d94ceed36','script-60b9d94ceed36',0),(9,'script-60c70c18a1df5','script-60c70c18a1df5',0),(10,'script-60c7110008a7e','script-60c7110008a7e',0);
/*!40000 ALTER TABLE `wpn7_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpn7_usermeta`
--

DROP TABLE IF EXISTS `wpn7_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpn7_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=InnoDB AUTO_INCREMENT=74 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpn7_usermeta`
--

LOCK TABLES `wpn7_usermeta` WRITE;
/*!40000 ALTER TABLE `wpn7_usermeta` DISABLE KEYS */;
INSERT INTO `wpn7_usermeta` VALUES (1,1,'nickname','Intergise'),(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,'wpn7_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wpn7_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','0'),(16,1,'session_tokens','a:1:{s:64:\"e2d061f99af707c0676cd246c22901716ecbba4c77695ab13fdff4ed1a914177\";a:4:{s:10:\"expiration\";i:1649300054;s:2:\"ip\";s:14:\"102.114.129.40\";s:2:\"ua\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:99.0) Gecko/20100101 Firefox/99.0\";s:5:\"login\";i:1649127254;}}'),(17,1,'wpn7_dashboard_quick_press_last_post_id','200'),(18,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(19,1,'metaboxhidden_nav-menus','a:4:{i:0;s:18:\"add-post-type-tour\";i:1;s:25:\"add-post-type-ct_template\";i:2;s:12:\"add-post_tag\";i:3;s:15:\"add-destination\";}'),(20,1,'wpn7_user-settings','editor=tinymce&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=358px&edit_element_vcUIPanelTop=69px&libraryContent=browse&template_window_vcUIPanelWidth=1023&template_window_vcUIPanelLeft=280px&template_window_vcUIPanelTop=74px'),(21,1,'wpn7_user-settings-time','1628498032'),(22,1,'manageedit-tourcolumnshidden','a:3:{i:0;s:4:\"date\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(23,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"102.114.129.0\";}'),(24,1,'closedpostboxes_af_form','a:1:{i:0;s:14:\"af_form_fields\";}'),(25,1,'metaboxhidden_af_form','a:1:{i:0;s:7:\"slugdiv\";}'),(26,1,'closedpostboxes_dashboard','a:1:{i:0;s:17:\"dashboard_primary\";}'),(27,1,'metaboxhidden_dashboard','a:0:{}'),(28,1,'closedpostboxes_acf-field-group','a:0:{}'),(29,1,'metaboxhidden_acf-field-group','a:1:{i:0;s:7:\"slugdiv\";}'),(30,1,'nav_menu_recently_edited','4'),(31,1,'manageedit-postcolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(32,1,'manageedit-postcolumnshidden_default','1'),(33,1,'manageedit-pagecolumnshidden','a:4:{i:0;s:8:\"comments\";i:1;s:21:\"rank_math_seo_details\";i:2;s:15:\"rank_math_title\";i:3;s:21:\"rank_math_description\";}'),(34,1,'manageedit-pagecolumnshidden_default','1'),(35,1,'manageedit-tourcolumnshidden_default','1'),(36,1,'manageedit-ct_templatecolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(37,1,'manageedit-ct_templatecolumnshidden_default','1'),(38,1,'closedpostboxes_','a:1:{i:0;s:34:\"rank_math_metabox_link_suggestions\";}'),(39,1,'metaboxhidden_','a:0:{}'),(40,1,'last_update','1629795606'),(41,1,'manageedit-oxy_user_librarycolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(42,1,'manageedit-oxy_user_librarycolumnshidden_default','1'),(43,1,'meta-box-order_','a:4:{s:6:\"normal\";s:34:\"ct_views_cpt,ct_connection_metabox\";s:4:\"side\";s:34:\"rank_math_metabox_link_suggestions\";s:15:\"acf_after_title\";s:0:\"\";s:8:\"advanced\";s:0:\"\";}'),(44,1,'edit_page_per_page','20'),(45,2,'nickname','Arthur Johnson'),(46,2,'first_name','Arthur'),(47,2,'last_name','Johnson'),(48,2,'description',''),(49,2,'rich_editing','true'),(50,2,'syntax_highlighting','true'),(51,2,'comment_shortcuts','false'),(52,2,'admin_color','fresh'),(53,2,'use_ssl','0'),(54,2,'show_admin_bar_front','true'),(55,2,'locale',''),(56,2,'wpn7_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(57,2,'wpn7_user_level','10'),(58,2,'last_update','1629796408'),(59,2,'dismissed_wp_pointers',''),(60,2,'session_tokens','a:1:{s:64:\"744ad7c0da6d575fa7dae943703a442bdf1f7036abef3d7b12f3169a2c90d1c3\";a:4:{s:10:\"expiration\";i:1637840014;s:2:\"ip\";s:14:\"41.190.154.210\";s:2:\"ua\";s:131:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44\";s:5:\"login\";i:1636630414;}}'),(61,2,'manageedit-postcolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(62,2,'manageedit-postcolumnshidden_default','1'),(63,2,'manageedit-pagecolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(64,2,'manageedit-pagecolumnshidden_default','1'),(65,2,'manageedit-tourcolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(66,2,'manageedit-tourcolumnshidden_default','1'),(67,2,'manageedit-ct_templatecolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(68,2,'manageedit-ct_templatecolumnshidden_default','1'),(69,2,'manageedit-oxy_user_librarycolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(70,2,'manageedit-oxy_user_librarycolumnshidden_default','1'),(71,2,'closedpostboxes_','a:0:{}'),(72,2,'metaboxhidden_','a:0:{}'),(73,2,'meta-box-order_','a:4:{s:6:\"normal\";s:34:\"ct_connection_metabox,ct_views_cpt\";s:4:\"side\";s:34:\"rank_math_metabox_link_suggestions\";s:15:\"acf_after_title\";s:0:\"\";s:8:\"advanced\";s:0:\"\";}');
/*!40000 ALTER TABLE `wpn7_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpn7_users`
--

DROP TABLE IF EXISTS `wpn7_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpn7_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=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpn7_users`
--

LOCK TABLES `wpn7_users` WRITE;
/*!40000 ALTER TABLE `wpn7_users` DISABLE KEYS */;
INSERT INTO `wpn7_users` VALUES (1,'Intergise','$P$BqMsxV9QkpVorKhr0kfGnEhxt5eH7e1','intergise','info@intergise.com','http://gorillaafricasafaris.com','2021-05-26 06:31:11','',0,'Intergise'),(2,'Arthur Johnson','$P$B8inqXXUUBzO917EhZGrBfQ.JacIG5/','arthur-johnson','ruberantwari@gmail.com','','2021-08-09 10:48:49','',0,'Arthur Johnson');
/*!40000 ALTER TABLE `wpn7_users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2024-06-21 14:00:53
